[INFO] cloning repository https://github.com/ryanmab/ignored
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ryanmab/ignored" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanmab%2Fignored", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanmab%2Fignored'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9db0a5ec7cb6551a9e8784bad01f56a9f9882d14
[INFO] testing ryanmab/ignored against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanmab%2Fignored" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ryanmab/ignored
[INFO] finished tweaking git repo https://github.com/ryanmab/ignored
[INFO] tweaked toml for git repo https://github.com/ryanmab/ignored written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ryanmab/ignored on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ryanmab/ignored 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-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5246a7267e20061c71fbf54660dce767ea87fc6c6e87ca6e1badb411db61e1d5
[INFO] running `Command { std: "docker" "start" "-a" "5246a7267e20061c71fbf54660dce767ea87fc6c6e87ca6e1badb411db61e1d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5246a7267e20061c71fbf54660dce767ea87fc6c6e87ca6e1badb411db61e1d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5246a7267e20061c71fbf54660dce767ea87fc6c6e87ca6e1badb411db61e1d5", kill_on_drop: false }`
[INFO] [stdout] 5246a7267e20061c71fbf54660dce767ea87fc6c6e87ca6e1badb411db61e1d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ddf5e0093c722a699d9bcd44e45996549322cdc7fd61080a164c8d2ce6d3b907
[INFO] running `Command { std: "docker" "start" "-a" "ddf5e0093c722a699d9bcd44e45996549322cdc7fd61080a164c8d2ce6d3b907", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling ignored v0.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.74s
[INFO] running `Command { std: "docker" "inspect" "ddf5e0093c722a699d9bcd44e45996549322cdc7fd61080a164c8d2ce6d3b907", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddf5e0093c722a699d9bcd44e45996549322cdc7fd61080a164c8d2ce6d3b907", kill_on_drop: false }`
[INFO] [stdout] ddf5e0093c722a699d9bcd44e45996549322cdc7fd61080a164c8d2ce6d3b907
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9561bf80c900431bf5733ce7ddfc9d9dc4850f1f0beb0973a721cf3b966ca1f8
[INFO] running `Command { std: "docker" "start" "-a" "9561bf80c900431bf5733ce7ddfc9d9dc4850f1f0beb0973a721cf3b966ca1f8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling convert_case v0.11.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling env_filter v1.0.0
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling env_logger v0.11.9
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling toml_parser v1.0.7+spec-1.1.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling test-log-macros v0.2.19
[INFO] [stderr]    Compiling proptest-macro v0.5.0
[INFO] [stderr]    Compiling test-log v0.2.19
[INFO] [stderr]    Compiling proptest v1.10.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling ignored v0.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 39.15s
[INFO] running `Command { std: "docker" "inspect" "9561bf80c900431bf5733ce7ddfc9d9dc4850f1f0beb0973a721cf3b966ca1f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9561bf80c900431bf5733ce7ddfc9d9dc4850f1f0beb0973a721cf3b966ca1f8", kill_on_drop: false }`
[INFO] [stdout] 9561bf80c900431bf5733ce7ddfc9d9dc4850f1f0beb0973a721cf3b966ca1f8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d49e978ad449c49f4601bb00d3d8870cf10e4e012e1338c4d302571cc1a705b9
[INFO] running `Command { std: "docker" "start" "-a" "d49e978ad449c49f4601bb00d3d8870cf10e4e012e1338c4d302571cc1a705b9", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ignored-a500622a49a51710)
[INFO] [stdout] 
[INFO] [stdout] running 126 tests
[INFO] [stdout] test evaluator::glob::tests::test_empty_globs::case_1 ... ok
[INFO] [stdout] test evaluator::glob::tests::test_empty_globs::case_2 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_02 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_03 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_04 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_05 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_06 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_07 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_08 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_09 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_11 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_12 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_13 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_14 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_15 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_16 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_17 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_18 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_19 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_20 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_01 ... ok
[INFO] [stdout] test lexer::tests::test_lexing::case_10 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_03 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_05 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_04 ... ok
[INFO] [stdout] test lexer::tests::test_lexing_never_panics ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_02 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_handles_negation ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_01 ... ok
[INFO] [stdout] test evaluator::glob::tests::test_building_never_panics ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_08 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_09 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_06 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_11 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_10 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_07 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_12 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_14 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_13 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_17 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_15 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_16 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_18 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_21 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_22 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_23 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_19 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_24 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_25 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_20 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_27 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_28 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_26 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_31 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_32 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_33 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_30 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_29 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_35 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_37 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_34 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_40 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_43 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_42 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_39 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_45 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_41 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_36 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_46 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_38 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_47 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_48 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_44 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_51 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_53 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_50 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_52 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_54 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_55 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_49 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_56 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_57 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_58 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_62 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_61 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_64 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_63 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_59 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_60 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_66 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_65 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_69 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_70 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_71 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_68 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_67 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_73 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_72 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_74 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_80 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_77 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_81 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_79 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_82 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_78 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_83 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_76 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_89 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_86 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_75 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_84 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_85 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_92 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_94 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_90 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_88 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_91 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_95 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_93 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_96 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_87 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_97 ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_observes_recursive_git_roots_when_evaluating_excludes_listed_in_root ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_observes_recursive_git_roots_when_ignoring ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_observes_ignores_in_git_root ... ok
[INFO] [stdout] test macros::is_ignored::tests::test_matches_git_check_ignore::case_98 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 126 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.35s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ignored
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/evaluator/evaluator.rs - evaluator::evaluator::Evaluator::is_ignored (line 53) ... FAILED
[INFO] [stdout] test src/evaluator/evaluator.rs - evaluator::evaluator::Evaluator (line 19) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 54) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 39) ... FAILED
[INFO] [stdout] test src/macros/is_ignored.rs - macros::is_ignored::is_ignored (line 26) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/evaluator/evaluator.rs - evaluator::evaluator::Evaluator::is_ignored (line 53) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (381) panicked at /tmp/rustdoctesthEIgt5/doctest_bundle_2024.rs:26:1:
[INFO] [stdout] assertion failed: ignored
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59b59013f19a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59b59013f19a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59b59013f19a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59b59013f19a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59b59015439a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59b59015439a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x59b5901445e2 - std[b80a194dd3c418bb]::io::default_write_fmt::<std[b80a194dd3c418bb]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59b5901445e2 - <std[b80a194dd3c418bb]::sys::stdio::unix::Stderr as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x59b59011d31f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59b59011d31f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59b5901375d1 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x59b59013778b - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x59b59011d40a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x59b590114c99 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x59b59011e20d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x59b590154d2c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x59b590154cf2 - core[10b6fa85044e1869]::panicking::panic
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150:5
[INFO] [stdout]   17:     0x59b58fe285c5 - doctest_bundle_2024::__doctest_1::main::h78fa716dc5b3a538
[INFO] [stdout]   18:     0x59b58fe285f6 - doctest_bundle_2024::__doctest_1::__main_fn::h2e69e5f60d30db75
[INFO] [stdout]   19:     0x59b58fe216a1 - doctest_runner_2024[fde4f6ad3be3a7ff]::__doctest_1::TEST::{closure#0}
[INFO] [stdout]   20:     0x59b58fe24f36 - <doctest_runner_2024[fde4f6ad3be3a7ff]::__doctest_1::TEST::{closure#0} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x59b58fe21e29 - doctest_runner_2024[fde4f6ad3be3a7ff]::main
[INFO] [stdout]   22:     0x59b58fe24e53 - <fn() -> std[b80a194dd3c418bb]::process::ExitCode as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   23:     0x59b58fe20f36 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[b80a194dd3c418bb]::process::ExitCode, std[b80a194dd3c418bb]::process::ExitCode>
[INFO] [stdout]   24:     0x59b58fe21449 - std[b80a194dd3c418bb]::rt::lang_start::<std[b80a194dd3c418bb]::process::ExitCode>::{closure#0}
[INFO] [stdout]   25:     0x59b590136254 - <&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   26:     0x59b590136254 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x59b590136254 - std[b80a194dd3c418bb]::panicking::catch_unwind::<i32, &dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x59b590136254 - std[b80a194dd3c418bb]::panic::catch_unwind::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x59b590136254 - std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:175:24
[INFO] [stdout]   30:     0x59b590136254 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x59b590136254 - std[b80a194dd3c418bb]::panicking::catch_unwind::<isize, std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x59b590136254 - std[b80a194dd3c418bb]::panic::catch_unwind::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x59b590136254 - std[b80a194dd3c418bb]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:171:5
[INFO] [stdout]   34:     0x59b58fe20e01 - std[b80a194dd3c418bb]::rt::lang_start::<std[b80a194dd3c418bb]::process::ExitCode>
[INFO] [stdout]   35:     0x59b58fe250f5 - main
[INFO] [stdout]   36:     0x78a4d6a4a1ca - <unknown>
[INFO] [stdout]   37:     0x78a4d6a4a28b - __libc_start_main
[INFO] [stdout]   38:     0x59b58fe1f325 - _start
[INFO] [stdout]   39:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/evaluator/evaluator.rs - evaluator::evaluator::Evaluator (line 19) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (382) panicked at /tmp/rustdoctesthEIgt5/doctest_bundle_2024.rs:12:1:
[INFO] [stdout] assertion failed: ignored
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6063eb77b19a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6063eb77b19a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6063eb77b19a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6063eb77b19a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6063eb79039a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6063eb79039a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x6063eb7805e2 - std[b80a194dd3c418bb]::io::default_write_fmt::<std[b80a194dd3c418bb]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6063eb7805e2 - <std[b80a194dd3c418bb]::sys::stdio::unix::Stderr as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x6063eb75931f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6063eb75931f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6063eb7735d1 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x6063eb77378b - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x6063eb75940a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x6063eb750c99 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x6063eb75a20d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x6063eb790d2c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x6063eb790cf2 - core[10b6fa85044e1869]::panicking::panic
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150:5
[INFO] [stdout]   17:     0x6063eb4644e5 - doctest_bundle_2024::__doctest_0::main::h886d0f72a3f2432e
[INFO] [stdout]   18:     0x6063eb464516 - doctest_bundle_2024::__doctest_0::__main_fn::h1be737445bfcaf40
[INFO] [stdout]   19:     0x6063eb45d620 - doctest_runner_2024[fde4f6ad3be3a7ff]::__doctest_0::TEST::{closure#0}
[INFO] [stdout]   20:     0x6063eb460ef6 - <doctest_runner_2024[fde4f6ad3be3a7ff]::__doctest_0::TEST::{closure#0} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x6063eb45de29 - doctest_runner_2024[fde4f6ad3be3a7ff]::main
[INFO] [stdout]   22:     0x6063eb460e53 - <fn() -> std[b80a194dd3c418bb]::process::ExitCode as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   23:     0x6063eb45cf36 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[b80a194dd3c418bb]::process::ExitCode, std[b80a194dd3c418bb]::process::ExitCode>
[INFO] [stdout]   24:     0x6063eb45d449 - std[b80a194dd3c418bb]::rt::lang_start::<std[b80a194dd3c418bb]::process::ExitCode>::{closure#0}
[INFO] [stdout]   25:     0x6063eb772254 - <&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   26:     0x6063eb772254 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x6063eb772254 - std[b80a194dd3c418bb]::panicking::catch_unwind::<i32, &dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x6063eb772254 - std[b80a194dd3c418bb]::panic::catch_unwind::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x6063eb772254 - std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:175:24
[INFO] [stdout]   30:     0x6063eb772254 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x6063eb772254 - std[b80a194dd3c418bb]::panicking::catch_unwind::<isize, std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x6063eb772254 - std[b80a194dd3c418bb]::panic::catch_unwind::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x6063eb772254 - std[b80a194dd3c418bb]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:171:5
[INFO] [stdout]   34:     0x6063eb45ce01 - std[b80a194dd3c418bb]::rt::lang_start::<std[b80a194dd3c418bb]::process::ExitCode>
[INFO] [stdout]   35:     0x6063eb4610f5 - main
[INFO] [stdout]   36:     0x7293825401ca - <unknown>
[INFO] [stdout]   37:     0x72938254028b - __libc_start_main
[INFO] [stdout]   38:     0x6063eb45b325 - _start
[INFO] [stdout]   39:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 54) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (385) panicked at /tmp/rustdoctesthEIgt5/doctest_bundle_2024.rs:53:1:
[INFO] [stdout] assertion failed: ignored
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ea5d40519a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63ea5d40519a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63ea5d40519a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63ea5d40519a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63ea5d41a39a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63ea5d41a39a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x63ea5d40a5e2 - std[b80a194dd3c418bb]::io::default_write_fmt::<std[b80a194dd3c418bb]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63ea5d40a5e2 - <std[b80a194dd3c418bb]::sys::stdio::unix::Stderr as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63ea5d3e331f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63ea5d3e331f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63ea5d3fd5d1 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x63ea5d3fd78b - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x63ea5d3e340a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x63ea5d3dac99 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x63ea5d3e420d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x63ea5d41ad2c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x63ea5d41acf2 - core[10b6fa85044e1869]::panicking::panic
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150:5
[INFO] [stdout]   17:     0x63ea5d0ee725 - doctest_bundle_2024::__doctest_3::main::h4ca3daf45617030f
[INFO] [stdout]   18:     0x63ea5d0ee756 - doctest_bundle_2024::__doctest_3::__main_fn::h3d6f6d3785d18907
[INFO] [stdout]   19:     0x63ea5d0e77a1 - doctest_runner_2024[fde4f6ad3be3a7ff]::__doctest_3::TEST::{closure#0}
[INFO] [stdout]   20:     0x63ea5d0eafb6 - <doctest_runner_2024[fde4f6ad3be3a7ff]::__doctest_3::TEST::{closure#0} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x63ea5d0e7e29 - doctest_runner_2024[fde4f6ad3be3a7ff]::main
[INFO] [stdout]   22:     0x63ea5d0eae53 - <fn() -> std[b80a194dd3c418bb]::process::ExitCode as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   23:     0x63ea5d0e6f36 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[b80a194dd3c418bb]::process::ExitCode, std[b80a194dd3c418bb]::process::ExitCode>
[INFO] [stdout]   24:     0x63ea5d0e7449 - std[b80a194dd3c418bb]::rt::lang_start::<std[b80a194dd3c418bb]::process::ExitCode>::{closure#0}
[INFO] [stdout]   25:     0x63ea5d3fc254 - <&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   26:     0x63ea5d3fc254 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x63ea5d3fc254 - std[b80a194dd3c418bb]::panicking::catch_unwind::<i32, &dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x63ea5d3fc254 - std[b80a194dd3c418bb]::panic::catch_unwind::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x63ea5d3fc254 - std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:175:24
[INFO] [stdout]   30:     0x63ea5d3fc254 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x63ea5d3fc254 - std[b80a194dd3c418bb]::panicking::catch_unwind::<isize, std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x63ea5d3fc254 - std[b80a194dd3c418bb]::panic::catch_unwind::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x63ea5d3fc254 - std[b80a194dd3c418bb]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:171:5
[INFO] [stdout]   34:     0x63ea5d0e6e01 - std[b80a194dd3c418bb]::rt::lang_start::<std[b80a194dd3c418bb]::process::ExitCode>
[INFO] [stdout]   35:     0x63ea5d0eb0f5 - main
[INFO] [stdout]   36:     0x7b767d0f01ca - <unknown>
[INFO] [stdout]   37:     0x7b767d0f028b - __libc_start_main
[INFO] [stdout]   38:     0x63ea5d0e5325 - _start
[INFO] [stdout]   39:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 39) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (386) panicked at /tmp/rustdoctesthEIgt5/doctest_bundle_2024.rs:39:1:
[INFO] [stdout] assertion failed: ignored
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62ee0d56a19a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62ee0d56a19a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62ee0d56a19a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62ee0d56a19a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62ee0d57f39a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62ee0d57f39a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x62ee0d56f5e2 - std[b80a194dd3c418bb]::io::default_write_fmt::<std[b80a194dd3c418bb]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62ee0d56f5e2 - <std[b80a194dd3c418bb]::sys::stdio::unix::Stderr as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x62ee0d54831f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62ee0d54831f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62ee0d5625d1 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x62ee0d56278b - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x62ee0d54840a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x62ee0d53fc99 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x62ee0d54920d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x62ee0d57fd2c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x62ee0d57fcf2 - core[10b6fa85044e1869]::panicking::panic
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150:5
[INFO] [stdout]   17:     0x62ee0d25365f - doctest_bundle_2024::__doctest_2::main::h2ae1f6555b307b77
[INFO] [stdout]   18:     0x62ee0d253676 - doctest_bundle_2024::__doctest_2::__main_fn::h2d06e3d50e0c2664
[INFO] [stdout]   19:     0x62ee0d24c721 - doctest_runner_2024[fde4f6ad3be3a7ff]::__doctest_2::TEST::{closure#0}
[INFO] [stdout]   20:     0x62ee0d24ff76 - <doctest_runner_2024[fde4f6ad3be3a7ff]::__doctest_2::TEST::{closure#0} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x62ee0d24ce29 - doctest_runner_2024[fde4f6ad3be3a7ff]::main
[INFO] [stdout]   22:     0x62ee0d24fe53 - <fn() -> std[b80a194dd3c418bb]::process::ExitCode as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   23:     0x62ee0d24bf36 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[b80a194dd3c418bb]::process::ExitCode, std[b80a194dd3c418bb]::process::ExitCode>
[INFO] [stdout]   24:     0x62ee0d24c449 - std[b80a194dd3c418bb]::rt::lang_start::<std[b80a194dd3c418bb]::process::ExitCode>::{closure#0}
[INFO] [stdout]   25:     0x62ee0d561254 - <&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   26:     0x62ee0d561254 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x62ee0d561254 - std[b80a194dd3c418bb]::panicking::catch_unwind::<i32, &dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x62ee0d561254 - std[b80a194dd3c418bb]::panic::catch_unwind::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x62ee0d561254 - std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:175:24
[INFO] [stdout]   30:     0x62ee0d561254 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x62ee0d561254 - std[b80a194dd3c418bb]::panicking::catch_unwind::<isize, std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x62ee0d561254 - std[b80a194dd3c418bb]::panic::catch_unwind::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x62ee0d561254 - std[b80a194dd3c418bb]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:171:5
[INFO] [stdout]   34:     0x62ee0d24be01 - std[b80a194dd3c418bb]::rt::lang_start::<std[b80a194dd3c418bb]::process::ExitCode>
[INFO] [stdout]   35:     0x62ee0d2500f5 - main
[INFO] [stdout]   36:     0x721ef6f891ca - <unknown>
[INFO] [stdout]   37:     0x721ef6f8928b - __libc_start_main
[INFO] [stdout]   38:     0x62ee0d24a325 - _start
[INFO] [stdout]   39:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/macros/is_ignored.rs - macros::is_ignored::is_ignored (line 26) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (387) panicked at /tmp/rustdoctesthEIgt5/doctest_bundle_2024.rs:67:1:
[INFO] [stdout] assertion failed: ignored
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x654b93e0919a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x654b93e0919a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x654b93e0919a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x654b93e0919a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x654b93e1e39a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x654b93e1e39a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x654b93e0e5e2 - std[b80a194dd3c418bb]::io::default_write_fmt::<std[b80a194dd3c418bb]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x654b93e0e5e2 - <std[b80a194dd3c418bb]::sys::stdio::unix::Stderr as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x654b93de731f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x654b93de731f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x654b93e015d1 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x654b93e0178b - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x654b93de740a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x654b93ddec99 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x654b93de820d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x654b93e1ed2c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x654b93e1ecf2 - core[10b6fa85044e1869]::panicking::panic
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150:5
[INFO] [stdout]   17:     0x654b93af27bf - doctest_bundle_2024::__doctest_4::main::h8c4327416e784ff0
[INFO] [stdout]   18:     0x654b93af27d6 - doctest_bundle_2024::__doctest_4::__main_fn::h66edc4133dbe3f15
[INFO] [stdout]   19:     0x654b93aeb821 - doctest_runner_2024[fde4f6ad3be3a7ff]::__doctest_4::TEST::{closure#0}
[INFO] [stdout]   20:     0x654b93aeeff6 - <doctest_runner_2024[fde4f6ad3be3a7ff]::__doctest_4::TEST::{closure#0} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x654b93aebe29 - doctest_runner_2024[fde4f6ad3be3a7ff]::main
[INFO] [stdout]   22:     0x654b93aeee53 - <fn() -> std[b80a194dd3c418bb]::process::ExitCode as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   23:     0x654b93aeaf36 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[b80a194dd3c418bb]::process::ExitCode, std[b80a194dd3c418bb]::process::ExitCode>
[INFO] [stdout]   24:     0x654b93aeb449 - std[b80a194dd3c418bb]::rt::lang_start::<std[b80a194dd3c418bb]::process::ExitCode>::{closure#0}
[INFO] [stdout]   25:     0x654b93e00254 - <&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   26:     0x654b93e00254 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x654b93e00254 - std[b80a194dd3c418bb]::panicking::catch_unwind::<i32, &dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x654b93e00254 - std[b80a194dd3c418bb]::panic::catch_unwind::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x654b93e00254 - std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:175:24
[INFO] [stdout]   30:     0x654b93e00254 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x654b93e00254 - std[b80a194dd3c418bb]::panicking::catch_unwind::<isize, std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x654b93e00254 - std[b80a194dd3c418bb]::panic::catch_unwind::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x654b93e00254 - std[b80a194dd3c418bb]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:171:5
[INFO] [stdout]   34:     0x654b93aeae01 - std[b80a194dd3c418bb]::rt::lang_start::<std[b80a194dd3c418bb]::process::ExitCode>
[INFO] [stdout]   35:     0x654b93aef0f5 - main
[INFO] [stdout]   36:     0x773bedaf21ca - <unknown>
[INFO] [stdout]   37:     0x773bedaf228b - __libc_start_main
[INFO] [stdout]   38:     0x654b93ae9325 - _start
[INFO] [stdout]   39:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/evaluator/evaluator.rs - evaluator::evaluator::Evaluator (line 19)
[INFO] [stdout]     src/evaluator/evaluator.rs - evaluator::evaluator::Evaluator::is_ignored (line 53)
[INFO] [stdout]     src/lib.rs - (line 39)
[INFO] [stdout]     src/lib.rs - (line 54)
[INFO] [stdout]     src/macros/is_ignored.rs - macros::is_ignored::is_ignored (line 26)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.15s; merged doctests compilation took 1.01s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "d49e978ad449c49f4601bb00d3d8870cf10e4e012e1338c4d302571cc1a705b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d49e978ad449c49f4601bb00d3d8870cf10e4e012e1338c4d302571cc1a705b9", kill_on_drop: false }`
[INFO] [stdout] d49e978ad449c49f4601bb00d3d8870cf10e4e012e1338c4d302571cc1a705b9
