[INFO] fetching crate jsonptr 0.7.1...
[INFO] testing jsonptr-0.7.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate jsonptr 0.7.1 into /workspace/builds/worker-5-tc2/source
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate jsonptr 0.7.1
[INFO] finished tweaking crates.io crate jsonptr 0.7.1
[INFO] tweaked toml for crates.io crate jsonptr 0.7.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate jsonptr 0.7.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 71 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.110)
[INFO] [stderr]       Adding toml v0.8.23 (available: v0.9.8)
[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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dd57c6ba0e3aff61efce194ba935ab69aabb700f8f3740859d1935c5d87d3060
[INFO] running `Command { std: "docker" "start" "-a" "dd57c6ba0e3aff61efce194ba935ab69aabb700f8f3740859d1935c5d87d3060", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd57c6ba0e3aff61efce194ba935ab69aabb700f8f3740859d1935c5d87d3060", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd57c6ba0e3aff61efce194ba935ab69aabb700f8f3740859d1935c5d87d3060", kill_on_drop: false }`
[INFO] [stdout] dd57c6ba0e3aff61efce194ba935ab69aabb700f8f3740859d1935c5d87d3060
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 90cb0e260e71b54501228129008725fc820d107fac0e802a665ec163e6b601cf
[INFO] running `Command { std: "docker" "start" "-a" "90cb0e260e71b54501228129008725fc820d107fac0e802a665ec163e6b601cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling jsonptr v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `NoLeadingSlash` is never constructed
[INFO] [stdout]     --> src/pointer.rs:1156:12
[INFO] [stdout]      |
[INFO] [stdout] 1156 | pub struct NoLeadingSlash;
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:120:19
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn tokens(&self) -> Tokens {
[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] 120 |     pub fn tokens(&self) -> Tokens<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:144:17
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn back(&self) -> Option<Token> {
[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] 144 |     pub fn back(&self) -> Option<Token<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:154:17
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn last(&self) -> Option<Token> {
[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] 154 |     pub fn last(&self) -> Option<Token<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:159:18
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn front(&self) -> Option<Token> {
[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] 159 |     pub fn front(&self) -> Option<Token<'_>> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn first(&self) -> Option<Token> {
[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] 176 |     pub fn first(&self) -> Option<Token<'_>> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:181:24
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn split_front(&self) -> Option<(Token, &Self)> {
[INFO] [stdout]     |                        ^^^^^             ^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                        |                 |
[INFO] [stdout]     |                        |                 the same lifetime is hidden here
[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] 181 |     pub fn split_front(&self) -> Option<(Token<'_>, &Self)> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:242:23
[INFO] [stdout]     |
[INFO] [stdout] 242 |     pub fn split_back(&self) -> Option<(&Self, Token)> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is elided here
[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] 242 |     pub fn split_back(&self) -> Option<(&Self, Token<'_>)> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:491:23
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub fn components(&self) -> Components {
[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] 491 |     pub fn components(&self) -> Components<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pointer.rs:1007:9
[INFO] [stdout]      |
[INFO] [stdout] 1007 |         &mut self,
[INFO] [stdout]      |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1010 |     ) -> Result<Option<Token>, ReplaceError> {
[INFO] [stdout]      |                        ^^^^^ the same lifetime is hidden 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] 1010 |     ) -> Result<Option<Token<'_>>, ReplaceError> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
[INFO] running `Command { std: "docker" "inspect" "90cb0e260e71b54501228129008725fc820d107fac0e802a665ec163e6b601cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90cb0e260e71b54501228129008725fc820d107fac0e802a665ec163e6b601cf", kill_on_drop: false }`
[INFO] [stdout] 90cb0e260e71b54501228129008725fc820d107fac0e802a665ec163e6b601cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 96678733a7737102157fe2f9b96ea055b106f7376e817b2266972124931a0b34
[INFO] running `Command { std: "docker" "start" "-a" "96678733a7737102157fe2f9b96ea055b106f7376e817b2266972124931a0b34", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stdout] warning: struct `NoLeadingSlash` is never constructed
[INFO] [stdout]     --> src/pointer.rs:1156:12
[INFO] [stdout]      |
[INFO] [stdout] 1156 | pub struct NoLeadingSlash;
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:120:19
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn tokens(&self) -> Tokens {
[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] 120 |     pub fn tokens(&self) -> Tokens<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:144:17
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn back(&self) -> Option<Token> {
[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] 144 |     pub fn back(&self) -> Option<Token<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:154:17
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn last(&self) -> Option<Token> {
[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] 154 |     pub fn last(&self) -> Option<Token<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:159:18
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn front(&self) -> Option<Token> {
[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] 159 |     pub fn front(&self) -> Option<Token<'_>> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quickcheck_macros v1.1.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn first(&self) -> Option<Token> {
[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] 176 |     pub fn first(&self) -> Option<Token<'_>> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:181:24
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn split_front(&self) -> Option<(Token, &Self)> {
[INFO] [stdout]     |                        ^^^^^             ^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                        |                 |
[INFO] [stdout]     |                        |                 the same lifetime is hidden here
[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] 181 |     pub fn split_front(&self) -> Option<(Token<'_>, &Self)> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:242:23
[INFO] [stdout]     |
[INFO] [stdout] 242 |     pub fn split_back(&self) -> Option<(&Self, Token)> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is elided here
[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] 242 |     pub fn split_back(&self) -> Option<(&Self, Token<'_>)> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:491:23
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub fn components(&self) -> Components {
[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] 491 |     pub fn components(&self) -> Components<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pointer.rs:1007:9
[INFO] [stdout]      |
[INFO] [stdout] 1007 |         &mut self,
[INFO] [stdout]      |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1010 |     ) -> Result<Option<Token>, ReplaceError> {
[INFO] [stdout]      |                        ^^^^^ the same lifetime is hidden 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] 1010 |     ) -> Result<Option<Token<'_>>, ReplaceError> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling jsonptr v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `alloc::vec`
[INFO] [stdout]    --> src/assign.rs:611:9
[INFO] [stdout]     |
[INFO] [stdout] 611 |     use alloc::vec;
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/diagnostic.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PointerBuf` and `Pointer`
[INFO] [stdout]    --> src/diagnostic.rs:230:17
[INFO] [stdout]     |
[INFO] [stdout] 230 |     use crate::{Pointer, PointerBuf};
[INFO] [stdout]     |                 ^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NoLeadingSlash` is never constructed
[INFO] [stdout]     --> src/pointer.rs:1156:12
[INFO] [stdout]      |
[INFO] [stdout] 1156 | pub struct NoLeadingSlash;
[INFO] [stdout]      |            ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:120:19
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn tokens(&self) -> Tokens {
[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] 120 |     pub fn tokens(&self) -> Tokens<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:144:17
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn back(&self) -> Option<Token> {
[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] 144 |     pub fn back(&self) -> Option<Token<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:154:17
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn last(&self) -> Option<Token> {
[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] 154 |     pub fn last(&self) -> Option<Token<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:159:18
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn front(&self) -> Option<Token> {
[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] 159 |     pub fn front(&self) -> Option<Token<'_>> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:176:18
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn first(&self) -> Option<Token> {
[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] 176 |     pub fn first(&self) -> Option<Token<'_>> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:181:24
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub fn split_front(&self) -> Option<(Token, &Self)> {
[INFO] [stdout]     |                        ^^^^^             ^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                        |                 |
[INFO] [stdout]     |                        |                 the same lifetime is hidden here
[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] 181 |     pub fn split_front(&self) -> Option<(Token<'_>, &Self)> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:242:23
[INFO] [stdout]     |
[INFO] [stdout] 242 |     pub fn split_back(&self) -> Option<(&Self, Token)> {
[INFO] [stdout]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                 |
[INFO] [stdout]     |                       |                 the same lifetime is elided here
[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] 242 |     pub fn split_back(&self) -> Option<(&Self, Token<'_>)> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pointer.rs:491:23
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub fn components(&self) -> Components {
[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] 491 |     pub fn components(&self) -> Components<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pointer.rs:1007:9
[INFO] [stdout]      |
[INFO] [stdout] 1007 |         &mut self,
[INFO] [stdout]      |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1010 |     ) -> Result<Option<Token>, ReplaceError> {
[INFO] [stdout]      |                        ^^^^^ the same lifetime is hidden 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] 1010 |     ) -> Result<Option<Token<'_>>, ReplaceError> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.95s
[INFO] running `Command { std: "docker" "inspect" "96678733a7737102157fe2f9b96ea055b106f7376e817b2266972124931a0b34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96678733a7737102157fe2f9b96ea055b106f7376e817b2266972124931a0b34", kill_on_drop: false }`
[INFO] [stdout] 96678733a7737102157fe2f9b96ea055b106f7376e817b2266972124931a0b34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 3375d02a98de9832c8848cf88a0d50cc06e9e795788a6f34590c686a67ab97e3
[INFO] running `Command { std: "docker" "start" "-a" "3375d02a98de9832c8848cf88a0d50cc06e9e795788a6f34590c686a67ab97e3", kill_on_drop: false }`
[INFO] [stderr] warning: struct `NoLeadingSlash` is never constructed
[INFO] [stderr]     --> src/pointer.rs:1156:12
[INFO] [stderr]      |
[INFO] [stderr] 1156 | pub struct NoLeadingSlash;
[INFO] [stderr]      |            ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pointer.rs:120:19
[INFO] [stderr]     |
[INFO] [stderr] 120 |     pub fn tokens(&self) -> Tokens {
[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] 120 |     pub fn tokens(&self) -> Tokens<'_> {
[INFO] [stderr]     |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pointer.rs:144:17
[INFO] [stderr]     |
[INFO] [stderr] 144 |     pub fn back(&self) -> Option<Token> {
[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] 144 |     pub fn back(&self) -> Option<Token<'_>> {
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pointer.rs:154:17
[INFO] [stderr]     |
[INFO] [stderr] 154 |     pub fn last(&self) -> Option<Token> {
[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] 154 |     pub fn last(&self) -> Option<Token<'_>> {
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pointer.rs:159:18
[INFO] [stderr]     |
[INFO] [stderr] 159 |     pub fn front(&self) -> Option<Token> {
[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] 159 |     pub fn front(&self) -> Option<Token<'_>> {
[INFO] [stderr]     |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pointer.rs:176:18
[INFO] [stderr]     |
[INFO] [stderr] 176 |     pub fn first(&self) -> Option<Token> {
[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] 176 |     pub fn first(&self) -> Option<Token<'_>> {
[INFO] [stderr]     |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pointer.rs:181:24
[INFO] [stderr]     |
[INFO] [stderr] 181 |     pub fn split_front(&self) -> Option<(Token, &Self)> {
[INFO] [stderr]     |                        ^^^^^             ^^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stderr]     |                        |                 |
[INFO] [stderr]     |                        |                 the same lifetime is hidden here
[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] 181 |     pub fn split_front(&self) -> Option<(Token<'_>, &Self)> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pointer.rs:242:23
[INFO] [stderr]     |
[INFO] [stderr] 242 |     pub fn split_back(&self) -> Option<(&Self, Token)> {
[INFO] [stderr]     |                       ^^^^^             ^^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                 |
[INFO] [stderr]     |                       |                 the same lifetime is elided here
[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] 242 |     pub fn split_back(&self) -> Option<(&Self, Token<'_>)> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pointer.rs:491:23
[INFO] [stderr]     |
[INFO] [stderr] 491 |     pub fn components(&self) -> Components {
[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] 491 |     pub fn components(&self) -> Components<'_> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/pointer.rs:1007:9
[INFO] [stderr]      |
[INFO] [stderr] 1007 |         &mut self,
[INFO] [stderr]      |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 1010 |     ) -> Result<Option<Token>, ReplaceError> {
[INFO] [stderr]      |                        ^^^^^ the same lifetime is hidden 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] 1010 |     ) -> Result<Option<Token<'_>>, ReplaceError> {
[INFO] [stderr]      |                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `alloc::vec`
[INFO] [stderr]    --> src/assign.rs:611:9
[INFO] [stderr]     |
[INFO] [stderr] 611 |     use alloc::vec;
[INFO] [stderr]     |         ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]    --> src/diagnostic.rs:229:9
[INFO] [stderr]     |
[INFO] [stderr] 229 |     use super::*;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `PointerBuf` and `Pointer`
[INFO] [stderr]    --> src/diagnostic.rs:230:17
[INFO] [stderr]     |
[INFO] [stderr] 230 |     use crate::{Pointer, PointerBuf};
[INFO] [stderr]     |                 ^^^^^^^  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `jsonptr` (lib) generated 10 warnings (run `cargo fix --lib -p jsonptr` to apply 9 suggestions)
[INFO] [stderr] warning: `jsonptr` (lib test) generated 13 warnings (10 duplicates) (run `cargo fix --lib -p jsonptr --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jsonptr-1196d61af0b9ba17)
[INFO] [stdout] 
[INFO] [stdout] running 91 tests
[INFO] [stdout] test index::tests::display_index_next ... ok
[INFO] [stdout] test assign::tests::assign_json ... ok
[INFO] [stdout] test index::tests::display_index_num ... ok
[INFO] [stdout] test delete::tests::delete_json ... ok
[INFO] [stdout] test index::tests::index_from_usize ... ok
[INFO] [stdout] test index::tests::index_try_from_str_next ... ok
[INFO] [stdout] test index::tests::index_try_from_str_num ... ok
[INFO] [stdout] test index::tests::for_len ... ok
[INFO] [stdout] test index::tests::index_for_len_incl_valid ... ok
[INFO] [stdout] test index::tests::index_for_len_unchecked ... ok
[INFO] [stdout] test component::tests::components ... ok
[INFO] [stdout] test index::tests::index_try_from_string_num ... ok
[INFO] [stdout] test index::tests::index_try_from_token_next ... ok
[INFO] [stdout] test index::tests::try_from_token ... ok
[INFO] [stdout] test pointer::slice::tests::get_by_explicit_bounds ... ok
[INFO] [stdout] test index::tests::index_try_from_token_num ... ok
[INFO] [stdout] test pointer::slice::tests::get_full_range ... ok
[INFO] [stdout] test pointer::slice::tests::get_from_range ... ok
[INFO] [stdout] test pointer::slice::tests::get_range ... ok
[INFO] [stdout] test pointer::slice::tests::get_range_inclusive ... ok
[INFO] [stdout] test pointer::tests::assign ... ok
[INFO] [stdout] test pointer::slice::tests::get_to_range ... ok
[INFO] [stdout] test pointer::tests::borrow ... ok
[INFO] [stdout] test pointer::tests::concat ... ok
[INFO] [stdout] test pointer::slice::tests::get_single ... ok
[INFO] [stdout] test pointer::slice::tests::get_to_range_inclusive ... ok
[INFO] [stdout] test index::tests::index_try_from_string_next ... ok
[INFO] [stdout] test pointer::tests::first ... ok
[INFO] [stdout] test pointer::tests::ends_with ... ok
[INFO] [stdout] test index::tests::index_for_len_incl_out_of_bounds ... ok
[INFO] [stdout] test pointer::tests::formatting ... ok
[INFO] [stdout] test pointer::tests::from_box_to_buf ... ok
[INFO] [stdout] test pointer::tests::from_token ... ok
[INFO] [stdout] test pointer::tests::from_tokens ... ok
[INFO] [stdout] test pointer::tests::get ... ok
[INFO] [stdout] test pointer::tests::intersect ... ok
[INFO] [stdout] test pointer::tests::from_usize ... ok
[INFO] [stdout] test pointer::tests::intersection ... ok
[INFO] [stdout] test pointer::tests::into_iter ... ok
[INFO] [stdout] test pointer::tests::delete ... ok
[INFO] [stdout] test pointer::tests::from_unchecked_pathbuf ... ok
[INFO] [stdout] test pointer::tests::last ... ok
[INFO] [stdout] test pointer::tests::parse ... ok
[INFO] [stdout] test pointer::tests::into_value ... ok
[INFO] [stdout] test pointer::tests::partial_eq ... ok
[INFO] [stdout] test pointer::tests::is_empty ... ok
[INFO] [stdout] test pointer::tests::partial_ord ... ok
[INFO] [stdout] test pointer::tests::len ... ok
[INFO] [stdout] test pointer::tests::parse_error_offsets ... ok
[INFO] [stdout] test pointer::tests::pointer_borrow ... ok
[INFO] [stdout] test pointer::tests::pointer_buf_clear ... ok
[INFO] [stdout] test pointer::tests::pointerbuf_try_from ... ok
[INFO] [stdout] test pointer::tests::pop_back_works_with_empty_strings ... ok
[INFO] [stdout] test pointer::tests::pointerbuf_as_ref_returns_pointer ... ok
[INFO] [stdout] test pointer::tests::push_pop_front ... ok
[INFO] [stdout] test pointer::tests::push_pop_back ... ok
[INFO] [stdout] test pointer::tests::pop_front_works_with_empty_strings ... ok
[INFO] [stdout] test pointer::tests::replace_token ... ok
[INFO] [stdout] test pointer::tests::replace_token_in_empty_pointer ... ok
[INFO] [stdout] test pointer::tests::replace_token_out_of_bounds ... ok
[INFO] [stdout] test pointer::tests::replace_token_success ... ok
[INFO] [stdout] test pointer::tests::replace_token_with_empty_string ... ok
[INFO] [stdout] test pointer::tests::resolve ... ok
[INFO] [stdout] test pointer::tests::root_is_alias_of_new_pathbuf ... ok
[INFO] [stdout] test pointer::tests::serde ... ok
[INFO] [stdout] test pointer::tests::starts_with ... ok
[INFO] [stdout] test pointer::tests::strip_prefix ... ok
[INFO] [stdout] test pointer::tests::strip_suffix ... ok
[INFO] [stdout] test pointer::tests::to_owned ... ok
[INFO] [stdout] test pointer::tests::with_leading_token ... ok
[INFO] [stdout] test pointer::tests::with_trailing_token ... ok
[INFO] [stdout] test resolve::tests::resolve_error_is_failed_to_parse_index ... ok
[INFO] [stdout] test resolve::tests::resolve_error_is_not_found ... ok
[INFO] [stdout] test resolve::tests::resolve_error_is_out_of_bounds ... ok
[INFO] [stdout] test resolve::tests::resolve_error_is_unreachable ... ok
[INFO] [stdout] test resolve::tests::resolve_json ... ok
[INFO] [stdout] test pointer::tests::from_str ... ok
[INFO] [stdout] test token::tests::encode_decode ... ok
[INFO] [stdout] test token::tests::from ... ok
[INFO] [stdout] test token::tests::into_owned ... ok
[INFO] [stdout] test token::tests::is_next ... ok
[INFO] [stdout] test token::tests::new ... ok
[INFO] [stdout] test token::tests::to_index ... ok
[INFO] [stdout] test token::tests::tokens ... ok
[INFO] [stdout] test token::tests::from_encoded ... ok
[INFO] [stdout] test pointer::tests::to_json_value ... ok
[INFO] [stdout] test pointer::tests::from_const_validates - should panic ... ok
[INFO] [stdout] test pointer::tests::qc_pop_and_push ... ok
[INFO] [stdout] test pointer::tests::qc_from_tokens ... ok
[INFO] [stdout] test pointer::tests::qc_split ... ok
[INFO] [stderr]    Doc-tests jsonptr
[INFO] [stdout] test pointer::tests::qc_intersection ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 91 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.56s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 48 tests
[INFO] [stdout] test src/delete.rs - delete (line 30) ... ok
[INFO] [stdout] test src/diagnostic.rs - diagnostic::Diagnose::diagnose (line 174) ... ok
[INFO] [stdout] test src/delete.rs - delete (line 20) ... ok
[INFO] [stdout] test src/assign.rs - assign::Assign (line 83) ... ok
[INFO] [stdout] test src/assign.rs - assign (line 22) ... ok
[INFO] [stdout] test src/delete.rs - delete (line 40) ... ok
[INFO] [stdout] test src/assign.rs - assign::Assign (line 100) ... ok
[INFO] [stdout] test src/diagnostic.rs - diagnostic::Diagnose::diagnose_with (line 191) ... ok
[INFO] [stdout] test src/index.rs - index::Index::for_len (line 70) ... ok
[INFO] [stdout] test src/assign.rs - assign::Assign (line 69) ... ok
[INFO] [stdout] test src/index.rs - index::Index::for_len_incl (line 102) ... ok
[INFO] [stdout] test src/index.rs - index (line 20) ... ok
[INFO] [stdout] test src/index.rs - index::Index::for_len_unchecked (line 128) ... ok
[INFO] [stdout] test src/lib.rs - (line 115) ... ok
[INFO] [stdout] test src/lib.rs - (line 152) ... ok
[INFO] [stdout] test src/lib.rs - (line 137) ... ok
[INFO] [stdout] test src/lib.rs - (line 168) ... ok
[INFO] [stdout] test src/lib.rs - (line 78) ... ok
[INFO] [stdout] test src/lib.rs - (line 196) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::ParseError::pointer_offset (line 1273) ... ok
[INFO] [stdout] test src/lib.rs - (line 186) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::ParseError::complete_offset (line 1311) ... ok
[INFO] [stdout] test src/lib.rs - (line 98) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::ParseError::source_offset (line 1293) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer (line 25) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer::assign (line 453) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer::components (line 482) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer::concat (line 545) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer::delete (line 410) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer::delete (line 420) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer::from_static (line 95) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer::delete (line 430) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer::is_empty (line 577) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer::get (line 301) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer::with_trailing_token (line 504) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer::split_at (line 224) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer::len (line 562) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::Pointer::with_leading_token (line 524) ... ok
[INFO] [stdout] test src/resolve.rs - resolve (line 14) ... ok
[INFO] [stdout] test src/token.rs - token::Token<'a>::decoded (line 199) ... ok
[INFO] [stdout] test src/resolve.rs - resolve::Error::OutOfBounds (line 110) ... ok
[INFO] [stdout] test src/resolve.rs - resolve::Error::FailedToParseIndex (line 90) ... ok
[INFO] [stdout] test src/resolve.rs - resolve::Error::NotFound (line 128) ... ok
[INFO] [stdout] test src/token.rs - token::Token<'a>::from_encoded (line 63) ... ok
[INFO] [stdout] test src/token.rs - token::Token<'a>::encoded (line 187) ... ok
[INFO] [stdout] test src/resolve.rs - resolve::Error::Unreachable (line 146) ... ok
[INFO] [stdout] test src/token.rs - token::Token<'a>::to_index (line 252) ... ok
[INFO] [stdout] test src/token.rs - token::Token<'a>::new (line 119) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.80s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3375d02a98de9832c8848cf88a0d50cc06e9e795788a6f34590c686a67ab97e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3375d02a98de9832c8848cf88a0d50cc06e9e795788a6f34590c686a67ab97e3", kill_on_drop: false }`
[INFO] [stdout] 3375d02a98de9832c8848cf88a0d50cc06e9e795788a6f34590c686a67ab97e3
