[INFO] fetching crate jsonto 0.1.1...
[INFO] testing jsonto-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate jsonto 0.1.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate jsonto 0.1.1
[INFO] finished tweaking crates.io crate jsonto 0.1.1
[INFO] tweaked toml for crates.io crate jsonto 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate jsonto 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] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[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] 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] 0dacfa71ead856ace74521e4db54be75eb825fc559fbb947d5c19d584f2e6d26
[INFO] running `Command { std: "docker" "start" "-a" "0dacfa71ead856ace74521e4db54be75eb825fc559fbb947d5c19d584f2e6d26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0dacfa71ead856ace74521e4db54be75eb825fc559fbb947d5c19d584f2e6d26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0dacfa71ead856ace74521e4db54be75eb825fc559fbb947d5c19d584f2e6d26", kill_on_drop: false }`
[INFO] [stdout] 0dacfa71ead856ace74521e4db54be75eb825fc559fbb947d5c19d584f2e6d26
[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] ba6b097c6cbfde7d58bf450ad58abc285bcb472365c6474aae35456d3fc85a7b
[INFO] running `Command { std: "docker" "start" "-a" "ba6b097c6cbfde7d58bf450ad58abc285bcb472365c6474aae35456d3fc85a7b", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling jsonto v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn step_field(&self, name: &str) -> Hints {
[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] 74 |     pub fn step_field(&self, name: &str) -> Hints<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn step_any(&self) -> Hints {
[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] 79 |     pub fn step_any(&self) -> Hints<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:84:23
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn step_array(&self) -> Hints {
[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] 84 |     pub fn step_array(&self) -> Hints<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:89:23
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn step_index(&self, index: usize) -> Hints {
[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] 89 |     pub fn step_index(&self, index: usize) -> Hints<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:94:34
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn step<F: Fn(&str) -> bool>(&self, pred: F) -> Hints {
[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] 94 |     fn step<F: Fn(&str) -> bool>(&self, pred: F) -> Hints<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
[INFO] running `Command { std: "docker" "inspect" "ba6b097c6cbfde7d58bf450ad58abc285bcb472365c6474aae35456d3fc85a7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba6b097c6cbfde7d58bf450ad58abc285bcb472365c6474aae35456d3fc85a7b", kill_on_drop: false }`
[INFO] [stdout] ba6b097c6cbfde7d58bf450ad58abc285bcb472365c6474aae35456d3fc85a7b
[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] a8486ed5eb742371c24455d67008c165dbd591adee108c8775e39d1af0a68142
[INFO] running `Command { std: "docker" "start" "-a" "a8486ed5eb742371c24455d67008c165dbd591adee108c8775e39d1af0a68142", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn step_field(&self, name: &str) -> Hints {
[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] 74 |     pub fn step_field(&self, name: &str) -> Hints<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn step_any(&self) -> Hints {
[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] 79 |     pub fn step_any(&self) -> Hints<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:84:23
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn step_array(&self) -> Hints {
[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] 84 |     pub fn step_array(&self) -> Hints<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:89:23
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn step_index(&self, index: usize) -> Hints {
[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] 89 |     pub fn step_index(&self, index: usize) -> Hints<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling jsonto v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:94:34
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn step<F: Fn(&str) -> bool>(&self, pred: F) -> Hints {
[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] 94 |     fn step<F: Fn(&str) -> bool>(&self, pred: F) -> Hints<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn step_field(&self, name: &str) -> Hints {
[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] 74 |     pub fn step_field(&self, name: &str) -> Hints<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn step_any(&self) -> Hints {
[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] 79 |     pub fn step_any(&self) -> Hints<'_> {
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:84:23
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub fn step_array(&self) -> Hints {
[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] 84 |     pub fn step_array(&self) -> Hints<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:89:23
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn step_index(&self, index: usize) -> Hints {
[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] 89 |     pub fn step_index(&self, index: usize) -> Hints<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hints.rs:94:34
[INFO] [stdout]    |
[INFO] [stdout] 94 |     fn step<F: Fn(&str) -> bool>(&self, pred: F) -> Hints {
[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] 94 |     fn step<F: Fn(&str) -> bool>(&self, pred: F) -> Hints<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.58s
[INFO] running `Command { std: "docker" "inspect" "a8486ed5eb742371c24455d67008c165dbd591adee108c8775e39d1af0a68142", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8486ed5eb742371c24455d67008c165dbd591adee108c8775e39d1af0a68142", kill_on_drop: false }`
[INFO] [stdout] a8486ed5eb742371c24455d67008c165dbd591adee108c8775e39d1af0a68142
[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] 09d68fc0497b61777db7cb3dd87b535569487833a9ff98116a16d246cb02d0ba
[INFO] running `Command { std: "docker" "start" "-a" "09d68fc0497b61777db7cb3dd87b535569487833a9ff98116a16d246cb02d0ba", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/hints.rs:74:23
[INFO] [stderr]    |
[INFO] [stderr] 74 |     pub fn step_field(&self, name: &str) -> Hints {
[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] 74 |     pub fn step_field(&self, name: &str) -> Hints<'_> {
[INFO] [stderr]    |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/hints.rs:79:21
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub fn step_any(&self) -> Hints {
[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] 79 |     pub fn step_any(&self) -> Hints<'_> {
[INFO] [stderr]    |                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/hints.rs:84:23
[INFO] [stderr]    |
[INFO] [stderr] 84 |     pub fn step_array(&self) -> Hints {
[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] 84 |     pub fn step_array(&self) -> Hints<'_> {
[INFO] [stderr]    |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/hints.rs:89:23
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub fn step_index(&self, index: usize) -> Hints {
[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] 89 |     pub fn step_index(&self, index: usize) -> Hints<'_> {
[INFO] [stderr]    |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/hints.rs:94:34
[INFO] [stderr]    |
[INFO] [stderr] 94 |     fn step<F: Fn(&str) -> bool>(&self, pred: F) -> Hints {
[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] 94 |     fn step<F: Fn(&str) -> bool>(&self, pred: F) -> Hints<'_> {
[INFO] [stderr]    |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `jsonto` (lib) generated 5 warnings (run `cargo fix --lib -p jsonto` to apply 5 suggestions)
[INFO] [stderr] warning: `jsonto` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jsonto-956f455a013a5669)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test generation::serde_case::rename_fields ... ok
[INFO] [stdout] test generation::python::python_codegen_tests::field_names_test ... ok
[INFO] [stdout] test generation::serde_case::rename_variants ... ok
[INFO] [stdout] test hints::tests::basic_pointers ... ok
[INFO] [stdout] test generation::typescript_iface::tests::test_is_ts_identifier ... ok
[INFO] [stdout] test hints::tests::step_field ... ok
[INFO] [stdout] test inference::jsoninfer::tests::infer_array ... ok
[INFO] [stdout] test inference::jsoninfer::tests::no_unwrap ... ok
[INFO] [stdout] test inference::jsoninfer::tests::unwrap_array_index ... ok
[INFO] [stdout] test inference::jsoninfer::tests::unwrap_array_wildcard ... ok
[INFO] [stdout] test inference::jsoninfer::tests::unwrap_object_key ... ok
[INFO] [stdout] test inference::jsoninfer::tests::unwrap_object_wildcard ... ok
[INFO] [stdout] test inference::jsoninfer::tests::infer_object ... ok
[INFO] [stdout] test inference::jsonlex::tests::bare_number ... ok
[INFO] [stdout] test inference::jsonlex::tests::complex ... ok
[INFO] [stdout] test inference::jsonlex::tests::empty_input ... ok
[INFO] [stdout] test inference::jsonlex::tests::invalid ... ok
[INFO] [stdout] test inference::jsonlex::tests::string ... ok
[INFO] [stdout] test inference::jsonlex::tests::number ... ok
[INFO] [stdout] test inference::jsonlex::tests::unicode_escapes ... ok
[INFO] [stdout] test shape::test_common_field_shapes ... ok
[INFO] [stdout] test inference::jsonlex::tests::object ... ok
[INFO] [stdout] test tests::test_handle_pub_in_name ... ok
[INFO] [stdout] test shape::test_unify ... ok
[INFO] [stdout] test word_case::tests::test_snake_case ... ok
[INFO] [stdout] test tests::test_codegen ... ok
[INFO] [stdout] test word_case::tests::test_to_singular ... ok
[INFO] [stdout] test word_case::tests::test_camel_case ... ok
[INFO] [stdout] test inference::jsonlex::tests::escapes ... ok
[INFO] [stdout] test hints::tests::invalid_pointer - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests jsonto
[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] running `Command { std: "docker" "inspect" "09d68fc0497b61777db7cb3dd87b535569487833a9ff98116a16d246cb02d0ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09d68fc0497b61777db7cb3dd87b535569487833a9ff98116a16d246cb02d0ba", kill_on_drop: false }`
[INFO] [stdout] 09d68fc0497b61777db7cb3dd87b535569487833a9ff98116a16d246cb02d0ba
