[INFO] cloning repository https://github.com/genuinebnt/hackscripts-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/genuinebnt/hackscripts-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgenuinebnt%2Fhackscripts-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgenuinebnt%2Fhackscripts-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 516891e6c46dfda61b3eb68df94ed7855e68abcc
[INFO] testing genuinebnt/hackscripts-rs against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgenuinebnt%2Fhackscripts-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/genuinebnt/hackscripts-rs
[INFO] finished tweaking git repo https://github.com/genuinebnt/hackscripts-rs
[INFO] tweaked toml for git repo https://github.com/genuinebnt/hackscripts-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/genuinebnt/hackscripts-rs on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/genuinebnt/hackscripts-rs 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1b46acfb919b9374fee196f07611bfb72607d323dbeacf53f1432b10d2f38598
[INFO] running `Command { std: "docker" "start" "-a" "1b46acfb919b9374fee196f07611bfb72607d323dbeacf53f1432b10d2f38598", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b46acfb919b9374fee196f07611bfb72607d323dbeacf53f1432b10d2f38598", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b46acfb919b9374fee196f07611bfb72607d323dbeacf53f1432b10d2f38598", kill_on_drop: false }`
[INFO] [stdout] 1b46acfb919b9374fee196f07611bfb72607d323dbeacf53f1432b10d2f38598
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a337a36b1ce990b90335601713d464ec0df9be9be399bbb09190ed9cd5c90c43
[INFO] running `Command { std: "docker" "start" "-a" "a337a36b1ce990b90335601713d464ec0df9be9be399bbb09190ed9cd5c90c43", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling cc v1.2.20
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rustls-pki-types v1.11.0
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tokio v1.44.2
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling h2 v0.4.9
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.11
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.15
[INFO] [stderr]    Compiling hackscripts-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.55s
[INFO] running `Command { std: "docker" "inspect" "a337a36b1ce990b90335601713d464ec0df9be9be399bbb09190ed9cd5c90c43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a337a36b1ce990b90335601713d464ec0df9be9be399bbb09190ed9cd5c90c43", kill_on_drop: false }`
[INFO] [stdout] a337a36b1ce990b90335601713d464ec0df9be9be399bbb09190ed9cd5c90c43
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bafe8e48f42ba7e52c00de52a7766f0c17e3bb7391e21018f6f7468341138722
[INFO] running `Command { std: "docker" "start" "-a" "bafe8e48f42ba7e52c00de52a7766f0c17e3bb7391e21018f6f7468341138722", kill_on_drop: false }`
[INFO] [stderr]    Compiling hackscripts-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `rayon::vec`
[INFO] [stdout]   --> src/cryptohack/utils/bytes/matrix.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     use rayon::vec;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> src/cryptohack/intro.rs:101:13
[INFO] [stdout]     |
[INFO] [stdout] 101 |         let result = bytes_to_string(&xor(&input, b"crypto{"));
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u`
[INFO] [stdout]    --> src/cryptohack/intro.rs:128:20
[INFO] [stdout]     |
[INFO] [stdout] 128 |         let (_gcd, u, _v) = egcd(13, 3);
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_u`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.04s
[INFO] running `Command { std: "docker" "inspect" "bafe8e48f42ba7e52c00de52a7766f0c17e3bb7391e21018f6f7468341138722", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bafe8e48f42ba7e52c00de52a7766f0c17e3bb7391e21018f6f7468341138722", kill_on_drop: false }`
[INFO] [stdout] bafe8e48f42ba7e52c00de52a7766f0c17e3bb7391e21018f6f7468341138722
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f918799a08d3e954263265aa3c2f23bbfea0bcac7a253e3ae4c389f3198fc281
[INFO] running `Command { std: "docker" "start" "-a" "f918799a08d3e954263265aa3c2f23bbfea0bcac7a253e3ae4c389f3198fc281", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `rayon::vec`
[INFO] [stderr]   --> src/cryptohack/utils/bytes/matrix.rs:11:9
[INFO] [stderr]    |
[INFO] [stderr] 11 |     use rayon::vec;
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `result`
[INFO] [stderr]    --> src/cryptohack/intro.rs:101:13
[INFO] [stderr]     |
[INFO] [stderr] 101 |         let result = bytes_to_string(&xor(&input, b"crypto{"));
[INFO] [stderr]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `u`
[INFO] [stderr]    --> src/cryptohack/intro.rs:128:20
[INFO] [stderr]     |
[INFO] [stderr] 128 |         let (_gcd, u, _v) = egcd(13, 3);
[INFO] [stderr]     |                    ^ help: if this is intentional, prefix it with an underscore: `_u`
[INFO] [stderr] 
[INFO] [stderr] warning: `hackscripts-rs` (lib test) generated 3 warnings (run `cargo fix --lib -p hackscripts-rs --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hackscripts_rs-82b1901268637d5e)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test cryptohack::intro::tests::solve_ascii ... ok
[INFO] [stdout] test cryptohack::intro::tests::solve_bytes_and_big_integers ... ok
[INFO] [stdout] test cryptohack::intro::tests::solve_base64 ... ok
[INFO] [stdout] test cryptohack::intro::tests::solve_arithmetic_1 ... ok
[INFO] [stdout] test cryptohack::intro::tests::solve_hex ... ok
[INFO] [stdout] test cryptohack::intro::tests::solve_favorite_byte ... ok
[INFO] [stdout] test cryptohack::intro::tests::solve_greatest_common_divisor ... ok
[INFO] [stdout] test cryptohack::intro::tests::solve_xor_properties ... ok
[INFO] [stdout] test cryptohack::intro::tests::solve_xor_starter ... ok
[INFO] [stdout] test cryptohack::intro::tests::solve_extended_gcd ... ok
[INFO] [stdout] test cryptohack::mathematics::tests::solve_quadratic_residues ... ok
[INFO] [stdout] test cryptohack::intro::tests::solve_you_either_know_xor_you_dont ... ok
[INFO] [stdout] test cryptohack::symmetric::tests::solve_structure_of_aes ... ok
[INFO] [stdout] test cryptohack::utils::bytes::matrix::tests::test_bytes_to_matrix ... ok
[INFO] [stdout] test cryptohack::utils::bytes::matrix::tests::test_matrix_to_bytes ... ok
[INFO] [stdout] test cryptohack::utils::crypto::euclid::tests::test_egcd ... ok
[INFO] [stdout] test cryptohack::utils::crypto::euclid::tests::test_gct ... ok
[INFO] [stdout] test cryptohack::utils::crypto::math::tests::test_quadratic_residue ... ok
[INFO] [stdout] test cryptohack::utils::bytes::common::tests::test_bytes_to_long ... ok
[INFO] [stdout] test cryptohack::intro::tests::solve_modular_inverting ... FAILED
[INFO] [stdout] test portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors ... FAILED
[INFO] [stdout] test portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cryptohack::intro::tests::solve_modular_inverting stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cryptohack::intro::tests::solve_modular_inverting' (33) panicked at src/cryptohack/intro.rs:129:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: -1
[INFO] [stdout]  right: -4
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39ab0e3 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x61b5b397e45c - core::panicking::assert_failed::h0d15de03de2e06c1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x61b5b34b2c40 - hackscripts_rs::cryptohack::intro::tests::solve_modular_inverting::hebfb52d08904032b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cryptohack/intro.rs:129:9
[INFO] [stdout]   22:     0x61b5b34b2c67 - hackscripts_rs::cryptohack::intro::tests::solve_modular_inverting::{{closure}}::hea0927c4bb75ab0e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cryptohack/intro.rs:127:33
[INFO] [stdout]   23:     0x61b5b34c75c6 - core::ops::function::FnOnce::call_once::h6286b9ab0a19ec72
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61b5b38e60bb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61b5b38e60bb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x61b5b38fbd25 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x61b5b38fbd25 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x61b5b38fbd25 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x61b5b38fbd25 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x61b5b38fbd25 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61b5b38fbd25 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x61b5b38fbd25 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x61b5b38d2514 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x61b5b38d2514 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x61b5b38d5dda - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x61b5b38d5dda - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x61b5b38d5dda - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x61b5b38d5dda - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x61b5b38d5dda - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x61b5b38d5dda - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x61b5b38d5dda - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   45:     0x75826e01ba34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (53) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   44:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   46:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   47:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   48:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   49:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   50:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   51:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   54:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   55:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   57:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   59:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   60:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   61:     0x75826e01ba34 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (49) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   58:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   59:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   60:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   61:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   66:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   67:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   69:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   70:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   71:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   72:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   73:     0x75826e01ba34 - clone
[INFO] [stdout]   74:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (50) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   44:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   46:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   47:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   48:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   49:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   50:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   51:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   54:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   55:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   57:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   59:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   60:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   61:     0x75826e01ba34 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (62) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   58:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   59:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   60:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   61:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   66:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   67:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   69:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   70:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   71:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   72:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   73:     0x75826e01ba34 - clone
[INFO] [stdout]   74:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (63) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   43:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   44:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   47:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   48:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   50:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   51:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   52:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   53:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   54:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   55:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   56:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   58:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   59:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   62:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   63:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   64:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   65:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   66:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   67:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   68:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   69:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   70:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   71:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   72:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   74:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   75:     0x61b5b34b7b12 - rayon_core::registry::Registry::in_worker_cold::{{closure}}::{{closure}}::h67ea027e4ee4448c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:522:21
[INFO] [stdout]   76:     0x61b5b3498a81 - rayon_core::job::JobResult<T>::call::{{closure}}::h73d655a4331841b4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   77:     0x61b5b34d4280 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc237e08a1d4385a8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   78:     0x61b5b34ab8ab - std::panicking::catch_unwind::do_call::h27763db87a0892b9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   79:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   80:     0x61b5b34ae9a2 - std::panicking::catch_unwind::h7c800fcd1aa31b40
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   81:     0x61b5b34ae9a2 - std::panic::catch_unwind::h95665db47e4f3316
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61b5b34cb9d0 - rayon_core::unwind::halt_unwinding::he60713a8eccfa4c5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61b5b34987fa - rayon_core::job::JobResult<T>::call::hff893ee1ab601ab4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   84:     0x61b5b349b599 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h40a7150872836d27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   85:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   86:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   87:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   88:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   89:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   90:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   91:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   92:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   93:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   94:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   95:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   96:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   97:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   98:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   99:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  100:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  101:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  102:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]  103:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]  104:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]  105:     0x75826e01ba34 - clone
[INFO] [stdout]  106:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (56) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   58:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   59:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   60:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   61:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   66:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   67:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   69:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   70:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   71:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   72:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   73:     0x75826e01ba34 - clone
[INFO] [stdout]   74:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (57) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   43:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   44:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   47:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   48:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   50:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   51:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   52:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   53:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   54:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   55:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   56:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   57:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   60:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   61:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   64:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   65:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   66:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   67:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   68:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   69:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   70:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   71:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   72:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   73:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   74:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   75:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   76:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   77:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   78:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   79:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   81:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   82:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   83:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   84:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   85:     0x75826e01ba34 - clone
[INFO] [stdout]   86:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (51) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   43:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   44:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   47:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   48:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   50:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   51:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   52:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   53:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   54:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   55:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   56:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   57:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   60:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   61:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   64:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   65:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   66:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   67:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   68:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   69:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   70:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   71:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   72:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   73:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   74:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   75:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   76:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   77:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   78:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   79:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   80:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   81:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   82:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   83:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   84:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   85:     0x75826e01ba34 - clone
[INFO] [stdout]   86:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (64) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   58:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   59:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   60:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   61:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   66:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   67:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   69:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   70:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   71:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   72:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   73:     0x75826e01ba34 - clone
[INFO] [stdout]   74:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (52) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   43:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   44:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   47:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   48:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   50:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   51:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   52:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   53:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   54:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   55:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   56:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   58:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   59:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   62:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   63:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   64:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   65:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   66:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   67:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   68:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   69:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   70:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   71:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   72:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   73:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   75:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   76:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   77:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   78:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   79:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   80:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   81:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   82:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   83:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   84:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   85:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   86:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   87:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   88:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   89:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   90:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   91:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   92:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   93:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   94:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   95:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   96:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   97:     0x75826e01ba34 - clone
[INFO] [stdout]   98:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (54) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   58:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   59:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   60:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   61:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   66:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   67:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   69:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   70:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   71:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   72:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   73:     0x75826e01ba34 - clone
[INFO] [stdout]   74:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (63) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   43:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   44:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   47:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   48:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   50:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   51:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   52:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   53:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   54:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   55:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   56:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   58:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   59:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   62:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   63:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   64:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   65:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   66:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   67:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   68:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   69:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   70:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   71:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   72:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   74:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   75:     0x61b5b34b7c62 - rayon_core::registry::Registry::in_worker_cold::{{closure}}::{{closure}}::h947286cbc94c2d88
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:522:21
[INFO] [stdout]   76:     0x61b5b3498ae1 - rayon_core::job::JobResult<T>::call::{{closure}}::h7bff04eb27b096d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   77:     0x61b5b34d3f90 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h046d79882043b2cf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   78:     0x61b5b34abbcb - std::panicking::catch_unwind::do_call::hc559811a2382a1c1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   79:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   80:     0x61b5b34ae572 - std::panicking::catch_unwind::ha688fd9f8538a406
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   81:     0x61b5b34ae572 - std::panic::catch_unwind::h55883b2c2ab45083
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61b5b34cb920 - rayon_core::unwind::halt_unwinding::hd609428818dcfe97
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61b5b3497f9a - rayon_core::job::JobResult<T>::call::h301836c3b678fd3f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   84:     0x61b5b349d7f9 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::hc9743c22b5dd0bd2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   85:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   86:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   87:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   88:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   89:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   90:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   91:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   92:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   93:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   94:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   95:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   96:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   97:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   98:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   99:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  100:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  101:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]  102:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]  103:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]  104:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]  105:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]  106:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]  107:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]  108:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  109:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  110:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]  111:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  112:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  113:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]  114:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]  115:     0x61b5b34b7b12 - rayon_core::registry::Registry::in_worker_cold::{{closure}}::{{closure}}::h67ea027e4ee4448c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:522:21
[INFO] [stdout]  116:     0x61b5b3498a81 - rayon_core::job::JobResult<T>::call::{{closure}}::h73d655a4331841b4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]  117:     0x61b5b34d4280 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc237e08a1d4385a8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  118:     0x61b5b34ab8ab - std::panicking::catch_unwind::do_call::h27763db87a0892b9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  119:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]  120:     0x61b5b34ae9a2 - std::panicking::catch_unwind::h7c800fcd1aa31b40
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  121:     0x61b5b34ae9a2 - std::panic::catch_unwind::h95665db47e4f3316
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  122:     0x61b5b34cb9d0 - rayon_core::unwind::halt_unwinding::he60713a8eccfa4c5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]  123:     0x61b5b34987fa - rayon_core::job::JobResult<T>::call::hff893ee1ab601ab4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]  124:     0x61b5b349b599 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h40a7150872836d27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]  125:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]  126:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]  127:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]  128:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]  129:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]  130:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]  131:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]  132:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]  133:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]  134:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]  135:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  136:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  137:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]  138:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  139:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  140:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  141:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  142:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]  143:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]  144:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]  145:     0x75826e01ba34 - clone
[INFO] [stdout]  146:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (59) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   44:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   46:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   47:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   48:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   49:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   50:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   51:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   54:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   55:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   57:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   59:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   60:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   61:     0x75826e01ba34 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (57) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   43:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   44:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   47:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   48:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   50:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   51:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   52:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   53:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   54:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   55:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   56:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   58:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   59:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   62:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   63:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   64:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   65:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   66:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   67:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   68:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   69:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   70:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   71:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   72:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   73:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   75:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   76:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   77:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   78:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   79:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   80:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   81:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   82:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   83:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   84:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   85:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   86:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   87:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   88:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   89:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   90:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   91:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   92:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   93:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   94:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   95:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   96:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   97:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   98:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   99:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]  100:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]  101:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  102:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  103:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]  104:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  105:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  106:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]  107:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]  108:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]  109:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]  110:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]  111:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]  112:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]  113:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]  114:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]  115:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]  116:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]  117:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]  118:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]  119:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  120:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  121:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]  122:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  123:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  124:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  125:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  126:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]  127:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]  128:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]  129:     0x75826e01ba34 - clone
[INFO] [stdout]  130:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (64) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   43:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   44:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   47:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   48:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   50:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   51:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   52:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   53:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   54:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   55:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   56:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   57:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   60:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   61:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   64:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   65:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   66:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   67:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   68:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   69:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   70:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   71:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   72:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   73:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   74:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   75:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   76:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   77:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   78:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   79:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   80:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   81:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   84:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   85:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   86:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   87:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   88:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   89:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   90:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   91:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   92:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   93:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   94:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   95:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   96:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   97:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   98:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   99:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  100:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  101:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  102:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]  103:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]  104:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]  105:     0x75826e01ba34 - clone
[INFO] [stdout]  106:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (61) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   44:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   46:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   47:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   48:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   49:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   50:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   51:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   54:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   55:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   57:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   59:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   60:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   61:     0x75826e01ba34 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (58) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   58:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   59:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   60:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   61:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   66:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   67:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   69:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   70:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   71:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   72:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   73:     0x75826e01ba34 - clone
[INFO] [stdout]   74:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (63) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b39097b3 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:786:22
[INFO] [stdout]   44:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   46:     0x61b5b34d1ecb - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   47:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   48:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   49:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   50:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   51:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   52:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   54:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   55:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   56:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   58:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   59:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   60:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   61:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   62:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   63:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   64:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   65:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   66:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   67:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   68:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   70:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   71:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   72:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   73:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   74:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   75:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   76:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   77:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   78:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   79:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   80:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   81:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   82:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   83:     0x61b5b34b7c62 - rayon_core::registry::Registry::in_worker_cold::{{closure}}::{{closure}}::h947286cbc94c2d88
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:522:21
[INFO] [stdout]   84:     0x61b5b3498ae1 - rayon_core::job::JobResult<T>::call::{{closure}}::h7bff04eb27b096d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   85:     0x61b5b34d3f90 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h046d79882043b2cf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   86:     0x61b5b34abbcb - std::panicking::catch_unwind::do_call::hc559811a2382a1c1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   87:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   88:     0x61b5b34ae572 - std::panicking::catch_unwind::ha688fd9f8538a406
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   89:     0x61b5b34ae572 - std::panic::catch_unwind::h55883b2c2ab45083
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x61b5b34cb920 - rayon_core::unwind::halt_unwinding::hd609428818dcfe97
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   91:     0x61b5b3497f9a - rayon_core::job::JobResult<T>::call::h301836c3b678fd3f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   92:     0x61b5b349d7f9 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::hc9743c22b5dd0bd2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   93:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   94:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   95:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   96:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   97:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   98:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   99:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]  100:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]  101:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]  102:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]  103:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]  104:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  105:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  106:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]  107:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  108:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  109:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]  110:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]  111:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]  112:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]  113:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]  114:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]  115:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]  116:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  117:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  118:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]  119:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  120:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  121:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]  122:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]  123:     0x61b5b34b7b12 - rayon_core::registry::Registry::in_worker_cold::{{closure}}::{{closure}}::h67ea027e4ee4448c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:522:21
[INFO] [stdout]  124:     0x61b5b3498a81 - rayon_core::job::JobResult<T>::call::{{closure}}::h73d655a4331841b4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]  125:     0x61b5b34d4280 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc237e08a1d4385a8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  126:     0x61b5b34ab8ab - std::panicking::catch_unwind::do_call::h27763db87a0892b9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  127:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]  128:     0x61b5b34ae9a2 - std::panicking::catch_unwind::h7c800fcd1aa31b40
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  129:     0x61b5b34ae9a2 - std::panic::catch_unwind::h95665db47e4f3316
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  130:     0x61b5b34cb9d0 - rayon_core::unwind::halt_unwinding::he60713a8eccfa4c5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]  131:     0x61b5b34987fa - rayon_core::job::JobResult<T>::call::hff893ee1ab601ab4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]  132:     0x61b5b349b599 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h40a7150872836d27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]  133:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]  134:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]  135:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]  136:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]  137:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]  138:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]  139:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]  140:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]  141:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]  142:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]  143:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  144:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  145:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]  146:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  147:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  148:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  149:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  150:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]  151:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]  152:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]  153:     0x75826e01ba34 - clone
[INFO] [stdout]  154:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (58) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   58:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   59:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   60:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   61:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   62:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   63:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   64:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   65:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   67:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   68:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   69:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   71:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   72:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   73:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   74:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   75:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   76:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   77:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   78:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   79:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   80:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   81:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   82:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   83:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   84:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   85:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   86:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   87:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   88:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   89:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   90:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   91:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   92:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   93:     0x75826e01ba34 - clone
[INFO] [stdout]   94:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (62) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   44:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   46:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   47:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   48:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   49:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   50:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   51:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   52:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   53:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   55:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   56:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   57:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   59:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   60:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   61:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   62:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   63:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   64:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   65:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   66:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   67:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   68:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   69:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   70:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   71:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   72:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   73:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   74:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   75:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   76:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   77:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   78:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   79:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   80:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   81:     0x75826e01ba34 - clone
[INFO] [stdout]   82:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (49) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   58:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   59:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   60:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   61:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   62:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   63:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   64:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   65:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   67:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   68:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   69:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   71:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   72:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   73:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   74:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   75:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   76:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   77:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   78:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   79:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   80:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   81:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   82:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   83:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   84:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   85:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   86:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   87:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   88:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   89:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   90:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   91:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   92:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   93:     0x75826e01ba34 - clone
[INFO] [stdout]   94:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (56) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   44:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   46:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   47:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   48:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   49:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   50:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   51:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   52:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   53:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   55:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   56:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   57:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   59:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   60:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   61:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   62:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   63:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   64:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   65:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   66:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   67:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   68:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   69:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   70:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   71:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   72:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   73:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   74:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   75:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   76:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   77:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   78:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   79:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   80:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   81:     0x75826e01ba34 - clone
[INFO] [stdout]   82:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (54) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   58:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   59:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   60:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   61:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   66:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   67:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   69:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   70:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   71:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   72:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   73:     0x75826e01ba34 - clone
[INFO] [stdout]   74:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (51) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   43:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   44:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   47:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   48:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   50:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   51:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   52:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   53:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   54:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   55:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   56:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   57:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   60:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   61:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   64:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   65:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   66:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   67:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   68:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   69:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   70:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   71:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   72:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   73:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   74:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   75:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   76:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   77:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   78:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   79:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   80:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   81:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   82:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   83:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   84:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   85:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   86:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   87:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   88:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   89:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   90:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   91:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   92:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   93:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   95:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   96:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   97:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   98:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   99:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]  100:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]  101:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]  102:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]  103:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]  104:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]  105:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]  106:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]  107:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  108:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  109:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]  110:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  111:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  112:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  113:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  114:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]  115:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]  116:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]  117:     0x75826e01ba34 - clone
[INFO] [stdout]  118:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (53) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   44:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   46:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   47:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   48:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   49:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   50:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   51:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   54:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   55:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   57:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   59:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   60:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   61:     0x75826e01ba34 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (60) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   58:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   59:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   60:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   61:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   66:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   67:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   69:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   70:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   71:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   72:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   73:     0x75826e01ba34 - clone
[INFO] [stdout]   74:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (50) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   44:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   46:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   47:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   48:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   49:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   50:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   51:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   54:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   55:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   57:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   59:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   60:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   61:     0x75826e01ba34 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (52) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   58:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   59:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   60:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   61:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   62:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   63:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   64:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   65:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   66:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   67:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   68:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   70:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   71:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   72:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   73:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   74:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   75:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   76:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   77:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   78:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   79:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   80:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   81:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   82:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   83:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   84:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   85:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   86:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   87:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   88:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   89:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   90:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   91:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   92:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   93:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   95:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   96:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   97:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   98:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   99:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]  100:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]  101:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]  102:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]  103:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]  104:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]  105:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]  106:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]  107:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  108:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  109:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]  110:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  111:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  112:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  113:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  114:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]  115:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]  116:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]  117:     0x75826e01ba34 - clone
[INFO] [stdout]  118:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (59) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   58:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   59:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   60:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   61:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   66:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   67:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   69:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   70:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   71:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   72:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   73:     0x75826e01ba34 - clone
[INFO] [stdout]   74:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (64) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b39097b3 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:786:22
[INFO] [stdout]   44:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   46:     0x61b5b34d1ecb - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   47:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   48:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   49:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   50:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   51:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   52:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   54:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   55:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   56:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   58:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   59:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   60:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   61:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   62:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   63:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   64:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   65:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   67:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   68:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   69:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   71:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   72:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   73:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   74:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   75:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   76:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   77:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   78:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   79:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   80:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   81:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   82:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   83:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   84:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   85:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   86:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   87:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   88:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   89:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   91:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   92:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   93:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   94:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   95:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   96:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   97:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   98:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   99:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]  100:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]  101:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]  102:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]  103:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  104:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  105:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]  106:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  107:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  108:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  109:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  110:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]  111:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]  112:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]  113:     0x75826e01ba34 - clone
[INFO] [stdout]  114:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (58) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b39097b3 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:786:22
[INFO] [stdout]   56:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   58:     0x61b5b34d1ecb - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   59:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   60:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   61:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   62:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   63:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   64:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   65:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   67:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   68:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   69:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   71:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   72:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   73:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   74:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   75:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   76:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   77:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   78:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   79:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   80:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   81:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   82:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   83:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   84:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   85:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   86:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   87:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   88:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   89:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   91:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   92:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   93:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   94:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   95:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   96:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   97:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   98:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   99:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]  100:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]  101:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]  102:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]  103:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  104:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  105:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]  106:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  107:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  108:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  109:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  110:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]  111:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]  112:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]  113:     0x75826e01ba34 - clone
[INFO] [stdout]  114:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (61) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   44:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   46:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   47:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   48:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   49:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   50:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   51:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   54:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   55:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   57:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   59:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   60:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   61:     0x75826e01ba34 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (57) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b39097b3 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:786:22
[INFO] [stdout]   44:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   46:     0x61b5b34d1ecb - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   47:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   48:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   49:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   50:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   51:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   52:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   54:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   55:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   56:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   58:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   59:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   60:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   61:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   62:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   63:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   64:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   65:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   66:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   67:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   68:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   70:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   71:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   72:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   73:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   74:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   75:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   76:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   77:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   78:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   79:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   80:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   81:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   84:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   85:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   86:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   87:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   88:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   89:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   90:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   91:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   92:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   93:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   94:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   95:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   96:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   97:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   98:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   99:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  100:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  101:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]  102:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]  103:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]  104:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]  105:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]  106:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]  107:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]  108:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]  109:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  110:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  111:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]  112:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  113:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  114:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]  115:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]  116:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]  117:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]  118:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]  119:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]  120:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]  121:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]  122:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]  123:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]  124:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]  125:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]  126:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]  127:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  128:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  129:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]  130:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  131:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  132:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  133:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  134:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]  135:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]  136:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]  137:     0x75826e01ba34 - clone
[INFO] [stdout]  138:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (55) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ada00a10404ba8d801bcb26002d0030.web-security-academy.net/filter?category=Clothing%2c+shoes+and+accessories", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c333b - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses::{{closure}}::h2a39845b4577e964
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:41:16
[INFO] [stdout]   23:     0x61b5b34c3f8b - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::h6b4d60cded400d9b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb362 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h0637cf894f1b1a7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c40cd - core::iter::traits::iterator::Iterator::fold::h4dd555bc55d0117a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4387 - core::iter::traits::iterator::Iterator::for_each::hc470749e808092b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cac67 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h1c1ef7ba476d16aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4f55 - rayon::iter::plumbing::Producer::fold_with::h6d20790c1d37cb7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b49d8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   58:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   59:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   60:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   61:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   62:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   63:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   64:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   65:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   66:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   67:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   69:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   70:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   71:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   72:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   73:     0x75826e01ba34 - clone
[INFO] [stdout]   74:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (63) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   56:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   58:     0x61b5b34d1ecb - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   59:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   60:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   61:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   62:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   63:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   64:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   65:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   66:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   67:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   68:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   70:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   71:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   72:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   73:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   74:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   75:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   76:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   77:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   78:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   79:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   80:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   81:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   82:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   83:     0x61b5b34b7c62 - rayon_core::registry::Registry::in_worker_cold::{{closure}}::{{closure}}::h947286cbc94c2d88
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:522:21
[INFO] [stdout]   84:     0x61b5b3498ae1 - rayon_core::job::JobResult<T>::call::{{closure}}::h7bff04eb27b096d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   85:     0x61b5b34d3f90 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h046d79882043b2cf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   86:     0x61b5b34abbcb - std::panicking::catch_unwind::do_call::hc559811a2382a1c1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   87:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   88:     0x61b5b34ae572 - std::panicking::catch_unwind::ha688fd9f8538a406
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   89:     0x61b5b34ae572 - std::panic::catch_unwind::h55883b2c2ab45083
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x61b5b34cb920 - rayon_core::unwind::halt_unwinding::hd609428818dcfe97
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   91:     0x61b5b3497f9a - rayon_core::job::JobResult<T>::call::h301836c3b678fd3f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   92:     0x61b5b349d7f9 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::hc9743c22b5dd0bd2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   93:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   94:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   95:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   96:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   97:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   98:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   99:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]  100:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]  101:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]  102:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]  103:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]  104:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  105:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  106:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]  107:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  108:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  109:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]  110:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]  111:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]  112:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]  113:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]  114:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]  115:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]  116:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  117:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  118:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]  119:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  120:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  121:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]  122:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]  123:     0x61b5b34b7b12 - rayon_core::registry::Registry::in_worker_cold::{{closure}}::{{closure}}::h67ea027e4ee4448c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:522:21
[INFO] [stdout]  124:     0x61b5b3498a81 - rayon_core::job::JobResult<T>::call::{{closure}}::h73d655a4331841b4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]  125:     0x61b5b34d4280 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc237e08a1d4385a8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  126:     0x61b5b34ab8ab - std::panicking::catch_unwind::do_call::h27763db87a0892b9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  127:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]  128:     0x61b5b34ae9a2 - std::panicking::catch_unwind::h7c800fcd1aa31b40
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  129:     0x61b5b34ae9a2 - std::panic::catch_unwind::h95665db47e4f3316
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  130:     0x61b5b34cb9d0 - rayon_core::unwind::halt_unwinding::he60713a8eccfa4c5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]  131:     0x61b5b34987fa - rayon_core::job::JobResult<T>::call::hff893ee1ab601ab4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]  132:     0x61b5b349b599 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h40a7150872836d27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]  133:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]  134:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]  135:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]  136:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]  137:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]  138:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]  139:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]  140:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]  141:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]  142:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]  143:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  144:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  145:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]  146:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  147:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  148:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  149:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  150:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]  151:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]  152:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]  153:     0x75826e01ba34 - clone
[INFO] [stdout]  154:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (62) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   44:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   46:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   47:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   48:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   49:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   50:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   51:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   52:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   53:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   55:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   56:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   57:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   59:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   60:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   61:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   62:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   63:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   64:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   65:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   66:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   67:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   68:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   69:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   70:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   71:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   72:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   73:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   74:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   75:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   76:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   77:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   78:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   79:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   80:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   81:     0x75826e01ba34 - clone
[INFO] [stdout]   82:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (49) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   31:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   32:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   34:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   35:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   36:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   38:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   39:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   40:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   41:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   42:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   43:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   44:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   45:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   46:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   47:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   48:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   49:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   52:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   53:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   54:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   55:     0x61b5b39097b3 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:786:22
[INFO] [stdout]   56:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   57:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   58:     0x61b5b34d1ecb - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   59:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   60:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   61:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   62:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   63:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   64:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   65:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   67:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   68:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   69:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   71:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   72:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   73:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   74:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   75:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   76:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   77:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   78:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   79:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   80:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   81:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   82:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   83:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   84:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   85:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   86:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   87:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   88:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   89:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   91:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   92:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   93:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   94:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   95:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   96:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   97:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   98:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   99:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]  100:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]  101:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]  102:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]  103:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  104:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  105:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]  106:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  107:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  108:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  109:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  110:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]  111:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]  112:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]  113:     0x75826e01ba34 - clone
[INFO] [stdout]  114:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (56) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   44:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   46:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   47:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   48:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   49:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   50:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   51:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   54:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   55:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   57:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   58:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   59:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   60:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   61:     0x75826e01ba34 - clone
[INFO] [stdout]   62:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (54) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   44:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   46:     0x61b5b34d1ecb - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   47:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   48:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   49:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   50:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   51:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   52:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   53:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   55:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   56:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   57:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   58:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   59:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   60:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   61:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   62:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   63:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   64:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   65:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]   66:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]   67:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]   68:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]   69:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   70:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   71:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   72:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   73:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]   74:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   75:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   76:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   77:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   78:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   79:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   80:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]   81:     0x75826e01ba34 - clone
[INFO] [stdout]   82:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (51) panicked at src/portswigger/sql_injection.rs:21:14:
[INFO] [stdout] Failed to send request: reqwest::Error { kind: Request, url: "https://0ae100f804ff59828072088e006b00a6.web-security-academy.net/filter?category=Lifestyle", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b5b3991182 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b5b3991182 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b5b3991182 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b5b3991182 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b5b39a269f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b5b39a269f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61b5b395cea1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b5b395cea1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b5b3969982 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b5b396eb2f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61b5b396e9c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61b5b38e62fe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61b5b38e62fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b5b396f29f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61b5b396f29f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61b5b396f04a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61b5b3969ab9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61b5b395110d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61b5b39ab2e0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b5b39aa806 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x61b5b34acba3 - core::result::Result<T,E>::expect::hc9ce38301a23983e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x61b5b34c3dfb - hackscripts_rs::portswigger::sql_injection::tests::check::h5ce459417fb61d5d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:21:14
[INFO] [stdout]   22:     0x61b5b34c27ab - hackscripts_rs::portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors::{{closure}}::h43f8dff5d846ee9b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/portswigger/sql_injection.rs:100:16
[INFO] [stdout]   23:     0x61b5b34c3feb - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &F>::call_mut::hb74c1146e80f6db4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   24:     0x61b5b34bb402 - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h9693a06186f98de5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:824:29
[INFO] [stdout]   25:     0x61b5b34c418d - core::iter::traits::iterator::Iterator::fold::ha0af8e02ebb55a21
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:2602:21
[INFO] [stdout]   26:     0x61b5b34c4347 - core::iter::traits::iterator::Iterator::for_each::h3cd7c06329eeada4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/iter/traits/iterator.rs:827:14
[INFO] [stdout]   27:     0x61b5b34cad27 - <rayon::iter::for_each::ForEachConsumer<F> as rayon::iter::plumbing::Folder<T>>::consume_iter::h8086ddf4dda9dc29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/for_each.rs:55:26
[INFO] [stdout]   28:     0x61b5b34c4ec5 - rayon::iter::plumbing::Producer::fold_with::h55f18851a6869899
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:109:16
[INFO] [stdout]   29:     0x61b5b34b44b8 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:437:22
[INFO] [stdout]   30:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   31:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   32:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   33:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   34:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   35:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   36:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   39:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   40:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   41:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   42:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   43:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   44:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   45:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   46:     0x61b5b34d1ecb - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   47:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   48:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   49:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   50:     0x61b5b34b57da - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h2ff4419718e65db8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   51:     0x61b5b34d3679 - rayon_core::join::join_context::call_a::{{closure}}::ha80aaf00d5212349
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   52:     0x61b5b34d4010 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h17f19cd9fdddd93b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   53:     0x61b5b34ab9af - std::panicking::catch_unwind::do_call::h615d3bf05992215f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   54:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   55:     0x61b5b34ae83f - std::panicking::catch_unwind::hadafca7daf1d8fd8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   56:     0x61b5b34ae83f - std::panic::catch_unwind::h89132aa598694a9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x61b5b34cb7a5 - rayon_core::unwind::halt_unwinding::hae287c33abe29f68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   58:     0x61b5b34d1e50 - rayon_core::join::join_context::{{closure}}::h8835450fb405ad18
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   59:     0x61b5b34bae32 - rayon_core::registry::in_worker::h94e7dfc3d7f6c131
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   60:     0x61b5b34d102a - rayon_core::join::join_context::ha33d10a2913fc364
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   61:     0x61b5b34b46a6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h027c05e76e328f8f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   62:     0x61b5b34b5a70 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h5f790efb521f6c32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   63:     0x61b5b34d3a27 - rayon_core::join::join_context::call_b::{{closure}}::h2c3dfd9dda73265d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   64:     0x61b5b34989a5 - rayon_core::job::JobResult<T>::call::{{closure}}::h4d4ded04ddf05e7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   65:     0x61b5b34d4100 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h57653ddc29efb2b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x61b5b34abc6f - std::panicking::catch_unwind::do_call::hee84b2c564a534a1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   67:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   68:     0x61b5b34ae4bf - std::panicking::catch_unwind::h8e15491be5b9abf5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   69:     0x61b5b34ae4bf - std::panic::catch_unwind::h55286e9b64ddd6b1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x61b5b34cb505 - rayon_core::unwind::halt_unwinding::h1c7d17a02291bca2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   71:     0x61b5b3498596 - rayon_core::job::JobResult<T>::call::hc4a428078d1ab329
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]   72:     0x61b5b349bbd0 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::h5e8fcaab9a55b818
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]   73:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]   74:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]   75:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]   76:     0x61b5b390950b - rayon_core::registry::WorkerThread::wait_until::h89fa7ddf600c5d87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]   77:     0x61b5b391a19a - rayon_core::join::join_recover_from_panic::h9f92c1c66a9475ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:186:19
[INFO] [stdout]   78:     0x61b5b34d18cb - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:145:25
[INFO] [stdout]   79:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   80:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   81:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   82:     0x61b5b34b5dea - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hfdcd559188047cf2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:417:21
[INFO] [stdout]   83:     0x61b5b34d3799 - rayon_core::join::join_context::call_a::{{closure}}::hf84bfd3c7408a31a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:124:17
[INFO] [stdout]   84:     0x61b5b34d4040 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h29835875e5aa6eef
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   85:     0x61b5b34abb8f - std::panicking::catch_unwind::do_call::haef7c75e41aaebe6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   86:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]   87:     0x61b5b34aeb8f - std::panicking::catch_unwind::h9a6ba0f2b461e1d8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   88:     0x61b5b34aeb8f - std::panic::catch_unwind::ha3f98313a51059c8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x61b5b34cb8d5 - rayon_core::unwind::halt_unwinding::hd5d2de9a8143e8a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]   90:     0x61b5b34d1850 - rayon_core::join::join_context::{{closure}}::h3c79e8d735d680e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:142:24
[INFO] [stdout]   91:     0x61b5b34baae2 - rayon_core::registry::in_worker::h2a5d27a0c77f7266
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:951:13
[INFO] [stdout]   92:     0x61b5b34d0f2a - rayon_core::join::join_context::h3b00e6945a4853a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:132:5
[INFO] [stdout]   93:     0x61b5b34b4bc6 - rayon::iter::plumbing::bridge_producer_consumer::helper::h1a2a28c442f40b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:415:47
[INFO] [stdout]   94:     0x61b5b34b5d10 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hc9983dc9dcb36ff3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/iter/plumbing/mod.rs:426:21
[INFO] [stdout]   95:     0x61b5b34d3987 - rayon_core::join::join_context::call_b::{{closure}}::h04c822f2f79f28d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/join/mod.rs:129:25
[INFO] [stdout]   96:     0x61b5b3498a05 - rayon_core::job::JobResult<T>::call::{{closure}}::h5859a9d350ec8a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:41
[INFO] [stdout]   97:     0x61b5b34d42b0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc59a86feb823d065
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   98:     0x61b5b34aba7f - std::panicking::catch_unwind::do_call::h74c3075cb3788397
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   99:     0x61b5b34b07eb - __rust_try
[INFO] [stdout]  100:     0x61b5b34ae1af - std::panicking::catch_unwind::h30e33962a580e975
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  101:     0x61b5b34ae1af - std::panic::catch_unwind::h387e44ce28f70e5f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  102:     0x61b5b34cb825 - rayon_core::unwind::halt_unwinding::hb24492a01e152b80
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/unwind.rs:17:5
[INFO] [stdout]  103:     0x61b5b3498036 - rayon_core::job::JobResult<T>::call::h3c2fa798b3725c35
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:218:15
[INFO] [stdout]  104:     0x61b5b349db10 - <rayon_core::job::StackJob<L,F,R> as rayon_core::job::Job>::execute::heeff7104281e0d1c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:120:32
[INFO] [stdout]  105:     0x61b5b391a11b - rayon_core::job::JobRef::execute::hac59313f0d946f1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/job.rs:64:9
[INFO] [stdout]  106:     0x61b5b3909e20 - rayon_core::registry::WorkerThread::execute::h2afb211a9ffda184
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:860:13
[INFO] [stdout]  107:     0x61b5b3909910 - rayon_core::registry::WorkerThread::wait_until_cold::h531d100c77d65721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:794:26
[INFO] [stdout]  108:     0x61b5b390955b - rayon_core::registry::WorkerThread::wait_until::ha763db97920cca55
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:769:18
[INFO] [stdout]  109:     0x61b5b3909adf - rayon_core::registry::WorkerThread::wait_until_out_of_work::h8038b402c4e92479
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:818:14
[INFO] [stdout]  110:     0x61b5b390c091 - rayon_core::registry::main_loop::h17533299b5e05cd1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:923:19
[INFO] [stdout]  111:     0x61b5b3909eb6 - rayon_core::registry::ThreadBuilder::run::h96cd11a958ae7470
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:53:18
[INFO] [stdout]  112:     0x61b5b390e25d - <rayon_core::registry::DefaultSpawn as rayon_core::registry::ThreadSpawn>::spawn::{{closure}}::h3e96e077ed495da5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/registry.rs:98:27
[INFO] [stdout]  113:     0x61b5b3917c96 - std::sys::backtrace::__rust_begin_short_backtrace::h55aea831ec36fa4a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]  114:     0x61b5b3914feb - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h3c2093b2e17a7457
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]  115:     0x61b5b391d464 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h88f9e43a6dd7cd3f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]  116:     0x61b5b39221e8 - std::panicking::catch_unwind::do_call::hf4aa7df08e51ee9c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]  117:     0x61b5b3915ffb - __rust_try
[INFO] [stdout]  118:     0x61b5b3914bcd - std::panicking::catch_unwind::h229ad0924caccd1b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]  119:     0x61b5b3914bcd - std::panic::catch_unwind::ha13b03514238f840
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]  120:     0x61b5b3914bcd - std::thread::Builder::spawn_unchecked_::{{closure}}::h3a8f2d572636a080
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  121:     0x61b5b391d8df - core::ops::function::FnOnce::call_once{{vtable.shim}}::h37d7dc8283bd14cc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  122:     0x61b5b3964c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]  123:     0x61b5b3964c1f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]  124:     0x75826df8eaa4 - <unknown>
[INFO] [stdout]  125:     0x75826e01ba34 - clone
[INFO] [stdout]  126:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cryptohack::intro::tests::solve_modular_inverting
[INFO] [stdout]     portswigger::sql_injection::tests::blind_sql_injection_with_conditional_errors
[INFO] [stdout]     portswigger::sql_injection::tests::blind_sql_injection_with_conditional_responses
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 19 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f918799a08d3e954263265aa3c2f23bbfea0bcac7a253e3ae4c389f3198fc281", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f918799a08d3e954263265aa3c2f23bbfea0bcac7a253e3ae4c389f3198fc281", kill_on_drop: false }`
[INFO] [stdout] f918799a08d3e954263265aa3c2f23bbfea0bcac7a253e3ae4c389f3198fc281
