[INFO] fetching crate rustop 1.1.1... [INFO] building rustop-1.1.1 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate rustop 1.1.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate rustop 1.1.1 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 rustop 1.1.1 [INFO] finished tweaking crates.io crate rustop 1.1.1 [INFO] tweaked toml for crates.io crate rustop 1.1.1 written to /workspace/builds/worker-4/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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 0040c2354322671fe09ca1ae550082aa39b11225a39645219f47e751dddbbfb7 [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" "0040c2354322671fe09ca1ae550082aa39b11225a39645219f47e751dddbbfb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0040c2354322671fe09ca1ae550082aa39b11225a39645219f47e751dddbbfb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0040c2354322671fe09ca1ae550082aa39b11225a39645219f47e751dddbbfb7", kill_on_drop: false }` [INFO] [stdout] 0040c2354322671fe09ca1ae550082aa39b11225a39645219f47e751dddbbfb7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e1d60fa508f587416feb3fccc3c8b80ca2754aa9b1b8db762a2a42b469e5a7e7 [INFO] running `Command { std: "docker" "start" "-a" "e1d60fa508f587416feb3fccc3c8b80ca2754aa9b1b8db762a2a42b469e5a7e7", kill_on_drop: false }` [INFO] [stderr] Compiling rustop v1.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rustop.rs:1312:13 [INFO] [stdout] | [INFO] [stdout] 1312 | / format!( [INFO] [stdout] 1313 | | "Long options consist of alpha-numeric characters and '-' only (got: --{})", [INFO] [stdout] 1314 | | long [INFO] [stdout] 1315 | | ) [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 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] 1312 ~ [INFO] [stdout] 1313 | "Long options consist of alpha-numeric characters and '-' only (got: --{})", [INFO] [stdout] 1314 | long [INFO] [stdout] 1315 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rustop.rs:1326:13 [INFO] [stdout] | [INFO] [stdout] 1326 | format!("Short options must be alpha-numeric (got: -{})", short) [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 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] 1326 - format!("Short options must be alpha-numeric (got: -{})", short) [INFO] [stdout] 1326 + "Short options must be alpha-numeric (got: -{})", short [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: rustop, (33cb26e5b80d29a4, cf72a33ae385dcf1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e8c7e635f63721ff, 9995a4c199fa2d8c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (eca8470722989ce4, 2260a8294744169), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (8d259ddea4c4e981, 671d6507c22b61d7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (31907d8b62ec67ab, 47a4f3985f437b6c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (5474655e8b759cd4, 850d1961dddca4c4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (bd0a916c25f750dc, 8a1d4ac78be3ec60), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (a1a208b896d60947, ed86c1e96392068b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (86c250a2a9813361, 70742d6f787c8092), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (2076b99db7d99655, 98ae3afa526e7266), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (1350306131e2abff, 200bfddfccbded56), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (9a395d120380a0b1, 97b685d7b8adc5fa), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (fa1537e723472ae9, 16abfc6bafac063c), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (fa1537e723472ae9, 16abfc6bafac063c), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e8fc726099c1cbf3, 7e1290af4e09381f), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e528774d1c8756ea, 7be8fd55a7b048a1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e1f6962ec1024517, 9732074405227f5f), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (69a45eb7f4f928fd, 9afdf890790bb375), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (69a45eb7f4f928fd, 9afdf890790bb375), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (777cf17b30acbe6a, 186c57706aece5ee), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (41cd42bb9efa2451, 73663bd7a613d559), 16, 24 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (f74fca1e4a55c880, b6bba6cdf9509cb5), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (eac74889666b1b01, 5fcc9e1c4dc5ed1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (eac74889666b1b01, 5fcc9e1c4dc5ed1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (1f6fea618c75f617, 37b55b6c75990bee), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (b9221bd9b19df271, 14f34f7b6726c891), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (f8d7e00b33ececc4, 6da1aa14f3292b72), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (4b13ee626acfcea1, 36e24f482e29be99), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (6b060865ac9afca2, 4be70fb00ca517e9), 16, 24 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (7d8d79954ffe83bb, 83b4488413cd2777), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (90bfd40fb040c099, 6df113608781d696), 0, 0 [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `Command { std: "docker" "inspect" "e1d60fa508f587416feb3fccc3c8b80ca2754aa9b1b8db762a2a42b469e5a7e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1d60fa508f587416feb3fccc3c8b80ca2754aa9b1b8db762a2a42b469e5a7e7", kill_on_drop: false }` [INFO] [stdout] e1d60fa508f587416feb3fccc3c8b80ca2754aa9b1b8db762a2a42b469e5a7e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] d986a94f14c4db35f88eff82ea4f2c84d24db316dd89fedf13343d1c167204cd [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" "d986a94f14c4db35f88eff82ea4f2c84d24db316dd89fedf13343d1c167204cd", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rustop.rs:1312:13 [INFO] [stdout] | [INFO] [stdout] 1312 | / format!( [INFO] [stdout] 1313 | | "Long options consist of alpha-numeric characters and '-' only (got: --{})", [INFO] [stdout] 1314 | | long [INFO] [stdout] 1315 | | ) [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 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] 1312 ~ [INFO] [stdout] 1313 | "Long options consist of alpha-numeric characters and '-' only (got: --{})", [INFO] [stdout] 1314 | long [INFO] [stdout] 1315 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: rustop, (33cb26e5b80d29a4, cf72a33ae385dcf1), 0, 0 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rustop.rs:1326:13 [INFO] [stdout] | [INFO] [stdout] 1326 | format!("Short options must be alpha-numeric (got: -{})", short) [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 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] 1326 - format!("Short options must be alpha-numeric (got: -{})", short) [INFO] [stdout] 1326 + "Short options must be alpha-numeric (got: -{})", short [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e8c7e635f63721ff, 9995a4c199fa2d8c), 0, 0 [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: rustop, (eca8470722989ce4, 2260a8294744169), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (8d259ddea4c4e981, 671d6507c22b61d7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (31907d8b62ec67ab, 47a4f3985f437b6c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (5474655e8b759cd4, 850d1961dddca4c4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (bd0a916c25f750dc, 8a1d4ac78be3ec60), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (a1a208b896d60947, ed86c1e96392068b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (86c250a2a9813361, 70742d6f787c8092), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (2076b99db7d99655, 98ae3afa526e7266), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (1350306131e2abff, 200bfddfccbded56), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (9a395d120380a0b1, 97b685d7b8adc5fa), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (fa1537e723472ae9, 16abfc6bafac063c), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (fa1537e723472ae9, 16abfc6bafac063c), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e8fc726099c1cbf3, 7e1290af4e09381f), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e528774d1c8756ea, 7be8fd55a7b048a1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e1f6962ec1024517, 9732074405227f5f), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (69a45eb7f4f928fd, 9afdf890790bb375), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (69a45eb7f4f928fd, 9afdf890790bb375), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (777cf17b30acbe6a, 186c57706aece5ee), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (41cd42bb9efa2451, 73663bd7a613d559), 16, 24 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (f74fca1e4a55c880, b6bba6cdf9509cb5), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (eac74889666b1b01, 5fcc9e1c4dc5ed1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (eac74889666b1b01, 5fcc9e1c4dc5ed1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (1f6fea618c75f617, 37b55b6c75990bee), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (b9221bd9b19df271, 14f34f7b6726c891), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (f8d7e00b33ececc4, 6da1aa14f3292b72), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (4b13ee626acfcea1, 36e24f482e29be99), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (6b060865ac9afca2, 4be70fb00ca517e9), 16, 24 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (7d8d79954ffe83bb, 83b4488413cd2777), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (90bfd40fb040c099, 6df113608781d696), 0, 0 [INFO] [stderr] Compiling rustop v1.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1701 | let (args, rest) = opts! { [INFO] [stdout] | ________________________- [INFO] [stdout] 1702 | | opt r:bool; [INFO] [stdout] 1703 | | opt g:bool, short:'g'; [INFO] [stdout] 1704 | | opt l:bool, short:'l'; [INFO] [stdout] 1705 | | opt a:bool=true, short:'a'; [INFO] [stdout] 1706 | | opt b:bool=true, short:'b'; [INFO] [stdout] 1707 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1701 | let (args, rest) = opts! { [INFO] [stdout] | ________________________- [INFO] [stdout] 1702 | | opt r:bool; [INFO] [stdout] 1703 | | opt g:bool, short:'g'; [INFO] [stdout] 1704 | | opt l:bool, short:'l'; [INFO] [stdout] 1705 | | opt a:bool=true, short:'a'; [INFO] [stdout] 1706 | | opt b:bool=true, short:'b'; [INFO] [stdout] 1707 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1721 | let (args, rest) = opts! { [INFO] [stdout] | ________________________- [INFO] [stdout] 1722 | | opt long_flag:bool; [INFO] [stdout] 1723 | | opt g:bool, long:"global"; [INFO] [stdout] 1724 | | opt l:bool, long:"long"; [INFO] [stdout] 1725 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1721 | let (args, rest) = opts! { [INFO] [stdout] | ________________________- [INFO] [stdout] 1722 | | opt long_flag:bool; [INFO] [stdout] 1723 | | opt g:bool, long:"global"; [INFO] [stdout] 1724 | | opt l:bool, long:"long"; [INFO] [stdout] 1725 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1737 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1738 | | opt long:i32; [INFO] [stdout] 1739 | | opt long2:i32; [INFO] [stdout] 1740 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1737 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1738 | | opt long:i32; [INFO] [stdout] 1739 | | opt long2:i32; [INFO] [stdout] 1740 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1750 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1751 | | opt long:i32; [INFO] [stdout] 1752 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1750 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1751 | | opt long:i32; [INFO] [stdout] 1752 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1760 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1761 | | opt g:bool, long:"global"; [INFO] [stdout] 1762 | | opt l:bool, long:"long"; [INFO] [stdout] 1763 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1760 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1761 | | opt g:bool, long:"global"; [INFO] [stdout] 1762 | | opt l:bool, long:"long"; [INFO] [stdout] 1763 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1771 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1772 | | opt g:bool, long:"global"; [INFO] [stdout] 1773 | | opt l:bool, long:"long"; [INFO] [stdout] 1774 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1771 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1772 | | opt g:bool, long:"global"; [INFO] [stdout] 1773 | | opt l:bool, long:"long"; [INFO] [stdout] 1774 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1781 | let (args, rest) = opts! { [INFO] [stdout] | ________________________- [INFO] [stdout] 1782 | | param arg1:String, desc:"BLA"; [INFO] [stdout] 1783 | | param arg2:Vec, desc:"BLA"; [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1781 | let (args, rest) = opts! { [INFO] [stdout] | ________________________- [INFO] [stdout] 1782 | | param arg1:String, desc:"BLA"; [INFO] [stdout] 1783 | | param arg2:Vec, desc:"BLA"; [INFO] [stdout] 1784 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1794 | let (args, rest) = opts! { [INFO] [stdout] | ________________________- [INFO] [stdout] 1795 | | opt arg1:String; [INFO] [stdout] 1796 | | opt arg2:Vec, multi:true; [INFO] [stdout] 1797 | | opt arg3:Vec; [INFO] [stdout] 1798 | | opt arg4:Vec = vec![42]; [INFO] [stdout] 1799 | | opt arg5:Vec = vec![1,2,3]; [INFO] [stdout] 1800 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1794 | let (args, rest) = opts! { [INFO] [stdout] | ________________________- [INFO] [stdout] 1795 | | opt arg1:String; [INFO] [stdout] 1796 | | opt arg2:Vec, multi:true; [INFO] [stdout] 1797 | | opt arg3:Vec; [INFO] [stdout] 1798 | | opt arg4:Vec = vec![42]; [INFO] [stdout] 1799 | | opt arg5:Vec = vec![1,2,3]; [INFO] [stdout] 1800 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1829 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1830 | | opt arg1:Vec, multi:true; [INFO] [stdout] 1831 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1829 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1830 | | opt arg1:Vec, multi:true; [INFO] [stdout] 1831 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1839 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1840 | | param arg1:String; [INFO] [stdout] 1841 | | param arg2:String; [INFO] [stdout] 1842 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1839 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1840 | | param arg1:String; [INFO] [stdout] 1841 | | param arg2:String; [INFO] [stdout] 1842 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1849 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1850 | | opt l:bool, long:"a-very-long-option"; [INFO] [stdout] 1851 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1849 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1850 | | opt l:bool, long:"a-very-long-option"; [INFO] [stdout] 1851 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1859 | let r = opts! { [INFO] [stdout] | _____________- [INFO] [stdout] 1860 | | opt l:bool, long:"a-very-long-option"; [INFO] [stdout] 1861 | | opt l2:bool, long:"a-very-long-option2"; [INFO] [stdout] 1862 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1859 | let r = opts! { [INFO] [stdout] | _____________- [INFO] [stdout] 1860 | | opt l:bool, long:"a-very-long-option"; [INFO] [stdout] 1861 | | opt l2:bool, long:"a-very-long-option2"; [INFO] [stdout] 1862 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1872 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1873 | | opt a_very_long_option:bool; [INFO] [stdout] 1874 | | opt l2:bool, long:"a-very-long-option2"; [INFO] [stdout] 1875 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1872 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1873 | | opt a_very_long_option:bool; [INFO] [stdout] 1874 | | opt l2:bool, long:"a-very-long-option2"; [INFO] [stdout] 1875 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1884 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1885 | | opt a:Option; [INFO] [stdout] 1886 | | opt b:Option; [INFO] [stdout] 1887 | | opt along:Option; [INFO] [stdout] 1888 | | opt blong:Option; [INFO] [stdout] 1889 | | opt clong:Option; [INFO] [stdout] 1890 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1884 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1885 | | opt a:Option; [INFO] [stdout] 1886 | | opt b:Option; [INFO] [stdout] 1887 | | opt along:Option; [INFO] [stdout] 1888 | | opt blong:Option; [INFO] [stdout] 1889 | | opt clong:Option; [INFO] [stdout] 1890 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1902 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1903 | | opt along:Option = Some(1); [INFO] [stdout] 1904 | | opt blong:Option = Some(2); [INFO] [stdout] 1905 | | opt clong:Option = Some(3); [INFO] [stdout] 1906 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1902 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1903 | | opt along:Option = Some(1); [INFO] [stdout] 1904 | | opt blong:Option = Some(2); [INFO] [stdout] 1905 | | opt clong:Option = Some(3); [INFO] [stdout] 1906 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1917 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1918 | | opt a:i32; [INFO] [stdout] 1919 | | opt b:i32=1; [INFO] [stdout] 1920 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1917 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1918 | | opt a:i32; [INFO] [stdout] 1919 | | opt b:i32=1; [INFO] [stdout] 1920 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1927 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1928 | | opt a:i32=1; [INFO] [stdout] 1929 | | opt b:i32=2; [INFO] [stdout] 1930 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1927 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1928 | | opt a:i32=1; [INFO] [stdout] 1929 | | opt b:i32=2; [INFO] [stdout] 1930 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1940 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1941 | | auto_shorts false; [INFO] [stdout] 1942 | | opt abc:bool; [INFO] [stdout] 1943 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1940 | let (_, _) = opts! { [INFO] [stdout] | __________________- [INFO] [stdout] 1941 | | auto_shorts false; [INFO] [stdout] 1942 | | opt abc:bool; [INFO] [stdout] 1943 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1950 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1951 | | auto_shorts false; [INFO] [stdout] 1952 | | opt a:bool; [INFO] [stdout] 1953 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1950 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1951 | | auto_shorts false; [INFO] [stdout] 1952 | | opt a:bool; [INFO] [stdout] 1953 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1961 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1962 | | opt abc:bool; [INFO] [stdout] 1963 | | opt another:bool; [INFO] [stdout] 1964 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1961 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1962 | | opt abc:bool; [INFO] [stdout] 1963 | | opt another:bool; [INFO] [stdout] 1964 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1973 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1974 | | opt abc:bool; [INFO] [stdout] 1975 | | opt another:bool, short:'a'; [INFO] [stdout] 1976 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1973 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1974 | | opt abc:bool; [INFO] [stdout] 1975 | | opt another:bool, short:'a'; [INFO] [stdout] 1976 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1985 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1986 | | opt another:bool; [INFO] [stdout] 1987 | | opt a_flag:bool; [INFO] [stdout] 1988 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1985 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1986 | | opt another:bool; [INFO] [stdout] 1987 | | opt a_flag:bool; [INFO] [stdout] 1988 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1997 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1998 | | opt doit:bool=true; [INFO] [stdout] 1999 | | opt doit2:bool=true; [INFO] [stdout] 2000 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 1997 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 1998 | | opt doit:bool=true; [INFO] [stdout] 1999 | | opt doit2:bool=true; [INFO] [stdout] 2000 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 2009 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 2010 | | param arg:String; [INFO] [stdout] 2011 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 2009 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 2010 | | param arg:String; [INFO] [stdout] 2011 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1616:10 [INFO] [stdout] | [INFO] [stdout] 1616 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 2019 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 2020 | | opt a:bool, long:"äfläg", short:'ä'; [INFO] [stdout] 2021 | | opt another:bool, long:"änötherfläg", short:'ö'; [INFO] [stdout] 2022 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/rustop.rs:1687:10 [INFO] [stdout] | [INFO] [stdout] 1687 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 2019 | let (args, _) = opts! { [INFO] [stdout] | _____________________- [INFO] [stdout] 2020 | | opt a:bool, long:"äfläg", short:'ä'; [INFO] [stdout] 2021 | | opt another:bool, long:"änötherfläg", short:'ö'; [INFO] [stdout] 2022 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::_opts` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rustop.rs:1312:13 [INFO] [stdout] | [INFO] [stdout] 1312 | / format!( [INFO] [stdout] 1313 | | "Long options consist of alpha-numeric characters and '-' only (got: --{})", [INFO] [stdout] 1314 | | long [INFO] [stdout] 1315 | | ) [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 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] 1312 ~ [INFO] [stdout] 1313 | "Long options consist of alpha-numeric characters and '-' only (got: --{})", [INFO] [stdout] 1314 | long [INFO] [stdout] 1315 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/rustop.rs:1326:13 [INFO] [stdout] | [INFO] [stdout] 1326 | format!("Short options must be alpha-numeric (got: -{})", short) [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 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] 1326 - format!("Short options must be alpha-numeric (got: -{})", short) [INFO] [stdout] 1326 + "Short options must be alpha-numeric (got: -{})", short [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: rustop, (d23d68ececa93d6e, e53879b875d61ff5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (7e578adc65bb1a9f, 70ae51440666a25b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (c5001699725c3f7f, 9796c9a1263df784), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (1b1b0eba2c1ddab0, 8cbd8db4f1aba9fb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e703ac1b4ab66a6a, 9f809d237f08a58d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (6184d7e8486c862b, fe726802f06d33ba), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (3eb3d5a7be28bc3e, ae859b0872ec1236), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (ee94ae6af2b456b4, 3c1b06abfa6bb298), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (2b2172094b24cca4, a96828ee3d931c9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e28ef4e949e0cb40, 9561496a842be139), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (a659c629a90a2c7f, 69f3b3b5be87a585), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (252f0e32137a2c3f, 298483665215ae6), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (92a7a3c22a37d7d0, ca8ac0a42ca0b245), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (92a7a3c22a37d7d0, ca8ac0a42ca0b245), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (dacb3454216c1722, bc5f12436b9e2719), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (50ba58c7496af86d, 9b3fed8e5d5b3279), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (4c9060f9d485a7b, 1642bd47ce4c8209), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (92487c5eb82fa540, c69534b7902da776), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (92487c5eb82fa540, c69534b7902da776), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (b1ffaaf3ea12fd89, 3e463b79f9d83cc4), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (6f985f841f044911, cae53bab9c3cbb59), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (17523e733ca9f1cf, 556dd3b56621938), 8, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (d50fdd28e1bcea1e, e39aa1b45ab3c9c4), 16, 24 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e5bde33e9ad9a3ee, 1a49bea783e59d32), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (c9100bc8f6b1ea65, ffdf67f1450877ea), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (3084d946fe7e8749, 57443636189e1e17), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (67ef31e02b908cba, 6546c4d14d95ed38), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (67ef31e02b908cba, 6546c4d14d95ed38), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (3f81276ef7b7c5df, 70610375abee1df1), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (c1b6fa20102282b3, 9bf18ba33f809bfb), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (c3f29da900e2c05d, b446387a77cb24e2), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (66abb2bf2a6b4431, 660c7aeeab3c585), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (c1d11a23e28b17f0, 635a380931aecfbe), 8, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (be4b60f7eefdb9b9, 78ba07e2687370fd), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (8b000f2583d1db1d, b7148e1fd50d4422), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (d882dc1280579e59, 67aa2ba9d2450f8d), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (ad72db87b67243ec, 2c6a35160c7d7ec2), 16, 24 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (1c3db020dda5e1ef, aa4ddbf945f264a0), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (d7b27c1147272811, c5eac4d0b86e0d41), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (3fe0628069570946, 419dedac91d9a3d6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (22482e1f0d2f4b9a, bd4bbb361d3f83e7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (ede367d4ffea6d40, 5522dd2c9bbf0959), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (7e7f7fd4aabc8c72, faa3c6a538a8bf87), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (31a54d1509caaee, 33ef9c9e8ebdf1d3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (f54562cc3c15c357, 8e4998da781b20cc), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (d42a86d64f7b897c, 3e102d226dbfab2d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (52b8e3c9a5e73915, b1fba6b3a37e58c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (469ced803b6a96a9, 4bad5e163d0f834), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (64e6f7731ddc344, fcb3023b3faad62c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (5aced349bb503dbb, 1d4e325001322fc1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (c575193c13b0ec83, a19c6a6564504dfb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (9e8561fab869d594, 7788d633de92ba03), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (b132ca14029799ce, 7b75f2b7d5d67513), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (29635dd9ac96f113, f19a01ee505e64dd), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (c8e502b71775acf8, 894d93052e5804d4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (7a125f4da9ed714e, 97c07b6027541299), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (15b231c739a8a54b, b8b6eed1a15be67), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e8f30aef4057d46, 695ad8f2a75c7674), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e94237abdb1116c, 781343e7e3a268bd), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (2e946273f5a00a83, d043133a06b1d8d6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (6162ab38d4f46004, d0fe598feaa2ae2f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (8139c37091bf1f74, 733f9479f30476c4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (f0c7a04621ca27a5, faad5d2a2804a782), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (3ad1ab91ce973e54, 354df533822375de), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (81fafd703b24ef79, 3ca0431bf6555c1e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (4adcb9d85fe07a2f, 3164f93c1304c8a5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (313189b4eba32aa7, 2c80aad70021f16a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (e3ddca41e65c8e13, 10cca53ca647b2ef), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (15657b0d8f7baab2, 9e5e4cc73d32a580), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (14422236b0615da3, 77470fa4d4f8fee8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (6774392277f3fe6f, 4307a63e5d856b27), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (6d83eb45453839ed, 41a67d631fbc6016), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (55c87c5b0b87a1b8, 7c2d7c9fa521afef), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (7e88e06d6d9417cd, ad6a6d7098114002), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (c44e5871201c562, 11434a6153d30010), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (eeba7259bb3364f, f3dfc95485dd21a8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (6e1525fed7aeeb35, cf3b8ae8009abc24), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (11a6ff4d33e4b754, dd047807e7a7922b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (7d114d317e6ef95b, fd50432d5fab024b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (25dbaa79b72e983b, e9d24de866dbcc33), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (f1a7129c2f080840, 4f040017034f790a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (1f233d2bed128fe1, 94333e28ce32a3e5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rustop, (4e651d3b40f82097, c031b40d4f4c4945), 0, 0 [INFO] [stdout] warning: 52 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.80s [INFO] running `Command { std: "docker" "inspect" "d986a94f14c4db35f88eff82ea4f2c84d24db316dd89fedf13343d1c167204cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d986a94f14c4db35f88eff82ea4f2c84d24db316dd89fedf13343d1c167204cd", kill_on_drop: false }` [INFO] [stdout] d986a94f14c4db35f88eff82ea4f2c84d24db316dd89fedf13343d1c167204cd