[INFO] cloning repository https://github.com/HEXXDECIMAL/strangs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HEXXDECIMAL/strangs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHEXXDECIMAL%2Fstrangs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHEXXDECIMAL%2Fstrangs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 38aa88280076fdfbd5ace20cf9673d2a581943c8
[INFO] testing HEXXDECIMAL/strangs against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHEXXDECIMAL%2Fstrangs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HEXXDECIMAL/strangs
[INFO] finished tweaking git repo https://github.com/HEXXDECIMAL/strangs
[INFO] tweaked toml for git repo https://github.com/HEXXDECIMAL/strangs written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HEXXDECIMAL/strangs on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HEXXDECIMAL/strangs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded terminal_size v0.4.3
[INFO] [stderr]   Downloaded clap v4.5.58
[INFO] [stderr]   Downloaded clap_builder v4.5.58
[INFO] [stderr]   Downloaded syn v2.0.116
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 31465702ea938c9ec66cb6b70078c2f80ca026440efb66b74dc37663447bb4d9
[INFO] running `Command { std: "docker" "start" "-a" "31465702ea938c9ec66cb6b70078c2f80ca026440efb66b74dc37663447bb4d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "31465702ea938c9ec66cb6b70078c2f80ca026440efb66b74dc37663447bb4d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31465702ea938c9ec66cb6b70078c2f80ca026440efb66b74dc37663447bb4d9", kill_on_drop: false }`
[INFO] [stdout] 31465702ea938c9ec66cb6b70078c2f80ca026440efb66b74dc37663447bb4d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 80997884339a06262a8621d26c720076e71f096a045e3359c5625fbf5dd01bd8
[INFO] running `Command { std: "docker" "start" "-a" "80997884339a06262a8621d26c720076e71f096a045e3359c5625fbf5dd01bd8", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling clap_builder v4.5.58
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling scroll_derive v0.12.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling scroll v0.12.0
[INFO] [stderr]    Compiling goblin v0.8.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling clap v4.5.58
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling stng v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.17s
[INFO] running `Command { std: "docker" "inspect" "80997884339a06262a8621d26c720076e71f096a045e3359c5625fbf5dd01bd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80997884339a06262a8621d26c720076e71f096a045e3359c5625fbf5dd01bd8", kill_on_drop: false }`
[INFO] [stdout] 80997884339a06262a8621d26c720076e71f096a045e3359c5625fbf5dd01bd8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ce725372b42ce2e30d987951ca68d23aeddc586f5e30a71fc64557fa3de93aad
[INFO] running `Command { std: "docker" "start" "-a" "ce725372b42ce2e30d987951ca68d23aeddc586f5e30a71fc64557fa3de93aad", kill_on_drop: false }`
[INFO] [stderr]    Compiling stng v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 28.17s
[INFO] running `Command { std: "docker" "inspect" "ce725372b42ce2e30d987951ca68d23aeddc586f5e30a71fc64557fa3de93aad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce725372b42ce2e30d987951ca68d23aeddc586f5e30a71fc64557fa3de93aad", kill_on_drop: false }`
[INFO] [stdout] ce725372b42ce2e30d987951ca68d23aeddc586f5e30a71fc64557fa3de93aad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c2b24a65de2af3490e91fa6fb03fe8a4a396c7f4cac8fed1e6981025aca45920
[INFO] running `Command { std: "docker" "start" "-a" "c2b24a65de2af3490e91fa6fb03fe8a4a396c7f4cac8fed1e6981025aca45920", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stng-87b4abecd8ecd059)
[INFO] [stdout] 
[INFO] [stdout] running 291 tests
[INFO] [stdout] test binary_net::tests::test_m68000_skip ... ok
[INFO] [stdout] test binary_net::tests::test_multiple_sockaddr_in_structures ... ok
[INFO] [stdout] test binary_net::tests::test_sockaddr_in_little_endian ... ok
[INFO] [stdout] test binary_net::tests::test_sockaddr_in_min_length_filter ... ok
[INFO] [stdout] test binary_net::tests::test_sockaddr_in_no_false_positives_from_text ... ok
[INFO] [stdout] test decoders::tests::test_ascii85_decode_with_delimiters ... ok
[INFO] [stdout] test binary_net::tests::test_sockaddr_in_rejects_invalid_ips ... ok
[INFO] [stdout] test decoders::tests::test_ascii85_decode_with_z ... ok
[INFO] [stdout] test decoders::tests::test_base32_decode_long ... ok
[INFO] [stdout] test decoders::tests::test_base32_decode ... ok
[INFO] [stdout] test decoders::tests::test_base64_decode ... ok
[INFO] [stdout] test decoders::tests::test_base64_too_short ... ok
[INFO] [stdout] test decoders::tests::test_base85_decode ... ok
[INFO] [stdout] test decoders::tests::test_base32_too_short ... ok
[INFO] [stdout] test decoders::tests::test_base64_whitespace_trimming ... ok
[INFO] [stdout] test decoders::tests::test_base85_invalid_char ... ok
[INFO] [stdout] test decoders::tests::test_base32_decode_nopad ... ok
[INFO] [stdout] test decoders::tests::test_base85_overflow_protection ... ok
[INFO] [stdout] test binary_net::tests::test_sockaddr_in_big_endian ... ok
[INFO] [stdout] test decoders::tests::test_base85_with_whitespace ... ok
[INFO] [stdout] test decoders::tests::test_base85_z_shorthand ... ok
[INFO] [stdout] test decoders::tests::test_decode_base64_empty ... ok
[INFO] [stdout] test decoders::tests::test_decode_base32_strings_batch ... ok
[INFO] [stdout] test decoders::tests::test_decode_hex_strings_batch ... ok
[INFO] [stdout] test decoders::tests::test_decode_base64_strings_batch ... ok
[INFO] [stdout] test decoders::tests::test_decode_unicode_escape_strings_batch ... ok
[INFO] [stdout] test decoders::tests::test_decode_url_strings_batch ... ok
[INFO] [stdout] test decoders::tests::test_decoded_ip_classification ... ok
[INFO] [stdout] test decoders::tests::test_deobfuscate_concatenation_no_pattern ... ok
[INFO] [stdout] test decoders::tests::test_hex_decode ... ok
[INFO] [stdout] test decoders::tests::test_hex_odd_length ... ok
[INFO] [stdout] test decoders::tests::test_is_likely_base32 ... ok
[INFO] [stdout] test decoders::tests::test_is_likely_base64 ... ok
[INFO] [stdout] test decoders::tests::test_hex_uppercase ... ok
[INFO] [stdout] test decoders::tests::test_is_likely_base85 ... ok
[INFO] [stdout] test decoders::tests::test_deobfuscate_concatenation_python ... ok
[INFO] [stdout] test decoders::tests::test_deobfuscate_concatenation_javascript ... ok
[INFO] [stdout] test decoders::tests::test_decode_base64_strings_with_concatenation ... ok
[INFO] [stdout] test decoders::tests::test_is_likely_hex ... ok
[INFO] [stdout] test decoders::tests::test_url_decode ... ok
[INFO] [stdout] test decoders::tests::test_unicode_escape_decode ... ok
[INFO] [stdout] test decoders::tests::test_deobfuscate_concatenation_php ... ok
[INFO] [stdout] test decoders::tests::test_url_special_chars ... ok
[INFO] [stdout] test extraction::tests::test_extract_from_structures_len_overflow ... ok
[INFO] [stdout] test extraction::tests::test_extract_from_structures_ptr_out_of_range ... ok
[INFO] [stdout] test extraction::tests::test_extract_from_structures_classification ... ok
[INFO] [stdout] test extraction::tests::test_extract_from_structures_invalid_utf8 ... ok
[INFO] [stdout] test extraction::tests::test_find_string_structures_32bit ... ok
[INFO] [stdout] test extraction::tests::test_extract_from_structures_mostly_non_printable ... ok
[INFO] [stdout] test extraction::tests::test_extract_from_structures_with_section_name ... ok
[INFO] [stdout] test extraction::tests::test_find_string_structures_32bit_be ... ok
[INFO] [stdout] test extraction::tests::test_find_string_structures_too_short ... ok
[INFO] [stdout] test extraction::tests::test_find_string_structures_big_endian ... ok
[INFO] [stdout] test extraction::tests::test_find_string_structures_64bit_le ... ok
[INFO] [stdout] test binary_net::tests::test_non_m68000_architectures_processed ... ok
[INFO] [stdout] test extraction::tests::test_find_string_structures_empty ... ok
[INFO] [stdout] test extraction::tests::test_extract_from_structures_basic ... ok
[INFO] [stdout] test go::classifier::tests::test_base32_performance_edge_cases ... ok
[INFO] [stdout] test go::classifier::tests::test_base58_performance_edge_cases ... ok
[INFO] [stdout] test go::classifier::tests::test_base64_performance_single_pass ... ok
[INFO] [stdout] test fuzzy_base64::tests::test_fuzzy_extract ... ok
[INFO] [stdout] test fuzzy_base64::tests::test_is_base64_like ... ok
[INFO] [stdout] test go::classifier::tests::test_classify_string_base32 ... ok
[INFO] [stdout] test fuzzy_base64::tests::test_detect_js_obfuscation ... ok
[INFO] [stdout] test go::classifier::tests::test_classify_string_applescript_detection ... ok
[INFO] [stdout] test go::classifier::tests::test_classify_string_paths ... ok
[INFO] [stdout] test go::classifier::tests::test_classify_string_env_vars ... ok
[INFO] [stdout] test go::classifier::tests::test_classify_string_hex_encoded ... ok
[INFO] [stdout] test go::classifier::tests::test_classify_string_shell_command_detection ... ok
[INFO] [stdout] test go::classifier::tests::test_classify_string_unicode_escaped ... ok
[INFO] [stdout] test go::classifier::tests::test_decode_unicode_escapes ... ok
[INFO] [stdout] test go::classifier::tests::test_decode_url_encoding ... ok
[INFO] [stdout] test go::classifier::tests::test_classify_string_url_encoded ... ok
[INFO] [stdout] test go::classifier::tests::test_extract_from_structures ... ok
[INFO] [stdout] test go::classifier::tests::test_classify_string_urls ... ok
[INFO] [stdout] test go::classifier::tests::test_find_string_structures_out_of_range ... ok
[INFO] [stdout] test go::classifier::tests::test_find_string_structures ... ok
[INFO] [stdout] test go::classifier::tests::test_find_string_structures_32bit ... ok
[INFO] [stdout] test go::classifier::tests::test_find_string_structures_too_long ... ok
[INFO] [stdout] test go::classifier::tests::test_hex_encoded_decoding ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base32_invalid ... ok
[INFO] [stdout] test go::classifier::tests::test_find_string_structures_zero_length ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base32_valid ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base58_edge_cases_borderline ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base58_edge_cases_should_pass ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base58_invalid_alphabet_violations ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base58_invalid_class_names_objc ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base58_invalid_class_names_other ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base58_invalid_missing_character_types ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base58_invalid_plain_text ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base58_valid_cryptocurrency_addresses ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base64_invalid ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base64_valid ... ok
[INFO] [stdout] test decoders::tests::test_deobfuscate_concatenation_too_short ... ok
[INFO] [stdout] test go::classifier::tests::test_is_hex_encoded_invalid ... ok
[INFO] [stdout] test go::classifier::tests::test_classify_string_base58 ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base85_invalid ... ok
[INFO] [stdout] test go::classifier::tests::test_classify_string_ip_detection ... ok
[INFO] [stdout] test go::classifier::tests::test_is_base85_valid ... ok
[INFO] [stdout] test go::classifier::tests::test_find_string_structures_big_endian ... ok
[INFO] [stdout] test go::classifier::tests::test_is_hex_encoded_valid ... ok
[INFO] [stdout] test go::classifier::tests::test_is_ipv4_rejects_invalid ... ok
[INFO] [stdout] test go::classifier::tests::test_is_ipv4_rejects_special_addresses ... ok
[INFO] [stdout] test go::classifier::tests::test_is_ipv4_valid_ips ... ok
[INFO] [stdout] test go::classifier::tests::test_is_shell_command_backtick_requires_content ... ok
[INFO] [stdout] test go::classifier::tests::test_is_unicode_escaped_invalid ... ok
[INFO] [stdout] test go::classifier::tests::test_is_shell_command_rejects_dotnet_generics ... ok
[INFO] [stdout] test go::classifier::tests::test_is_ipv4_rejects_version_numbers ... ok
[INFO] [stdout] test instr::tests::test_amd64_basic_string_extraction ... ok
[INFO] [stdout] test go::classifier::tests::test_is_shell_command_detects_commands ... ok
[INFO] [stdout] test instr::tests::test_amd64_key_string_short_data ... ok
[INFO] [stdout] test instr::tests::test_amd64_map_key_pattern ... ok
[INFO] [stdout] test go::classifier::tests::test_is_unicode_escaped_valid ... ok
[INFO] [stdout] test instr::tests::test_amd64_first_arg_short_data ... ok
[INFO] [stdout] test instr::tests::test_amd64_value_string_short_data ... ok
[INFO] [stdout] test go::classifier::tests::test_is_url_encoded_valid ... ok
[INFO] [stdout] test go::classifier::tests::test_is_url_encoded_invalid ... ok
[INFO] [stdout] test instr::tests::test_arm64_basic_string_extraction ... ok
[INFO] [stdout] test instr::tests::test_decode_arm_bitmask_immediate_invalid_size ... ok
[INFO] [stdout] test instr::tests::test_decode_arm_mov_immediate ... ok
[INFO] [stdout] test instr::tests::test_decode_arm_mov_immediate_invalid ... ok
[INFO] [stdout] test instr::tests::test_decode_arm_mov_immediate_with_shift ... ok
[INFO] [stdout] test instr::tests::test_decode_arm_mov_immediate_zero ... ok
[INFO] [stdout] test instr::tests::test_empty_inputs_both_arches ... ok
[INFO] [stdout] test instr::tests::test_extract_arm64_pattern_short_lookback ... ok
[INFO] [stdout] test instr::tests::test_extract_inline_strings_amd64_empty ... ok
[INFO] [stdout] test instr::tests::test_extract_inline_strings_amd64_no_call ... ok
[INFO] [stdout] test instr::tests::test_extract_inline_strings_amd64_with_call ... ok
[INFO] [stdout] test instr::tests::test_extract_inline_strings_arm64_empty ... ok
[INFO] [stdout] test instr::tests::test_extract_inline_strings_arm64_no_bl ... ok
[INFO] [stdout] test instr::tests::test_is_valid_utf8_string ... ok
[INFO] [stdout] test instr::tests::test_is_valid_utf8_string_mostly_printable ... ok
[INFO] [stdout] test instr::tests::test_is_valid_utf8_string_unicode ... ok
[INFO] [stdout] test instr::tests::test_looks_like_key_basic ... ok
[INFO] [stdout] test instr::tests::test_looks_like_key_paths ... ok
[INFO] [stdout] test instr::tests::test_looks_like_key_special_chars ... ok
[INFO] [stdout] test instr::tests::test_looks_like_key_too_long ... ok
[INFO] [stdout] test instr::tests::test_looks_like_key_urls ... ok
[INFO] [stdout] test instr::tests::test_looks_like_key_with_spaces ... ok
[INFO] [stdout] test instr::tests::test_arm64_min_length_filter ... ok
[INFO] [stdout] test instr::tests::test_decode_arm64_string_invalid_addr ... ok
[INFO] [stdout] test instr::tests::test_decode_arm64_string_invalid_length ... ok
[INFO] [stdout] test r2::cache::tests::test_cache_disabled ... ok
[INFO] [stdout] test instr::tests::test_out_of_bounds_addresses_arm64 ... ok
[INFO] [stdout] test instr::tests::test_min_length_enforcement_both_arches ... ok
[INFO] [stdout] test r2::cache::tests::test_sanitize_complex_command ... ok
[INFO] [stdout] test instr::tests::test_truncated_arm64_instructions ... ok
[INFO] [stdout] test instr::tests::test_decode_arm_bitmask_immediate_basic ... ok
[INFO] [stdout] test r2::cache::tests::test_sanitize_compound_command ... ok
[INFO] [stdout] test r2::tests::test_classify_r2_symbol_object_local ... ok
[INFO] [stdout] test r2::tests::test_classify_r2_symbol_unknown_type ... ok
[INFO] [stdout] test r2::cache::tests::test_sanitize_simple_command ... ok
[INFO] [stdout] test r2::tests::test_classify_r2_symbol ... ok
[INFO] [stdout] test r2::tests::test_classify_r2_symbol_meth ... ok
[INFO] [stdout] test r2::tests::test_r2_string_deserialize ... ok
[INFO] [stdout] test r2::tests::test_r2_symbol_deserialize_defaults ... ok
[INFO] [stdout] test r2::tests::test_r2_symbol_deserialize ... ok
[INFO] [stdout] test rust::tests::test_add_if_valid_duplicate ... ok
[INFO] [stdout] test rust::tests::test_add_if_valid_hex_pattern ... ok
[INFO] [stdout] test rust::tests::test_add_if_valid_mostly_digits ... ok
[INFO] [stdout] test rust::tests::test_add_if_valid_too_short ... ok
[INFO] [stdout] test rust::tests::test_corrupted_binary_handling ... ok
[INFO] [stdout] test rust::tests::test_elf_extraction_empty_data ... ok
[INFO] [stdout] test rust::tests::test_add_if_valid_success ... ok
[INFO] [stdout] test rust::tests::test_elf_extraction_with_rodata ... ok
[INFO] [stdout] test r2::tests::test_is_available ... ok
[INFO] [stdout] test r2::tests::test_extract_strings_nonexistent_file ... ok
[INFO] [stdout] test r2::tests::test_paddr_present_in_tool_output ... ok
[INFO] [stdout] test rust::tests::test_empty_binary ... ok
[INFO] [stdout] test r2::tests::test_extract_strings_returns_file_offsets ... ok
[INFO] [stdout] test instr::tests::test_large_code_section_arm64 ... ok
[INFO] [stdout] test r2::tests::test_run_tool_command_nonexistent ... ok
[INFO] [stdout] test rust::tests::test_extract_packed_strings_env_vars ... ok
[INFO] [stdout] test rust::tests::test_extract_packed_strings_domain_names ... ok
[INFO] [stdout] test rust::tests::test_extract_packed_strings_snake_case ... ok
[INFO] [stdout] test rust::tests::test_extract_packed_strings_null_separated ... ok
[INFO] [stdout] test rust::tests::test_extractor_size ... ok
[INFO] [stdout] test rust::tests::test_extract_patterns_case_transition_split ... ok
[INFO] [stdout] test rust::tests::test_macho_extraction_minimal ... ok
[INFO] [stdout] test rust::tests::test_find_section_not_found ... ok
[INFO] [stdout] test rust::tests::test_extract_patterns_from_segment_complex ... ok
[INFO] [stdout] test rust::tests::test_extract_packed_strings_newline_separated ... ok
[INFO] [stdout] test rust::tests::test_extract_packed_strings_urls ... ok
[INFO] [stdout] test rust::tests::test_macho_text_const ... ok
[INFO] [stdout] test rust::tests::test_extract_packed_strings_paths ... ok
[INFO] [stdout] test rust::tests::test_raw_string_classification ... ok
[INFO] [stdout] test rust::tests::test_raw_string_deduplication ... ok
[INFO] [stdout] test rust::tests::test_raw_string_extraction ... ok
[INFO] [stdout] test rust::tests::test_raw_string_min_length ... ok
[INFO] [stdout] test rust::tests::test_raw_string_whitespace_trimming ... ok
[INFO] [stdout] test rust::tests::test_rust_extractor_creation ... ok
[INFO] [stdout] test rust::tests::test_rust_extractor_different_min_lengths ... ok
[INFO] [stdout] test stack_strings::tests::test_blobs_across_call_not_paired ... ok
[INFO] [stdout] test stack_strings::tests::test_c7_xor_pair_home ... ok
[INFO] [stdout] test stack_strings::tests::test_c7_xor_pair_path ... ok
[INFO] [stdout] test stack_strings::tests::test_c7_xor_pair_term ... ok
[INFO] [stdout] test rust::tests::test_raw_string_non_printable_breaks ... ok
[INFO] [stdout] test stack_strings::tests::test_movabs_xor_pair_8bytes ... ok
[INFO] [stdout] test stack_strings::tests::test_duplicate_xor_results_deduplicated ... ok
[INFO] [stdout] test stack_strings::tests::test_multi_chunk_merge ... ok
[INFO] [stdout] test stack_strings::tests::test_printable_blob_not_xor_candidate ... ok
[INFO] [stdout] test stack_strings::tests::test_regular_stack_strings_still_detected ... ok
[INFO] [stdout] test stack_strings::tests::test_self_xor_all_zeros_filtered ... ok
[INFO] [stdout] test stack_strings::tests::test_single_blob_no_output ... ok
[INFO] [stdout] test rust::tests::test_elf_string_deduplication ... ok
[INFO] [stdout] test stack_strings::tests::test_three_blobs_only_valid_pair_emitted ... ok
[INFO] [stdout] test stack_strings::tests::test_three_chunk_merge_c7 ... ok
[INFO] [stdout] test stack_strings::tests::test_three_chunk_merge_movabs ... ok
[INFO] [stdout] test stack_strings::tests::test_xor_result_below_min_length_filtered ... ok
[INFO] [stdout] test stack_strings::tests::test_xor_result_nonprintable_no_output ... ok
[INFO] [stdout] test rust::tests::test_section_metadata ... ok
[INFO] [stdout] test types::tests::test_binary_info_32bit_le ... ok
[INFO] [stdout] test types::tests::test_binary_info_64bit_be ... ok
[INFO] [stdout] test types::tests::test_binary_info_64bit_le ... ok
[INFO] [stdout] test types::tests::test_binary_info_from_elf ... ok
[INFO] [stdout] test types::tests::test_binary_info_from_macho ... ok
[INFO] [stdout] test types::tests::test_binary_info_from_pe ... ok
[INFO] [stdout] test types::tests::test_extracted_string_clone ... ok
[INFO] [stdout] test types::tests::test_string_kind_equality ... ok
[INFO] [stdout] test types::tests::test_string_method_equality ... ok
[INFO] [stdout] test types::tests::test_string_struct_clone ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_alternating_pattern ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_base64_strings ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_control_chars ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_jpeg_metadata ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_literal_escape_sequences ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_low_alphanum_ratio ... ok
[INFO] [stdout] test stack_strings::tests::test_two_functions_each_with_xor_pair ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_malware_iocs ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_misaligned_go_reads ... ok
[INFO] [stdout] test types::tests::test_binary_info_32bit_be ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_obfuscated_python ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_ransomware_and_ctf_iocs ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_obfuscated_javascript ... ok
[INFO] [stdout] test rust::tests::test_offset_validity ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_non_ascii_strings ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_repeated_chars ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_shell_shebangs_and_options ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_short_binary_patterns ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_short_nonalpha ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_short_strings_with_dots ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_single_char ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_single_quote ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_trailing_newline_ok ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_unbalanced_parens ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_unicode_endings ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_valid_strings ... ok
[INFO] [stdout] test xor::tests::test_bad_xor_key_candidates_rejected ... ok
[INFO] [stdout] test xor::tests::test_auto_detect_xor_key ... ok
[INFO] [stdout] test validation::tests::test_is_garbage_xor_malware_samples ... ok
[INFO] [stdout] test xor::tests::test_brew_agent_sleep_command_extracted ... ok
[INFO] [stdout] test xor::tests::test_backtick_garbage_not_shell ... ok
[INFO] [stdout] test xor::tests::test_brew_agent_xor_key_detection ... ok
[INFO] [stdout] test xor::tests::test_custom_xor_empty_data ... ok
[INFO] [stdout] test xor::tests::test_custom_xor_empty_key ... ok
[INFO] [stdout] test xor::tests::test_custom_xor_ip_address ... ok
[INFO] [stdout] test xor::tests::test_custom_xor_multi_byte_key ... ok
[INFO] [stdout] test xor::tests::test_custom_xor_single_byte_key ... ok
[INFO] [stdout] test xor::tests::test_custom_xor_path ... ok
[INFO] [stdout] test xor::tests::test_entropy_calculation ... ok
[INFO] [stdout] test rust::tests::test_elf_multiple_sections ... FAILED
[INFO] [stdout] test xor::tests::test_garbage_path_rejected ... ok
[INFO] [stdout] test xor::tests::test_is_valid_ip ... ok
[INFO] [stdout] test xor::tests::test_is_valid_port ... ok
[INFO] [stdout] test xor::tests::test_known_path_prefix_detection ... ok
[INFO] [stdout] test xor::tests::test_known_xor_keys_qualify ... ok
[INFO] [stdout] test xor::tests::test_locale_string_detection ... ok
[INFO] [stdout] test xor::tests::test_is_meaningful_string ... ok
[INFO] [stdout] test xor::tests::test_custom_xor_string_key ... ok
[INFO] [stdout] test xor::tests::test_shell_command_with_trailing_garbage ... ok
[INFO] [stdout] test xor::tests::test_suspicious_path_with_garbage ... ok
[INFO] [stdout] test xor::tests::test_valid_paths_accepted ... ok
[INFO] [stdout] test xor::tests::test_bizarre_legitimate_iocs_pass ... ok
[INFO] [stdout] test xor::tests::test_mozilla_user_agent_detection ... ok
[INFO] [stdout] test xor::tests::test_xor_format_string_pattern ... ok
[INFO] [stdout] test xor::tests::test_no_false_positives_on_random ... ok
[INFO] [stdout] test xor::tests::test_xor_hostname_detection ... ok
[INFO] [stdout] test xor::tests::test_xor_ip_detection ... ok
[INFO] [stdout] test xor::tests::test_xor_ip_port_detection ... ok
[INFO] [stdout] test xor::tests::test_xor_key_0x20_skipped ... ok
[INFO] [stdout] test xor::tests::test_xor_library_pattern ... ok
[INFO] [stdout] test xor::tests::test_xor_ethereum_pattern ... ok
[INFO] [stdout] test xor::tests::test_xor_path_detection ... ok
[INFO] [stdout] test xor::tests::test_xor_password_detection ... ok
[INFO] [stdout] test xor::tests::test_xor_url_detection ... ok
[INFO] [stdout] test xor::tests::test_xor_no_overlapping_strings ... ok
[INFO] [stdout] test xor::tests::test_xor_garbage_strings_rejected ... ok
[INFO] [stdout] test stack_strings::tests::test_react2shell_stack_strings ... ok
[INFO] [stdout] test xor::tests::test_brew_agent_open_command_extracted_correctly ... ok
[INFO] [stdout] test rust::tests::test_min_length_filtering_elf ... ok
[INFO] [stdout] test rust::tests::test_very_large_min_length ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- rust::tests::test_elf_multiple_sections stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'rust::tests::test_elf_multiple_sections' (196) panicked at src/rust.rs:976:21:
[INFO] [stdout] Should find strings in /bin/true
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64efafc165e2 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64efafc165e2 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64efafc165e2 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64efafc165e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64efafc27f8a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64efafc27f8a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x64efafbe4b36 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64efafbe4b36 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x64efafbf58c9 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64efafbf58c9 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64efafbf5761 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64efaf76a9ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x64efaf76a9ae - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64efafbf5bf2 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x64efafbf5bf2 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64efafbf5988 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x64efafbf0bc9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64efafbd839d - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64efafc3071c - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64efaf5f600f - stng::rust::tests::test_elf_multiple_sections::h9d55e904b969d6ba
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rust.rs:976:21
[INFO] [stdout]   20:     0x64efaf5f60a7 - stng::rust::tests::test_elf_multiple_sections::{{closure}}::h39f7e773bd5b0934
[INFO] [stdout]                                at /opt/rustwide/workdir/src/rust.rs:969:36
[INFO] [stdout]   21:     0x64efaf6bbb76 - core::ops::function::FnOnce::call_once::ha77a2e5d2fa75795
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x64efaf76a76b - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x64efaf76a76b - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x64efaf77e17a - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x64efaf77e17a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x64efaf77e17a - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x64efaf77e17a - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x64efaf77e17a - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x64efaf77e17a - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x64efaf77e17a - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x64efaf7585d4 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x64efaf7585d4 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x64efaf75bf72 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x64efaf75bf72 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x64efaf75bf72 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x64efaf75bf72 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x64efaf75bf72 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x64efaf75bf72 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x64efaf75bf72 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x64efafbebccf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   41:     0x64efafbebccf - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   42:     0x75fac2856aa4 - <unknown>
[INFO] [stdout]   43:     0x75fac28e3a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     rust::tests::test_elf_multiple_sections
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 290 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.68s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "c2b24a65de2af3490e91fa6fb03fe8a4a396c7f4cac8fed1e6981025aca45920", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2b24a65de2af3490e91fa6fb03fe8a4a396c7f4cac8fed1e6981025aca45920", kill_on_drop: false }`
[INFO] [stdout] c2b24a65de2af3490e91fa6fb03fe8a4a396c7f4cac8fed1e6981025aca45920
