[INFO] fetching crate parser-combinators 0.7.1... [INFO] testing parser-combinators-0.7.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate parser-combinators 0.7.1 into /workspace/builds/worker-84/source [INFO] validating manifest of crates.io crate parser-combinators 0.7.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-84/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46c51b03c1b7014c0c720830ef76e8d5a1d894edb433a14865d312fe7b94677d [INFO] running `Command { std: "docker" "start" "-a" "46c51b03c1b7014c0c720830ef76e8d5a1d894edb433a14865d312fe7b94677d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46c51b03c1b7014c0c720830ef76e8d5a1d894edb433a14865d312fe7b94677d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46c51b03c1b7014c0c720830ef76e8d5a1d894edb433a14865d312fe7b94677d", kill_on_drop: false }` [INFO] [stdout] 46c51b03c1b7014c0c720830ef76e8d5a1d894edb433a14865d312fe7b94677d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22519d08c22978be30a79eb7b50f1025e791db22f2201c12d0f63995b45eac0d [INFO] running `Command { std: "docker" "start" "-a" "22519d08c22978be30a79eb7b50f1025e791db22f2201c12d0f63995b45eac0d", kill_on_drop: false }` [INFO] [stderr] Compiling parser-combinators v0.7.1 (/opt/rustwide/workdir) [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: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: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: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: 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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - Other(Box) [INFO] [stdout] 88 + Other(Box) [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 513 - impl <'a, I: Stream, O> Parser for FnMut(State) -> ParseResult + 'a { [INFO] [stdout] 513 + impl <'a, I: Stream, O> Parser for dyn FnMut(State) -> ParseResult + 'a { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 41 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `Command { std: "docker" "inspect" "22519d08c22978be30a79eb7b50f1025e791db22f2201c12d0f63995b45eac0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22519d08c22978be30a79eb7b50f1025e791db22f2201c12d0f63995b45eac0d", kill_on_drop: false }` [INFO] [stdout] 22519d08c22978be30a79eb7b50f1025e791db22f2201c12d0f63995b45eac0d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 102cdb533432ed4bb8c0a1af007c8f5574b6c7023b4cd6efdbc305d72651e0c7 [INFO] running `Command { std: "docker" "start" "-a" "102cdb533432ed4bb8c0a1af007c8f5574b6c7023b4cd6efdbc305d72651e0c7", kill_on_drop: false }` [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: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: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: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: 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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling 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] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - Other(Box) [INFO] [stdout] 88 + Other(Box) [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 513 - impl <'a, I: Stream, O> Parser for FnMut(State) -> ParseResult + 'a { [INFO] [stdout] 513 + impl <'a, I: Stream, O> Parser for dyn FnMut(State) -> ParseResult + 'a { [INFO] [stdout] | [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] --> 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: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: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: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: 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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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 the macro `tuple_parser` (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/primitives.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 88 | Other(Box) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - Other(Box) [INFO] [stdout] 88 + Other(Box) [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 513 - impl <'a, I: Stream, O> Parser for FnMut(State) -> ParseResult + 'a { [INFO] [stdout] 513 + impl <'a, I: Stream, O> Parser for dyn FnMut(State) -> ParseResult + 'a { [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 396 - let mut parser: Box> = Box::new(digit()); [INFO] [stdout] 396 + let mut parser: Box> = Box::new(digit()); [INFO] [stdout] | [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] | ^^^^^^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 439 - let _ = result.map_err(|err| { let err: Box = Box::new(err); err }); [INFO] [stdout] 439 + let _ = result.map_err(|err| { let err: Box = Box::new(err); err }); [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_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the assert!() 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(), format!("{:?}", result)); [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 test [unoptimized + debuginfo] target(s) in 2.57s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/parser_combinators-893936e2ce67fe2d) [INFO] [stderr] Executable tests/readme.rs (/opt/rustwide/target/debug/deps/readme-93db30e6feab668f) [INFO] running `Command { std: "docker" "inspect" "102cdb533432ed4bb8c0a1af007c8f5574b6c7023b4cd6efdbc305d72651e0c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "102cdb533432ed4bb8c0a1af007c8f5574b6c7023b4cd6efdbc305d72651e0c7", kill_on_drop: false }` [INFO] [stdout] 102cdb533432ed4bb8c0a1af007c8f5574b6c7023b4cd6efdbc305d72651e0c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-84/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f6a10b8030bed4e37787ff24c41b27d3e53e4b6bdefd552c87eb1ae7ac8499e8 [INFO] running `Command { std: "docker" "start" "-a" "f6a10b8030bed4e37787ff24c41b27d3e53e4b6bdefd552c87eb1ae7ac8499e8", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/primitives.rs:278:9 [INFO] [stderr] | [INFO] [stderr] 278 | try!(writeln!(f, "Parse error at {}", self.position)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/primitives.rs:286:13 [INFO] [stderr] | [INFO] [stderr] 286 | try!(writeln!(f, "{}", error)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/primitives.rs:308:21 [INFO] [stderr] | [INFO] [stderr] 308 | try!(write!(f, " '{}'", message)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/primitives.rs:300:25 [INFO] [stderr] | [INFO] [stderr] 300 | try!(write!(f, "Expected")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/primitives.rs:303:25 [INFO] [stderr] | [INFO] [stderr] 303 | try!(write!(f, " or")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/primitives.rs:306:25 [INFO] [stderr] | [INFO] [stderr] 306 | try!(write!(f, ",")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/primitives.rs:314:13 [INFO] [stderr] | [INFO] [stderr] 314 | try!(writeln!(f, "")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/primitives.rs:320:13 [INFO] [stderr] | [INFO] [stderr] 320 | try!(writeln!(f, "{}", error)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:373:30 [INFO] [stderr] | [INFO] [stderr] 373 | let (first, input) = try!(self.0.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:473:31 [INFO] [stderr] | [INFO] [stderr] 473 | let (result, input) = try!(input.combine(move |input| { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:640:34 [INFO] [stderr] | [INFO] [stderr] 640 | let (mut l, mut input) = try!(self.0.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:680:34 [INFO] [stderr] | [INFO] [stderr] 680 | let (mut l, mut input) = try!(self.0.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:766:25 [INFO] [stderr] | [INFO] [stderr] 766 | let (a, rest) = try!(self.0.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:768:29 [INFO] [stderr] | [INFO] [stderr] 768 | let (b, rest) = try!(self.1.parse_state(rest)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:785:30 [INFO] [stderr] | [INFO] [stderr] 785 | let ((_, b), rest) = try!((&mut self.0).and(&mut self.1).parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:801:30 [INFO] [stderr] | [INFO] [stderr] 801 | let ((a, _), rest) = try!((&mut self.0).and(&mut self.1).parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:880:30 [INFO] [stderr] | [INFO] [stderr] 880 | let (value, input) = try!(self.0.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1164:35 [INFO] [stderr] | [INFO] [stderr] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1175 | tuple_parser!(A, B); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1165:38 [INFO] [stderr] | [INFO] [stderr] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1175 | tuple_parser!(A, B); [INFO] [stderr] | ------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1164:35 [INFO] [stderr] | [INFO] [stderr] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1176 | tuple_parser!(A, B, C); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1165:38 [INFO] [stderr] | [INFO] [stderr] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1176 | tuple_parser!(A, B, C); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1164:35 [INFO] [stderr] | [INFO] [stderr] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1177 | tuple_parser!(A, B, C, D); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1165:38 [INFO] [stderr] | [INFO] [stderr] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1177 | tuple_parser!(A, B, C, D); [INFO] [stderr] | ------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1164:35 [INFO] [stderr] | [INFO] [stderr] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1178 | tuple_parser!(A, B, C, D, E); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1165:38 [INFO] [stderr] | [INFO] [stderr] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1178 | tuple_parser!(A, B, C, D, E); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1164:35 [INFO] [stderr] | [INFO] [stderr] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1179 | tuple_parser!(A, B, C, D, E, F); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1165:38 [INFO] [stderr] | [INFO] [stderr] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1179 | tuple_parser!(A, B, C, D, E, F); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1164:35 [INFO] [stderr] | [INFO] [stderr] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1180 | tuple_parser!(A, B, C, D, E, F, G); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1165:38 [INFO] [stderr] | [INFO] [stderr] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] [INFO] [stderr] | ^^^ [INFO] [stdout] running 27 tests [INFO] [stderr] ... [INFO] [stdout] test char::tests::space_error ... ok [INFO] [stderr] 1180 | tuple_parser!(A, B, C, D, E, F, G); [INFO] [stdout] test char::tests::string_error ... ok [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stdout] test combinator::tests::chainr1_test ... ok [INFO] [stderr] | [INFO] [stdout] test char::tests::string_consumed ... ok [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test combinator::tests::choice_empty ... ok [INFO] [stderr] [INFO] [stdout] test combinator::tests::expected_retain_errors ... ok [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] test combinator::tests::sep_by_consumed_error ... ok [INFO] [stderr] --> src/combinator.rs:1164:35 [INFO] [stdout] test combinator::tests::tuple ... ok [INFO] [stderr] | [INFO] [stdout] test combinator::tests::tuple_parse_error ... ok [INFO] [stderr] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] test tests::chainl1_error_consume ... ok [INFO] [stderr] | ^^^ [INFO] [stdout] test tests::choice_strings ... ok [INFO] [stderr] ... [INFO] [stdout] test tests::error_position ... ok [INFO] [stderr] 1181 | tuple_parser!(A, B, C, D, E, F, G, H); [INFO] [stdout] test tests::expression ... ok [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stdout] test tests::expression_error ... ok [INFO] [stderr] | [INFO] [stdout] test tests::expression_error_message ... ok [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test tests::field ... ok [INFO] [stderr] [INFO] [stdout] test tests::inner_error_consume ... ok [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] test tests::infinite_recursion_in_box_parser ... ok [INFO] [stderr] --> src/combinator.rs:1165:38 [INFO] [stdout] test tests::iterator ... ok [INFO] [stderr] | [INFO] [stdout] test tests::list ... ok [INFO] [stderr] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stdout] test tests::optional_error_consume ... ok [INFO] [stderr] | ^^^ [INFO] [stdout] test tests::operators ... ok [INFO] [stderr] ... [INFO] [stdout] test tests::sep_by_error_consume ... ok [INFO] [stderr] 1181 | tuple_parser!(A, B, C, D, E, F, G, H); [INFO] [stdout] test tests::test_integer ... ok [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stdout] test tests::source_position ... ok [INFO] [stderr] | [INFO] [stdout] test tests::std_error ... ok [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test tests::unsized_parser ... ok [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] --> src/combinator.rs:1164:35 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stdout] running 1 test [INFO] [stderr] | ^^^ [INFO] [stdout] test readme ... ok [INFO] [stderr] ... [INFO] [stdout] [INFO] [stderr] 1182 | tuple_parser!(A, B, C, D, E, F, G, H, I); [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1165:38 [INFO] [stderr] | [INFO] [stderr] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1182 | tuple_parser!(A, B, C, D, E, F, G, H, I); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1164:35 [INFO] [stderr] | [INFO] [stderr] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1183 | tuple_parser!(A, B, C, D, E, F, G, H, I, J); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1165:38 [INFO] [stderr] | [INFO] [stderr] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1183 | tuple_parser!(A, B, C, D, E, F, G, H, I, J); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1164:35 [INFO] [stderr] | [INFO] [stderr] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1184 | tuple_parser!(A, B, C, D, E, F, G, H, I, J, K); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1165:38 [INFO] [stderr] | [INFO] [stderr] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1184 | tuple_parser!(A, B, C, D, E, F, G, H, I, J, K); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1164:35 [INFO] [stderr] | [INFO] [stderr] 1164 | let ($h, input) = try!($h.parse_lazy(input)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1185 | tuple_parser!(A, B, C, D, E, F, G, H, I, J, K, L); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/combinator.rs:1165:38 [INFO] [stderr] | [INFO] [stderr] 1165 | $(let ($id, input) = try!(input.combine(|input| $id.parse_state(input)));)+ [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1185 | tuple_parser!(A, B, C, D, E, F, G, H, I, J, K, L); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tuple_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/primitives.rs:88:15 [INFO] [stderr] | [INFO] [stderr] 88 | Other(Box) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 88 - Other(Box) [INFO] [stderr] 88 + Other(Box) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/combinator.rs:513:36 [INFO] [stderr] | [INFO] [stderr] 513 | impl <'a, I: Stream, O> Parser for FnMut(State) -> ParseResult + 'a { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 513 - impl <'a, I: Stream, O> Parser for FnMut(State) -> ParseResult + 'a { [INFO] [stderr] 513 + impl <'a, I: Stream, O> Parser for dyn FnMut(State) -> ParseResult + 'a { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `parser-combinators` (lib) generated 41 warnings [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/lib.rs:168:26 [INFO] [stderr] | [INFO] [stderr] 168 | let (s, input) = try!(many1::(digit()) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:396:29 [INFO] [stderr] | [INFO] [stderr] 396 | let mut parser: Box> = Box::new(digit()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 396 - let mut parser: Box> = Box::new(digit()); [INFO] [stderr] 396 + let mut parser: Box> = Box::new(digit()); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:439:53 [INFO] [stderr] | [INFO] [stderr] 439 | let _ = result.map_err(|err| { let err: Box = Box::new(err); err }); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 439 - let _ = result.map_err(|err| { let err: Box = Box::new(err); err }); [INFO] [stderr] 439 + let _ = result.map_err(|err| { let err: Box = Box::new(err); err }); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:381:34 [INFO] [stderr] | [INFO] [stderr] 381 | assert!(result.is_err(), format!("{:?}", result)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 381 - assert!(result.is_err(), format!("{:?}", result)); [INFO] [stderr] 381 + assert!(result.is_err(), "{:?}", result); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `parser-combinators` (lib test) generated 45 warnings (41 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/parser_combinators-893936e2ce67fe2d) [INFO] [stderr] Running tests/readme.rs (/opt/rustwide/target/debug/deps/readme-93db30e6feab668f) [INFO] [stderr] Doc-tests parser_combinators [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test src/combinator.rs - combinator::ParserExt::message (line 1069) ... ok [INFO] [stdout] test src/combinator.rs - combinator::ParserExt::and (line 988) ... ok [INFO] [stdout] test src/combinator.rs - combinator::ParserExt::expected (line 1090) ... ok [INFO] [stdout] test src/combinator.rs - combinator::ParserExt::with (line 949) ... ok [INFO] [stdout] test src/combinator.rs - combinator::ParserExt::map (line 1051) ... ok [INFO] [stdout] test src/combinator.rs - combinator::unexpected (line 216) ... ok [INFO] [stdout] test src/combinator.rs - combinator::optional (line 591) ... ok [INFO] [stdout] test src/combinator.rs - combinator::satisfy (line 90) ... ok [INFO] [stdout] test src/combinator.rs - combinator::token (line 128) ... ok [INFO] [stdout] test src/combinator.rs - combinator::value (line 246) ... ok [INFO] [stdout] test src/combinator.rs - combinator::ParserExt::skip (line 968) ... ok [INFO] [stdout] test src/char.rs - char::string (line 182) ... ok [INFO] [stdout] test src/combinator.rs - combinator::between (line 611) ... ok [INFO] [stdout] test src/combinator.rs - combinator::parser (line 527) ... ok [INFO] [stdout] test src/combinator.rs - combinator::many1 (line 433) ... ok [INFO] [stdout] test src/combinator.rs - combinator::choice (line 181) ... ok [INFO] [stdout] test src/combinator.rs - combinator::not_followed_by (line 266) ... ok [INFO] [stdout] test src/combinator.rs - combinator::ParserExt::then (line 1024) ... ok [INFO] [stdout] test src/combinator.rs - combinator::ParserExt::and_then (line 1111) ... ok [INFO] [stdout] test src/char.rs - char::char (line 28) ... ok [INFO] [stdout] test src/combinator.rs - combinator::any (line 41) ... ok [INFO] [stdout] test src/combinator.rs - combinator::try (line 741) ... ok [INFO] [stdout] test src/combinator.rs - combinator::sep_by (line 494) ... ok [INFO] [stdout] test src/combinator.rs - combinator::ParserExt::or (line 1005) ... ok [INFO] [stdout] test src/combinator.rs - combinator::skip_many1 (line 410) ... ok [INFO] [stdout] test src/combinator.rs - combinator::skip_many (line 390) ... ok [INFO] [stdout] test src/primitives.rs - primitives::Consumed::combine (line 162) ... ok [INFO] [stdout] test src/combinator.rs - combinator::many (line 349) ... ok [INFO] [stdout] test src/combinator.rs - combinator::ParserExt::iter (line 1132) ... ok [INFO] [stdout] test src/lib.rs - (line 27) ... ok [INFO] [stdout] test src/lib.rs - (line 57) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f6a10b8030bed4e37787ff24c41b27d3e53e4b6bdefd552c87eb1ae7ac8499e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6a10b8030bed4e37787ff24c41b27d3e53e4b6bdefd552c87eb1ae7ac8499e8", kill_on_drop: false }` [INFO] [stdout] f6a10b8030bed4e37787ff24c41b27d3e53e4b6bdefd552c87eb1ae7ac8499e8