[INFO] cloning repository https://github.com/IgorFilippov3/fast-fuzzy-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/IgorFilippov3/fast-fuzzy-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIgorFilippov3%2Ffast-fuzzy-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIgorFilippov3%2Ffast-fuzzy-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ab489c014c34f91c4b811e2f9bd31f86e49dc797
[INFO] testing IgorFilippov3/fast-fuzzy-rs 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%2FIgorFilippov3%2Ffast-fuzzy-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/IgorFilippov3/fast-fuzzy-rs
[INFO] finished tweaking git repo https://github.com/IgorFilippov3/fast-fuzzy-rs
[INFO] tweaked toml for git repo https://github.com/IgorFilippov3/fast-fuzzy-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/IgorFilippov3/fast-fuzzy-rs 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/IgorFilippov3/fast-fuzzy-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 93fa72848d3e0a8baf8d0cdc2a80b9b54da52ca7f84a766a0da81d0d3993c92e
[INFO] running `Command { std: "docker" "start" "-a" "93fa72848d3e0a8baf8d0cdc2a80b9b54da52ca7f84a766a0da81d0d3993c92e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "93fa72848d3e0a8baf8d0cdc2a80b9b54da52ca7f84a766a0da81d0d3993c92e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93fa72848d3e0a8baf8d0cdc2a80b9b54da52ca7f84a766a0da81d0d3993c92e", kill_on_drop: false }`
[INFO] [stdout] 93fa72848d3e0a8baf8d0cdc2a80b9b54da52ca7f84a766a0da81d0d3993c92e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 1160c3a507842eb9ea5526fba4cd8dc141232bde43a8ddf1ba57fb3d9e467454
[INFO] running `Command { std: "docker" "start" "-a" "1160c3a507842eb9ea5526fba4cd8dc141232bde43a8ddf1ba57fb3d9e467454", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling napi-build v2.2.3
[INFO] [stderr]    Compiling napi-sys v2.4.0
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling bitflags v2.9.3
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling fast-fuzzy-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling napi-derive-backend v1.0.75
[INFO] [stderr]    Compiling ctor v0.2.9
[INFO] [stderr]    Compiling napi v2.16.17
[INFO] [stderr]    Compiling napi-derive v2.16.13
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.94s
[INFO] running `Command { std: "docker" "inspect" "1160c3a507842eb9ea5526fba4cd8dc141232bde43a8ddf1ba57fb3d9e467454", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1160c3a507842eb9ea5526fba4cd8dc141232bde43a8ddf1ba57fb3d9e467454", kill_on_drop: false }`
[INFO] [stdout] 1160c3a507842eb9ea5526fba4cd8dc141232bde43a8ddf1ba57fb3d9e467454
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 698cd9f3f9fe2a8f73a5b9c745476741268d6b85f20bed757909b5500ea69020
[INFO] running `Command { std: "docker" "start" "-a" "698cd9f3f9fe2a8f73a5b9c745476741268d6b85f20bed757909b5500ea69020", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling napi-derive v2.16.13
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling clap_builder v4.5.46
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling clap v4.5.46
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling fast-fuzzy-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.23s
[INFO] running `Command { std: "docker" "inspect" "698cd9f3f9fe2a8f73a5b9c745476741268d6b85f20bed757909b5500ea69020", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "698cd9f3f9fe2a8f73a5b9c745476741268d6b85f20bed757909b5500ea69020", kill_on_drop: false }`
[INFO] [stdout] 698cd9f3f9fe2a8f73a5b9c745476741268d6b85f20bed757909b5500ea69020
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] ee74e08057b5d91bb44203505f385954af0db8677a1db12d0ee9d5110e52b549
[INFO] running `Command { std: "docker" "start" "-a" "ee74e08057b5d91bb44203505f385954af0db8677a1db12d0ee9d5110e52b549", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fast_fuzzy_rs-540a85e0b13db1d6)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test normalization::tests::test_normalize_string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests fast_fuzzy_rs
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/algo.rs - algo::levenshtein_distance (line 15) ... FAILED
[INFO] [stdout] test src/normalization.rs - normalization::normalize_string (line 18) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/algo.rs - algo::levenshtein_distance (line 15) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `mylib`
[INFO] [stdout]   --> src/algo.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use mylib::levenshtein_distance;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `mylib`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mylib`, use `cargo add mylib` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/normalization.rs - normalization::normalize_string (line 18) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `mylib`
[INFO] [stdout]   --> src/normalization.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use mylib::normalize_string;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `mylib`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mylib`, use `cargo add mylib` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/algo.rs - algo::levenshtein_distance (line 15)
[INFO] [stdout]     src/normalization.rs - normalization::normalize_string (line 18)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "ee74e08057b5d91bb44203505f385954af0db8677a1db12d0ee9d5110e52b549", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee74e08057b5d91bb44203505f385954af0db8677a1db12d0ee9d5110e52b549", kill_on_drop: false }`
[INFO] [stdout] ee74e08057b5d91bb44203505f385954af0db8677a1db12d0ee9d5110e52b549
