[INFO] fetching crate nop-json 1.0.0... [INFO] checking nop-json-1.0.0 against master#119d2a1a98fe87d4ae6cabf12134a0ef2fb95851 for pr-75180 [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 119d2a1a98fe87d4ae6cabf12134a0ef2fb95851 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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 `Command { std: "/workspace/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd712e8867b11fb156407f3f8af57a7b4dea3c2a21b7a0dc58a396fbfdfc2006 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cd712e8867b11fb156407f3f8af57a7b4dea3c2a21b7a0dc58a396fbfdfc2006", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd712e8867b11fb156407f3f8af57a7b4dea3c2a21b7a0dc58a396fbfdfc2006", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd712e8867b11fb156407f3f8af57a7b4dea3c2a21b7a0dc58a396fbfdfc2006", kill_on_drop: false }` [INFO] [stdout] cd712e8867b11fb156407f3f8af57a7b4dea3c2a21b7a0dc58a396fbfdfc2006 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1f7fc5e53718f729d6be07281a63b52107ffb5744c1d2d4620f4c2c06426a8c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d1f7fc5e53718f729d6be07281a63b52107ffb5744c1d2d4620f4c2c06426a8c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Checking numtoa v0.2.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling nop-json-derive v1.1.0 [INFO] [stderr] Checking nop-json v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2246 | { read_int!(self, isize, false) [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(overlapping_patterns)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2250 | { read_int!(self, i128, false) [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2254 | { read_int!(self, i64, false) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2258 | { read_int!(self, i32, false) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2262 | { read_int!(self, i16, false) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2266 | { read_int!(self, i8, false) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2270 | { read_int!(self, usize, true) [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2274 | { read_int!(self, u128, true) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2278 | { read_int!(self, u64, true) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2282 | { read_int!(self, u32, true) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2286 | { read_int!(self, u16, true) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2290 | { read_int!(self, u8, true) [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:367:9 [INFO] [stdout] | [INFO] [stdout] 363 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 367 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2294 | { read_float!(self, f64, std::f64::NAN, std::f64::INFINITY, std::f64::NEG_INFINITY) [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:367:9 [INFO] [stdout] | [INFO] [stdout] 363 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 367 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2298 | { read_float!(self, f32, std::f32::NAN, std::f32::INFINITY, std::f32::NEG_INFINITY) [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2246 | { read_int!(self, isize, false) [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(overlapping_patterns)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2250 | { read_int!(self, i128, false) [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2254 | { read_int!(self, i64, false) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2258 | { read_int!(self, i32, false) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2262 | { read_int!(self, i16, false) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2266 | { read_int!(self, i8, false) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2270 | { read_int!(self, usize, true) [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2274 | { read_int!(self, u128, true) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2278 | { read_int!(self, u64, true) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2282 | { read_int!(self, u32, true) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2286 | { read_int!(self, u16, true) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 111 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 114 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2290 | { read_int!(self, u8, true) [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:367:9 [INFO] [stdout] | [INFO] [stdout] 363 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 367 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2294 | { read_float!(self, f64, std::f64::NAN, std::f64::INFINITY, std::f64::NEG_INFINITY) [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple patterns covering the same range [INFO] [stdout] --> src/nop_json.rs:367:9 [INFO] [stdout] | [INFO] [stdout] 363 | { b'0' => [INFO] [stdout] | ---- this range overlaps on `48_u8` [INFO] [stdout] ... [INFO] [stdout] 367 | b'0'..= b'9' => [INFO] [stdout] | ^^^^^^^^^^^^ overlapping patterns [INFO] [stdout] ... [INFO] [stdout] 2298 | { read_float!(self, f32, std::f32::NAN, std::f32::INFINITY, std::f32::NEG_INFINITY) [INFO] [stdout] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.50s [INFO] running `Command { std: "docker" "inspect" "d1f7fc5e53718f729d6be07281a63b52107ffb5744c1d2d4620f4c2c06426a8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1f7fc5e53718f729d6be07281a63b52107ffb5744c1d2d4620f4c2c06426a8c", kill_on_drop: false }` [INFO] [stdout] d1f7fc5e53718f729d6be07281a63b52107ffb5744c1d2d4620f4c2c06426a8c