[INFO] fetching crate ternary-tree 0.1.1...
[INFO] testing ternary-tree-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate ternary-tree 0.1.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate ternary-tree 0.1.1
[INFO] finished tweaking crates.io crate ternary-tree 0.1.1
[INFO] tweaked toml for crates.io crate ternary-tree 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ternary-tree 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5965fcc6ff3669d013a72fe560ac3578c24fcb8efa565e4e92d8f82db6fb7eb9
[INFO] running `Command { std: "docker" "start" "-a" "5965fcc6ff3669d013a72fe560ac3578c24fcb8efa565e4e92d8f82db6fb7eb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5965fcc6ff3669d013a72fe560ac3578c24fcb8efa565e4e92d8f82db6fb7eb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5965fcc6ff3669d013a72fe560ac3578c24fcb8efa565e4e92d8f82db6fb7eb9", kill_on_drop: false }`
[INFO] [stdout] 5965fcc6ff3669d013a72fe560ac3578c24fcb8efa565e4e92d8f82db6fb7eb9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f6ff4c40ae08e583ca8b3ed0405c6b92d947461f382a4f716f302e424a679af5
[INFO] running `Command { std: "docker" "start" "-a" "f6ff4c40ae08e583ca8b3ed0405c6b92d947461f382a4f716f302e424a679af5", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling ternary-tree v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1353:17
[INFO] [stdout]      |
[INFO] [stdout] 1353 |     pub fn iter(&self) -> TstIterator<T> {
[INFO] [stdout]      |                 ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1353 |     pub fn iter(&self) -> TstIterator<'_, T> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1387:26
[INFO] [stdout]      |
[INFO] [stdout] 1387 |     pub fn iter_complete(&self, prefix: &str) -> TstCompleteIterator<T> {
[INFO] [stdout]      |                          ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                          |
[INFO] [stdout]      |                          the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1387 |     pub fn iter_complete(&self, prefix: &str) -> TstCompleteIterator<'_, T> {
[INFO] [stdout]      |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] running `Command { std: "docker" "inspect" "f6ff4c40ae08e583ca8b3ed0405c6b92d947461f382a4f716f302e424a679af5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6ff4c40ae08e583ca8b3ed0405c6b92d947461f382a4f716f302e424a679af5", kill_on_drop: false }`
[INFO] [stdout] f6ff4c40ae08e583ca8b3ed0405c6b92d947461f382a4f716f302e424a679af5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1bd07d3e26383b5ab99680d46593e41fb5542b222c8f1e3f9035672bb8854e8e
[INFO] running `Command { std: "docker" "start" "-a" "1bd07d3e26383b5ab99680d46593e41fb5542b222c8f1e3f9035672bb8854e8e", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1353:17
[INFO] [stdout]      |
[INFO] [stdout] 1353 |     pub fn iter(&self) -> TstIterator<T> {
[INFO] [stdout]      |                 ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1353 |     pub fn iter(&self) -> TstIterator<'_, T> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ternary-tree v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1387:26
[INFO] [stdout]      |
[INFO] [stdout] 1387 |     pub fn iter_complete(&self, prefix: &str) -> TstCompleteIterator<T> {
[INFO] [stdout]      |                          ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                          |
[INFO] [stdout]      |                          the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1387 |     pub fn iter_complete(&self, prefix: &str) -> TstCompleteIterator<'_, T> {
[INFO] [stdout]      |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1353:17
[INFO] [stdout]      |
[INFO] [stdout] 1353 |     pub fn iter(&self) -> TstIterator<T> {
[INFO] [stdout]      |                 ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1353 |     pub fn iter(&self) -> TstIterator<'_, T> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1387:26
[INFO] [stdout]      |
[INFO] [stdout] 1387 |     pub fn iter_complete(&self, prefix: &str) -> TstCompleteIterator<T> {
[INFO] [stdout]      |                          ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                          |
[INFO] [stdout]      |                          the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1387 |     pub fn iter_complete(&self, prefix: &str) -> TstCompleteIterator<'_, T> {
[INFO] [stdout]      |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:376:34
[INFO] [stdout]     |
[INFO] [stdout] 376 |     map.visit_values(|s| v.push(s.clone()));
[INFO] [stdout]     |                                  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:394:50
[INFO] [stdout]     |
[INFO] [stdout] 394 |     map.visit_complete_values("ab", |s| {v.push(s.clone())});
[INFO] [stdout]     |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:398:48
[INFO] [stdout]     |
[INFO] [stdout] 398 |     map.visit_complete_values("", |s| {v.push(s.clone())});
[INFO] [stdout]     |                                                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:415:54
[INFO] [stdout]     |
[INFO] [stdout] 415 |     map.visit_neighbor_values("abc", 1, |s| {v.push(s.clone())});
[INFO] [stdout]     |                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:419:54
[INFO] [stdout]     |
[INFO] [stdout] 419 |     map.visit_neighbor_values("abc", 2, |s| {v.push(s.clone())});
[INFO] [stdout]     |                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:423:54
[INFO] [stdout]     |
[INFO] [stdout] 423 |     map.visit_neighbor_values("abc", 3, |s| {v.push(s.clone())});
[INFO] [stdout]     |                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:427:55
[INFO] [stdout]     |
[INFO] [stdout] 427 |     map.visit_neighbor_values("xxxx", 4, |s| {v.push(s.clone())});
[INFO] [stdout]     |                                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:431:51
[INFO] [stdout]     |
[INFO] [stdout] 431 |     map.visit_neighbor_values("", 0, |s| {v.push(s.clone())});
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:435:51
[INFO] [stdout]     |
[INFO] [stdout] 435 |     map.visit_neighbor_values("", 1, |s| {v.push(s.clone())});
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:439:51
[INFO] [stdout]     |
[INFO] [stdout] 439 |     map.visit_neighbor_values("", 2, |s| {v.push(s.clone())});
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:443:51
[INFO] [stdout]     |
[INFO] [stdout] 443 |     map.visit_neighbor_values("", 3, |s| {v.push(s.clone())});
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:447:51
[INFO] [stdout]     |
[INFO] [stdout] 447 |     map.visit_neighbor_values("", 4, |s| {v.push(s.clone())});
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:460:53
[INFO] [stdout]     |
[INFO] [stdout] 460 |     map.visit_crossword_values("", '?', |s| v.push(s.clone()));
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:464:54
[INFO] [stdout]     |
[INFO] [stdout] 464 |     map.visit_crossword_values("?", '?', |s| v.push(s.clone()));
[INFO] [stdout]     |                                                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:468:55
[INFO] [stdout]     |
[INFO] [stdout] 468 |     map.visit_crossword_values("a?", '?', |s| v.push(s.clone()));
[INFO] [stdout]     |                                                       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:472:56
[INFO] [stdout]     |
[INFO] [stdout] 472 |     map.visit_crossword_values("a?a", '?', |s| v.push(s.clone()));
[INFO] [stdout]     |                                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:476:56
[INFO] [stdout]     |
[INFO] [stdout] 476 |     map.visit_crossword_values("?a?", '?', |s| v.push(s.clone()));
[INFO] [stdout]     |                                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:480:56
[INFO] [stdout]     |
[INFO] [stdout] 480 |     map.visit_crossword_values("???", '?', |s| v.push(s.clone()));
[INFO] [stdout]     |                                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:484:57
[INFO] [stdout]     |
[INFO] [stdout] 484 |     map.visit_crossword_values("????", '?', |s| v.push(s.clone()));
[INFO] [stdout]     |                                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]    --> tests/tests.rs:488:56
[INFO] [stdout]     |
[INFO] [stdout] 488 |     map.visit_crossword_values("aba", 'b', |s| v.push(s.clone()));
[INFO] [stdout]     |                                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]     --> tests/tests.rs:1762:34
[INFO] [stdout]      |
[INFO] [stdout] 1762 |     map.visit_values(|s| v.push(s.clone()));
[INFO] [stdout]      |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.13s
[INFO] running `Command { std: "docker" "inspect" "1bd07d3e26383b5ab99680d46593e41fb5542b222c8f1e3f9035672bb8854e8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bd07d3e26383b5ab99680d46593e41fb5542b222c8f1e3f9035672bb8854e8e", kill_on_drop: false }`
[INFO] [stdout] 1bd07d3e26383b5ab99680d46593e41fb5542b222c8f1e3f9035672bb8854e8e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 91779025c8ec73f28ef79e614efcc16154938f202951173b435d3c02464b05bd
[INFO] running `Command { std: "docker" "start" "-a" "91779025c8ec73f28ef79e614efcc16154938f202951173b435d3c02464b05bd", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1353:17
[INFO] [stderr]      |
[INFO] [stderr] 1353 |     pub fn iter(&self) -> TstIterator<T> {
[INFO] [stderr]      |                 ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                 |
[INFO] [stderr]      |                 the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1353 |     pub fn iter(&self) -> TstIterator<'_, T> {
[INFO] [stderr]      |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1387:26
[INFO] [stderr]      |
[INFO] [stderr] 1387 |     pub fn iter_complete(&self, prefix: &str) -> TstCompleteIterator<T> {
[INFO] [stderr]      |                          ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                          |
[INFO] [stderr]      |                          the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1387 |     pub fn iter_complete(&self, prefix: &str) -> TstCompleteIterator<'_, T> {
[INFO] [stderr]      |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: `ternary-tree` (lib) generated 2 warnings (run `cargo fix --lib -p ternary-tree` to apply 2 suggestions)
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:376:34
[INFO] [stderr]     |
[INFO] [stderr] 376 |     map.visit_values(|s| v.push(s.clone()));
[INFO] [stderr]     |                                  ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:394:50
[INFO] [stderr]     |
[INFO] [stderr] 394 |     map.visit_complete_values("ab", |s| {v.push(s.clone())});
[INFO] [stderr]     |                                                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:398:48
[INFO] [stderr]     |
[INFO] [stderr] 398 |     map.visit_complete_values("", |s| {v.push(s.clone())});
[INFO] [stderr]     |                                                ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:415:54
[INFO] [stderr]     |
[INFO] [stderr] 415 |     map.visit_neighbor_values("abc", 1, |s| {v.push(s.clone())});
[INFO] [stderr]     |                                                      ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:419:54
[INFO] [stderr]     |
[INFO] [stderr] 419 |     map.visit_neighbor_values("abc", 2, |s| {v.push(s.clone())});
[INFO] [stderr]     |                                                      ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:423:54
[INFO] [stderr]     |
[INFO] [stderr] 423 |     map.visit_neighbor_values("abc", 3, |s| {v.push(s.clone())});
[INFO] [stderr]     |                                                      ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:427:55
[INFO] [stderr]     |
[INFO] [stderr] 427 |     map.visit_neighbor_values("xxxx", 4, |s| {v.push(s.clone())});
[INFO] [stderr]     |                                                       ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:431:51
[INFO] [stderr]     |
[INFO] [stderr] 431 |     map.visit_neighbor_values("", 0, |s| {v.push(s.clone())});
[INFO] [stderr]     |                                                   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:435:51
[INFO] [stderr]     |
[INFO] [stderr] 435 |     map.visit_neighbor_values("", 1, |s| {v.push(s.clone())});
[INFO] [stderr]     |                                                   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:439:51
[INFO] [stderr]     |
[INFO] [stderr] 439 |     map.visit_neighbor_values("", 2, |s| {v.push(s.clone())});
[INFO] [stderr]     |                                                   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:443:51
[INFO] [stderr]     |
[INFO] [stderr] 443 |     map.visit_neighbor_values("", 3, |s| {v.push(s.clone())});
[INFO] [stderr]     |                                                   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:447:51
[INFO] [stderr]     |
[INFO] [stderr] 447 |     map.visit_neighbor_values("", 4, |s| {v.push(s.clone())});
[INFO] [stderr]     |                                                   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:460:53
[INFO] [stderr]     |
[INFO] [stderr] 460 |     map.visit_crossword_values("", '?', |s| v.push(s.clone()));
[INFO] [stderr]     |                                                     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:464:54
[INFO] [stderr]     |
[INFO] [stderr] 464 |     map.visit_crossword_values("?", '?', |s| v.push(s.clone()));
[INFO] [stderr]     |                                                      ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:468:55
[INFO] [stderr]     |
[INFO] [stderr] 468 |     map.visit_crossword_values("a?", '?', |s| v.push(s.clone()));
[INFO] [stderr]     |                                                       ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:472:56
[INFO] [stderr]     |
[INFO] [stderr] 472 |     map.visit_crossword_values("a?a", '?', |s| v.push(s.clone()));
[INFO] [stderr]     |                                                        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:476:56
[INFO] [stderr]     |
[INFO] [stderr] 476 |     map.visit_crossword_values("?a?", '?', |s| v.push(s.clone()));
[INFO] [stderr]     |                                                        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:480:56
[INFO] [stderr]     |
[INFO] [stderr] 480 |     map.visit_crossword_values("???", '?', |s| v.push(s.clone()));
[INFO] [stderr]     |                                                        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:484:57
[INFO] [stderr]     |
[INFO] [stderr] 484 |     map.visit_crossword_values("????", '?', |s| v.push(s.clone()));
[INFO] [stderr]     |                                                         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]    --> tests/tests.rs:488:56
[INFO] [stderr]     |
[INFO] [stderr] 488 |     map.visit_crossword_values("aba", 'b', |s| v.push(s.clone()));
[INFO] [stderr]     |                                                        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stderr]     --> tests/tests.rs:1762:34
[INFO] [stderr]      |
[INFO] [stderr] 1762 |     map.visit_values(|s| v.push(s.clone()));
[INFO] [stderr]      |                                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `ternary-tree` (test "tests") generated 21 warnings
[INFO] [stderr] warning: `ternary-tree` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ternary_tree-89a719e4855a877b)
[INFO] [stderr]      Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-ec489665726eaa05)
[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] [stdout] 
[INFO] [stdout] running 35 tests
[INFO] [stdout] test tst_current_key_iterators ... ok
[INFO] [stdout] test tst_fix_unicode_chars_in_key_bug ... ok
[INFO] [stderr]    Doc-tests ternary_tree
[INFO] [stdout] test tst_clear_some_map ... ok
[INFO] [stdout] test tst_create_with_macro ... ok
[INFO] [stdout] test tst_get_some_value_by_key ... ok
[INFO] [stdout] test tst_insert_and_get_more_key_value ... ok
[INFO] [stdout] test tst_get_value_back_on_empty_key ... ok
[INFO] [stdout] test tst_insert_and_remove_more_key_value ... ok
[INFO] [stdout] test tst_create_empty_map ... ok
[INFO] [stdout] test tst_insert_and_remove_some_key_value ... ok
[INFO] [stdout] test tst_insert_some_key_value ... ok
[INFO] [stdout] test tst_iterate_and_read_current_key_back ... ok
[INFO] [stdout] test tst_iterate_and_read_current_key ... ok
[INFO] [stdout] test tst_iterate_over_empty_tree ... ok
[INFO] [stdout] test tst_iterate_over_values_backward ... ok
[INFO] [stdout] test tst_iterate_over_values_from_both_end ... ok
[INFO] [stdout] test tst_iterate_with_complete ... ok
[INFO] [stdout] test tst_iterate_with_crossword_backward ... ok
[INFO] [stdout] test tst_iterate_with_crossword ... ok
[INFO] [stdout] test tst_iterate_over_values ... ok
[INFO] [stdout] test tst_iterate_over_values_backward_with_rev ... ok
[INFO] [stdout] test tst_iterate_over_values_with_for_loop ... ok
[INFO] [stdout] test tst_iterate_over_values_with_peek_and_co ... ok
[INFO] [stdout] test tst_iterate_with_crossword_from_both_end ... ok
[INFO] [stdout] test tst_iterate_with_neighbor ... ok
[INFO] [stdout] test tst_visit_complete_values ... ok
[INFO] [stdout] test tst_stats_on_insert_and_remove ... ok
[INFO] [stdout] test tst_visit_crossword_values ... ok
[INFO] [stdout] test tst_visit_neighbor_values ... ok
[INFO] [stdout] test tst_iterate_with_neighbor_backward ... ok
[INFO] [stdout] test tst_iterate_with_neighbor_from_both_end ... ok
[INFO] [stdout] test tst_pretty_print ... ok
[INFO] [stdout] test tst_replace_some_value ... ok
[INFO] [stdout] test tst_update_some_values ... ok
[INFO] [stdout] test tst_visit_values ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test src/lib.rs - Tst<T>::len (line 1019) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::stat (line 1037) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::iter (line 1336) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::iter_complete (line 1370) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::insert (line 878) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::visit_complete_values (line 1121) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::clear (line 1066) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::iter_crossword (line 1443) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::new (line 862) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::remove (line 981) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::insert (line 891) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::new (line 856) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::iter_neighbor (line 1407) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::visit_complete_values (line 1134) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::get (line 930) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::visit_values (line 1088) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::get_mut (line 953) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::visit_neighbor_values (line 1206) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::visit_crossword_values (line 1251) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::visit_crossword_values (line 1263) ... ok
[INFO] [stdout] test src/lib.rs - tst (line 1470) ... ok
[INFO] [stdout] test src/lib.rs - Tst<T>::visit_neighbor_values (line 1192) ... ok
[INFO] [stdout] test src/lib.rs - (line 57) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 57) stdout ----
[INFO] [stdout] warning: using `.clone()` on a double reference, which returns `&str` instead of cloning the inner type
[INFO] [stdout]   --> src/lib.rs:86:52
[INFO] [stdout]    |
[INFO] [stdout] 86 | map.visit_crossword_values("a?a", '?', |s| v.push(s.clone()));
[INFO] [stdout]    |                                                    ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(suspicious_double_ref_op)]` on by default
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (705) panicked at src/lib.rs:25:40:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x638f64499362 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x638f64499362 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x638f64499362 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x638f64499362 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x638f644a829f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x638f644a829f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x638f64477e83 - std::io::default_write_fmt::hb29d13affe7e9cd0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x638f64477e83 - std::io::Write::write_fmt::hec441b8c6eca32b9
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x638f6447cfb2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x638f6447e7dc - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x638f6447e636 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x638f6447edb5 - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x638f6447ec4a - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x638f6447d0e9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x638f6446c81d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x638f644ab760 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x638f644aaec6 - core::result::unwrap_failed::h72ee8fcbf1bf8ff9
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1862:5
[INFO] [stdout]   17:     0x638f6446bfa1 - rust_out::main::_doctest_main_src_lib_rs_57_0::h73dfa8909a38db21
[INFO] [stdout]   18:     0x638f6446be46 - rust_out::main::h583ff58340d718d9
[INFO] [stdout]   19:     0x638f64469003 - core::ops::function::FnOnce::call_once::h14c180921ac1da5e
[INFO] [stdout]   20:     0x638f644686f6 - std::sys::backtrace::__rust_begin_short_backtrace::h6b98eb9b1ad88857
[INFO] [stdout]   21:     0x638f64468639 - std::rt::lang_start::{{closure}}::h2fc95fa84f0c83a2
[INFO] [stdout]   22:     0x638f64479030 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h9095abc9db71b07e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   23:     0x638f64479030 - std::panicking::catch_unwind::do_call::h6cf5dc461761418c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   24:     0x638f64479030 - std::panicking::catch_unwind::h60074fd2327f40bd
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   25:     0x638f64479030 - std::panic::catch_unwind::heb14fa8e39d051cf
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x638f64479030 - std::rt::lang_start_internal::{{closure}}::hfb550bec36306a19
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x638f64479030 - std::panicking::catch_unwind::do_call::hc805f36f35b6d647
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x638f64479030 - std::panicking::catch_unwind::hb8d32f0195463ad2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x638f64479030 - std::panic::catch_unwind::hcebe3b1d5adfc5a2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x638f64479030 - std::rt::lang_start_internal::h27f55ed238aa26df
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x638f64468621 - std::rt::lang_start::h762c340aaede70f7
[INFO] [stdout]   32:     0x638f6446c535 - main
[INFO] [stdout]   33:     0x7506894221ca - <unknown>
[INFO] [stdout]   34:     0x75068942228b - __libc_start_main
[INFO] [stdout]   35:     0x638f644633b5 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 57)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 22 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.66s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "91779025c8ec73f28ef79e614efcc16154938f202951173b435d3c02464b05bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91779025c8ec73f28ef79e614efcc16154938f202951173b435d3c02464b05bd", kill_on_drop: false }`
[INFO] [stdout] 91779025c8ec73f28ef79e614efcc16154938f202951173b435d3c02464b05bd
