[INFO] fetching crate tantivy-fst 0.5.0...
[INFO] testing tantivy-fst-0.5.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate tantivy-fst 0.5.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate tantivy-fst 0.5.0
[INFO] finished tweaking crates.io crate tantivy-fst 0.5.0
[INFO] tweaked toml for crates.io crate tantivy-fst 0.5.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tantivy-fst 0.5.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "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" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 83 packages to latest compatible versions
[INFO] [stderr]       Adding quickcheck v0.7.2 (available: v1.1.0)
[INFO] [stderr]       Adding rand v0.5.6 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e80f1039b6a7aea2a3ab9be0753d18bc0a8551d5d86e4a297744ebfa8805642
[INFO] running `Command { std: "docker" "start" "-a" "0e80f1039b6a7aea2a3ab9be0753d18bc0a8551d5d86e4a297744ebfa8805642", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e80f1039b6a7aea2a3ab9be0753d18bc0a8551d5d86e4a297744ebfa8805642", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e80f1039b6a7aea2a3ab9be0753d18bc0a8551d5d86e4a297744ebfa8805642", kill_on_drop: false }`
[INFO] [stdout] 0e80f1039b6a7aea2a3ab9be0753d18bc0a8551d5d86e4a297744ebfa8805642
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ee074c4c9466f58850f2d13a19402ffa1b617cbf2a0d57c4a1723c368718c097
[INFO] running `Command { std: "docker" "start" "-a" "ee074c4c9466f58850f2d13a19402ffa1b617cbf2a0d57c4a1723c368718c097", kill_on_drop: false }`
[INFO] [stderr]    Compiling tantivy-fst v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:160:19
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn stream(&self) -> Stream {
[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] 160 |     pub fn stream(&self) -> Stream<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:183:17
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn keys(&self) -> Keys {
[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] 183 |     pub fn keys(&self) -> Keys<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:207:19
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn values(&self) -> Values {
[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] 207 |     pub fn values(&self) -> Values<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:243:18
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn range(&self) -> StreamBuilder {
[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] 243 |     pub fn range(&self) -> StreamBuilder<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<A> {
[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] 288 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<'_, A> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:348:15
[INFO] [stdout]     |
[INFO] [stdout] 348 |     pub fn op(&self) -> OpBuilder {
[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] 348 |     pub fn op(&self) -> OpBuilder<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:409:19
[INFO] [stdout]     |
[INFO] [stdout] 409 |     pub fn stream(&self) -> Stream {
[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] 409 |     pub fn stream(&self) -> Stream<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:413:37
[INFO] [stdout]     |
[INFO] [stdout] 413 |     fn stream_builder<A: Automaton>(&self, aut: A) -> StreamBuilder<A> {
[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] 413 |     fn stream_builder<A: Automaton>(&self, aut: A) -> StreamBuilder<'_, A> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:422:18
[INFO] [stdout]     |
[INFO] [stdout] 422 |     pub fn range(&self) -> StreamBuilder {
[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] 422 |     pub fn range(&self) -> StreamBuilder<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:427:33
[INFO] [stdout]     |
[INFO] [stdout] 427 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<A> {
[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] 427 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<'_, A> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:456:15
[INFO] [stdout]     |
[INFO] [stdout] 456 |     pub fn op(&self) -> OpBuilder {
[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] 456 |     pub fn op(&self) -> OpBuilder<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:523:17
[INFO] [stdout]     |
[INFO] [stdout] 523 |     pub fn root(&self) -> Node {
[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] 523 |     pub fn root(&self) -> Node<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:531:17
[INFO] [stdout]     |
[INFO] [stdout] 531 |     pub fn node(&self, addr: CompiledAddr) -> Node {
[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] 531 |     pub fn node(&self, addr: CompiledAddr) -> Node<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/raw/node.rs:58:57
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn node_new(version: u64, addr: CompiledAddr, data: &[u8]) -> Node {
[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] 58 | pub fn node_new(version: u64, addr: CompiledAddr, data: &[u8]) -> Node<'_> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/raw/registry.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn entry(&mut self, node: &BuilderNode) -> RegistryEntry {
[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] 42 |     pub fn entry(&mut self, node: &BuilderNode) -> RegistryEntry<'_> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/raw/registry_minimal.rs:41:18
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn entry(&mut self, bnode: &BuilderNode) -> RegistryEntry {
[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] 41 |     pub fn entry(&mut self, bnode: &BuilderNode) -> RegistryEntry<'_> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] running `Command { std: "docker" "inspect" "ee074c4c9466f58850f2d13a19402ffa1b617cbf2a0d57c4a1723c368718c097", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee074c4c9466f58850f2d13a19402ffa1b617cbf2a0d57c4a1723c368718c097", kill_on_drop: false }`
[INFO] [stdout] ee074c4c9466f58850f2d13a19402ffa1b617cbf2a0d57c4a1723c368718c097
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a595a0d70c3ab0844729f6d96737aec5d6afc17763379b664a9bf951eec03b9f
[INFO] running `Command { std: "docker" "start" "-a" "a595a0d70c3ab0844729f6d96737aec5d6afc17763379b664a9bf951eec03b9f", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:160:19
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn stream(&self) -> Stream {
[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] 160 |     pub fn stream(&self) -> Stream<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:183:17
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn keys(&self) -> Keys {
[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] 183 |     pub fn keys(&self) -> Keys<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:207:19
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn values(&self) -> Values {
[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] 207 |     pub fn values(&self) -> Values<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:243:18
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn range(&self) -> StreamBuilder {
[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] 243 |     pub fn range(&self) -> StreamBuilder<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<A> {
[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] 288 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<'_, A> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:348:15
[INFO] [stdout]     |
[INFO] [stdout] 348 |     pub fn op(&self) -> OpBuilder {
[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] 348 |     pub fn op(&self) -> OpBuilder<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:409:19
[INFO] [stdout]     |
[INFO] [stdout] 409 |     pub fn stream(&self) -> Stream {
[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] 409 |     pub fn stream(&self) -> Stream<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:413:37
[INFO] [stdout]     |
[INFO] [stdout] 413 |     fn stream_builder<A: Automaton>(&self, aut: A) -> StreamBuilder<A> {
[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] 413 |     fn stream_builder<A: Automaton>(&self, aut: A) -> StreamBuilder<'_, A> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:422:18
[INFO] [stdout]     |
[INFO] [stdout] 422 |     pub fn range(&self) -> StreamBuilder {
[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] 422 |     pub fn range(&self) -> StreamBuilder<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:427:33
[INFO] [stdout]     |
[INFO] [stdout] 427 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<A> {
[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] 427 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<'_, A> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:456:15
[INFO] [stdout]     |
[INFO] [stdout] 456 |     pub fn op(&self) -> OpBuilder {
[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] 456 |     pub fn op(&self) -> OpBuilder<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:523:17
[INFO] [stdout]     |
[INFO] [stdout] 523 |     pub fn root(&self) -> Node {
[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] 523 |     pub fn root(&self) -> Node<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:531:17
[INFO] [stdout]     |
[INFO] [stdout] 531 |     pub fn node(&self, addr: CompiledAddr) -> Node {
[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] 531 |     pub fn node(&self, addr: CompiledAddr) -> Node<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/raw/node.rs:58:57
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn node_new(version: u64, addr: CompiledAddr, data: &[u8]) -> Node {
[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] 58 | pub fn node_new(version: u64, addr: CompiledAddr, data: &[u8]) -> Node<'_> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/raw/registry.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn entry(&mut self, node: &BuilderNode) -> RegistryEntry {
[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] 42 |     pub fn entry(&mut self, node: &BuilderNode) -> RegistryEntry<'_> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/raw/registry_minimal.rs:41:18
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn entry(&mut self, bnode: &BuilderNode) -> RegistryEntry {
[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] 41 |     pub fn entry(&mut self, bnode: &BuilderNode) -> RegistryEntry<'_> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_core v0.2.2
[INFO] [stderr]    Compiling rand v0.5.6
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling quickcheck v0.7.2
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling tantivy-fst v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:160:19
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn stream(&self) -> Stream {
[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] 160 |     pub fn stream(&self) -> Stream<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:183:17
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn keys(&self) -> Keys {
[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] 183 |     pub fn keys(&self) -> Keys<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:207:19
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn values(&self) -> Values {
[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] 207 |     pub fn values(&self) -> Values<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:243:18
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn range(&self) -> StreamBuilder {
[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] 243 |     pub fn range(&self) -> StreamBuilder<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:288:33
[INFO] [stdout]     |
[INFO] [stdout] 288 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<A> {
[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] 288 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<'_, A> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:348:15
[INFO] [stdout]     |
[INFO] [stdout] 348 |     pub fn op(&self) -> OpBuilder {
[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] 348 |     pub fn op(&self) -> OpBuilder<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:409:19
[INFO] [stdout]     |
[INFO] [stdout] 409 |     pub fn stream(&self) -> Stream {
[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] 409 |     pub fn stream(&self) -> Stream<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:413:37
[INFO] [stdout]     |
[INFO] [stdout] 413 |     fn stream_builder<A: Automaton>(&self, aut: A) -> StreamBuilder<A> {
[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] 413 |     fn stream_builder<A: Automaton>(&self, aut: A) -> StreamBuilder<'_, A> {
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:422:18
[INFO] [stdout]     |
[INFO] [stdout] 422 |     pub fn range(&self) -> StreamBuilder {
[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] 422 |     pub fn range(&self) -> StreamBuilder<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:427:33
[INFO] [stdout]     |
[INFO] [stdout] 427 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<A> {
[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] 427 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<'_, A> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:456:15
[INFO] [stdout]     |
[INFO] [stdout] 456 |     pub fn op(&self) -> OpBuilder {
[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] 456 |     pub fn op(&self) -> OpBuilder<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:523:17
[INFO] [stdout]     |
[INFO] [stdout] 523 |     pub fn root(&self) -> Node {
[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] 523 |     pub fn root(&self) -> Node<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/raw/mod.rs:531:17
[INFO] [stdout]     |
[INFO] [stdout] 531 |     pub fn node(&self, addr: CompiledAddr) -> Node {
[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] 531 |     pub fn node(&self, addr: CompiledAddr) -> Node<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/raw/node.rs:58:57
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn node_new(version: u64, addr: CompiledAddr, data: &[u8]) -> Node {
[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] 58 | pub fn node_new(version: u64, addr: CompiledAddr, data: &[u8]) -> Node<'_> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/raw/registry.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn entry(&mut self, node: &BuilderNode) -> RegistryEntry {
[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] 42 |     pub fn entry(&mut self, node: &BuilderNode) -> RegistryEntry<'_> {
[INFO] [stdout]    |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/raw/registry_minimal.rs:41:18
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn entry(&mut self, bnode: &BuilderNode) -> RegistryEntry {
[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] 41 |     pub fn entry(&mut self, bnode: &BuilderNode) -> RegistryEntry<'_> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.78s
[INFO] running `Command { std: "docker" "inspect" "a595a0d70c3ab0844729f6d96737aec5d6afc17763379b664a9bf951eec03b9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a595a0d70c3ab0844729f6d96737aec5d6afc17763379b664a9bf951eec03b9f", kill_on_drop: false }`
[INFO] [stdout] a595a0d70c3ab0844729f6d96737aec5d6afc17763379b664a9bf951eec03b9f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 27d8fdfdfce6858ef9d1a26e4261a0aace627b1e92bac0ece99b6e9f46ea48c5
[INFO] running `Command { std: "docker" "start" "-a" "27d8fdfdfce6858ef9d1a26e4261a0aace627b1e92bac0ece99b6e9f46ea48c5", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:160:19
[INFO] [stderr]     |
[INFO] [stderr] 160 |     pub fn stream(&self) -> Stream {
[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] 160 |     pub fn stream(&self) -> Stream<'_> {
[INFO] [stderr]     |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:183:17
[INFO] [stderr]     |
[INFO] [stderr] 183 |     pub fn keys(&self) -> Keys {
[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] 183 |     pub fn keys(&self) -> Keys<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:207:19
[INFO] [stderr]     |
[INFO] [stderr] 207 |     pub fn values(&self) -> Values {
[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] 207 |     pub fn values(&self) -> Values<'_> {
[INFO] [stderr]     |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:243:18
[INFO] [stderr]     |
[INFO] [stderr] 243 |     pub fn range(&self) -> StreamBuilder {
[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] 243 |     pub fn range(&self) -> StreamBuilder<'_> {
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:288:33
[INFO] [stderr]     |
[INFO] [stderr] 288 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<A> {
[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] 288 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<'_, A> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:348:15
[INFO] [stderr]     |
[INFO] [stderr] 348 |     pub fn op(&self) -> OpBuilder {
[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] 348 |     pub fn op(&self) -> OpBuilder<'_> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/raw/mod.rs:409:19
[INFO] [stderr]     |
[INFO] [stderr] 409 |     pub fn stream(&self) -> Stream {
[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] 409 |     pub fn stream(&self) -> Stream<'_> {
[INFO] [stderr]     |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/raw/mod.rs:413:37
[INFO] [stderr]     |
[INFO] [stderr] 413 |     fn stream_builder<A: Automaton>(&self, aut: A) -> StreamBuilder<A> {
[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] 413 |     fn stream_builder<A: Automaton>(&self, aut: A) -> StreamBuilder<'_, A> {
[INFO] [stderr]     |                                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/raw/mod.rs:422:18
[INFO] [stderr]     |
[INFO] [stderr] 422 |     pub fn range(&self) -> StreamBuilder {
[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] 422 |     pub fn range(&self) -> StreamBuilder<'_> {
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/raw/mod.rs:427:33
[INFO] [stderr]     |
[INFO] [stderr] 427 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<A> {
[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] 427 |     pub fn search<A: Automaton>(&self, aut: A) -> StreamBuilder<'_, A> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/raw/mod.rs:456:15
[INFO] [stderr]     |
[INFO] [stderr] 456 |     pub fn op(&self) -> OpBuilder {
[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] 456 |     pub fn op(&self) -> OpBuilder<'_> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/raw/mod.rs:523:17
[INFO] [stderr]     |
[INFO] [stderr] 523 |     pub fn root(&self) -> Node {
[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] 523 |     pub fn root(&self) -> Node<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/raw/mod.rs:531:17
[INFO] [stderr]     |
[INFO] [stderr] 531 |     pub fn node(&self, addr: CompiledAddr) -> Node {
[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] 531 |     pub fn node(&self, addr: CompiledAddr) -> Node<'_> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/raw/node.rs:58:57
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub fn node_new(version: u64, addr: CompiledAddr, data: &[u8]) -> Node {
[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] 58 | pub fn node_new(version: u64, addr: CompiledAddr, data: &[u8]) -> Node<'_> {
[INFO] [stderr]    |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/raw/registry.rs:42:18
[INFO] [stderr]    |
[INFO] [stderr] 42 |     pub fn entry(&mut self, node: &BuilderNode) -> RegistryEntry {
[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] 42 |     pub fn entry(&mut self, node: &BuilderNode) -> RegistryEntry<'_> {
[INFO] [stderr]    |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/raw/registry_minimal.rs:41:18
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub fn entry(&mut self, bnode: &BuilderNode) -> RegistryEntry {
[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] 41 |     pub fn entry(&mut self, bnode: &BuilderNode) -> RegistryEntry<'_> {
[INFO] [stderr]    |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `tantivy-fst` (lib) generated 16 warnings (run `cargo fix --lib -p tantivy-fst` to apply 16 suggestions)
[INFO] [stderr] warning: `tantivy-fst` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tantivy_fst-75b94c933f23a1e5)
[INFO] [stdout] 
[INFO] [stdout] running 123 tests
[INFO] [stdout] test raw::counting_writer::tests::counts_bytes ... ok
[INFO] [stdout] test raw::node::tests::bin_many_trans ... ok
[INFO] [stdout] test raw::node::tests::bin_one_trans_not_common ... ok
[INFO] [stdout] test raw::node::tests::node_max_trans ... ok
[INFO] [stdout] test raw::ops::tests::chain_set_wrong_order ... ok
[INFO] [stdout] test raw::ops::tests::chain_map ... ok
[INFO] [stdout] test raw::ops::tests::difference ... ok
[INFO] [stdout] test raw::ops::tests::difference2 ... ok
[INFO] [stdout] test raw::ops::tests::difference_map ... ok
[INFO] [stdout] test raw::node::tests::bin_no_trans ... ok
[INFO] [stdout] test raw::node::tests::bin_one_trans_common ... ok
[INFO] [stdout] test raw::ops::tests::chain_set ... ok
[INFO] [stdout] test raw::ops::tests::intersect_set_dupes ... ok
[INFO] [stdout] test raw::ops::tests::intersect_set ... ok
[INFO] [stdout] test raw::ops::tests::symmetric_difference ... ok
[INFO] [stdout] test raw::ops::tests::intersect_map_dupes ... ok
[INFO] [stdout] test raw::ops::tests::union_set ... ok
[INFO] [stdout] test raw::registry::tests::cache_works ... ok
[INFO] [stdout] test raw::pack::tests::prop_pack_in_out ... ok
[INFO] [stdout] test raw::registry::tests::one_final_is_ok ... ok
[INFO] [stdout] test raw::registry::tests::one_with_trans_is_ok ... ok
[INFO] [stdout] test raw::registry::tests::promote ... ok
[INFO] [stdout] test raw::registry::tests::empty_is_ok ... ok
[INFO] [stdout] test raw::ops::tests::union_map ... ok
[INFO] [stdout] test raw::tests::bytes_written ... ok
[INFO] [stdout] test raw::ops::tests::union_set_dupes ... ok
[INFO] [stdout] test raw::ops::tests::symmetric_difference_map ... ok
[INFO] [stdout] test raw::ops::tests::union_map_dupes ... ok
[INFO] [stdout] test raw::tests::fst_map_many1 ... ok
[INFO] [stdout] test raw::tests::fst_map_many2 ... ok
[INFO] [stdout] test raw::tests::fst_map_dupe2 - should panic ... ok
[INFO] [stdout] test raw::tests::fst_map_dupe_empty - should panic ... ok
[INFO] [stdout] test raw::tests::fst_map_one2 ... ok
[INFO] [stdout] test raw::tests::fst_map_one3 ... ok
[INFO] [stdout] test raw::tests::fst_map_dupe1 - should panic ... ok
[INFO] [stdout] test raw::tests::fst_map_many3 ... ok
[INFO] [stdout] test raw::tests::fst_map_only_empty1 ... ok
[INFO] [stdout] test raw::tests::fst_map_one1 ... ok
[INFO] [stdout] test raw::ops::tests::intersect_map ... ok
[INFO] [stdout] test raw::tests::fst_map_two ... ok
[INFO] [stdout] test raw::tests::fst_map_only_empty2 ... ok
[INFO] [stdout] test raw::tests::fst_map_order2 - should panic ... ok
[INFO] [stdout] test raw::tests::fst_range_10 ... ok
[INFO] [stdout] test raw::tests::fst_range_1 ... ok
[INFO] [stdout] test raw::tests::fst_range_11 ... ok
[INFO] [stdout] test raw::tests::fst_map_order1 - should panic ... ok
[INFO] [stdout] test raw::tests::fst_range_13 ... ok
[INFO] [stdout] test raw::tests::fst_map_only_empty3 ... ok
[INFO] [stdout] test raw::tests::fst_range_15 ... ok
[INFO] [stdout] test raw::tests::fst_range_14 ... ok
[INFO] [stdout] test raw::tests::fst_range_12 ... ok
[INFO] [stdout] test raw::tests::fst_range_16 ... ok
[INFO] [stdout] test raw::tests::fst_range_17 ... ok
[INFO] [stdout] test raw::tests::fst_range_2 ... ok
[INFO] [stdout] test raw::tests::fst_range_18 ... ok
[INFO] [stdout] test raw::tests::fst_range_20 ... ok
[INFO] [stdout] test raw::tests::fst_range_21 ... ok
[INFO] [stdout] test raw::tests::fst_range_25 ... ok
[INFO] [stdout] test raw::tests::fst_range_24 ... ok
[INFO] [stdout] test raw::tests::fst_range_19 ... ok
[INFO] [stdout] test raw::tests::fst_range_28 ... ok
[INFO] [stdout] test raw::tests::fst_range_26 ... ok
[INFO] [stdout] test raw::tests::fst_range_22 ... ok
[INFO] [stdout] test raw::tests::fst_range_27 ... ok
[INFO] [stdout] test raw::tests::fst_range_29 ... ok
[INFO] [stdout] test raw::tests::fst_range_3 ... ok
[INFO] [stdout] test raw::tests::fst_range_6 ... ok
[INFO] [stdout] test raw::tests::fst_range_23 ... ok
[INFO] [stdout] test raw::tests::fst_range_5 ... ok
[INFO] [stdout] test raw::tests::fst_range_empty_1 ... ok
[INFO] [stdout] test raw::tests::fst_range_4 ... ok
[INFO] [stdout] test raw::tests::fst_range_9 ... ok
[INFO] [stdout] test raw::tests::fst_range_empty_10 ... ok
[INFO] [stdout] test raw::tests::fst_range_empty_11 ... ok
[INFO] [stdout] test raw::tests::fst_range_7 ... ok
[INFO] [stdout] test raw::tests::fst_range_8 ... ok
[INFO] [stdout] test raw::tests::fst_range_empty_3 ... ok
[INFO] [stdout] test raw::tests::fst_range_empty_2 ... ok
[INFO] [stdout] test raw::tests::fst_range_empty_5 ... ok
[INFO] [stdout] test raw::tests::fst_range_empty_8 ... ok
[INFO] [stdout] test raw::tests::fst_range_empty_6 ... ok
[INFO] [stdout] test raw::tests::fst_range_empty_7 ... ok
[INFO] [stdout] test raw::tests::fst_range_empty_4 ... ok
[INFO] [stdout] test raw::tests::fst_range_empty_9 ... ok
[INFO] [stdout] test raw::tests::fst_set_dupe1 ... ok
[INFO] [stdout] test raw::tests::fst_set_dupe_empty ... ok
[INFO] [stdout] test raw::tests::fst_set_only_empty ... ok
[INFO] [stdout] test raw::tests::fst_set_one ... ok
[INFO] [stdout] test raw::tests::fst_set_order2 - should panic ... ok
[INFO] [stdout] test raw::tests::fst_set_dupe2 ... ok
[INFO] [stdout] test raw::tests::fst_set_jan ... ok
[INFO] [stdout] test raw::tests::fst_set_order1 - should panic ... ok
[INFO] [stdout] test raw::tests::invalid_format ... ok
[INFO] [stdout] test raw::tests::fst_set_two2 ... ok
[INFO] [stdout] test raw::tests::fst_set_two1 ... ok
[INFO] [stdout] test raw::tests::fst_set_zero ... ok
[INFO] [stdout] test raw::tests::invalid_version ... ok
[INFO] [stdout] test raw::tests::last_transition ... ok
[INFO] [stdout] test raw::tests::invalid_version_crate_too_old ... ok
[INFO] [stdout] test raw::tests::regex_tests::fst_range_aut_1 ... ok
[INFO] [stdout] test raw::tests::next_transition ... ok
[INFO] [stdout] test raw::tests::regex_tests::fst_range_aut_2 ... ok
[INFO] [stdout] test raw::tests::regex_tests::fst_range_aut_5 ... ok
[INFO] [stdout] test raw::tests::regex_tests::fst_range_aut_3 ... ok
[INFO] [stdout] test raw::tests::regex_tests::fst_range_aut_7 ... ok
[INFO] [stdout] test raw::tests::regex_tests::fst_range_aut_4 ... ok
[INFO] [stdout] test raw::tests::regex_tests::fst_range_aut_8 ... ok
[INFO] [stdout] test raw::tests::regex_tests::fst_range_aut_6 ... ok
[INFO] [stdout] test raw::tests::regex_tests::fst_range_aut_9 ... ok
[INFO] [stdout] test raw::tests::starting_transition ... ok
[INFO] [stdout] test raw::tests::test_buffer ... ok
[INFO] [stdout] test raw::tests::test_range_ge ... ok
[INFO] [stdout] test raw::tests::reverse_traversal_bounds ... ok
[INFO] [stdout] test raw::tests::test_range_gt ... ok
[INFO] [stdout] test raw::tests::test_simple ... ok
[INFO] [stdout] test raw::tests::test_return_node_on_reverse_only_if_match ... ok
[INFO] [stdout] test raw::tests::test_transition_within_bound ... ok
[INFO] [stdout] test raw::tests::reverse_traversal ... ok
[INFO] [stdout] test raw::node::tests::prop_emits_inputs ... ok
[INFO] [stdout] test raw::tests::fst_map_100000_lengths ... ok
[INFO] [stdout] test raw::tests::fst_map_100000_increments ... ok
[INFO] [stdout] test raw::tests::fst_set_100000 ... ok
[INFO] [stdout] test raw::tests::regex_tests::proptest_traversal ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 123 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.65s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tantivy_fst
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test src/map.rs - inner_map::Map<Data>::range (line 224) ... ok
[INFO] [stdout] test src/map.rs - inner_map::Map<Data>::values (line 194) ... ok
[INFO] [stdout] test src/map.rs - inner_map::Map<Data>::keys (line 170) ... ok
[INFO] [stdout] test src/map.rs - inner_map::Map<Data>::get (line 115) ... ok
[INFO] [stdout] test src/map.rs - inner_map::Map<Data>::op (line 319) ... ok
[INFO] [stdout] test src/map.rs - inner_map::Map<Data>::contains_key (line 97) ... ok
[INFO] [stdout] test src/map.rs - inner_map::Map<Data>::search (line 259) ... ok
[INFO] [stdout] test src/raw/mod.rs - raw::Fst (line 114) ... ignored
[INFO] [stdout] test src/raw/mod.rs - raw::Fst (line 158) ... ignored
[INFO] [stdout] test src/raw/mod.rs - raw::Fst (line 206) ... ignored
[INFO] [stdout] test src/stream.rs - stream::Streamer (line 39) ... ignored
[INFO] [stdout] test src/stream.rs - stream::Streamer (line 62) ... ignored
[INFO] [stdout] test src/map.rs - inner_map::Map<Data>::stream (line 143) ... ok
[INFO] [stdout] test src/map.rs - inner_map::MapBuilder (line 435) ... ok
[INFO] [stdout] test src/map.rs - inner_map::OpBuilder<'m>::intersection (line 868) ... ok
[INFO] [stdout] test src/map.rs - inner_map::OpBuilder<'m>::chain (line 827) ... ok
[INFO] [stdout] test src/map.rs - inner_map::OpBuilder<'m>::union (line 784) ... ok
[INFO] [stdout] test src/map.rs - inner_map::OpBuilder<'m>::symmetric_difference (line 957) ... ok
[INFO] [stdout] test src/map.rs - inner_map::OpBuilder<'m>::difference (line 911) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 1.94s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "27d8fdfdfce6858ef9d1a26e4261a0aace627b1e92bac0ece99b6e9f46ea48c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27d8fdfdfce6858ef9d1a26e4261a0aace627b1e92bac0ece99b6e9f46ea48c5", kill_on_drop: false }`
[INFO] [stdout] 27d8fdfdfce6858ef9d1a26e4261a0aace627b1e92bac0ece99b6e9f46ea48c5
