[INFO] fetching crate jsn 0.14.0... [INFO] testing jsn-0.14.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate jsn 0.14.0 into /workspace/builds/worker-5-tc2/source [INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate jsn 0.14.0 [INFO] finished tweaking crates.io crate jsn 0.14.0 [INFO] tweaked toml for crates.io crate jsn 0.14.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate jsn 0.14.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate jsn 0.14.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c24d3b3379f9d24c2c6112735d45015d52b63065e45f555a4b89894ce37efb95 [INFO] running `Command { std: "docker" "start" "-a" "c24d3b3379f9d24c2c6112735d45015d52b63065e45f555a4b89894ce37efb95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c24d3b3379f9d24c2c6112735d45015d52b63065e45f555a4b89894ce37efb95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c24d3b3379f9d24c2c6112735d45015d52b63065e45f555a4b89894ce37efb95", kill_on_drop: false }` [INFO] [stdout] c24d3b3379f9d24c2c6112735d45015d52b63065e45f555a4b89894ce37efb95 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7fd0d0550ec4aae187c5e013fc47bf95cecb8fc87436fcedba74c175f7da9b02 [INFO] running `Command { std: "docker" "start" "-a" "7fd0d0550ec4aae187c5e013fc47bf95cecb8fc87436fcedba74c175f7da9b02", kill_on_drop: false }` [INFO] [stderr] Compiling lexical-util v0.8.5 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling lexical-write-integer v0.8.5 [INFO] [stderr] Compiling lexical-parse-integer v0.8.6 [INFO] [stderr] Compiling lexical-write-float v0.8.5 [INFO] [stderr] Compiling lexical-parse-float v0.8.5 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling lexical-core v0.8.5 [INFO] [stderr] Compiling lexical v6.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling jsn v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:28:23 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn read_token(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 28 | pub fn read_token(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn null(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 64 | pub fn null(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn bool_true(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 72 | pub fn bool_true(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:80:23 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn bool_false(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 80 | pub fn bool_false(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn string(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 91 | pub fn string(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:209:9 [INFO] [stdout] | [INFO] [stdout] 209 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 212 | ) -> Result { [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] 212 | ) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:250:9 [INFO] [stdout] | [INFO] [stdout] 250 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 253 | ) -> Result { [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] 253 | ) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:280:9 [INFO] [stdout] | [INFO] [stdout] 280 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 283 | ) -> Result { [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] 283 | ) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.77s [INFO] running `Command { std: "docker" "inspect" "7fd0d0550ec4aae187c5e013fc47bf95cecb8fc87436fcedba74c175f7da9b02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fd0d0550ec4aae187c5e013fc47bf95cecb8fc87436fcedba74c175f7da9b02", kill_on_drop: false }` [INFO] [stdout] 7fd0d0550ec4aae187c5e013fc47bf95cecb8fc87436fcedba74c175f7da9b02 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dbdb8e8025e730df2cb4024466656b0640b6bc3386d29d36de8312ecd4f8dce5 [INFO] running `Command { std: "docker" "start" "-a" "dbdb8e8025e730df2cb4024466656b0640b6bc3386d29d36de8312ecd4f8dce5", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling serde v1.0.196 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.113 [INFO] [stderr] Compiling anstream v0.6.13 [INFO] [stderr] Compiling half v2.3.1 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling strsim v0.11.0 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling clap_builder v4.5.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling is-terminal v0.4.11 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rayon v1.8.1 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling serde_derive v1.0.196 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling clap_derive v4.5.0 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling jsn v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:28:23 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn read_token(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 28 | pub fn read_token(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn null(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 64 | pub fn null(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn bool_true(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 72 | pub fn bool_true(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:80:23 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn bool_false(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 80 | pub fn bool_false(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn string(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 91 | pub fn string(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:209:9 [INFO] [stdout] | [INFO] [stdout] 209 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 212 | ) -> Result { [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] 212 | ) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:250:9 [INFO] [stdout] | [INFO] [stdout] 250 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 253 | ) -> Result { [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] 253 | ) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:280:9 [INFO] [stdout] | [INFO] [stdout] 280 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 283 | ) -> Result { [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] 283 | ) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v4.5.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:28:23 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn read_token(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 28 | pub fn read_token(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn null(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 64 | pub fn null(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn bool_true(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 72 | pub fn bool_true(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:80:23 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn bool_false(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 80 | pub fn bool_false(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn string(&mut self, input: &mut Input) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 91 | pub fn string(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:209:9 [INFO] [stdout] | [INFO] [stdout] 209 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 212 | ) -> Result { [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] 212 | ) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:250:9 [INFO] [stdout] | [INFO] [stdout] 250 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 253 | ) -> Result { [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] 253 | ) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/scan.rs:280:9 [INFO] [stdout] | [INFO] [stdout] 280 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 283 | ) -> Result { [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] 283 | ) -> Result, Reason> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 45.64s [INFO] running `Command { std: "docker" "inspect" "dbdb8e8025e730df2cb4024466656b0640b6bc3386d29d36de8312ecd4f8dce5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbdb8e8025e730df2cb4024466656b0640b6bc3386d29d36de8312ecd4f8dce5", kill_on_drop: false }` [INFO] [stdout] dbdb8e8025e730df2cb4024466656b0640b6bc3386d29d36de8312ecd4f8dce5 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4229d8d9bf3d540f9e85e8d3a4784d681a9c71bd31e8ca957c9cea3a4411f08d [INFO] running `Command { std: "docker" "start" "-a" "4229d8d9bf3d540f9e85e8d3a4784d681a9c71bd31e8ca957c9cea3a4411f08d", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/scan.rs:28:23 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn read_token(&mut self, input: &mut Input) -> Result { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 28 | pub fn read_token(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/scan.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn null(&mut self, input: &mut Input) -> Result { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 64 | pub fn null(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/scan.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn bool_true(&mut self, input: &mut Input) -> Result { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 72 | pub fn bool_true(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/scan.rs:80:23 [INFO] [stderr] | [INFO] [stderr] 80 | pub fn bool_false(&mut self, input: &mut Input) -> Result { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 80 | pub fn bool_false(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/scan.rs:91:19 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn string(&mut self, input: &mut Input) -> Result { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^ 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] 91 | pub fn string(&mut self, input: &mut Input) -> Result, Reason> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/scan.rs:209:9 [INFO] [stderr] | [INFO] [stderr] 209 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 212 | ) -> Result { [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] 212 | ) -> Result, Reason> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/scan.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 250 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 253 | ) -> Result { [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] 253 | ) -> Result, Reason> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/scan.rs:280:9 [INFO] [stderr] | [INFO] [stderr] 280 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 283 | ) -> Result { [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] 283 | ) -> Result, Reason> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `jsn` (lib) generated 8 warnings (run `cargo fix --lib -p jsn` to apply 8 suggestions) [INFO] [stderr] warning: `jsn` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jsn-68e2be4341eb2bc7) [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test input::tests::keeps_track_of_byte_offset ... ok [INFO] [stdout] test mask::tests::index_mask ... ok [INFO] [stdout] test mask::tests::combining_masks ... ok [INFO] [stdout] test input::tests::seekable_input_can_be_reset ... ok [INFO] [stdout] test mask::tests::keys_mask ... ok [INFO] [stdout] test mask::tests::masks_are_commutative ... ok [INFO] [stdout] test scan::tests::bool ... ok [INFO] [stdout] test mask::tests::key_mask ... ok [INFO] [stdout] test scan::tests::emits_eof_once_end_is_encountered ... ok [INFO] [stdout] test scan::tests::multiple_tokens ... ok [INFO] [stdout] test scan::tests::null ... ok [INFO] [stdout] test mask::tests::masks_work_with_concatenated_json ... ok [INFO] [stdout] test scan::tests::number_decimal ... ok [INFO] [stdout] test scan::tests::number_exponent ... ok [INFO] [stdout] test iter::tests::returns_none_after_failure ... ok [INFO] [stdout] test scan::tests::number_integer ... ok [INFO] [stdout] test scan::tests::string ... ok [INFO] [stdout] test scan::tests::structural ... ok [INFO] [stdout] test structure::tests::nesting_tests ... ok [INFO] [stdout] test structure::tests::streaming_json ... ok [INFO] [stdout] test token::token_tests::token_conversion ... ok [INFO] [stdout] test token::token_tests::token_equality ... ok [INFO] [stdout] test mask::tests::depth_mask ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/validation_tests.rs (/opt/rustwide/target/debug/deps/validation_tests-bdead3f722211bd1) [INFO] [stdout] [INFO] [stdout] running 284 tests [INFO] [stdout] test n_array_a_invalid_utf8 ... ok [INFO] [stdout] test n_array_1_true_without_comma ... ok [INFO] [stdout] test n_array_colon_instead_of_comma ... ok [INFO] [stdout] test n_array_double_comma ... ok [INFO] [stdout] test n_array_comma_and_number ... ok [INFO] [stdout] test n_array_extra_close ... ok [INFO] [stdout] test n_array_double_extra_comma ... ok [INFO] [stdout] test n_array_extra_comma ... ok [INFO] [stdout] test n_array_invalid_utf8 ... ok [INFO] [stdout] test n_array_items_separated_by_semicolon ... ok [INFO] [stdout] test n_array_incomplete_invalid_value ... ok [INFO] [stdout] test n_array_just_minus ... ok [INFO] [stdout] test n_array_inner_array_no_comma ... ok [INFO] [stdout] test n_array_incomplete ... ok [INFO] [stdout] test n_array_just_comma ... ok [INFO] [stdout] test n_array_number_and_comma ... ok [INFO] [stdout] test n_array_spaces_vertical_tab_formfeed ... ok [INFO] [stdout] test n_array_star_inside ... ok [INFO] [stdout] test n_array_unclosed ... ok [INFO] [stdout] test n_array_missing_value ... ok [INFO] [stdout] test n_array_number_and_several_commas ... ok [INFO] [stdout] test n_array_newlines_unclosed ... ok [INFO] [stdout] test n_array_unclosed_trailing_comma ... ok [INFO] [stdout] test n_array_unclosed_with_new_lines ... ok [INFO] [stdout] test n_number_0_capital_E ... ok [INFO] [stdout] test n_incomplete_false ... ok [INFO] [stdout] test n_number_0_capital_Eplus ... ok [INFO] [stdout] test n_incomplete_null ... ok [INFO] [stdout] test n_incomplete_true ... ok [INFO] [stdout] test n_multidigit_number_then_00 ... ok [INFO] [stdout] test n_number_0_dot_1_dot_2 ... ok [INFO] [stdout] test n_number_0_dot_e1 ... ok [INFO] [stdout] test n_number_0e ... ok [INFO] [stdout] test n_number_0eplus ... ok [INFO] [stdout] test n_number_1_dot_0eplus ... ok [INFO] [stdout] test n_number_0_dot_3e ... ok [INFO] [stdout] test n_number_0_dot_3eplus ... ok [INFO] [stdout] test n_number_1_000 ... ok [INFO] [stdout] test n_number_1_dot_0e ... ok [INFO] [stdout] test n_number_1_dot_0e_ ... ok [INFO] [stdout] test n_array_comma_after_close ... ok [INFO] [stdout] test n_array_unclosed_with_object_inside ... ok [INFO] [stdout] test n_number_1eE2 ... ok [INFO] [stdout] test n_number_2_dot_e3 ... ok [INFO] [stdout] test n_number_2_dot_e_3 ... ok [INFO] [stdout] test n_number_2_dot_eplus3 ... ok [INFO] [stdout] test n_number_9_dot_eplus ... ok [INFO] [stdout] test n_number_Inf ... ok [INFO] [stdout] test n_number__01 ... ok [INFO] [stdout] test n_number__1_dot_0_dot_ ... ok [INFO] [stdout] test n_number__2_dot_ ... ok [INFO] [stdout] test n_number__dot_2e_3 ... ok [INFO] [stdout] test n_number__dot__1 ... ok [INFO] [stdout] test n_number_expression ... ok [INFO] [stdout] test n_number_hex_1_digit ... ok [INFO] [stdout] test n_number_invalid_utf_8_in_exponent ... ok [INFO] [stdout] test n_number_invalid_utf_8_in_int ... ok [INFO] [stdout] test n_number_hex_2_digits ... ok [INFO] [stdout] test n_number_invalidplus_ ... ok [INFO] [stdout] test n_number_infinity ... ok [INFO] [stdout] test n_number__NaN ... ok [INFO] [stdout] test n_number_minus_space_1 ... ok [INFO] [stdout] test n_number_NaN ... ok [INFO] [stdout] test n_number_neg_real_without_int_part ... ok [INFO] [stdout] test n_number_UplusFF11_fullwidth_digit_one ... ok [INFO] [stdout] test n_number_neg_with_garbage_at_end ... ok [INFO] [stdout] test n_number_invalid_negative_real ... ok [INFO] [stdout] test n_number_minus_infinity ... ok [INFO] [stdout] test n_number_minus_sign_with_trailing_garbage ... ok [INFO] [stdout] test n_number_invalid_utf_8_in_bigger_int ... ok [INFO] [stdout] test n_number_real_garbage_after_e ... ok [INFO] [stdout] test n_number_real_with_invalid_utf8_after_e ... ok [INFO] [stdout] test n_number_plus1 ... ok [INFO] [stdout] test n_number_plusplus ... ok [INFO] [stdout] test n_number_real_without_fractional_part ... ok [INFO] [stdout] test n_number_starting_with_dot ... ok [INFO] [stdout] test n_number_with_alpha ... ok [INFO] [stdout] test n_number_plusInf ... ok [INFO] [stdout] test n_number_with_alpha_char ... ok [INFO] [stdout] test n_number_with_leading_zero ... ok [INFO] [stdout] test n_object_bad_value ... ok [INFO] [stdout] test n_object_double_colon ... ok [INFO] [stdout] test n_object_emoji ... ok [INFO] [stdout] test n_object_key_with_single_quotes ... ok [INFO] [stdout] test n_object_garbage_at_end ... ok [INFO] [stdout] test n_object_comma_instead_of_colon ... ok [INFO] [stdout] test n_object_bracket_key ... ok [INFO] [stdout] test n_object_no_colon ... ok [INFO] [stdout] test n_object_non_string_key ... ok [INFO] [stdout] test n_object_lone_continuation_byte_in_key_and_trailing_comma ... ok [INFO] [stdout] test n_object_missing_colon ... ok [INFO] [stdout] test n_object_missing_key ... ok [INFO] [stdout] test n_object_missing_semicolon ... ok [INFO] [stdout] test n_object_missing_value ... ok [INFO] [stdout] test n_object_non_string_key_but_huge_number_instead ... ok [INFO] [stdout] test n_object_repeated_null_null ... ok [INFO] [stdout] test n_object_several_trailing_commas ... ok [INFO] [stdout] test n_object_trailing_comment ... ok [INFO] [stdout] test n_object_trailing_comment_open ... ok [INFO] [stdout] test n_object_trailing_comment_slash_open_incomplete ... ok [INFO] [stdout] test n_object_unquoted_key ... ok [INFO] [stdout] test n_object_two_commas_in_a_row ... ok [INFO] [stdout] test n_object_unterminated_value ... ok [INFO] [stdout] test n_object_with_single_string ... ok [INFO] [stdout] test n_single_space ... ok [INFO] [stdout] test n_object_with_trailing_garbage ... ok [INFO] [stdout] test n_object_trailing_comma ... ok [INFO] [stdout] test n_object_single_quote ... ok [INFO] [stdout] test n_string_1_surrogate_then_escape_u1 ... ok [INFO] [stdout] test n_string_1_surrogate_then_escape_u ... ok [INFO] [stdout] test n_string_backslash_00 ... ok [INFO] [stdout] test n_string_escape_x ... ok [INFO] [stdout] test n_string_1_surrogate_then_escape ... ok [INFO] [stdout] test n_string_accentuated_char_no_quotes ... ok [INFO] [stdout] test n_string_escaped_emoji ... ok [INFO] [stdout] test n_string_escaped_ctrl_char_tab ... ok [INFO] [stdout] test n_string_escaped_backslash_bad ... ok [INFO] [stdout] test n_string_incomplete_escape ... ok [INFO] [stdout] test n_string_incomplete_escaped_character ... ok [INFO] [stdout] test n_string_incomplete_surrogate ... ok [INFO] [stdout] test n_string_invalid_backslash_esc ... ok [INFO] [stdout] test n_string_invalid_utf8_after_escape ... ok [INFO] [stdout] test n_string_invalid_utf_8_in_escape ... ok [INFO] [stdout] test n_string_leading_uescaped_thinspace ... ok [INFO] [stdout] test n_string_invalid_unicode_escape ... ok [INFO] [stdout] test n_string_incomplete_surrogate_escape_invalid ... ok [INFO] [stdout] test n_string_single_doublequote ... ok [INFO] [stdout] test n_string_single_string_no_double_quotes ... ok [INFO] [stdout] test n_string_single_quote ... ok [INFO] [stdout] test n_string_start_escape_unclosed ... ok [INFO] [stdout] test n_string_unescaped_newline ... ok [INFO] [stdout] test n_string_no_quotes_with_bad_escape ... ok [INFO] [stdout] test n_string_unescaped_ctrl_char ... ok [INFO] [stdout] test n_string_unicode_CapitalU ... ok [INFO] [stdout] test n_string_with_trailing_garbage ... ok [INFO] [stdout] test n_string_unescaped_tab ... ok [INFO] [stdout] test n_structure_angle_bracket_null ... ok [INFO] [stdout] test n_structure_array_trailing_garbage ... ok [INFO] [stdout] test n_structure_array_with_extra_array_close ... ok [INFO] [stdout] test n_object_trailing_comment_slash_open ... ok [INFO] [stdout] test n_structure_UTF8_BOM_no_data ... ok [INFO] [stdout] test n_string_1_surrogate_then_escape_u1x ... ok [INFO] [stdout] test n_structure_Uplus2060_word_joined ... ok [INFO] [stdout] test n_structure_angle_bracket__dot_ ... ok [INFO] [stdout] test n_structure_array_with_unclosed_string ... ok [INFO] [stdout] test n_structure_ascii_unicode_identifier ... ok [INFO] [stdout] test n_structure_capitalized_True ... ok [INFO] [stdout] test n_structure_close_unopened_array ... ok [INFO] [stdout] test n_structure_comma_instead_of_closing_brace ... ok [INFO] [stdout] test n_structure_double_array ... ok [INFO] [stdout] test n_structure_end_array ... ok [INFO] [stdout] test n_structure_incomplete_UTF8_BOM ... ok [INFO] [stdout] test n_structure_lone_invalid_utf_8 ... ok [INFO] [stdout] test n_structure_lone_open_bracket ... ok [INFO] [stdout] test n_structure_no_data ... ok [INFO] [stdout] test n_number_neg_int_starting_with_zero ... ok [INFO] [stdout] test n_structure_null_byte_outside_string ... ok [INFO] [stdout] test n_structure_number_with_trailing_garbage ... ok [INFO] [stdout] test n_structure_object_followed_by_closing_object ... ok [INFO] [stdout] test n_structure_object_unclosed_no_value ... ok [INFO] [stdout] test n_structure_object_with_comment ... ok [INFO] [stdout] test n_structure_object_with_trailing_garbage ... ok [INFO] [stdout] test n_structure_open_array_comma ... ok [INFO] [stdout] test n_structure_open_array_apostrophe ... ok [INFO] [stdout] test n_structure_open_array_open_object ... ok [INFO] [stdout] test n_structure_open_array_open_string ... ok [INFO] [stdout] test n_structure_open_array_string ... ok [INFO] [stdout] test n_structure_open_object ... ok [INFO] [stdout] test n_structure_open_object_comma ... ok [INFO] [stdout] test n_structure_open_object_close_array ... ok [INFO] [stdout] test n_structure_open_object_open_array ... ok [INFO] [stdout] test n_structure_open_object_open_string ... ok [INFO] [stdout] test n_structure_open_object_string_with_apostrophes ... ok [INFO] [stdout] test n_structure_open_open ... ok [INFO] [stdout] test n_structure_single_eacute ... ok [INFO] [stdout] test n_structure_single_star ... ok [INFO] [stdout] test n_structure_unclosed_array_unfinished_false ... ok [INFO] [stdout] test n_structure_uescaped_LF_before_string ... ok [INFO] [stdout] test n_structure_unclosed_array_unfinished_true ... ok [INFO] [stdout] test n_structure_unclosed_array_partial_null ... ok [INFO] [stdout] test n_structure_unclosed_object ... ok [INFO] [stdout] test n_structure_unicode_identifier ... ok [INFO] [stdout] test n_structure_unclosed_array ... ok [INFO] [stdout] test n_structure_whitespace_Uplus2060_word_joiner ... ok [INFO] [stdout] test n_structure_trailing_hash ... ok [INFO] [stdout] test n_structure_whitespace_formfeed ... ok [INFO] [stdout] test y_array_empty ... ok [INFO] [stdout] test y_array_empty_string ... ok [INFO] [stdout] test y_array_arraysWithSpaces ... ok [INFO] [stdout] test y_array_heterogeneous ... ok [INFO] [stdout] test y_array_null ... ok [INFO] [stdout] test y_array_with_1_and_newline ... ok [INFO] [stdout] test y_array_with_leading_space ... ok [INFO] [stdout] test y_array_with_trailing_space ... ok [INFO] [stdout] test y_array_with_several_null ... ok [INFO] [stdout] test y_array_ending_with_newline ... ok [INFO] [stdout] test y_number ... ok [INFO] [stdout] test y_number_0eplus1 ... ok [INFO] [stdout] test y_array_false ... ok [INFO] [stdout] test y_number_0e1 ... ok [INFO] [stdout] test y_number_after_space ... ok [INFO] [stdout] test y_number_int_with_exp ... ok [INFO] [stdout] test y_number_double_close_to_zero ... ok [INFO] [stdout] test y_number_negative_zero ... ok [INFO] [stdout] test y_number_negative_one ... ok [INFO] [stdout] test y_number_real_capital_e_pos_exp ... ok [INFO] [stdout] test y_number_minus_zero ... ok [INFO] [stdout] test n_structure_100000_opening_arrays ... ok [INFO] [stdout] test y_number_real_fraction_exponent ... ok [INFO] [stdout] test y_number_real_exponent ... ok [INFO] [stdout] test y_number_real_neg_exp ... ok [INFO] [stdout] test y_number_negative_int ... ok [INFO] [stdout] test y_number_real_pos_exponent ... ok [INFO] [stdout] test y_number_simple_int ... ok [INFO] [stdout] test y_number_real_capital_e ... ok [INFO] [stdout] test y_number_simple_real ... ok [INFO] [stdout] test y_number_real_capital_e_neg_exp ... ok [INFO] [stdout] test y_object ... ok [INFO] [stdout] test y_object_basic ... ok [INFO] [stdout] test y_object_duplicated_key ... ok [INFO] [stdout] test y_object_duplicated_key_and_value ... ok [INFO] [stdout] test y_object_empty ... ok [INFO] [stdout] test y_object_empty_key ... ok [INFO] [stdout] test y_object_escaped_null_in_key ... ok [INFO] [stdout] test y_object_extreme_numbers ... ok [INFO] [stdout] test y_object_simple ... ok [INFO] [stdout] test y_object_long_strings ... ok [INFO] [stdout] test y_object_string_unicode ... ok [INFO] [stdout] test y_object_with_newlines ... ok [INFO] [stdout] test y_string_1_2_3_bytes_UTF_8_sequences ... ok [INFO] [stdout] test y_string_accepted_surrogate_pair ... ok [INFO] [stdout] test y_string_accepted_surrogate_pairs ... ok [INFO] [stdout] test y_string_allowed_escapes ... ok [INFO] [stdout] test y_string_backslash_and_u_escaped_zero ... ok [INFO] [stdout] test y_string_backslash_doublequotes ... ok [INFO] [stdout] test y_string_comments ... ok [INFO] [stdout] test y_string_double_escape_a ... ok [INFO] [stdout] test y_string_double_escape_n ... ok [INFO] [stdout] test y_string_escaped_control_character ... ok [INFO] [stdout] test y_string_escaped_noncharacter ... ok [INFO] [stdout] test y_string_in_array ... ok [INFO] [stdout] test y_string_last_surrogates_1_and_2 ... ok [INFO] [stdout] test y_string_in_array_with_leading_space ... ok [INFO] [stdout] test y_string_nbsp_uescaped ... ok [INFO] [stdout] test y_string_nonCharacterInUTF_8_Uplus10FFFF ... ok [INFO] [stdout] test y_string_nonCharacterInUTF_8_UplusFFFF ... ok [INFO] [stdout] test y_string_null_escape ... ok [INFO] [stdout] test y_string_one_byte_utf_8 ... ok [INFO] [stdout] test y_string_simple_ascii ... ok [INFO] [stdout] test y_string_space ... ok [INFO] [stdout] test y_string_uEscape ... ok [INFO] [stdout] test y_string_surrogates_Uplus1D11E_MUSICAL_SYMBOL_G_CLEF ... ok [INFO] [stdout] test y_string_three_byte_utf_8 ... ok [INFO] [stdout] test y_string_uescaped_newline ... ok [INFO] [stdout] test y_string_unescaped_char_delete ... ok [INFO] [stdout] test y_string_unicode ... ok [INFO] [stdout] test y_string_unicode_Uplus10FFFE_nonchar ... ok [INFO] [stdout] test y_string_unicode_Uplus1FFFE_nonchar ... ok [INFO] [stdout] test y_string_unicode_Uplus200B_ZERO_WIDTH_SPACE ... ok [INFO] [stdout] test y_string_pi ... ok [INFO] [stdout] test y_string_reservedCharacterInUTF_8_Uplus1BFFF ... ok [INFO] [stdout] test y_string_two_byte_utf_8 ... ok [INFO] [stdout] test y_string_unicode_Uplus2064_invisible_plus ... ok [INFO] [stdout] test y_string_unicode_UplusFDD0_nonchar ... ok [INFO] [stdout] test y_string_unicode_UplusFFFE_nonchar ... ok [INFO] [stdout] test y_string_unicode_escaped_double_quote ... ok [INFO] [stdout] test y_string_uplus2028_line_sep ... ok [INFO] [stdout] test y_string_uplus2029_par_sep ... ok [INFO] [stdout] test y_string_unicode_2 ... ok [INFO] [stdout] test y_string_utf8 ... ok [INFO] [stdout] test y_string_with_del_character ... ok [INFO] [stdout] test y_structure_lonely_int ... ok [INFO] [stdout] test y_structure_lonely_null ... ok [INFO] [stdout] test y_structure_lonely_false ... ok [INFO] [stdout] test y_structure_lonely_negative_real ... ok [INFO] [stdout] test y_structure_trailing_newline ... ok [INFO] [stdout] test y_string_unicodeEscapedBackslash ... ok [INFO] [stdout] test y_structure_lonely_true ... ok [INFO] [stdout] test y_structure_string_empty ... ok [INFO] [stdout] test y_structure_lonely_string ... ok [INFO] [stdout] test y_structure_true_in_array ... ok [INFO] [stdout] test y_structure_whitespace_array ... ok [INFO] [stdout] test n_structure_open_array_object ... ok [INFO] [stdout] test test_files ... ok [INFO] [stderr] Doc-tests jsn [INFO] [stdout] [INFO] [stdout] test result: ok. 284 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test src/lib.rs - (line 23) ... ok [INFO] [stdout] test src/iter.rs - iter::Tokens::next (line 316) ... ok [INFO] [stdout] test src/iter.rs - iter::TokenReader (line 37) ... ok [INFO] [stdout] test src/iter.rs - iter::Tokens (line 153) ... ok [INFO] [stdout] test src/iter.rs - iter::TokenReader (line 28) ... ok [INFO] [stdout] test src/iter.rs - iter::Tokens::dry_run (line 220) ... ok [INFO] [stdout] test src/iter.rs - iter::Tokens (line 171) ... ok [INFO] [stdout] test src/lib.rs - ReadmeDocTests (line 112) ... ok [INFO] [stdout] test src/iter.rs - iter::TokenReader::with_format (line 101) ... ok [INFO] [stdout] test src/mask.rs - mask (line 114) ... ok [INFO] [stdout] test src/mask.rs - mask (line 36) ... ok [INFO] [stdout] test src/mask.rs - mask::Mask::or (line 214) ... ok [INFO] [stdout] test src/mask.rs - mask (line 62) ... ok [INFO] [stdout] test src/mask.rs - mask::Mask::and (line 186) ... ok [INFO] [stdout] test src/mask.rs - mask::depth (line 406) ... ok [INFO] [stdout] test src/mask.rs - mask::keys (line 469) ... ok [INFO] [stdout] test src/mask.rs - mask::key (line 310) ... ok [INFO] [stdout] test src/mask.rs - mask::index (line 345) ... ok [INFO] [stdout] test src/mask.rs - mask::values (line 493) ... ok [INFO] [stdout] test src/token.rs - token::Token (line 24) ... ok [INFO] [stdout] test src/token.rs - token::Token::get (line 214) ... ok [INFO] [stdout] test src/token.rs - token::Token (line 7) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.79s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4229d8d9bf3d540f9e85e8d3a4784d681a9c71bd31e8ca957c9cea3a4411f08d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4229d8d9bf3d540f9e85e8d3a4784d681a9c71bd31e8ca957c9cea3a4411f08d", kill_on_drop: false }` [INFO] [stdout] 4229d8d9bf3d540f9e85e8d3a4784d681a9c71bd31e8ca957c9cea3a4411f08d