[INFO] fetching crate argparse 0.2.2... [INFO] building argparse-0.2.2 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate argparse 0.2.2 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate argparse 0.2.2 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate argparse 0.2.2 [INFO] finished tweaking crates.io crate argparse 0.2.2 [INFO] tweaked toml for crates.io crate argparse 0.2.2 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dbf20945ba3e0802d8778fce8992f740ac4ea120ac23016755328849f04d17ec [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dbf20945ba3e0802d8778fce8992f740ac4ea120ac23016755328849f04d17ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dbf20945ba3e0802d8778fce8992f740ac4ea120ac23016755328849f04d17ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbf20945ba3e0802d8778fce8992f740ac4ea120ac23016755328849f04d17ec", kill_on_drop: false }` [INFO] [stdout] dbf20945ba3e0802d8778fce8992f740ac4ea120ac23016755328849f04d17ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b7e07e2e6f6f02ef1483c87dd93eef70d35ccca42c88daabc585168bf841153 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2b7e07e2e6f6f02ef1483c87dd93eef70d35ccca42c88daabc585168bf841153", kill_on_drop: false }` [INFO] [stderr] Compiling argparse v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/action.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | Flag(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IFlagAction + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/action.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Single(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IArgAction + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/action.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 15 | Push(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IArgsAction + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/action.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | Many(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IArgsAction + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/action.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | fn bind<'x>(&self, Rc>) -> Action<'x>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Rc>` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | action: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IArgAction + 'parser` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:142:24 [INFO] [stdout] | [INFO] [stdout] 142 | stderr: &'ctx mut (Write + 'ctx), [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + 'ctx` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:462:72 [INFO] [stdout] | [INFO] [stdout] 462 | fn parse(parser: &ArgumentParser, args: &Vec, stderr: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:723:55 [INFO] [stdout] | [INFO] [stdout] 723 | pub fn print_help(&self, name: &str, writer: &mut Write) -> IoResult<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:730:56 [INFO] [stdout] | [INFO] [stdout] 730 | pub fn print_usage(&self, name: &str, writer: &mut Write) -> IoResult<()> [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:740:22 [INFO] [stdout] | [INFO] [stdout] 740 | stdout: &mut Write, stderr: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:740:42 [INFO] [stdout] | [INFO] [stdout] 740 | stdout: &mut Write, stderr: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:762:68 [INFO] [stdout] | [INFO] [stdout] 762 | pub fn error(&self, command: &str, message: &str, writer: &mut Write) { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:817:19 [INFO] [stdout] | [INFO] [stdout] 817 | buf: &'a mut (Write + 'a), [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Write + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:821:74 [INFO] [stdout] | [INFO] [stdout] 821 | pub fn print_usage(parser: &ArgumentParser, name: &str, writer: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:828:73 [INFO] [stdout] | [INFO] [stdout] 828 | pub fn print_help(parser: &ArgumentParser, name: &str, writer: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:839:9 [INFO] [stdout] | [INFO] [stdout] 839 | try!(write!(self.buf, " {}", arg.name)); [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/parser.rs:851:9 [INFO] [stdout] | [INFO] [stdout] 851 | try!(wrap_text(self.buf, arg.help, TOTAL_WIDTH, OPTION_WIDTH)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:852:9 [INFO] [stdout] | [INFO] [stdout] 852 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:842:13 [INFO] [stdout] | [INFO] [stdout] 842 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:844:17 [INFO] [stdout] | [INFO] [stdout] 844 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:848:17 [INFO] [stdout] | [INFO] [stdout] 848 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:858:9 [INFO] [stdout] | [INFO] [stdout] 858 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:861:9 [INFO] [stdout] | [INFO] [stdout] 861 | try!(write!(self.buf, "{}", name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:887:9 [INFO] [stdout] | [INFO] [stdout] 887 | try!(wrap_text(self.buf, opt.help, TOTAL_WIDTH, OPTION_WIDTH)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:888:9 [INFO] [stdout] | [INFO] [stdout] 888 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:864:13 [INFO] [stdout] | [INFO] [stdout] 864 | try!(write!(self.buf, ",")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:865:13 [INFO] [stdout] | [INFO] [stdout] 865 | try!(write!(self.buf, "{}", name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:871:17 [INFO] [stdout] | [INFO] [stdout] 871 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:873:17 [INFO] [stdout] | [INFO] [stdout] 873 | try!(write!(self.buf, "{}", &var.metavar[..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:878:13 [INFO] [stdout] | [INFO] [stdout] 878 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:880:17 [INFO] [stdout] | [INFO] [stdout] 880 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:884:17 [INFO] [stdout] | [INFO] [stdout] 884 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:893:9 [INFO] [stdout] | [INFO] [stdout] 893 | try!(self.write_usage()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:894:9 [INFO] [stdout] | [INFO] [stdout] 894 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:896:13 [INFO] [stdout] | [INFO] [stdout] 896 | try!(wrap_text(self.buf, self.parser.description,TOTAL_WIDTH, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:897:13 [INFO] [stdout] | [INFO] [stdout] 897 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:902:13 [INFO] [stdout] | [INFO] [stdout] 902 | try!(write!(self.buf, "\nPositional arguments:\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:904:17 [INFO] [stdout] | [INFO] [stdout] 904 | try!(self.print_argument(&**arg)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:908:21 [INFO] [stdout] | [INFO] [stdout] 908 | try!(self.print_argument(&**opt)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:916:13 [INFO] [stdout] | [INFO] [stdout] 916 | try!(write!(self.buf, "\nOptional arguments:\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:918:17 [INFO] [stdout] | [INFO] [stdout] 918 | try!(self.print_option(&**opt)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:925:9 [INFO] [stdout] | [INFO] [stdout] 925 | try!(write!(self.buf, "Usage:\n ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:926:9 [INFO] [stdout] | [INFO] [stdout] 926 | try!(write!(self.buf, "{}", self.name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:963:9 [INFO] [stdout] | [INFO] [stdout] 963 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:931:17 [INFO] [stdout] | [INFO] [stdout] 931 | try!(write!(self.buf, " [OPTIONS]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:935:17 [INFO] [stdout] | [INFO] [stdout] 935 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:939:17 [INFO] [stdout] | [INFO] [stdout] 939 | try!(write!(self.buf, "{}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:937:21 [INFO] [stdout] | [INFO] [stdout] 937 | try!(write!(self.buf, "[")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | try!(write!(self.buf, "]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:948:21 [INFO] [stdout] | [INFO] [stdout] 948 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:952:21 [INFO] [stdout] | [INFO] [stdout] 952 | try!(write!(self.buf, "{}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:950:25 [INFO] [stdout] | [INFO] [stdout] 950 | try!(write!(self.buf, "[")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:955:25 [INFO] [stdout] | [INFO] [stdout] 955 | try!(write!(self.buf, " ...]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:957:25 [INFO] [stdout] | [INFO] [stdout] 957 | try!(write!(self.buf, " [...]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/help.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn wrap_text(buf: &mut Write, data: &str, width: usize, indent: usize) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | try!(buf.write(word.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | try!(buf.write(word.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | try!(buf.write(b"\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | try!(buf.write(b" ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | try!(buf.write(b" ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:555:43 [INFO] [stdout] | [INFO] [stdout] 555 | Some(ref y) => panic!(format!( [INFO] [stdout] | ___________________________________________^ [INFO] [stdout] 556 | | "Option {} conflicts with option {}", [INFO] [stdout] 557 | | name, y.name)), [INFO] [stdout] | |_____________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 555 ~ Some(ref y) => panic!( [INFO] [stdout] 556 | "Option {} conflicts with option {}", [INFO] [stdout] 557 ~ name, y.name), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: argparse, (10f356ed8cc4c699, 74bb96a2fe3e3c77), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (1bbaa11a2636e8dd, a9d7b1c13df6798e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (d7668ad0fa4cde5, 384ed5c3b4fb9ca8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (2e7b5d013dd1178f, 8823ee984b3ea0ef), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (fea0b8a2126c24d9, 24871c0ade3118eb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (8db80c0d07555ea9, e46516d21959ebf4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (4423ec6360ee394c, 2564c2de67779741), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (72f673c0a20936aa, f1981990ff73b87e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (a086db58444b917d, 91e9e1affeecb525), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (7afff6c0ad4c46d5, c5317693c441ff9b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (a1baa7f90083278e, 78b729152b493d1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (ae997e0cd5d1dfa2, e138c9eaac9c9448), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (6fa5aabbf3652a6c, fe4a080857d22c7b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (f3f21d296a1856cf, 3bf1e8520c981cfa), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (a5f07df1f3771add, 503f0a96273e1003), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (9b844e5fc8a13936, 78d28fa4ca3f83e1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (f1fcf584739b4d91, 5b94db17f81fd14f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (d04de27ff52c9528, c0fd6ebdb802bb7b), 0, 0 [INFO] [stdout] warning: 62 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.73s [INFO] running `Command { std: "docker" "inspect" "2b7e07e2e6f6f02ef1483c87dd93eef70d35ccca42c88daabc585168bf841153", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b7e07e2e6f6f02ef1483c87dd93eef70d35ccca42c88daabc585168bf841153", kill_on_drop: false }` [INFO] [stdout] 2b7e07e2e6f6f02ef1483c87dd93eef70d35ccca42c88daabc585168bf841153 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 945ec55ef0e718f404074fdb399990c5a12c00b66b26c0023c32f19eddacc922 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "945ec55ef0e718f404074fdb399990c5a12c00b66b26c0023c32f19eddacc922", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/action.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | Flag(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IFlagAction + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/action.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Single(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IArgAction + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/action.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 15 | Push(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IArgsAction + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/action.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | Many(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IArgsAction + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/action.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | fn bind<'x>(&self, Rc>) -> Action<'x>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Rc>` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | action: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IArgAction + 'parser` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:142:24 [INFO] [stdout] | [INFO] [stdout] 142 | stderr: &'ctx mut (Write + 'ctx), [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + 'ctx` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:462:72 [INFO] [stdout] | [INFO] [stdout] 462 | fn parse(parser: &ArgumentParser, args: &Vec, stderr: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:723:55 [INFO] [stdout] | [INFO] [stdout] 723 | pub fn print_help(&self, name: &str, writer: &mut Write) -> IoResult<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:730:56 [INFO] [stdout] | [INFO] [stdout] 730 | pub fn print_usage(&self, name: &str, writer: &mut Write) -> IoResult<()> [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:740:22 [INFO] [stdout] | [INFO] [stdout] 740 | stdout: &mut Write, stderr: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:740:42 [INFO] [stdout] | [INFO] [stdout] 740 | stdout: &mut Write, stderr: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:762:68 [INFO] [stdout] | [INFO] [stdout] 762 | pub fn error(&self, command: &str, message: &str, writer: &mut Write) { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:817:19 [INFO] [stdout] | [INFO] [stdout] 817 | buf: &'a mut (Write + 'a), [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Write + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:821:74 [INFO] [stdout] | [INFO] [stdout] 821 | pub fn print_usage(parser: &ArgumentParser, name: &str, writer: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:828:73 [INFO] [stdout] | [INFO] [stdout] 828 | pub fn print_help(parser: &ArgumentParser, name: &str, writer: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:839:9 [INFO] [stdout] | [INFO] [stdout] 839 | try!(write!(self.buf, " {}", arg.name)); [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/parser.rs:851:9 [INFO] [stdout] | [INFO] [stdout] 851 | try!(wrap_text(self.buf, arg.help, TOTAL_WIDTH, OPTION_WIDTH)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:852:9 [INFO] [stdout] | [INFO] [stdout] 852 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:842:13 [INFO] [stdout] | [INFO] [stdout] 842 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:844:17 [INFO] [stdout] | [INFO] [stdout] 844 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:848:17 [INFO] [stdout] | [INFO] [stdout] 848 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:858:9 [INFO] [stdout] | [INFO] [stdout] 858 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:861:9 [INFO] [stdout] | [INFO] [stdout] 861 | try!(write!(self.buf, "{}", name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:887:9 [INFO] [stdout] | [INFO] [stdout] 887 | try!(wrap_text(self.buf, opt.help, TOTAL_WIDTH, OPTION_WIDTH)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:888:9 [INFO] [stdout] | [INFO] [stdout] 888 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:864:13 [INFO] [stdout] | [INFO] [stdout] 864 | try!(write!(self.buf, ",")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:865:13 [INFO] [stdout] | [INFO] [stdout] 865 | try!(write!(self.buf, "{}", name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:871:17 [INFO] [stdout] | [INFO] [stdout] 871 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:873:17 [INFO] [stdout] | [INFO] [stdout] 873 | try!(write!(self.buf, "{}", &var.metavar[..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:878:13 [INFO] [stdout] | [INFO] [stdout] 878 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:880:17 [INFO] [stdout] | [INFO] [stdout] 880 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:884:17 [INFO] [stdout] | [INFO] [stdout] 884 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:893:9 [INFO] [stdout] | [INFO] [stdout] 893 | try!(self.write_usage()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:894:9 [INFO] [stdout] | [INFO] [stdout] 894 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:896:13 [INFO] [stdout] | [INFO] [stdout] 896 | try!(wrap_text(self.buf, self.parser.description,TOTAL_WIDTH, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:897:13 [INFO] [stdout] | [INFO] [stdout] 897 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:902:13 [INFO] [stdout] | [INFO] [stdout] 902 | try!(write!(self.buf, "\nPositional arguments:\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:904:17 [INFO] [stdout] | [INFO] [stdout] 904 | try!(self.print_argument(&**arg)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:908:21 [INFO] [stdout] | [INFO] [stdout] 908 | try!(self.print_argument(&**opt)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:916:13 [INFO] [stdout] | [INFO] [stdout] 916 | try!(write!(self.buf, "\nOptional arguments:\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:918:17 [INFO] [stdout] | [INFO] [stdout] 918 | try!(self.print_option(&**opt)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:925:9 [INFO] [stdout] | [INFO] [stdout] 925 | try!(write!(self.buf, "Usage:\n ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:926:9 [INFO] [stdout] | [INFO] [stdout] 926 | try!(write!(self.buf, "{}", self.name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:963:9 [INFO] [stdout] | [INFO] [stdout] 963 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:931:17 [INFO] [stdout] | [INFO] [stdout] 931 | try!(write!(self.buf, " [OPTIONS]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:935:17 [INFO] [stdout] | [INFO] [stdout] 935 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:939:17 [INFO] [stdout] | [INFO] [stdout] 939 | try!(write!(self.buf, "{}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:937:21 [INFO] [stdout] | [INFO] [stdout] 937 | try!(write!(self.buf, "[")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | try!(write!(self.buf, "]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:948:21 [INFO] [stdout] | [INFO] [stdout] 948 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:952:21 [INFO] [stdout] | [INFO] [stdout] 952 | try!(write!(self.buf, "{}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:950:25 [INFO] [stdout] | [INFO] [stdout] 950 | try!(write!(self.buf, "[")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:955:25 [INFO] [stdout] | [INFO] [stdout] 955 | try!(write!(self.buf, " ...]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:957:25 [INFO] [stdout] | [INFO] [stdout] 957 | try!(write!(self.buf, " [...]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/help.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn wrap_text(buf: &mut Write, data: &str, width: usize, indent: usize) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | try!(buf.write(word.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | try!(buf.write(word.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | try!(buf.write(b"\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | try!(buf.write(b" ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | try!(buf.write(b" ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: argparse, (10f356ed8cc4c699, 74bb96a2fe3e3c77), 0, 0 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:555:43 [INFO] [stdout] | [INFO] [stdout] 555 | Some(ref y) => panic!(format!( [INFO] [stdout] | ___________________________________________^ [INFO] [stdout] 556 | | "Option {} conflicts with option {}", [INFO] [stdout] 557 | | name, y.name)), [INFO] [stdout] | |_____________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 555 ~ Some(ref y) => panic!( [INFO] [stdout] 556 | "Option {} conflicts with option {}", [INFO] [stdout] 557 ~ name, y.name), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: argparse, (1bbaa11a2636e8dd, a9d7b1c13df6798e), 0, 0 [INFO] [stdout] warning: 62 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: argparse, (d7668ad0fa4cde5, 384ed5c3b4fb9ca8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (2e7b5d013dd1178f, 8823ee984b3ea0ef), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (fea0b8a2126c24d9, 24871c0ade3118eb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (8db80c0d07555ea9, e46516d21959ebf4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (4423ec6360ee394c, 2564c2de67779741), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (72f673c0a20936aa, f1981990ff73b87e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (a086db58444b917d, 91e9e1affeecb525), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (7afff6c0ad4c46d5, c5317693c441ff9b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (a1baa7f90083278e, 78b729152b493d1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (ae997e0cd5d1dfa2, e138c9eaac9c9448), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (6fa5aabbf3652a6c, fe4a080857d22c7b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (f3f21d296a1856cf, 3bf1e8520c981cfa), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (a5f07df1f3771add, 503f0a96273e1003), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (9b844e5fc8a13936, 78d28fa4ca3f83e1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (f1fcf584739b4d91, 5b94db17f81fd14f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (d04de27ff52c9528, c0fd6ebdb802bb7b), 0, 0 [INFO] [stderr] Compiling argparse v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/action.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | Flag(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IFlagAction + 'a` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/action.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | Single(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IArgAction + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/action.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 15 | Push(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IArgsAction + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/action.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | Many(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IArgsAction + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/action.rs:20:24 [INFO] [stdout] | [INFO] [stdout] 20 | fn bind<'x>(&self, Rc>) -> Action<'x>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Rc>` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | action: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IArgAction + 'parser` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:142:24 [INFO] [stdout] | [INFO] [stdout] 142 | stderr: &'ctx mut (Write + 'ctx), [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + 'ctx` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:462:72 [INFO] [stdout] | [INFO] [stdout] 462 | fn parse(parser: &ArgumentParser, args: &Vec, stderr: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:723:55 [INFO] [stdout] | [INFO] [stdout] 723 | pub fn print_help(&self, name: &str, writer: &mut Write) -> IoResult<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:730:56 [INFO] [stdout] | [INFO] [stdout] 730 | pub fn print_usage(&self, name: &str, writer: &mut Write) -> IoResult<()> [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:740:22 [INFO] [stdout] | [INFO] [stdout] 740 | stdout: &mut Write, stderr: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:740:42 [INFO] [stdout] | [INFO] [stdout] 740 | stdout: &mut Write, stderr: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:762:68 [INFO] [stdout] | [INFO] [stdout] 762 | pub fn error(&self, command: &str, message: &str, writer: &mut Write) { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:817:19 [INFO] [stdout] | [INFO] [stdout] 817 | buf: &'a mut (Write + 'a), [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Write + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:821:74 [INFO] [stdout] | [INFO] [stdout] 821 | pub fn print_usage(parser: &ArgumentParser, name: &str, writer: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser.rs:828:73 [INFO] [stdout] | [INFO] [stdout] 828 | pub fn print_help(parser: &ArgumentParser, name: &str, writer: &mut Write) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:839:9 [INFO] [stdout] | [INFO] [stdout] 839 | try!(write!(self.buf, " {}", arg.name)); [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/parser.rs:851:9 [INFO] [stdout] | [INFO] [stdout] 851 | try!(wrap_text(self.buf, arg.help, TOTAL_WIDTH, OPTION_WIDTH)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:852:9 [INFO] [stdout] | [INFO] [stdout] 852 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:842:13 [INFO] [stdout] | [INFO] [stdout] 842 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:844:17 [INFO] [stdout] | [INFO] [stdout] 844 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:848:17 [INFO] [stdout] | [INFO] [stdout] 848 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:858:9 [INFO] [stdout] | [INFO] [stdout] 858 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:861:9 [INFO] [stdout] | [INFO] [stdout] 861 | try!(write!(self.buf, "{}", name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:887:9 [INFO] [stdout] | [INFO] [stdout] 887 | try!(wrap_text(self.buf, opt.help, TOTAL_WIDTH, OPTION_WIDTH)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:888:9 [INFO] [stdout] | [INFO] [stdout] 888 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:864:13 [INFO] [stdout] | [INFO] [stdout] 864 | try!(write!(self.buf, ",")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:865:13 [INFO] [stdout] | [INFO] [stdout] 865 | try!(write!(self.buf, "{}", name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:871:17 [INFO] [stdout] | [INFO] [stdout] 871 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:873:17 [INFO] [stdout] | [INFO] [stdout] 873 | try!(write!(self.buf, "{}", &var.metavar[..])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:878:13 [INFO] [stdout] | [INFO] [stdout] 878 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:880:17 [INFO] [stdout] | [INFO] [stdout] 880 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:884:17 [INFO] [stdout] | [INFO] [stdout] 884 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:893:9 [INFO] [stdout] | [INFO] [stdout] 893 | try!(self.write_usage()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:894:9 [INFO] [stdout] | [INFO] [stdout] 894 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:896:13 [INFO] [stdout] | [INFO] [stdout] 896 | try!(wrap_text(self.buf, self.parser.description,TOTAL_WIDTH, 0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:897:13 [INFO] [stdout] | [INFO] [stdout] 897 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:902:13 [INFO] [stdout] | [INFO] [stdout] 902 | try!(write!(self.buf, "\nPositional arguments:\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:904:17 [INFO] [stdout] | [INFO] [stdout] 904 | try!(self.print_argument(&**arg)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:908:21 [INFO] [stdout] | [INFO] [stdout] 908 | try!(self.print_argument(&**opt)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:916:13 [INFO] [stdout] | [INFO] [stdout] 916 | try!(write!(self.buf, "\nOptional arguments:\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:918:17 [INFO] [stdout] | [INFO] [stdout] 918 | try!(self.print_option(&**opt)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:925:9 [INFO] [stdout] | [INFO] [stdout] 925 | try!(write!(self.buf, "Usage:\n ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:926:9 [INFO] [stdout] | [INFO] [stdout] 926 | try!(write!(self.buf, "{}", self.name)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:963:9 [INFO] [stdout] | [INFO] [stdout] 963 | try!(write!(self.buf, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:931:17 [INFO] [stdout] | [INFO] [stdout] 931 | try!(write!(self.buf, " [OPTIONS]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:935:17 [INFO] [stdout] | [INFO] [stdout] 935 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:939:17 [INFO] [stdout] | [INFO] [stdout] 939 | try!(write!(self.buf, "{}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:937:21 [INFO] [stdout] | [INFO] [stdout] 937 | try!(write!(self.buf, "[")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:942:21 [INFO] [stdout] | [INFO] [stdout] 942 | try!(write!(self.buf, "]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:948:21 [INFO] [stdout] | [INFO] [stdout] 948 | try!(write!(self.buf, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:952:21 [INFO] [stdout] | [INFO] [stdout] 952 | try!(write!(self.buf, "{}", [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:950:25 [INFO] [stdout] | [INFO] [stdout] 950 | try!(write!(self.buf, "[")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:955:25 [INFO] [stdout] | [INFO] [stdout] 955 | try!(write!(self.buf, " ...]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:957:25 [INFO] [stdout] | [INFO] [stdout] 957 | try!(write!(self.buf, " [...]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/help.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn wrap_text(buf: &mut Write, data: &str, width: usize, indent: usize) [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | try!(buf.write(word.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | try!(buf.write(word.as_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | try!(buf.write(b"\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | try!(buf.write(b" ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/help.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | try!(buf.write(b" ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser.rs:555:43 [INFO] [stdout] | [INFO] [stdout] 555 | Some(ref y) => panic!(format!( [INFO] [stdout] | ___________________________________________^ [INFO] [stdout] 556 | | "Option {} conflicts with option {}", [INFO] [stdout] 557 | | name, y.name)), [INFO] [stdout] | |_____________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 555 ~ Some(ref y) => panic!( [INFO] [stdout] 556 | "Option {} conflicts with option {}", [INFO] [stdout] 557 ~ name, y.name), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/test_parser.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | / String::from_utf8(stderr).unwrap() + [INFO] [stdout] 16 | | &format!("Expected ok, but found Exit({})", x)[..]), [INFO] [stdout] | |______________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 15 | "{}", String::from_utf8(stderr).unwrap() + [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/test_parser.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | Err(x) => panic!(format!("Expected code {} got {}", 0usize, x)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 30 - Err(x) => panic!(format!("Expected code {} got {}", 0usize, x)), [INFO] [stdout] 30 + Err(x) => panic!("Expected code {} got {}", 0usize, x), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/test_parser.rs:31:26 [INFO] [stdout] | [INFO] [stdout] 31 | Ok(()) => panic!(format!("Expected failure, got success")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 31 - Ok(()) => panic!(format!("Expected failure, got success")), [INFO] [stdout] 31 + Ok(()) => panic!("Expected failure, got success"), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/test_parser.rs:45:26 [INFO] [stdout] | [INFO] [stdout] 45 | Err(x) => panic!(format!("Expected code {} got {}", 2usize, x)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 45 - Err(x) => panic!(format!("Expected code {} got {}", 2usize, x)), [INFO] [stdout] 45 + Err(x) => panic!("Expected code {} got {}", 2usize, x), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/test_parser.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | Ok(()) => panic!(format!("Expected failure, got success")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 46 - Ok(()) => panic!(format!("Expected failure, got success")), [INFO] [stdout] 46 + Ok(()) => panic!("Expected failure, got success"), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: argparse, (c906cb0f0221ba5f, 65cff32ea66efedd), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (2bc9ef11859cc4f8, a28fa7bd3a0114d1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (d26e5f94c6b5a820, 76f07b80e0e00dfc), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (b97fd1c34a442655, 982e1d162a07c2b6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (a485d91c79eb7249, 4f09c022d92238c8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (706410147383ee59, 5f45cfc71ad7a0e2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (4de28a51a836e84c, 8fb64f49fef45c08), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (1b2dec4721818dbb, 27ec1b1a3e0469ef), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (98b6c6796ecf3b8a, 21b0c40b825edc6b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (f2a429fe27caaba8, 9e82786fb675b951), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (b1bdd03c4fa2891a, 703a5630b1ef9008), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (3ad1eae7316132e0, a3d084d5ae7d3611), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (73475ce4ac63698f, 118cfbc84502949d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (14975786004531cc, cc7e940346d205ff), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (51120580670b7071, 3d57a7a1dd0825b2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (16307927e8ec5ad8, 89ee7e4195e5bf2e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (caadf7757ec48753, 76483bde3ab60dbd), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (6d616e40a32b3342, 7e5e7e506bade11f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (e318691e3dd6a3e8, 96d780ec8bb99b20), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (85063c75fa440912, 43906baae6bde3ba), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (e65157f1738ecba4, f1c4af7d145a1b19), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (656b583552be3702, 7908d97b21a52a94), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (c22d6d6e94b97f64, 3dc8d25a35f22f83), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (6fd90088284cd88e, 7a07a9ee65e84a9d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (78779ae87d0e0914, a391a98caccf67), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (321f2ce53d976b2b, e9e945d439811cc2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (354979685b4b2cd1, 328517da0b1052a7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (d98a296826563a70, e9664ef4da58d584), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (ae139acce79af8b7, dfe6c05f0666bd20), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (c4ad003a93a90034, f71ac5bbe7e8765c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (de09f00b824bc2f6, 6d96c1e723db5886), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (28164f8b50471712, b5118c91a7120e8b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (c476f87dd117a5a3, c7ee7884ef710359), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (f6d6f533645d36a7, bd156c00455b0a5e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (97994b9812a5008b, b76a94000d86bd61), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (fffb9fd723283b6f, 257258fe00476f70), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (c5aaa7ed34326bc6, e31596cb28402afa), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (bac335e296020016, a8bcee5cf601aa78), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (35a2c7e920d7b762, 6f8f02cf6c54cbbd), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (9b130182926ff03b, 1de07ed04ab7d433), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (c81318615c9bb62c, d6e751fe81bc583a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (13ce8a7b15d5983, 93a26273532a7ab5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (6d690036282ee447, d7937c030e1f23b3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (754fc6174eeac67d, e4d63248868b5f02), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (b05071e181bbfb84, 8d9625703a550390), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (f882604740b29009, bcf819b542b17d71), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (705bcf2f45ea0120, 45c3c96d76cc0290), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (ba85665058aefb9b, 2029721e6715e4be), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (ccc815d88fecd65, 67875e58dfa4906f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (1f4ee483b42af4a3, 1e75c3a040331c30), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (e1bfb45b0f85245b, 378f7a9b712b95c4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (b25b0eacdf83cf0c, 89c00342619e85f0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (e0266ab22eda8f0b, f155777d1d2580a7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (8e596012b61e762e, 5d49959742cb6436), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (e69b729e8d5d18b1, 6da61b5a87159f05), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (d272805f95d4e112, 55a0688e5a8f6e09), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (be77b68e031de343, 4ceb80303d718e18), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (1808484e4b6f589e, e237a9626f82820d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (c015058c23790d08, 3986390d7bb5f4cd), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (a08cf5994b84cc61, 2c32c4b6d81946f9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (b2ffc71921927756, 8a21fbed2ff35639), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (141964cde9ed56eb, 1119d82a966c877), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: argparse, (a03eeba1dfdae779, d30abc03e41878a1), 0, 0 [INFO] [stdout] warning: 67 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.24s [INFO] running `Command { std: "docker" "inspect" "945ec55ef0e718f404074fdb399990c5a12c00b66b26c0023c32f19eddacc922", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "945ec55ef0e718f404074fdb399990c5a12c00b66b26c0023c32f19eddacc922", kill_on_drop: false }` [INFO] [stdout] 945ec55ef0e718f404074fdb399990c5a12c00b66b26c0023c32f19eddacc922