[INFO] fetching crate hipack 0.1.1... [INFO] checking hipack-0.1.1 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate hipack 0.1.1 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate hipack 0.1.1 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hipack 0.1.1 [INFO] finished tweaking crates.io crate hipack 0.1.1 [INFO] tweaked toml for crates.io crate hipack 0.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f281ea25ef4fd341840341b2139c27f47a473b2902f2aa8abc98a23853a3d518 [INFO] running `Command { std: "docker" "start" "-a" "f281ea25ef4fd341840341b2139c27f47a473b2902f2aa8abc98a23853a3d518", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f281ea25ef4fd341840341b2139c27f47a473b2902f2aa8abc98a23853a3d518", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f281ea25ef4fd341840341b2139c27f47a473b2902f2aa8abc98a23853a3d518", kill_on_drop: false }` [INFO] [stdout] f281ea25ef4fd341840341b2139c27f47a473b2902f2aa8abc98a23853a3d518 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 308666248c763c63a91720dd00a17fdbd5fc0692a624902b20c8e7f3a3b3efaf [INFO] running `Command { std: "docker" "start" "-a" "308666248c763c63a91720dd00a17fdbd5fc0692a624902b20c8e7f3a3b3efaf", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking hipack v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:122:20 [INFO] [stdout] | [INFO] [stdout] 122 | match ch { b'0'...b'9' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | | b'a'...b'f' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | | b'A'...b'F' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | b'0'...b'7' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `try_no_eof` [INFO] [stdout] --> src/parser.rs:172:14 [INFO] [stdout] | [INFO] [stdout] 172 | macro_rules! try_no_eof { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | match peek_no_eof!(self) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 322 | if peek_no_eof!(self) == expected { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:331:9 [INFO] [stdout] | [INFO] [stdout] 331 | try!(self.match_char(b'"', ErrorCode::UnterminatedString)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | try!(self.match_char(b'[', ErrorCode::UnterminatedList)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:364:9 [INFO] [stdout] | [INFO] [stdout] 364 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:382:9 [INFO] [stdout] | [INFO] [stdout] 382 | try!(self.match_char(b']', ErrorCode::UnterminatedList)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:373:13 [INFO] [stdout] | [INFO] [stdout] 373 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:379:13 [INFO] [stdout] | [INFO] [stdout] 379 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 367 | while peek_no_eof!(self) != b']' { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:369:23 [INFO] [stdout] | [INFO] [stdout] 369 | list.push(try!(self.parse_value())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:122:20 [INFO] [stdout] | [INFO] [stdout] 122 | match ch { b'0'...b'9' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 372 | let got_whitespace = is_whitespace_character(peek_no_eof!(self)); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | if peek_no_eof!(self) == b',' { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | | b'a'...b'f' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 376 | } else if !got_whitespace && !is_whitespace_character(peek_no_eof!(self)) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | | b'A'...b'F' [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | b'0'...b'7' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 388 | while is_key_character(peek_no_eof!(self)) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `try_no_eof` [INFO] [stdout] --> src/parser.rs:172:14 [INFO] [stdout] | [INFO] [stdout] 172 | macro_rules! try_no_eof { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 389 | key.push(peek_no_eof!(self)); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:441:13 [INFO] [stdout] | [INFO] [stdout] 441 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:405:15 [INFO] [stdout] | [INFO] [stdout] 405 | while try!(self.peek()) != delim { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:406:23 [INFO] [stdout] | [INFO] [stdout] 406 | let key = try!(self.parse_key()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 312 | match peek_no_eof!(self) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:409:17 [INFO] [stdout] | [INFO] [stdout] 409 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 322 | if peek_no_eof!(self) == expected { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 408 | if is_whitespace_character(peek_no_eof!(self)) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:331:9 [INFO] [stdout] | [INFO] [stdout] 331 | try!(self.match_char(b'"', ErrorCode::UnterminatedString)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 413 | match peek_no_eof!(self) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | try!(self.match_char(b'[', ErrorCode::UnterminatedList)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:416:21 [INFO] [stdout] | [INFO] [stdout] 416 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:364:9 [INFO] [stdout] | [INFO] [stdout] 364 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:428:31 [INFO] [stdout] | [INFO] [stdout] 428 | items.insert(key, try!(self.parse_value())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:430:19 [INFO] [stdout] | [INFO] [stdout] 430 | match try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:382:9 [INFO] [stdout] | [INFO] [stdout] 382 | try!(self.match_char(b']', ErrorCode::UnterminatedList)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:447:9 [INFO] [stdout] | [INFO] [stdout] 447 | try!(self.match_char(b'{', ErrorCode::UnterminatedDict)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:448:9 [INFO] [stdout] | [INFO] [stdout] 448 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:373:13 [INFO] [stdout] | [INFO] [stdout] 373 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:450:9 [INFO] [stdout] | [INFO] [stdout] 450 | try!(self.match_char(b'}', ErrorCode::UnterminatedDict)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:449:22 [INFO] [stdout] | [INFO] [stdout] 449 | let result = try!(self.parse_keyval_items(Some(b'}'))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:379:13 [INFO] [stdout] | [INFO] [stdout] 379 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 458 | if peek_no_eof!(self) != *byte { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 367 | while peek_no_eof!(self) != b']' { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:369:23 [INFO] [stdout] | [INFO] [stdout] 369 | list.push(try!(self.parse_value())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | match peek_no_eof!(self) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 478 | let negative = match peek_no_eof!(self) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 485 | match peek_no_eof!(self) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:489:23 [INFO] [stdout] | [INFO] [stdout] 489 | match try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 372 | let got_whitespace = is_whitespace_character(peek_no_eof!(self)); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 494 | return parse_digits!(self, 16, is_xdigit_character, negative) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `parse_digits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | if peek_no_eof!(self) == b',' { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:207:45 [INFO] [stdout] | [INFO] [stdout] 207 | result = result * $base + match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 494 | return parse_digits!(self, 16, is_xdigit_character, negative) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `parse_digits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 376 | } else if !got_whitespace && !is_whitespace_character(peek_no_eof!(self)) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 388 | while is_key_character(peek_no_eof!(self)) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 497 | return parse_digits!(self, 8, is_octal_character, negative), [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `parse_digits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:207:45 [INFO] [stdout] | [INFO] [stdout] 207 | result = result * $base + match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 497 | return parse_digits!(self, 8, is_octal_character, negative), [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `parse_digits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 503 | match_any!(self, InvalidNumberValue, b'a', b'A'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 389 | key.push(peek_no_eof!(self)); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:441:13 [INFO] [stdout] | [INFO] [stdout] 441 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 504 | match_any!(self, InvalidNumberValue, b'n', b'N'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:405:15 [INFO] [stdout] | [INFO] [stdout] 405 | while try!(self.peek()) != delim { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:406:23 [INFO] [stdout] | [INFO] [stdout] 406 | let key = try!(self.parse_key()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 509 | match_any!(self, InvalidNumberValue, b'n', b'N'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:409:17 [INFO] [stdout] | [INFO] [stdout] 409 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | match_any!(self, InvalidNumberValue, b'f', b'F'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 408 | if is_whitespace_character(peek_no_eof!(self)) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:511:23 [INFO] [stdout] | [INFO] [stdout] 511 | match try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | match_any!(self, InvalidNumberValue, b'n', b'N'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 413 | match peek_no_eof!(self) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 515 | match_any!(self, InvalidNumberValue, b'i', b'I'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:416:21 [INFO] [stdout] | [INFO] [stdout] 416 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 516 | match_any!(self, InvalidNumberValue, b't', b'T'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:428:31 [INFO] [stdout] | [INFO] [stdout] 428 | items.insert(key, try!(self.parse_value())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:430:19 [INFO] [stdout] | [INFO] [stdout] 430 | match try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 517 | match_any!(self, InvalidNumberValue, b'y', b'Y'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:447:9 [INFO] [stdout] | [INFO] [stdout] 447 | try!(self.match_char(b'{', ErrorCode::UnterminatedDict)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:529:19 [INFO] [stdout] | [INFO] [stdout] 529 | match try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 539 | match peek_no_eof!(self) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:448:9 [INFO] [stdout] | [INFO] [stdout] 448 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:555:30 [INFO] [stdout] | [INFO] [stdout] 555 | Some(ch @b'0'...b'9') => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:450:9 [INFO] [stdout] | [INFO] [stdout] 450 | try!(self.match_char(b'}', ErrorCode::UnterminatedDict)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:587:9 [INFO] [stdout] | [INFO] [stdout] 587 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:588:15 [INFO] [stdout] | [INFO] [stdout] 588 | match try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:449:22 [INFO] [stdout] | [INFO] [stdout] 449 | let result = try!(self.parse_keyval_items(Some(b'}'))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:592:17 [INFO] [stdout] | [INFO] [stdout] 592 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 458 | if peek_no_eof!(self) != *byte { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:594:17 [INFO] [stdout] | [INFO] [stdout] 594 | try!(self.match_char(b'}', ErrorCode::UnterminatedMessage)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 467 | match peek_no_eof!(self) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:593:30 [INFO] [stdout] | [INFO] [stdout] 593 | let result = try!(self.parse_keyval_items(Some(b'}'))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 478 | let negative = match peek_no_eof!(self) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!(writer.write_all(b" ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | try!(writer.write_all(&[ch, b'\n'])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 485 | match peek_no_eof!(self) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | try!(writer.write(b"\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | try!(indent(writer, self.indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | try!(writer.write(b"\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:489:23 [INFO] [stdout] | [INFO] [stdout] 489 | match try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | try!(self.writer.write_all(s.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | try!(self.writer.write_all(b".0")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | try!(self.writer.write_all(b"\"")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 494 | return parse_digits!(self, 16, is_xdigit_character, negative) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `parse_digits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:199:13 [INFO] [stdout] | [INFO] [stdout] 199 | try!(match ch { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | try!(self.format.start_compound(&mut self.writer, b'[')); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:207:45 [INFO] [stdout] | [INFO] [stdout] 207 | result = result * $base + match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 494 | return parse_digits!(self, 16, is_xdigit_character, negative) [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `parse_digits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:224:21 [INFO] [stdout] | [INFO] [stdout] 224 | try!(self.write_value(value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 497 | return parse_digits!(self, 8, is_octal_character, negative), [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `parse_digits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:227:29 [INFO] [stdout] | [INFO] [stdout] 227 | ... try!(self.format.item_separator(&mut self.writer, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:242:9 [INFO] [stdout] | [INFO] [stdout] 242 | try!(self.format.start_compound(&mut self.writer, b'{')); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:243:9 [INFO] [stdout] | [INFO] [stdout] 243 | try!(self.write_keyval_items(dict)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:207:45 [INFO] [stdout] | [INFO] [stdout] 207 | result = result * $base + match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 497 | return parse_digits!(self, 8, is_octal_character, negative), [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `parse_digits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | try!(self.writer.write_all(key.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:254:21 [INFO] [stdout] | [INFO] [stdout] 254 | try!(self.format.key_separator(&mut self.writer, value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:255:21 [INFO] [stdout] | [INFO] [stdout] 255 | try!(self.write_value(value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:258:29 [INFO] [stdout] | [INFO] [stdout] 258 | ... try!(self.format.item_separator(&mut self.writer, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 503 | match_any!(self, InvalidNumberValue, b'a', b'A'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 504 | match_any!(self, InvalidNumberValue, b'n', b'N'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 509 | match_any!(self, InvalidNumberValue, b'n', b'N'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | match_any!(self, InvalidNumberValue, b'f', b'F'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:511:23 [INFO] [stdout] | [INFO] [stdout] 511 | match try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 514 | match_any!(self, InvalidNumberValue, b'n', b'N'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 515 | match_any!(self, InvalidNumberValue, b'i', b'I'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 516 | match_any!(self, InvalidNumberValue, b't', b'T'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 517 | match_any!(self, InvalidNumberValue, b'y', b'Y'); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` which comes from the expansion of the macro `match_any` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:529:19 [INFO] [stdout] | [INFO] [stdout] 529 | match try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:183:15 [INFO] [stdout] | [INFO] [stdout] 183 | match try!($e.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 539 | match peek_no_eof!(self) { [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `peek_no_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser.rs:555:30 [INFO] [stdout] | [INFO] [stdout] 555 | Some(ch @b'0'...b'9') => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:587:9 [INFO] [stdout] | [INFO] [stdout] 587 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:588:15 [INFO] [stdout] | [INFO] [stdout] 588 | match try!(self.peek()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:592:17 [INFO] [stdout] | [INFO] [stdout] 592 | try!(self.parse_whitespace()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:594:17 [INFO] [stdout] | [INFO] [stdout] 594 | try!(self.match_char(b'}', ErrorCode::UnterminatedMessage)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:593:30 [INFO] [stdout] | [INFO] [stdout] 593 | let result = try!(self.parse_keyval_items(Some(b'}'))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | try!(writer.write_all(b" ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | try!(writer.write_all(&[ch, b'\n'])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | try!(writer.write(b"\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | try!(indent(writer, self.indent)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | try!(writer.write(b"\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | try!(self.writer.write_all(s.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | try!(self.writer.write_all(b".0")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | try!(self.writer.write_all(b"\"")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:199:13 [INFO] [stdout] | [INFO] [stdout] 199 | try!(match ch { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | try!(self.format.start_compound(&mut self.writer, b'[')); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:224:21 [INFO] [stdout] | [INFO] [stdout] 224 | try!(self.write_value(value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:227:29 [INFO] [stdout] | [INFO] [stdout] 227 | ... try!(self.format.item_separator(&mut self.writer, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:242:9 [INFO] [stdout] | [INFO] [stdout] 242 | try!(self.format.start_compound(&mut self.writer, b'{')); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:243:9 [INFO] [stdout] | [INFO] [stdout] 243 | try!(self.write_keyval_items(dict)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | try!(self.writer.write_all(key.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:254:21 [INFO] [stdout] | [INFO] [stdout] 254 | try!(self.format.key_separator(&mut self.writer, value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:255:21 [INFO] [stdout] | [INFO] [stdout] 255 | try!(self.write_value(value)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/writer.rs:258:29 [INFO] [stdout] | [INFO] [stdout] 258 | ... try!(self.format.item_separator(&mut self.writer, value)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/parser.rs:64:56 [INFO] [stdout] | [INFO] [stdout] 64 | Error::IoError(ref error) => error::Error::description(error), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:68:32 [INFO] [stdout] | [INFO] [stdout] 68 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 68 | fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/parser.rs:64:56 [INFO] [stdout] | [INFO] [stdout] 64 | Error::IoError(ref error) => error::Error::description(error), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:68:32 [INFO] [stdout] | [INFO] [stdout] 68 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 68 | fn cause(&self) -> Option<&dyn error::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 79 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 79 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s [INFO] running `Command { std: "docker" "inspect" "308666248c763c63a91720dd00a17fdbd5fc0692a624902b20c8e7f3a3b3efaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "308666248c763c63a91720dd00a17fdbd5fc0692a624902b20c8e7f3a3b3efaf", kill_on_drop: false }` [INFO] [stdout] 308666248c763c63a91720dd00a17fdbd5fc0692a624902b20c8e7f3a3b3efaf