[INFO] fetching crate jsonptr 0.7.1... [INFO] testing jsonptr-0.7.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate jsonptr 0.7.1 into /workspace/builds/worker-0-tc1/source [INFO] removed /workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate jsonptr 0.7.1 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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.106) [INFO] [stderr] Adding toml v0.8.23 (available: v0.9.7) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded owo-colors v4.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7cca3193c64a600b3cb1491cb10cba4db54085b5546b2d0b4e0d09dca6e8992f [INFO] running `Command { std: "docker" "start" "-a" "7cca3193c64a600b3cb1491cb10cba4db54085b5546b2d0b4e0d09dca6e8992f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7cca3193c64a600b3cb1491cb10cba4db54085b5546b2d0b4e0d09dca6e8992f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cca3193c64a600b3cb1491cb10cba4db54085b5546b2d0b4e0d09dca6e8992f", kill_on_drop: false }` [INFO] [stdout] 7cca3193c64a600b3cb1491cb10cba4db54085b5546b2d0b4e0d09dca6e8992f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36ae2b492ebf2a1d50850734c121d0c553e3af0812d99a50a562aaacdd330b59 [INFO] running `Command { std: "docker" "start" "-a" "36ae2b492ebf2a1d50850734c121d0c553e3af0812d99a50a562aaacdd330b59", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.145 [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)]` 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 { [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> { [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 { [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> { [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 { [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> { [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 { [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> { [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, 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>, ReplaceError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s [INFO] running `Command { std: "docker" "inspect" "36ae2b492ebf2a1d50850734c121d0c553e3af0812d99a50a562aaacdd330b59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36ae2b492ebf2a1d50850734c121d0c553e3af0812d99a50a562aaacdd330b59", kill_on_drop: false }` [INFO] [stdout] 36ae2b492ebf2a1d50850734c121d0c553e3af0812d99a50a562aaacdd330b59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 738fa736707758147c19bdbb2442289c74ec5d06435d3980868efcc92bde27ee [INFO] running `Command { std: "docker" "start" "-a" "738fa736707758147c19bdbb2442289c74ec5d06435d3980868efcc92bde27ee", kill_on_drop: false }` [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling getrandom v0.2.16 [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)]` 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 { [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> { [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 { [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> { [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 { [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> { [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 { [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> { [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, 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>, ReplaceError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quickcheck_macros v1.1.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling env_logger v0.8.4 [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)]` 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)]` 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 { [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> { [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 { [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> { [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 { [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> { [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 { [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> { [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, 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>, ReplaceError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.24s [INFO] running `Command { std: "docker" "inspect" "738fa736707758147c19bdbb2442289c74ec5d06435d3980868efcc92bde27ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "738fa736707758147c19bdbb2442289c74ec5d06435d3980868efcc92bde27ee", kill_on_drop: false }` [INFO] [stdout] 738fa736707758147c19bdbb2442289c74ec5d06435d3980868efcc92bde27ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9481bfa0fad5c126543e7bb3d996e66360136040a76da2bc417ffcb740dadc82 [INFO] running `Command { std: "docker" "start" "-a" "9481bfa0fad5c126543e7bb3d996e66360136040a76da2bc417ffcb740dadc82", 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)]` 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 { [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> { [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 { [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> { [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 { [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> { [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 { [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> { [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, 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>, ReplaceError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `jsonptr` (lib) generated 10 warnings [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)]` 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 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.12s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jsonptr-f19c0ecb87a474d4) [INFO] [stdout] running 91 tests [INFO] [stdout] test delete::tests::delete_json ... ok [INFO] [stdout] test assign::tests::assign_json ... ok [INFO] [stdout] test index::tests::display_index_num ... ok [INFO] [stdout] test index::tests::index_for_len_incl_out_of_bounds ... ok [INFO] [stdout] test index::tests::index_for_len_incl_valid ... ok [INFO] [stdout] test index::tests::index_try_from_str_num ... ok [INFO] [stdout] test index::tests::index_from_usize ... ok [INFO] [stdout] test index::tests::index_for_len_unchecked ... ok [INFO] [stdout] test component::tests::components ... ok [INFO] [stdout] test index::tests::for_len ... 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_from_range ... ok [INFO] [stdout] test pointer::slice::tests::get_full_range ... ok [INFO] [stdout] test pointer::slice::tests::get_range_inclusive ... ok [INFO] [stdout] test pointer::slice::tests::get_range ... ok [INFO] [stdout] test pointer::slice::tests::get_by_explicit_bounds ... ok [INFO] [stdout] test pointer::slice::tests::get_single ... ok [INFO] [stdout] test pointer::slice::tests::get_to_range ... ok [INFO] [stdout] test pointer::slice::tests::get_to_range_inclusive ... ok [INFO] [stdout] test pointer::tests::assign ... ok [INFO] [stdout] test pointer::tests::concat ... ok [INFO] [stdout] test pointer::tests::borrow ... ok [INFO] [stdout] test pointer::tests::delete ... ok [INFO] [stdout] test pointer::tests::ends_with ... ok [INFO] [stdout] test pointer::tests::first ... ok [INFO] [stdout] test pointer::tests::from_box_to_buf ... ok [INFO] [stdout] test pointer::tests::formatting ... ok [INFO] [stdout] test pointer::tests::from_str ... ok [INFO] [stdout] test index::tests::index_try_from_str_next ... ok [INFO] [stdout] test index::tests::display_index_next ... ok [INFO] [stdout] test index::tests::index_try_from_string_next ... ok [INFO] [stdout] test pointer::tests::from_tokens ... ok [INFO] [stdout] test pointer::tests::from_unchecked_pathbuf ... ok [INFO] [stdout] test pointer::tests::from_usize ... ok [INFO] [stdout] test pointer::tests::intersect ... ok [INFO] [stdout] test pointer::tests::get ... ok [INFO] [stdout] test pointer::tests::intersection ... ok [INFO] [stdout] test index::tests::index_try_from_token_num ... ok [INFO] [stdout] test pointer::tests::from_token ... ok [INFO] [stdout] test pointer::tests::into_iter ... ok [INFO] [stdout] test pointer::tests::last ... 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 ... ok [INFO] [stdout] test pointer::tests::pointer_borrow ... ok [INFO] [stdout] test pointer::tests::parse_error_offsets ... ok [INFO] [stdout] test pointer::tests::partial_eq ... ok [INFO] [stdout] test pointer::tests::into_value ... ok [INFO] [stdout] test pointer::tests::pointer_buf_clear ... ok [INFO] [stdout] test pointer::tests::pointerbuf_as_ref_returns_pointer ... 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::push_pop_back ... ok [INFO] [stdout] test pointer::tests::pop_front_works_with_empty_strings ... ok [INFO] [stdout] test pointer::tests::push_pop_front ... 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::resolve ... 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::starts_with ... ok [INFO] [stdout] test pointer::tests::serde ... 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::to_json_value ... ok [INFO] [stdout] test pointer::tests::root_is_alias_of_new_pathbuf ... ok [INFO] [stdout] test resolve::tests::resolve_error_is_failed_to_parse_index ... ok [INFO] [stdout] test pointer::tests::with_trailing_token ... 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::with_leading_token ... ok [INFO] [stdout] test token::tests::encode_decode ... ok [INFO] [stdout] test token::tests::from ... ok [INFO] [stdout] test token::tests::from_encoded ... ok [INFO] [stdout] test token::tests::into_owned ... 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::is_next ... ok [INFO] [stdout] test pointer::tests::from_const_validates - should panic ... ok [INFO] [stdout] test pointer::tests::qc_split ... 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_intersection ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 91 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] [stderr] Doc-tests jsonptr [INFO] [stdout] [INFO] [stdout] running 48 tests [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::Assign (line 100) ... ok [INFO] [stdout] test src/assign.rs - assign (line 22) ... ok [INFO] [stdout] test src/diagnostic.rs - diagnostic::Diagnose::diagnose (line 174) ... ok [INFO] [stdout] test src/delete.rs - delete (line 40) ... ok [INFO] [stdout] test src/assign.rs - assign::Assign (line 69) ... ok [INFO] [stdout] test src/delete.rs - delete (line 30) ... 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/index.rs - index::Index::for_len (line 70) ... ok [INFO] [stdout] test src/lib.rs - (line 152) ... ok [INFO] [stdout] test src/lib.rs - (line 115) ... ok [INFO] [stdout] test src/lib.rs - (line 137) ... ok [INFO] [stdout] test src/diagnostic.rs - diagnostic::Diagnose::diagnose_with (line 191) ... ok [INFO] [stdout] test src/lib.rs - (line 196) ... ok [INFO] [stdout] test src/lib.rs - (line 168) ... ok [INFO] [stdout] test src/lib.rs - (line 186) ... ok [INFO] [stdout] test src/lib.rs - (line 78) ... ok [INFO] [stdout] test src/pointer.rs - pointer::Pointer (line 25) ... 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::ParseError::pointer_offset (line 1273) ... ok [INFO] [stdout] test src/pointer.rs - pointer::ParseError::complete_offset (line 1311) ... ok [INFO] [stdout] test src/pointer.rs - pointer::Pointer::concat (line 545) ... ok [INFO] [stdout] test src/pointer.rs - pointer::Pointer::components (line 482) ... ok [INFO] [stdout] test src/pointer.rs - pointer::Pointer::get (line 301) ... ok [INFO] [stdout] test src/pointer.rs - pointer::Pointer::delete (line 430) ... ok [INFO] [stdout] test src/pointer.rs - pointer::Pointer::from_static (line 95) ... ok [INFO] [stdout] test src/pointer.rs - pointer::Pointer::delete (line 410) ... ok [INFO] [stdout] test src/pointer.rs - pointer::Pointer::assign (line 453) ... ok [INFO] [stdout] test src/pointer.rs - pointer::Pointer::len (line 562) ... ok [INFO] [stdout] test src/pointer.rs - pointer::Pointer::delete (line 420) ... ok [INFO] [stdout] test src/pointer.rs - pointer::Pointer::is_empty (line 577) ... ok [INFO] [stdout] test src/resolve.rs - resolve::Error::NotFound (line 128) ... ok [INFO] [stdout] test src/pointer.rs - pointer::Pointer::split_at (line 224) ... ok [INFO] [stdout] test src/resolve.rs - resolve::Error::FailedToParseIndex (line 90) ... ok [INFO] [stdout] test src/pointer.rs - pointer::Pointer::with_trailing_token (line 504) ... ok [INFO] [stdout] test src/resolve.rs - resolve (line 14) ... ok [INFO] [stdout] test src/resolve.rs - resolve::Error::OutOfBounds (line 110) ... ok [INFO] [stdout] test src/resolve.rs - resolve::Error::Unreachable (line 146) ... 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/pointer.rs - pointer::Pointer::with_leading_token (line 524) ... ok [INFO] [stdout] test src/token.rs - token::Token<'a>::to_index (line 252) ... ok [INFO] [stdout] test src/token.rs - token::Token<'a>::decoded (line 199) ... 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 5.44s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9481bfa0fad5c126543e7bb3d996e66360136040a76da2bc417ffcb740dadc82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9481bfa0fad5c126543e7bb3d996e66360136040a76da2bc417ffcb740dadc82", kill_on_drop: false }` [INFO] [stdout] 9481bfa0fad5c126543e7bb3d996e66360136040a76da2bc417ffcb740dadc82