[INFO] crate nop-json 1.0.0 is already in cache
[INFO] checking nop-json-1.0.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate nop-json 1.0.0 into /workspace/builds/worker-8/source
[INFO] validating manifest of crates.io crate nop-json 1.0.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate nop-json 1.0.0
[INFO] finished tweaking crates.io crate nop-json 1.0.0
[INFO] tweaked toml for crates.io crate nop-json 1.0.0 written to /workspace/builds/worker-8/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] a81218d164b7c401ab53b98507601a8b75a130da1743b2ec3c8a410a27c19f5e
[INFO] running `"docker" "start" "-a" "a81218d164b7c401ab53b98507601a8b75a130da1743b2ec3c8a410a27c19f5e"`
[INFO] [stderr]     Checking numtoa v0.2.3
[INFO] [stderr]    Compiling nop-json-derive v1.0.0
[INFO] [stderr]     Checking nop-json v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2246 |     {    read_int!(self, isize, false)
[INFO] [stderr]      |          ----------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(overlapping_patterns)]` on by default
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2250 |     {    read_int!(self, i128, false)
[INFO] [stderr]      |          ---------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2254 |     {    read_int!(self, i64, false)
[INFO] [stderr]      |          --------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2258 |     {    read_int!(self, i32, false)
[INFO] [stderr]      |          --------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2262 |     {    read_int!(self, i16, false)
[INFO] [stderr]      |          --------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2266 |     {    read_int!(self, i8, false)
[INFO] [stderr]      |          -------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2270 |     {    read_int!(self, usize, true)
[INFO] [stderr]      |          ---------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2274 |     {    read_int!(self, u128, true)
[INFO] [stderr]      |          --------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2278 |     {    read_int!(self, u64, true)
[INFO] [stderr]      |          -------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2282 |     {    read_int!(self, u32, true)
[INFO] [stderr]      |          -------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2286 |     {    read_int!(self, u16, true)
[INFO] [stderr]      |          -------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2290 |     {    read_int!(self, u8, true)
[INFO] [stderr]      |          ------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:367:9
[INFO] [stderr]      |
[INFO] [stderr] 363  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 367  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2294 |     {    read_float!(self, f64, std::f64::NAN, std::f64::INFINITY, std::f64::NEG_INFINITY)
[INFO] [stderr]      |          --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:367:9
[INFO] [stderr]      |
[INFO] [stderr] 363  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 367  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2298 |     {    read_float!(self, f32, std::f32::NAN, std::f32::INFINITY, std::f32::NEG_INFINITY)
[INFO] [stderr]      |          --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2246 |     {    read_int!(self, isize, false)
[INFO] [stderr]      |          ----------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(overlapping_patterns)]` on by default
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2250 |     {    read_int!(self, i128, false)
[INFO] [stderr]      |          ---------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2254 |     {    read_int!(self, i64, false)
[INFO] [stderr]      |          --------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2258 |     {    read_int!(self, i32, false)
[INFO] [stderr]      |          --------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2262 |     {    read_int!(self, i16, false)
[INFO] [stderr]      |          --------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2266 |     {    read_int!(self, i8, false)
[INFO] [stderr]      |          -------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2270 |     {    read_int!(self, usize, true)
[INFO] [stderr]      |          ---------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2274 |     {    read_int!(self, u128, true)
[INFO] [stderr]      |          --------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2278 |     {    read_int!(self, u64, true)
[INFO] [stderr]      |          -------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2282 |     {    read_int!(self, u32, true)
[INFO] [stderr]      |          -------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2286 |     {    read_int!(self, u16, true)
[INFO] [stderr]      |          -------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:114:9
[INFO] [stderr]      |
[INFO] [stderr] 111  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 114  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2290 |     {    read_int!(self, u8, true)
[INFO] [stderr]      |          ------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:367:9
[INFO] [stderr]      |
[INFO] [stderr] 363  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 367  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2294 |     {    read_float!(self, f64, std::f64::NAN, std::f64::INFINITY, std::f64::NEG_INFINITY)
[INFO] [stderr]      |          --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: multiple patterns covering the same range
[INFO] [stderr]     --> src/nop_json.rs:367:9
[INFO] [stderr]      |
[INFO] [stderr] 363  |                             {    b'0' =>
[INFO] [stderr]      |                                  ---- this range overlaps on `48u8`
[INFO] [stderr] ...
[INFO] [stderr] 367  |                                 b'0'..= b'9' =>
[INFO] [stderr]      |                                 ^^^^^^^^^^^^ overlapping patterns
[INFO] [stderr] ...
[INFO] [stderr] 2298 |     {    read_float!(self, f32, std::f32::NAN, std::f32::INFINITY, std::f32::NEG_INFINITY)
[INFO] [stderr]      |          --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 7.86s
[INFO] running `"docker" "inspect" "a81218d164b7c401ab53b98507601a8b75a130da1743b2ec3c8a410a27c19f5e"`
[INFO] running `"docker" "rm" "-f" "a81218d164b7c401ab53b98507601a8b75a130da1743b2ec3c8a410a27c19f5e"`
[INFO] [stdout] a81218d164b7c401ab53b98507601a8b75a130da1743b2ec3c8a410a27c19f5e
