[INFO] fetching crate parser-combinators 0.7.1... [INFO] checking parser-combinators-0.7.1 against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] extracting crate parser-combinators 0.7.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate parser-combinators 0.7.1 on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate parser-combinators 0.7.1 [INFO] finished tweaking crates.io crate parser-combinators 0.7.1 [INFO] tweaked toml for crates.io crate parser-combinators 0.7.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 30b65d9465165abd5fb6678f1d4edba3fc164769e3115c4cc4ad820844df7b00 [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" "30b65d9465165abd5fb6678f1d4edba3fc164769e3115c4cc4ad820844df7b00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30b65d9465165abd5fb6678f1d4edba3fc164769e3115c4cc4ad820844df7b00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30b65d9465165abd5fb6678f1d4edba3fc164769e3115c4cc4ad820844df7b00", kill_on_drop: false }` [INFO] [stdout] 30b65d9465165abd5fb6678f1d4edba3fc164769e3115c4cc4ad820844df7b00 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e72c541bcdc53d31a9cc587d39153c90269e21c0975b4640745ef612a5d60a49 [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" "e72c541bcdc53d31a9cc587d39153c90269e21c0975b4640745ef612a5d60a49", kill_on_drop: false }` [INFO] [stderr] Checking parser-combinators v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/primitives.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | Other(Box) [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StdError+Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:278:9 [INFO] [stdout] | [INFO] [stdout] 278 | try!(writeln!(f, "Parse error at {}", self.position)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:286:13 [INFO] [stdout] | [INFO] [stdout] 286 | try!(writeln!(f, "{}", error)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:300:25 [INFO] [stdout] | [INFO] [stdout] 300 | try!(write!(f, "Expected")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:303:25 [INFO] [stdout] | [INFO] [stdout] 303 | try!(write!(f, " or")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:306:25 [INFO] [stdout] | [INFO] [stdout] 306 | try!(write!(f, ",")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:308:21 [INFO] [stdout] | [INFO] [stdout] 308 | try!(write!(f, " '{}'", message)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:314:13 [INFO] [stdout] | [INFO] [stdout] 314 | try!(writeln!(f, "")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:320:13 [INFO] [stdout] | [INFO] [stdout] 320 | try!(writeln!(f, "{}", error)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:373:30 [INFO] [stdout] | [INFO] [stdout] 373 | let (first, input) = try!(self.0.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:473:31 [INFO] [stdout] | [INFO] [stdout] 473 | let (result, input) = try!(input.combine(move |input| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/combinator.rs:513:36 [INFO] [stdout] | [INFO] [stdout] 513 | impl <'a, I: Stream, O> Parser for FnMut(State) -> ParseResult + 'a { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(State) -> ParseResult + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:640:34 [INFO] [stdout] | [INFO] [stdout] 640 | let (mut l, mut input) = try!(self.0.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:680:34 [INFO] [stdout] | [INFO] [stdout] 680 | let (mut l, mut input) = try!(self.0.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:766:25 [INFO] [stdout] | [INFO] [stdout] 766 | let (a, rest) = try!(self.0.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:768:29 [INFO] [stdout] | [INFO] [stdout] 768 | let (b, rest) = try!(self.1.parse_state(rest)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:785:30 [INFO] [stdout] | [INFO] [stdout] 785 | let ((_, b), rest) = try!((&mut self.0).and(&mut self.1).parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:801:30 [INFO] [stdout] | [INFO] [stdout] 801 | let ((a, _), rest) = try!((&mut self.0).and(&mut self.1).parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:880:30 [INFO] [stdout] | [INFO] [stdout] 880 | let (value, input) = try!(self.0.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1175 | tuple_parser!(A, B); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1175 | tuple_parser!(A, B); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1176 | tuple_parser!(A, B, C); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1176 | tuple_parser!(A, B, C); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1177 | tuple_parser!(A, B, C, D); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1177 | tuple_parser!(A, B, C, D); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1178 | tuple_parser!(A, B, C, D, E); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1178 | tuple_parser!(A, B, C, D, E); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1179 | tuple_parser!(A, B, C, D, E, F); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1179 | tuple_parser!(A, B, C, D, E, F); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1180 | tuple_parser!(A, B, C, D, E, F, G); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1180 | tuple_parser!(A, B, C, D, E, F, G); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1181 | tuple_parser!(A, B, C, D, E, F, G, H); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1181 | tuple_parser!(A, B, C, D, E, F, G, H); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1182 | tuple_parser!(A, B, C, D, E, F, G, H, I); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1182 | tuple_parser!(A, B, C, D, E, F, G, H, I); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1183 | tuple_parser!(A, B, C, D, E, F, G, H, I, J); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1183 | tuple_parser!(A, B, C, D, E, F, G, H, I, J); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1184 | tuple_parser!(A, B, C, D, E, F, G, H, I, J, K); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1184 | tuple_parser!(A, B, C, D, E, F, G, H, I, J, K); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1185 | tuple_parser!(A, B, C, D, E, F, G, H, I, J, K, L); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1185 | tuple_parser!(A, B, C, D, E, F, G, H, I, J, K, L); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/primitives.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | Other(Box) [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn StdError+Send` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:278:9 [INFO] [stdout] | [INFO] [stdout] 278 | try!(writeln!(f, "Parse error at {}", self.position)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:286:13 [INFO] [stdout] | [INFO] [stdout] 286 | try!(writeln!(f, "{}", error)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:300:25 [INFO] [stdout] | [INFO] [stdout] 300 | try!(write!(f, "Expected")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:303:25 [INFO] [stdout] | [INFO] [stdout] 303 | try!(write!(f, " or")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:306:25 [INFO] [stdout] | [INFO] [stdout] 306 | try!(write!(f, ",")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:308:21 [INFO] [stdout] | [INFO] [stdout] 308 | try!(write!(f, " '{}'", message)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:314:13 [INFO] [stdout] | [INFO] [stdout] 314 | try!(writeln!(f, "")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/primitives.rs:320:13 [INFO] [stdout] | [INFO] [stdout] 320 | try!(writeln!(f, "{}", error)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:373:30 [INFO] [stdout] | [INFO] [stdout] 373 | let (first, input) = try!(self.0.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:473:31 [INFO] [stdout] | [INFO] [stdout] 473 | let (result, input) = try!(input.combine(move |input| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/combinator.rs:513:36 [INFO] [stdout] | [INFO] [stdout] 513 | impl <'a, I: Stream, O> Parser for FnMut(State) -> ParseResult + 'a { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(State) -> ParseResult + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:640:34 [INFO] [stdout] | [INFO] [stdout] 640 | let (mut l, mut input) = try!(self.0.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:680:34 [INFO] [stdout] | [INFO] [stdout] 680 | let (mut l, mut input) = try!(self.0.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:766:25 [INFO] [stdout] | [INFO] [stdout] 766 | let (a, rest) = try!(self.0.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:768:29 [INFO] [stdout] | [INFO] [stdout] 768 | let (b, rest) = try!(self.1.parse_state(rest)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:785:30 [INFO] [stdout] | [INFO] [stdout] 785 | let ((_, b), rest) = try!((&mut self.0).and(&mut self.1).parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:801:30 [INFO] [stdout] | [INFO] [stdout] 801 | let ((a, _), rest) = try!((&mut self.0).and(&mut self.1).parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:880:30 [INFO] [stdout] | [INFO] [stdout] 880 | let (value, input) = try!(self.0.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1175 | tuple_parser!(A, B); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1175 | tuple_parser!(A, B); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1176 | tuple_parser!(A, B, C); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1176 | tuple_parser!(A, B, C); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1177 | tuple_parser!(A, B, C, D); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1177 | tuple_parser!(A, B, C, D); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1178 | tuple_parser!(A, B, C, D, E); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1178 | tuple_parser!(A, B, C, D, E); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1179 | tuple_parser!(A, B, C, D, E, F); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1179 | tuple_parser!(A, B, C, D, E, F); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1180 | tuple_parser!(A, B, C, D, E, F, G); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1180 | tuple_parser!(A, B, C, D, E, F, G); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1181 | tuple_parser!(A, B, C, D, E, F, G, H); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1181 | tuple_parser!(A, B, C, D, E, F, G, H); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1182 | tuple_parser!(A, B, C, D, E, F, G, H, I); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1182 | tuple_parser!(A, B, C, D, E, F, G, H, I); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1183 | tuple_parser!(A, B, C, D, E, F, G, H, I, J); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1183 | tuple_parser!(A, B, C, D, E, F, G, H, I, J); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1184 | tuple_parser!(A, B, C, D, E, F, G, H, I, J, K); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1184 | tuple_parser!(A, B, C, D, E, F, G, H, I, J, K); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1164:35 [INFO] [stdout] | [INFO] [stdout] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1185 | tuple_parser!(A, B, C, D, E, F, G, H, I, J, K, L); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/combinator.rs:1165:38 [INFO] [stdout] | [INFO] [stdout] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1185 | tuple_parser!(A, B, C, D, E, F, G, H, I, J, K, L); [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: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:168:26 [INFO] [stdout] | [INFO] [stdout] 168 | let (s, input) = try!(many1::(digit()) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:396:29 [INFO] [stdout] | [INFO] [stdout] 396 | let mut parser: Box> = Box::new(digit()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Parser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:439:53 [INFO] [stdout] | [INFO] [stdout] 439 | let _ = result.map_err(|err| { let err: Box = Box::new(err); err }); [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 41 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> benches/json.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | let (s, input) = try!(lex(many1::(digit())) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> benches/json.rs:96:26 [INFO] [stdout] | [INFO] [stdout] 96 | let (c, input) = try!(any().parse_lazy(input)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:381:34 [INFO] [stdout] | [INFO] [stdout] 381 | assert!(result.is_err(), format!("{:?}", result)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 381 | assert!(result.is_err(), "{:?}", result); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 45 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.01s [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e72c541bcdc53d31a9cc587d39153c90269e21c0975b4640745ef612a5d60a49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e72c541bcdc53d31a9cc587d39153c90269e21c0975b4640745ef612a5d60a49", kill_on_drop: false }` [INFO] [stdout] e72c541bcdc53d31a9cc587d39153c90269e21c0975b4640745ef612a5d60a49