[INFO] fetching crate weighted_levenshtein 0.2.0...
[INFO] testing weighted_levenshtein-0.2.0 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate weighted_levenshtein 0.2.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate weighted_levenshtein 0.2.0
[INFO] finished tweaking crates.io crate weighted_levenshtein 0.2.0
[INFO] tweaked toml for crates.io crate weighted_levenshtein 0.2.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate weighted_levenshtein 0.2.0 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bfd1e21951d7c99c3ee51dcad85e2d9c335924b60ee879327606c76ea7127743
[INFO] running `Command { std: "docker" "start" "-a" "bfd1e21951d7c99c3ee51dcad85e2d9c335924b60ee879327606c76ea7127743", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bfd1e21951d7c99c3ee51dcad85e2d9c335924b60ee879327606c76ea7127743", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfd1e21951d7c99c3ee51dcad85e2d9c335924b60ee879327606c76ea7127743", kill_on_drop: false }`
[INFO] [stdout] bfd1e21951d7c99c3ee51dcad85e2d9c335924b60ee879327606c76ea7127743
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 821d158bc1a6de69d0fb9a83f0ff7389c72c94cda7f695df2a7399264898fb6e
[INFO] running `Command { std: "docker" "start" "-a" "821d158bc1a6de69d0fb9a83f0ff7389c72c94cda7f695df2a7399264898fb6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling weighted_levenshtein v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]   --> src/lib.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     default fn add_cost(&self) -> usize {
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]   --> src/lib.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     default fn rm_cost(&self) -> usize {
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]   --> src/lib.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     default fn sub_cost(&self, other: &Self) -> usize {
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] running `Command { std: "docker" "inspect" "821d158bc1a6de69d0fb9a83f0ff7389c72c94cda7f695df2a7399264898fb6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "821d158bc1a6de69d0fb9a83f0ff7389c72c94cda7f695df2a7399264898fb6e", kill_on_drop: false }`
[INFO] [stdout] 821d158bc1a6de69d0fb9a83f0ff7389c72c94cda7f695df2a7399264898fb6e
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d73cba4047ed3812e07d4f0271b07875e9cbc3a265d0faa8321af5d9f879ddaf
[INFO] running `Command { std: "docker" "start" "-a" "d73cba4047ed3812e07d4f0271b07875e9cbc3a265d0faa8321af5d9f879ddaf", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]   --> src/lib.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     default fn add_cost(&self) -> usize {
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]   --> src/lib.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     default fn rm_cost(&self) -> usize {
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]   --> src/lib.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     default fn sub_cost(&self, other: &Self) -> usize {
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling weighted_levenshtein v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]   --> src/lib.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     default fn add_cost(&self) -> usize {
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]   --> src/lib.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     default fn rm_cost(&self) -> usize {
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: specialization is experimental
[INFO] [stdout]   --> src/lib.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     default fn sub_cost(&self, other: &Self) -> usize {
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stdout]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.06s
[INFO] running `Command { std: "docker" "inspect" "d73cba4047ed3812e07d4f0271b07875e9cbc3a265d0faa8321af5d9f879ddaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d73cba4047ed3812e07d4f0271b07875e9cbc3a265d0faa8321af5d9f879ddaf", kill_on_drop: false }`
[INFO] [stdout] d73cba4047ed3812e07d4f0271b07875e9cbc3a265d0faa8321af5d9f879ddaf
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 50fadf43326c693a78acae4f3b81bd54e4bcc9e526e354d06743ae11235bb55a
[INFO] running `Command { std: "docker" "start" "-a" "50fadf43326c693a78acae4f3b81bd54e4bcc9e526e354d06743ae11235bb55a", kill_on_drop: false }`
[INFO] [stderr] warning: specialization is experimental
[INFO] [stderr]   --> src/lib.rs:32:5
[INFO] [stderr]    |
[INFO] [stderr] 32 |     default fn add_cost(&self) -> usize {
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stderr]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: specialization is experimental
[INFO] [stderr]   --> src/lib.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     default fn rm_cost(&self) -> usize {
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stderr]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: specialization is experimental
[INFO] [stderr]   --> src/lib.rs:38:5
[INFO] [stderr]    |
[INFO] [stderr] 38 |     default fn sub_cost(&self, other: &Self) -> usize {
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stderr]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: `weighted_levenshtein` (lib) generated 3 warnings
[INFO] [stderr] warning: `weighted_levenshtein` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/weighted_levenshtein-9ec219f3fdcbeaf2)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test tests::shortcut_cases ... ok
[INFO] [stdout] test tests::bug_insert_at_beginning_of_longest_sequence ... ok
[INFO] [stdout] test tests::should_work_on_integer_slices ... ok
[INFO] [stdout] test tests::substitutions_should_increase_the_distance ... ok
[INFO] [stdout] test tests::insertions_should_increase_the_distance ... ok
[INFO] [stdout] test tests::test_cheap_delete ... ok
[INFO] [stdout] test tests::deletions_should_increase_the_distance ... ok
[INFO] [stdout] test tests::test_complex ... ok
[INFO] [stdout] test tests::identical_strings_should_have_zero_distance ... ok
[INFO] [stdout] test tests::test_grapheme_distance ... ok
[INFO] [stdout] test tests::should_work_on_enum_slices ... ok
[INFO] [stdout] test tests::test_money ... ok
[INFO] [stdout] test tests::test_expensive_subst ... ok
[INFO] [stdout] test tests::should_work_on_sentences ... ok
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests weighted_levenshtein
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] warning: specialization is experimental
[INFO] [stderr]   --> src/lib.rs:32:5
[INFO] [stderr]    |
[INFO] [stderr] 32 |     default fn add_cost(&self) -> usize {
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stderr]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: specialization is experimental
[INFO] [stderr]   --> src/lib.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     default fn rm_cost(&self) -> usize {
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stderr]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: specialization is experimental
[INFO] [stderr]   --> src/lib.rs:38:5
[INFO] [stderr]    |
[INFO] [stderr] 38 |     default fn sub_cost(&self, other: &Self) -> usize {
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stderr]    = help: add `#![feature(specialization)]` to the crate attributes to enable
[INFO] [stderr]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stderr]    = warning: unstable syntax can change at any point in the future, causing a hard error!
[INFO] [stderr]    = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
[INFO] [stderr] 
[INFO] [stderr] warning: 3 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - distance (line 85) ... ok
[INFO] [stdout] test src/lib.rs - distance (line 94) ... ok
[INFO] [stdout] test src/lib.rs - distance (line 108) ... ok
[INFO] [stdout] test src/lib.rs - distance (line 121) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.64s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "50fadf43326c693a78acae4f3b81bd54e4bcc9e526e354d06743ae11235bb55a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50fadf43326c693a78acae4f3b81bd54e4bcc9e526e354d06743ae11235bb55a", kill_on_drop: false }`
[INFO] [stdout] 50fadf43326c693a78acae4f3b81bd54e4bcc9e526e354d06743ae11235bb55a
