[INFO] cloning repository https://github.com/nicklawls/rust-hacking
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nicklawls/rust-hacking" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicklawls%2Frust-hacking", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicklawls%2Frust-hacking'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2f6edc6d7c7c924c6c5bdc0f3111bf454b82bf51
[INFO] testing nicklawls/rust-hacking against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicklawls%2Frust-hacking" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nicklawls/rust-hacking
[INFO] finished tweaking git repo https://github.com/nicklawls/rust-hacking
[INFO] tweaked toml for git repo https://github.com/nicklawls/rust-hacking written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nicklawls/rust-hacking on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nicklawls/rust-hacking 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d0778bb7394c49e53abe070b33b9f96927af066274516e23738a56ac025fbf9
[INFO] running `Command { std: "docker" "start" "-a" "1d0778bb7394c49e53abe070b33b9f96927af066274516e23738a56ac025fbf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d0778bb7394c49e53abe070b33b9f96927af066274516e23738a56ac025fbf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d0778bb7394c49e53abe070b33b9f96927af066274516e23738a56ac025fbf9", kill_on_drop: false }`
[INFO] [stdout] 1d0778bb7394c49e53abe070b33b9f96927af066274516e23738a56ac025fbf9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1bc88f69ca86857d0b25ad0149e372c13722f7e4cb36fdd45159febc26791f53
[INFO] running `Command { std: "docker" "start" "-a" "1bc88f69ca86857d0b25ad0149e372c13722f7e4cb36fdd45159febc26791f53", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.42
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling rustbook v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s
[INFO] running `Command { std: "docker" "inspect" "1bc88f69ca86857d0b25ad0149e372c13722f7e4cb36fdd45159febc26791f53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bc88f69ca86857d0b25ad0149e372c13722f7e4cb36fdd45159febc26791f53", kill_on_drop: false }`
[INFO] [stdout] 1bc88f69ca86857d0b25ad0149e372c13722f7e4cb36fdd45159febc26791f53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa4115585355646dab74e2096ea96c19c8ea4d2603ac9d7e917d37afe7aebcb4
[INFO] running `Command { std: "docker" "start" "-a" "fa4115585355646dab74e2096ea96c19c8ea4d2603ac9d7e917d37afe7aebcb4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling crossbeam-utils v0.8.18
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.17
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling crossbeam-deque v0.8.4
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tempfile v3.8.1
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling proptest v1.4.0
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling rustbook v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 50.40s
[INFO] running `Command { std: "docker" "inspect" "fa4115585355646dab74e2096ea96c19c8ea4d2603ac9d7e917d37afe7aebcb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa4115585355646dab74e2096ea96c19c8ea4d2603ac9d7e917d37afe7aebcb4", kill_on_drop: false }`
[INFO] [stdout] fa4115585355646dab74e2096ea96c19c8ea4d2603ac9d7e917d37afe7aebcb4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3334d1a9bdf58a69960302933d40166371a70318b128a4a836588546e61ca5bb
[INFO] running `Command { std: "docker" "start" "-a" "3334d1a9bdf58a69960302933d40166371a70318b128a4a836588546e61ca5bb", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustbook-52b588ecf9c509d6)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test query_transformation::tests::all_impls_match ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- query_transformation::tests::all_impls_match stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj) AND ((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (lsfuhgluskkjjhka=qefnblmtpqdoarwiwusytfnefuuyz) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("(oszqrpauuqykeapclouoszey=kdtgizpezmjmppcvylcowjjyyxvqyhzw) AND ((czwenrd=rsknmfsheohvdhplotagg) OR (krtiv=uqfuutchzyqqnuelose) OR (tlrlltkltfzrlotljs=etgkhkffidgahhft) OR (woawywmrftwtmvt=gkqrjsgeyvnkjtqduazwhoppqg)) AND ((ndex=wmwsfzph) AND (kuuuiwlu=wpimwgtvafcqkidgdeccmindm)) AND ((mvkfdfbqyl=ghqvpzg) AND (tyqqmbaiwslszpsninuamlfuw=lcqtfodulemujabm)) AND ((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (lsfuhgluskkjjhka=qefnblmtpqdoarwiwusytfnefuuyz) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe1311e4a4 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:722:22
[INFO] [stdout]   31:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   32:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   33:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   34:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   35:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   36:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   37:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   40:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   41:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   47:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   48:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   49:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   50:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   55:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   56:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   57:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   58:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   59:     0x7ee94f186a64 - clone
[INFO] [stdout]   60:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj) AND ((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (lsfuhgluskkjjhka=qefnblmtpqdoarwiwusytfnefuuyz) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((czwenrd=rsknmfsheohvdhplotagg) OR (krtiv=uqfuutchzyqqnuelose) OR (tlrlltkltfzrlotljs=etgkhkffidgahhft) OR (woawywmrftwtmvt=gkqrjsgeyvnkjtqduazwhoppqg)) AND ((ndex=wmwsfzph) AND (kuuuiwlu=wpimwgtvafcqkidgdeccmindm)) AND ((mvkfdfbqyl=ghqvpzg) AND (tyqqmbaiwslszpsninuamlfuw=lcqtfodulemujabm)) AND ((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (lsfuhgluskkjjhka=qefnblmtpqdoarwiwusytfnefuuyz) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj) AND ((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (lsfuhgluskkjjhka=qefnblmtpqdoarwiwusytfnefuuyz) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((ndex=wmwsfzph) AND (kuuuiwlu=wpimwgtvafcqkidgdeccmindm)) AND ((mvkfdfbqyl=ghqvpzg) AND (tyqqmbaiwslszpsninuamlfuw=lcqtfodulemujabm)) AND ((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (lsfuhgluskkjjhka=qefnblmtpqdoarwiwusytfnefuuyz) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("(xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj) AND ((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (lsfuhgluskkjjhka=qefnblmtpqdoarwiwusytfnefuuyz) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((mvkfdfbqyl=ghqvpzg) AND (tyqqmbaiwslszpsninuamlfuw=lcqtfodulemujabm)) AND ((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (lsfuhgluskkjjhka=qefnblmtpqdoarwiwusytfnefuuyz) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (lsfuhgluskkjjhka=qefnblmtpqdoarwiwusytfnefuuyz) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (lsfuhgluskkjjhka=qefnblmtpqdoarwiwusytfnefuuyz) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (lsfuhgluskkjjhka=qefnblmtpqdoarwiwusytfnefuuyz) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (lsfuhgluskkjjhka=qefnblmtpqdoarwiwusytfnefuuyz) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (oqvdfyd=dwjnuhfwx) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (bppdqgjqbwbrwikavkiuuzmppb=skhsyphlylwmaqbxwbwrjqlogqd) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (ahgogiwbliwsc=maknqbv) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj)) AND (xinemngxicquxldyohchfzkuwhlguddj=cgzvrhkj)) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((jhxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((hxpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((xpi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((pi=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((i=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((e=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((c=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((b=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=tyolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=yolnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=olnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=lnanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=nanwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=anwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=nwdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=wdjumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=djumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=jumkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=umkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=mkznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=kznfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=znfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=nfdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=fdyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=dyfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=yfzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=fzchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=zchaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=chaqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=haqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=aqfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=qfhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=fhtvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=htvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=tvz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=vz) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=z) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=m) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=g) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=d) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=b) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((kfpschsxlggkqdgeppgijeicc=ifffdgwxhrredicxheycd) AND (ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((ddfsvtavsczwdlc=ih) AND (knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((knsbbwcrrkhklaxjorxxqdecczro=afrdobpxlajjimtzvzbs) AND (ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((ayteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((yteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((yteworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((teworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((teworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((eworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((eworqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((worqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((worqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((orqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((orqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((rqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((rqwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((qwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((qwxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((wxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((wxvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((xvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((xvrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((vrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((vrkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((rkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((rkftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((kftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((kftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((ftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((ftoehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((toehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((toehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((oehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((oehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((ehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((ehgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((hgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((hgdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((gdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((gdnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((dnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((dnjbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63fe1329cf1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63fe1329cf1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63fe132b7a39 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63fe1314643e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x63fe1314643e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63fe132b7bf2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x63fe132b7bf2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63fe1329cfd8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63fe132920b9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63fe1329de2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63fe132d5f9c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63fe132d5e53 - core[585f66e14d78f9ba]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63fe13127cb1 - core[585f66e14d78f9ba]::panicking::assert_failed::<core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>, core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, rustbook[f3b023bcb119e35a]::query_transformation::PrintError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63fe13128595 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/query_transformation.rs:224:13
[INFO] [stdout]   22:     0x63fe1312a377 - <&rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1} as core[585f66e14d78f9ba]::ops::function::Fn<(proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:263:22
[INFO] [stdout]   23:     0x63fe131236d7 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:49
[INFO] [stdout]   24:     0x63fe13134028 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x63fe13127ded - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x63fe1313414b - __rust_try
[INFO] [stdout]   27:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63fe1312dfc1 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<proptest[4293f13ba15e8016]::test_runner::runner::call_test<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>::{closure#3}>, core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63fe131224f4 - proptest[4293f13ba15e8016]::test_runner::runner::call_test::<proptest[4293f13ba15e8016]::sugar::NamedArguments<&str, rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:256:9
[INFO] [stdout]   30:     0x63fe13120927 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::shrink::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:845:30
[INFO] [stdout]   31:     0x63fe1311e58e - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_one_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<alloc[15e7b27aba85d2e2]::boxed::Box<dyn proptest[4293f13ba15e8016]::strategy::traits::ValueTree<Value = rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed>>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, &rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:736:22
[INFO] [stdout]   32:     0x63fe1311ddea - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::gen_and_run_case::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:664:28
[INFO] [stdout]   33:     0x63fe1311f2b5 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process_with_replay::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}, alloc[15e7b27aba85d2e2]::vec::into_iter::IntoIter<core[585f66e14d78f9ba]::result::Result<(), proptest[4293f13ba15e8016]::test_runner::errors::TestCaseError>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:613:31
[INFO] [stdout]   34:     0x63fe1311db60 - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run_in_process::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:570:14
[INFO] [stdout]   35:     0x63fe1312029f - <proptest[4293f13ba15e8016]::test_runner::runner::TestRunner>::run::<proptest[4293f13ba15e8016]::strategy::map::Map<proptest[4293f13ba15e8016]::strategy::recursive::Recursive<rustbook[f3b023bcb119e35a]::query_transformation::QueryBoxed, rustbook[f3b023bcb119e35a]::query_transformation::tests::arb_query::{closure#1}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}>, rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/test_runner/runner.rs:413:18
[INFO] [stdout]   36:     0x63fe1312992e - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:163:17
[INFO] [stdout]   37:     0x63fe13128207 - rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.4.0/src/sugar.rs:159:28
[INFO] [stdout]   38:     0x63fe1312c546 - <rustbook[f3b023bcb119e35a]::query_transformation::tests::all_impls_match::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x63fe1313a7eb - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63fe1313a7eb - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   41:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   42:     0x63fe1314704a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   43:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   44:     0x63fe1314704a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   45:     0x63fe1314704a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   46:     0x63fe1314704a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   47:     0x63fe1314704a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   48:     0x63fe13141514 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   49:     0x63fe13141514 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   50:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   51:     0x63fe13149b42 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   53:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   54:     0x63fe13149b42 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x63fe13149b42 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   56:     0x63fe13149b42 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   57:     0x63fe132bf09f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   58:     0x63fe132bf09f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   59:     0x7ee94f0f9aa4 - <unknown>
[INFO] [stdout]   60:     0x7ee94f186a64 - clone
[INFO] [stdout]   61:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'query_transformation::tests::all_impls_match' (17) panicked at src/query_transformation.rs:224:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("((jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj) AND ((njbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout]  right: Ok("((a=a) AND ((njbv=rzfyjuvqgap) AND (jmggnsicbkiudizmabeacnmple=drugglhrpvffaslrkyypdzzjtj))) AND (zxvpztppvlv=tichtirdgbmamohgfukarbhq)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63fe132bf7f2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63fe132bf7f2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63fe132d57da - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63fe132d57da - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x63fe132c4a06 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63fe132c4a06 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[WARN] too many lines in the log, truncating it
