[INFO] fetching crate voca_rs 1.15.2... [INFO] testing voca_rs-1.15.2 against 1.91.0 for beta-1.92-2 [INFO] extracting crate voca_rs 1.15.2 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate voca_rs 1.15.2 [INFO] finished tweaking crates.io crate voca_rs 1.15.2 [INFO] tweaked toml for crates.io crate voca_rs 1.15.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate voca_rs 1.15.2 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded stfu8 v0.2.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 983f1f740c561ad7855ff6804e11e3c5dc247e5bf068346f6f44d9964fb77f94 [INFO] running `Command { std: "docker" "start" "-a" "983f1f740c561ad7855ff6804e11e3c5dc247e5bf068346f6f44d9964fb77f94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "983f1f740c561ad7855ff6804e11e3c5dc247e5bf068346f6f44d9964fb77f94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "983f1f740c561ad7855ff6804e11e3c5dc247e5bf068346f6f44d9964fb77f94", kill_on_drop: false }` [INFO] [stdout] 983f1f740c561ad7855ff6804e11e3c5dc247e5bf068346f6f44d9964fb77f94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 97b90b4df2b2904fe0a0e2ab93687d3f561a017275bd0c2632db07cdc1780946 [INFO] running `Command { std: "docker" "start" "-a" "97b90b4df2b2904fe0a0e2ab93687d3f561a017275bd0c2632db07cdc1780946", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling stfu8 v0.2.7 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling voca_rs v1.15.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `nightly` [INFO] [stdout] --> src/lib.rs:9:23 [INFO] [stdout] | [INFO] [stdout] 9 | #![cfg_attr(all(test, feature = "nightly"), feature(test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `nightly` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.10s [INFO] running `Command { std: "docker" "inspect" "97b90b4df2b2904fe0a0e2ab93687d3f561a017275bd0c2632db07cdc1780946", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97b90b4df2b2904fe0a0e2ab93687d3f561a017275bd0c2632db07cdc1780946", kill_on_drop: false }` [INFO] [stdout] 97b90b4df2b2904fe0a0e2ab93687d3f561a017275bd0c2632db07cdc1780946 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88d4a2ca926c26e1cd16120c59769fa46d6b5d29037cb3fdf69c6efc92eb3311 [INFO] running `Command { std: "docker" "start" "-a" "88d4a2ca926c26e1cd16120c59769fa46d6b5d29037cb3fdf69c6efc92eb3311", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: unexpected `cfg` condition value: `nightly` [INFO] [stdout] --> src/lib.rs:9:23 [INFO] [stdout] | [INFO] [stdout] 9 | #![cfg_attr(all(test, feature = "nightly"), feature(test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `nightly` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling voca_rs v1.15.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `nightly` [INFO] [stdout] --> src/lib.rs:9:23 [INFO] [stdout] | [INFO] [stdout] 9 | #![cfg_attr(all(test, feature = "nightly"), feature(test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `nightly` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 9.66s [INFO] running `Command { std: "docker" "inspect" "88d4a2ca926c26e1cd16120c59769fa46d6b5d29037cb3fdf69c6efc92eb3311", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88d4a2ca926c26e1cd16120c59769fa46d6b5d29037cb3fdf69c6efc92eb3311", kill_on_drop: false }` [INFO] [stdout] 88d4a2ca926c26e1cd16120c59769fa46d6b5d29037cb3fdf69c6efc92eb3311 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 145b519a6bad98609e1c6213f2fc3830bdc0198114e771cedae2c4f7b0d4b940 [INFO] running `Command { std: "docker" "start" "-a" "145b519a6bad98609e1c6213f2fc3830bdc0198114e771cedae2c4f7b0d4b940", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: unexpected `cfg` condition value: `nightly` [INFO] [stderr] --> src/lib.rs:9:23 [INFO] [stderr] | [INFO] [stderr] 9 | #![cfg_attr(all(test, feature = "nightly"), feature(test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `nightly` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | warnings, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: `voca_rs` (lib) generated 1 warning [INFO] [stderr] warning: `voca_rs` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/voca_rs-13900a85c0f7300c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests voca_rs [INFO] [stdout] [INFO] [stdout] running 115 tests [INFO] [stdout] test src/case.rs - case::pascal_case (line 252) ... FAILED [INFO] [stdout] test src/case.rs - case::decapitalize (line 127) ... FAILED [INFO] [stdout] test src/case.rs - case::shouty_kebab_case (line 176) ... FAILED [INFO] [stdout] test src/case.rs - case::lower_case (line 222) ... FAILED [INFO] [stdout] test src/case.rs - case::camel_case (line 10) ... FAILED [INFO] [stdout] test src/case.rs - case::lower_first (line 461) ... FAILED [INFO] [stdout] test src/case.rs - case::kebab_case (line 153) ... FAILED [INFO] [stdout] test src/case.rs - case::capitalize (line 62) ... FAILED [INFO] [stdout] test src/case.rs - case::shouty_snake_case (line 298) ... FAILED [INFO] [stdout] test src/case.rs - case::snake_case (line 275) ... FAILED [INFO] [stdout] test src/case.rs - case::title_case (line 376) ... FAILED [INFO] [stdout] test src/case.rs - case::swap_case (line 338) ... FAILED [INFO] [stdout] test src/case.rs - case::upper_case (line 430) ... FAILED [INFO] [stdout] test src/case.rs - case::upper_first (line 483) ... FAILED [INFO] [stdout] test src/case.rs - case::train_case (line 406) ... FAILED [INFO] [stdout] test src/chop.rs - chop::after_last (line 117) ... FAILED [INFO] [stdout] test src/chop.rs - chop::after (line 89) ... FAILED [INFO] [stdout] test src/chop.rs - chop::before_last (line 173) ... FAILED [INFO] [stdout] test src/chop.rs - chop::before (line 145) ... FAILED [INFO] [stdout] test src/chop.rs - chop::char_at (line 201) ... FAILED [INFO] [stdout] test src/chop.rs - chop::first (line 251) ... FAILED [INFO] [stdout] test src/chop.rs - chop::code_point_at (line 225) ... FAILED [INFO] [stdout] test src/chop.rs - chop::foreign_key (line 278) ... FAILED [INFO] [stdout] test src/chop.rs - chop::grapheme_at (line 319) ... FAILED [INFO] [stdout] test src/chop.rs - chop::last (line 349) ... FAILED [INFO] [stdout] test src/chop.rs - chop::max (line 714) ... FAILED [INFO] [stdout] test src/chop.rs - chop::limit_words (line 790) ... FAILED [INFO] [stdout] test src/chop.rs - chop::min (line 741) ... FAILED [INFO] [stdout] test src/chop.rs - chop::removeprefix (line 486) ... FAILED [INFO] [stdout] test src/chop.rs - chop::prune (line 382) ... FAILED [INFO] [stdout] test src/chop.rs - chop::substr (line 591) ... FAILED [INFO] [stdout] test src/chop.rs - chop::removesuffix (line 511) ... FAILED [INFO] [stdout] test src/chop.rs - chop::truncate (line 675) ... FAILED [INFO] [stdout] test src/chop.rs - chop::slice (line 537) ... FAILED [INFO] [stdout] test src/chop.rs - chop::substring (line 632) ... FAILED [INFO] [stdout] test src/count.rs - count::count_graphemes (line 36) ... FAILED [INFO] [stdout] test src/count.rs - count::count (line 11) ... FAILED [INFO] [stdout] test src/count.rs - count::count_unique_words (line 172) ... FAILED [INFO] [stdout] test src/count.rs - count::count_substrings (line 66) ... FAILED [INFO] [stdout] test src/count.rs - count::count_where (line 101) ... FAILED [INFO] [stdout] test src/escape.rs - escape::escape_html (line 11) ... FAILED [INFO] [stdout] test src/count.rs - count::count_words (line 135) ... FAILED [INFO] [stdout] test src/escape.rs - escape::escape_regexp (line 42) ... FAILED [INFO] [stdout] test src/escape.rs - escape::unescape_html (line 77) ... FAILED [INFO] [stdout] test src/index.rs - index::last_index_of (line 95) ... FAILED [INFO] [stdout] test src/index.rs - index::index_all (line 13) ... FAILED [INFO] [stdout] test src/index.rs - index::index_of (line 48) ... FAILED [INFO] [stdout] test src/lib.rs - (line 30) ... FAILED [INFO] [stdout] test src/index.rs - index::search (line 138) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::expand_tabs (line 40) ... FAILED [INFO] [stdout] test src/lib.rs - (line 14) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::expand_spaces (line 13) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::finish (line 746) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::latinise (line 102) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::insert (line 68) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::pad_left (line 205) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::pad (line 132) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::pad_right (line 241) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::replace (line 304) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::reverse (line 368) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::repeat (line 276) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::replace_all (line 341) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::reverse_grapheme (line 393) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::slugify (line 422) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::splice (line 452) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::start (line 771) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::tr (line 650) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::trim (line 521) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::trim_left (line 544) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::trim_right (line 567) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::word_wrap (line 687) ... FAILED [INFO] [stdout] test src/manipulate.rs - manipulate::zfill (line 616) ... FAILED [INFO] [stdout] test src/query.rs - query::includes (line 40) ... FAILED [INFO] [stdout] test src/query.rs - query::ends_with (line 13) ... FAILED [INFO] [stdout] test src/query.rs - query::is_alpha (line 73) ... FAILED [INFO] [stdout] test src/query.rs - query::is_alphadigit (line 127) ... FAILED [INFO] [stdout] test src/query.rs - query::is_blank (line 159) ... FAILED [INFO] [stdout] test src/query.rs - query::is_camel_case (line 187) ... FAILED [INFO] [stdout] test src/query.rs - query::is_capitalize (line 213) ... FAILED [INFO] [stdout] test src/query.rs - query::is_digit (line 280) ... FAILED [INFO] [stdout] test src/query.rs - query::is_decapitalize (line 239) ... FAILED [INFO] [stdout] test src/query.rs - query::is_empty (line 319) ... FAILED [INFO] [stdout] test src/query.rs - query::is_foreign_key (line 347) ... FAILED [INFO] [stdout] test src/query.rs - query::is_kebab_case (line 429) ... FAILED [INFO] [stdout] test src/query.rs - query::is_lower_first (line 397) ... FAILED [INFO] [stdout] test src/query.rs - query::is_lowercase (line 373) ... FAILED [INFO] [stdout] test src/query.rs - query::is_shouty_kebab_case (line 534) ... FAILED [INFO] [stdout] test src/query.rs - query::is_pascal_case (line 508) ... FAILED [INFO] [stdout] test src/query.rs - query::is_numeric (line 455) ... FAILED [INFO] [stdout] test src/query.rs - query::is_shouty_snake_case (line 586) ... FAILED [INFO] [stdout] test src/query.rs - query::is_train_case (line 651) ... FAILED [INFO] [stdout] test src/query.rs - query::is_snake_case (line 560) ... FAILED [INFO] [stdout] test src/query.rs - query::is_title (line 612) ... FAILED [INFO] [stdout] test src/query.rs - query::is_uppercase (line 677) ... FAILED [INFO] [stdout] test src/query.rs - query::matches (line 749) ... FAILED [INFO] [stdout] test src/query.rs - query::is_upper_first (line 699) ... FAILED [INFO] [stdout] test src/query.rs - query::query (line 793) ... FAILED [INFO] [stdout] test src/split.rs - split::chars (line 13) ... FAILED [INFO] [stdout] test src/split.rs - split::code_points (line 163) ... FAILED [INFO] [stdout] test src/query.rs - query::starts_with (line 843) ... FAILED [INFO] [stdout] test src/split.rs - split::split (line 37) ... FAILED [INFO] [stdout] test src/split.rs - split::graphemes (line 139) ... FAILED [INFO] [stdout] test src/strip.rs - strip::strip_bom (line 13) ... FAILED [INFO] [stdout] test src/split.rs - split::words (line 63) ... FAILED [INFO] [stdout] test src/utils.rs - utils::ASCII_LETTERS (line 18) ... FAILED [INFO] [stdout] test src/strip.rs - strip::strip_tags (line 44) ... FAILED [INFO] [stdout] test src/utils.rs - utils::ASCII_LOWERCASE (line 30) ... FAILED [INFO] [stdout] test src/utils.rs - utils::ASCII_UPPERCASE (line 41) ... FAILED [INFO] [stdout] test src/utils.rs - utils::HEXDIGITS (line 64) ... FAILED [INFO] [stdout] test src/utils.rs - utils::DIGITS (line 53) ... FAILED [INFO] [stdout] test src/utils.rs - utils::OCTDIGITS (line 76) ... FAILED [INFO] [stdout] test src/utils.rs - utils::PRINTABLE (line 99) ... FAILED [INFO] [stdout] test src/utils.rs - utils::WHITESPACE (line 111) ... FAILED [INFO] [stdout] test src/utils.rs - utils::VERSION (line 7) ... FAILED [INFO] [stdout] test src/utils.rs - utils::PUNCTUATION (line 88) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/case.rs - case::pascal_case (line 252) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::decapitalize (line 127) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::shouty_kebab_case (line 176) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::lower_case (line 222) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::camel_case (line 10) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::lower_first (line 461) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::kebab_case (line 153) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::capitalize (line 62) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::shouty_snake_case (line 298) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::snake_case (line 275) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::title_case (line 376) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::swap_case (line 338) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::upper_case (line 430) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::upper_first (line 483) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/case.rs - case::train_case (line 406) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::after_last (line 117) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::after (line 89) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::before_last (line 173) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::before (line 145) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::char_at (line 201) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::first (line 251) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::code_point_at (line 225) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::foreign_key (line 278) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::grapheme_at (line 319) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::last (line 349) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::max (line 714) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::limit_words (line 790) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::min (line 741) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::removeprefix (line 486) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::prune (line 382) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::substr (line 591) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::removesuffix (line 511) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::truncate (line 675) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::slice (line 537) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/chop.rs - chop::substring (line 632) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/count.rs - count::count_graphemes (line 36) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/count.rs - count::count (line 11) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/count.rs - count::count_unique_words (line 172) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/count.rs - count::count_substrings (line 66) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/count.rs - count::count_where (line 101) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/escape.rs - escape::escape_html (line 11) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/count.rs - count::count_words (line 135) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/escape.rs - escape::escape_regexp (line 42) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/escape.rs - escape::unescape_html (line 77) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/index.rs - index::last_index_of (line 95) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/index.rs - index::index_all (line 13) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/index.rs - index::index_of (line 48) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 30) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/index.rs - index::search (line 138) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::expand_tabs (line 40) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 14) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::expand_spaces (line 13) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::finish (line 746) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::latinise (line 102) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::insert (line 68) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::pad_left (line 205) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::pad (line 132) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::pad_right (line 241) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::replace (line 304) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::reverse (line 368) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::repeat (line 276) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::replace_all (line 341) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::reverse_grapheme (line 393) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::slugify (line 422) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::splice (line 452) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::start (line 771) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::tr (line 650) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::trim (line 521) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::trim_left (line 544) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::trim_right (line 567) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::word_wrap (line 687) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/manipulate.rs - manipulate::zfill (line 616) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::includes (line 40) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::ends_with (line 13) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_alpha (line 73) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_alphadigit (line 127) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_blank (line 159) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_camel_case (line 187) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_capitalize (line 213) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_digit (line 280) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_decapitalize (line 239) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_empty (line 319) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_foreign_key (line 347) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_kebab_case (line 429) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_lower_first (line 397) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_lowercase (line 373) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_shouty_kebab_case (line 534) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_pascal_case (line 508) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_numeric (line 455) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_shouty_snake_case (line 586) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_train_case (line 651) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_snake_case (line 560) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_title (line 612) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_uppercase (line 677) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::matches (line 749) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::is_upper_first (line 699) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::query (line 793) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/split.rs - split::chars (line 13) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/split.rs - split::code_points (line 163) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/query.rs - query::starts_with (line 843) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/split.rs - split::split (line 37) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/split.rs - split::graphemes (line 139) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/strip.rs - strip::strip_bom (line 13) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/split.rs - split::words (line 63) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/utils.rs - utils::ASCII_LETTERS (line 18) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/strip.rs - strip::strip_tags (line 44) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/utils.rs - utils::ASCII_LOWERCASE (line 30) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/utils.rs - utils::ASCII_UPPERCASE (line 41) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/utils.rs - utils::HEXDIGITS (line 64) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/utils.rs - utils::DIGITS (line 53) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/utils.rs - utils::OCTDIGITS (line 76) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/utils.rs - utils::PRINTABLE (line 99) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/utils.rs - utils::WHITESPACE (line 111) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/utils.rs - utils::VERSION (line 7) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/case.rs - case::camel_case (line 10) [INFO] [stdout] src/case.rs - case::capitalize (line 62) [INFO] [stdout] src/case.rs - case::decapitalize (line 127) [INFO] [stdout] src/case.rs - case::kebab_case (line 153) [INFO] [stdout] src/case.rs - case::lower_case (line 222) [INFO] [stdout] src/case.rs - case::lower_first (line 461) [INFO] [stdout] src/case.rs - case::pascal_case (line 252) [INFO] [stdout] src/case.rs - case::shouty_kebab_case (line 176) [INFO] [stdout] src/case.rs - case::shouty_snake_case (line 298) [INFO] [stdout] src/case.rs - case::snake_case (line 275) [INFO] [stdout] src/case.rs - case::swap_case (line 338) [INFO] [stdout] src/case.rs - case::title_case (line 376) [INFO] [stdout] src/case.rs - case::train_case (line 406) [INFO] [stdout] src/case.rs - case::upper_case (line 430) [INFO] [stdout] src/case.rs - case::upper_first (line 483) [INFO] [stdout] src/chop.rs - chop::after (line 89) [INFO] [stdout] src/chop.rs - chop::after_last (line 117) [INFO] [stdout] src/chop.rs - chop::before (line 145) [INFO] [stdout] src/chop.rs - chop::before_last (line 173) [INFO] [stdout] src/chop.rs - chop::char_at (line 201) [INFO] [stdout] src/chop.rs - chop::code_point_at (line 225) [INFO] [stdout] src/chop.rs - chop::first (line 251) [INFO] [stdout] src/chop.rs - chop::foreign_key (line 278) [INFO] [stdout] src/chop.rs - chop::grapheme_at (line 319) [INFO] [stdout] src/chop.rs - chop::last (line 349) [INFO] [stdout] src/chop.rs - chop::limit_words (line 790) [INFO] [stdout] src/chop.rs - chop::max (line 714) [INFO] [stdout] src/chop.rs - chop::min (line 741) [INFO] [stdout] src/chop.rs - chop::prune (line 382) [INFO] [stdout] src/chop.rs - chop::removeprefix (line 486) [INFO] [stdout] src/chop.rs - chop::removesuffix (line 511) [INFO] [stdout] src/chop.rs - chop::slice (line 537) [INFO] [stdout] src/chop.rs - chop::substr (line 591) [INFO] [stdout] src/chop.rs - chop::substring (line 632) [INFO] [stdout] src/chop.rs - chop::truncate (line 675) [INFO] [stdout] src/count.rs - count::count (line 11) [INFO] [stdout] src/count.rs - count::count_graphemes (line 36) [INFO] [stdout] src/count.rs - count::count_substrings (line 66) [INFO] [stdout] src/count.rs - count::count_unique_words (line 172) [INFO] [stdout] src/count.rs - count::count_where (line 101) [INFO] [stdout] src/count.rs - count::count_words (line 135) [INFO] [stdout] src/escape.rs - escape::escape_html (line 11) [INFO] [stdout] src/escape.rs - escape::escape_regexp (line 42) [INFO] [stdout] src/escape.rs - escape::unescape_html (line 77) [INFO] [stdout] src/index.rs - index::index_all (line 13) [INFO] [stdout] src/index.rs - index::index_of (line 48) [INFO] [stdout] src/index.rs - index::last_index_of (line 95) [INFO] [stdout] src/index.rs - index::search (line 138) [INFO] [stdout] src/lib.rs - (line 14) [INFO] [stdout] src/lib.rs - (line 30) [INFO] [stdout] src/manipulate.rs - manipulate::expand_spaces (line 13) [INFO] [stdout] src/manipulate.rs - manipulate::expand_tabs (line 40) [INFO] [stdout] src/manipulate.rs - manipulate::finish (line 746) [INFO] [stdout] src/manipulate.rs - manipulate::insert (line 68) [INFO] [stdout] src/manipulate.rs - manipulate::latinise (line 102) [INFO] [stdout] src/manipulate.rs - manipulate::pad (line 132) [INFO] [stdout] src/manipulate.rs - manipulate::pad_left (line 205) [INFO] [stdout] src/manipulate.rs - manipulate::pad_right (line 241) [INFO] [stdout] src/manipulate.rs - manipulate::repeat (line 276) [INFO] [stdout] src/manipulate.rs - manipulate::replace (line 304) [INFO] [stdout] src/manipulate.rs - manipulate::replace_all (line 341) [INFO] [stdout] src/manipulate.rs - manipulate::reverse (line 368) [INFO] [stdout] src/manipulate.rs - manipulate::reverse_grapheme (line 393) [INFO] [stdout] src/manipulate.rs - manipulate::slugify (line 422) [INFO] [stdout] src/manipulate.rs - manipulate::splice (line 452) [INFO] [stdout] src/manipulate.rs - manipulate::start (line 771) [INFO] [stdout] src/manipulate.rs - manipulate::tr (line 650) [INFO] [stdout] src/manipulate.rs - manipulate::trim (line 521) [INFO] [stdout] src/manipulate.rs - manipulate::trim_left (line 544) [INFO] [stdout] src/manipulate.rs - manipulate::trim_right (line 567) [INFO] [stdout] src/manipulate.rs - manipulate::word_wrap (line 687) [INFO] [stdout] src/manipulate.rs - manipulate::zfill (line 616) [INFO] [stdout] src/query.rs - query::ends_with (line 13) [INFO] [stdout] src/query.rs - query::includes (line 40) [INFO] [stdout] src/query.rs - query::is_alpha (line 73) [INFO] [stdout] src/query.rs - query::is_alphadigit (line 127) [INFO] [stdout] src/query.rs - query::is_blank (line 159) [INFO] [stdout] src/query.rs - query::is_camel_case (line 187) [INFO] [stdout] src/query.rs - query::is_capitalize (line 213) [INFO] [stdout] src/query.rs - query::is_decapitalize (line 239) [INFO] [stdout] src/query.rs - query::is_digit (line 280) [INFO] [stdout] src/query.rs - query::is_empty (line 319) [INFO] [stdout] src/query.rs - query::is_foreign_key (line 347) [INFO] [stdout] src/query.rs - query::is_kebab_case (line 429) [INFO] [stdout] src/query.rs - query::is_lower_first (line 397) [INFO] [stdout] src/query.rs - query::is_lowercase (line 373) [INFO] [stdout] src/query.rs - query::is_numeric (line 455) [INFO] [stdout] src/query.rs - query::is_pascal_case (line 508) [INFO] [stdout] src/query.rs - query::is_shouty_kebab_case (line 534) [INFO] [stdout] src/query.rs - query::is_shouty_snake_case (line 586) [INFO] [stdout] src/query.rs - query::is_snake_case (line 560) [INFO] [stdout] src/query.rs - query::is_title (line 612) [INFO] [stdout] src/query.rs - query::is_train_case (line 651) [INFO] [stdout] src/query.rs - query::is_upper_first (line 699) [INFO] [stdout] src/query.rs - query::is_uppercase (line 677) [INFO] [stdout] src/query.rs - query::matches (line 749) [INFO] [stdout] src/query.rs - query::query (line 793) [INFO] [stdout] src/query.rs - query::starts_with (line 843) [INFO] [stdout] src/split.rs - split::chars (line 13) [INFO] [stdout] src/split.rs - split::code_points (line 163) [INFO] [stdout] src/split.rs - split::graphemes (line 139) [INFO] [stdout] src/split.rs - split::split (line 37) [INFO] [stdout] src/split.rs - split::words (line 63) [INFO] [stdout] src/strip.rs - strip::strip_bom (line 13) [INFO] [stdout] src/strip.rs - strip::strip_tags (line 44) [INFO] [stdout] src/utils.rs - utils::ASCII_LETTERS (line 18) [INFO] [stdout] src/utils.rs - utils::ASCII_LOWERCASE (line 30) [INFO] [stdout] src/utils.rs - utils::ASCII_UPPERCASE (line 41) [INFO] [stdout] src/utils.rs - utils::DIGITS (line 53) [INFO] [stdout] src/utils.rs - utils::HEXDIGITS (line 64) [INFO] [stdout] src/utils.rs - utils::OCTDIGITS (line 76) [INFO] [stdout] src/utils.rs - utils::PRINTABLE (line 99) [INFO] [stdout] src/utils.rs - utils::VERSION (line 7) [INFO] [stdout] src/utils.rs - utils::WHITESPACE (line 111) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 114 failed; 0 ignored; 0 measured; 0 filtered out; finished in 255.61s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "145b519a6bad98609e1c6213f2fc3830bdc0198114e771cedae2c4f7b0d4b940", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "145b519a6bad98609e1c6213f2fc3830bdc0198114e771cedae2c4f7b0d4b940", kill_on_drop: false }` [INFO] [stdout] 145b519a6bad98609e1c6213f2fc3830bdc0198114e771cedae2c4f7b0d4b940