[INFO] fetching crate bonnie 0.3.2...
[INFO] checking bonnie-0.3.2 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate bonnie 0.3.2 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate bonnie 0.3.2 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bonnie 0.3.2
[INFO] finished tweaking crates.io crate bonnie 0.3.2
[INFO] tweaked toml for crates.io crate bonnie 0.3.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate crates.io crate bonnie 0.3.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_derive v1.0.125
[INFO] [stderr]   Downloaded serde v1.0.125
[INFO] [stderr]   Downloaded dotenv v0.15.0
[INFO] [stderr]   Downloaded memchr v2.4.0
[INFO] [stderr]   Downloaded serde_json v1.0.64
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ce255c852c1b9482dd2de2291e7bc636c09f82ba480d4c88f2fe7c521ab389e8
[INFO] running `Command { std: "docker" "start" "-a" "ce255c852c1b9482dd2de2291e7bc636c09f82ba480d4c88f2fe7c521ab389e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce255c852c1b9482dd2de2291e7bc636c09f82ba480d4c88f2fe7c521ab389e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce255c852c1b9482dd2de2291e7bc636c09f82ba480d4c88f2fe7c521ab389e8", kill_on_drop: false }`
[INFO] [stdout] ce255c852c1b9482dd2de2291e7bc636c09f82ba480d4c88f2fe7c521ab389e8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d7377c3d6f0c9e59c49aa967093ced9d0b37ab0432ac1465372af788baecbf67
[INFO] running `Command { std: "docker" "start" "-a" "d7377c3d6f0c9e59c49aa967093ced9d0b37ab0432ac1465372af788baecbf67", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking home v0.5.3
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking bonnie v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 111 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 112 | |         0,
[INFO] [stdout] 113 | |         r#"
[INFO] [stdout] 114 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 118 | |         ["basic"]
[INFO] [stdout] 119 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 126 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 127 | |         0,
[INFO] [stdout] 128 | |         r#"
[INFO] [stdout] 129 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |         ["basic"]
[INFO] [stdout] 135 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 144 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 145 | |         0,
[INFO] [stdout] 146 | |         r#"
[INFO] [stdout] 147 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | |         ["basic", "Name"]
[INFO] [stdout] 153 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 172 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 173 | |         0,
[INFO] [stdout] 174 | |         r#"
[INFO] [stdout] 175 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 179 | |         ["basic"]
[INFO] [stdout] 180 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 187 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 188 | |         0,
[INFO] [stdout] 189 | |         r#"
[INFO] [stdout] 190 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |         ["basic", "Test"]
[INFO] [stdout] 195 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 202 | |         0,
[INFO] [stdout] 203 | |         r#"
[INFO] [stdout] 204 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 208 | |         ["basic", "foo", "bar"]
[INFO] [stdout] 209 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 216 | |         0,
[INFO] [stdout] 217 | |         r#"
[INFO] [stdout] 218 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |         ["basic", "foo", "bar"]
[INFO] [stdout] 223 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 229 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 230 | |         0,
[INFO] [stdout] 231 | |         r#"
[INFO] [stdout] 232 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | |         ["basic", "Name", "foo", "bar"]
[INFO] [stdout] 238 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 245 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 246 | |         0,
[INFO] [stdout] 247 | |         r#"
[INFO] [stdout] 248 | |         env_files = ["src/.env"]
[INFO] [stdout] ...   |
[INFO] [stdout] 254 | |         ["basic"]
[INFO] [stdout] 255 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 289 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 290 | |         0,
[INFO] [stdout] 291 | |         r#"
[INFO] [stdout] 292 | |         env_files = ["src/.env"]
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |         ["basic", "Name", "(extra stuff)"]
[INFO] [stdout] 300 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 309 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 310 | |         1,
[INFO] [stdout] 311 | |         r#"
[INFO] [stdout] 312 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 316 | |         ["basic"]
[INFO] [stdout] 317 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 323 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 324 | |         1,
[INFO] [stdout] 325 | |         r#"
[INFO] [stdout] 326 | |         env_files = ["src/.env"]
[INFO] [stdout] ...   |
[INFO] [stdout] 336 | |         ["basic", "Name", "foo", "bar"]
[INFO] [stdout] 337 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 351 |     let output1 = expect_exit_code!(0, cfg, BONNIE_VERSION, ["basic", "test"]);
[INFO] [stdout]     |                   ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 353 |     let output2 = expect_exit_code!(1, cfg, BONNIE_VERSION, ["basic", "other"]);
[INFO] [stdout]     |                   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 370 |     let output1 = expect_exit_code!(1, cfg, BONNIE_VERSION, ["basic", "test", "Name", "foo bar"]);
[INFO] [stdout]     |                   ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 375 |     let output2 = expect_exit_code!(1, cfg, BONNIE_VERSION, ["basic", "other"]);
[INFO] [stdout]     |                   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 387 |     let root_output = expect_exit_code!(0, cfg, BONNIE_VERSION, ["basic"]);
[INFO] [stdout]     |                       ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 389 |     let output1 = expect_exit_code!(1, cfg, BONNIE_VERSION, ["basic", "test"]);
[INFO] [stdout]     |                   ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 391 |     let output2 = expect_exit_code!(2, cfg, BONNIE_VERSION, ["basic", "other"]);
[INFO] [stdout]     |                   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 409 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 410 | |         0,
[INFO] [stdout] 411 | |         r#"
[INFO] [stdout] 412 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 417 | |         ["basic"]
[INFO] [stdout] 418 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 424 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 425 | |         1,
[INFO] [stdout] 426 | |         r#"
[INFO] [stdout] 427 | |         env_files = ["src/.env"]
[INFO] [stdout] ...   |
[INFO] [stdout] 438 | |         ["basic", "Name", "foo", "bar"]
[INFO] [stdout] 439 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 449 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 450 | |         0,
[INFO] [stdout] 451 | |         r#"
[INFO] [stdout] 452 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 457 | |         ["basic"]
[INFO] [stdout] 458 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 464 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 465 | |         0,
[INFO] [stdout] 466 | |         r#"
[INFO] [stdout] 467 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 472 | |         ["basic"]
[INFO] [stdout] 473 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 479 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 480 | |         1,
[INFO] [stdout] 481 | |         r#"
[INFO] [stdout] 482 | |         env_files = ["src/.env"]
[INFO] [stdout] ...   |
[INFO] [stdout] 494 | |         ["basic", "Name", "foo", "bar"]
[INFO] [stdout] 495 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 517 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 518 | |         0,
[INFO] [stdout] 519 | |         r#"
[INFO] [stdout] 520 | |         default_shell = ["bash", "-c", "{COMMAND}"]
[INFO] [stdout] ...   |
[INFO] [stdout] 525 | |         ["basic"]
[INFO] [stdout] 526 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 532 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 533 | |         0,
[INFO] [stdout] 534 | |         r#"
[INFO] [stdout] 535 | |         default_shell.generic = ["bash", "-c", "{COMMAND}"]
[INFO] [stdout] ...   |
[INFO] [stdout] 540 | |         ["basic"]
[INFO] [stdout] 541 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 547 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 548 | |         0,
[INFO] [stdout] 549 | |         r#"
[INFO] [stdout] 550 | |         default_shell.generic = { parts = ["bash", "-c", "{COMMAND}"], delimiter = " && " }
[INFO] [stdout] ...   |
[INFO] [stdout] 555 | |         ["basic"]
[INFO] [stdout] 556 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 562 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 563 | |         0,
[INFO] [stdout] 564 | |         r#"
[INFO] [stdout] 565 | |         default_shell.generic = ["sh", "-c", "{COMMAND}"]
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |         ["basic"]
[INFO] [stdout] 572 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 578 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 579 | |         0,
[INFO] [stdout] 580 | |         r#"
[INFO] [stdout] 581 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 587 | |         ["basic"]
[INFO] [stdout] 588 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 594 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 595 | |         1,
[INFO] [stdout] 596 | |         r#"
[INFO] [stdout] 597 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 607 | |         ["basic"]
[INFO] [stdout] 608 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 677 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 678 | |         1,
[INFO] [stdout] 679 | |         r#"
[INFO] [stdout] 680 | |         env_files = ["src/.env"]
[INFO] [stdout] ...   |
[INFO] [stdout] 708 | |         ["basic", "Name", "foo", "bar"]
[INFO] [stdout] 709 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 724 |       let output1 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 725 | |         1,
[INFO] [stdout] 726 | |         r#"
[INFO] [stdout] 727 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 737 | |         ["basic"]
[INFO] [stdout] 738 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 743 |       let output2 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 744 | |         0,
[INFO] [stdout] 745 | |         r#"
[INFO] [stdout] 746 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 756 | |         ["basic"]
[INFO] [stdout] 757 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 766 |       let output1 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 767 | |         1,
[INFO] [stdout] 768 | |         r#"
[INFO] [stdout] 769 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 779 | |         ["basic"]
[INFO] [stdout] 780 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 785 |       let output2 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 786 | |         0,
[INFO] [stdout] 787 | |         r#"
[INFO] [stdout] 788 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 798 | |         ["basic"]
[INFO] [stdout] 799 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 808 |       let output1 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 809 | |         1,
[INFO] [stdout] 810 | |         r#"
[INFO] [stdout] 811 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 821 | |         ["basic"]
[INFO] [stdout] 822 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 827 |       let output2 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 828 | |         0,
[INFO] [stdout] 829 | |         r#"
[INFO] [stdout] 830 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 840 | |         ["basic"]
[INFO] [stdout] 841 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 850 |       let output1 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 851 | |         1,
[INFO] [stdout] 852 | |         r#"
[INFO] [stdout] 853 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 863 | |         ["basic"]
[INFO] [stdout] 864 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 869 |       let output2 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 870 | |         1,
[INFO] [stdout] 871 | |         r#"
[INFO] [stdout] 872 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 882 | |         ["basic"]
[INFO] [stdout] 883 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 889 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 890 | |         1,
[INFO] [stdout] 891 | |         r#"
[INFO] [stdout] 892 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 902 | |         ["basic"]
[INFO] [stdout] 903 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 912 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 913 | |         1,
[INFO] [stdout] 914 | |         r#"
[INFO] [stdout] 915 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 925 | |         ["basic"]
[INFO] [stdout] 926 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 41 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.91s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bonnie v0.3.2 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "d7377c3d6f0c9e59c49aa967093ced9d0b37ab0432ac1465372af788baecbf67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7377c3d6f0c9e59c49aa967093ced9d0b37ab0432ac1465372af788baecbf67", kill_on_drop: false }`
[INFO] [stdout] d7377c3d6f0c9e59c49aa967093ced9d0b37ab0432ac1465372af788baecbf67
[INFO] checking bonnie-0.3.2 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate bonnie 0.3.2 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate bonnie 0.3.2 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bonnie 0.3.2
[INFO] finished tweaking crates.io crate bonnie 0.3.2
[INFO] tweaked toml for crates.io crate bonnie 0.3.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate crates.io crate bonnie 0.3.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e4a31bf7abd4affcef6b6c6fb0e5fc547fd723848f5f82d66cd66a9de3fdb679
[INFO] running `Command { std: "docker" "start" "-a" "e4a31bf7abd4affcef6b6c6fb0e5fc547fd723848f5f82d66cd66a9de3fdb679", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e4a31bf7abd4affcef6b6c6fb0e5fc547fd723848f5f82d66cd66a9de3fdb679", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4a31bf7abd4affcef6b6c6fb0e5fc547fd723848f5f82d66cd66a9de3fdb679", kill_on_drop: false }`
[INFO] [stdout] e4a31bf7abd4affcef6b6c6fb0e5fc547fd723848f5f82d66cd66a9de3fdb679
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 991893c58f27da06ecbbdfca45759ce84a7e9174b13e5a1c2dd6506c556c898f
[INFO] running `Command { std: "docker" "start" "-a" "991893c58f27da06ecbbdfca45759ce84a7e9174b13e5a1c2dd6506c556c898f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking home v0.5.3
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking bonnie v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 111 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 112 | |         0,
[INFO] [stdout] 113 | |         r#"
[INFO] [stdout] 114 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 118 | |         ["basic"]
[INFO] [stdout] 119 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 126 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 127 | |         0,
[INFO] [stdout] 128 | |         r#"
[INFO] [stdout] 129 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 134 | |         ["basic"]
[INFO] [stdout] 135 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 144 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 145 | |         0,
[INFO] [stdout] 146 | |         r#"
[INFO] [stdout] 147 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | |         ["basic", "Name"]
[INFO] [stdout] 153 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 172 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 173 | |         0,
[INFO] [stdout] 174 | |         r#"
[INFO] [stdout] 175 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 179 | |         ["basic"]
[INFO] [stdout] 180 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 187 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 188 | |         0,
[INFO] [stdout] 189 | |         r#"
[INFO] [stdout] 190 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 194 | |         ["basic", "Test"]
[INFO] [stdout] 195 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 202 | |         0,
[INFO] [stdout] 203 | |         r#"
[INFO] [stdout] 204 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 208 | |         ["basic", "foo", "bar"]
[INFO] [stdout] 209 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 215 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 216 | |         0,
[INFO] [stdout] 217 | |         r#"
[INFO] [stdout] 218 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |         ["basic", "foo", "bar"]
[INFO] [stdout] 223 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 229 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 230 | |         0,
[INFO] [stdout] 231 | |         r#"
[INFO] [stdout] 232 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 237 | |         ["basic", "Name", "foo", "bar"]
[INFO] [stdout] 238 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 245 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 246 | |         0,
[INFO] [stdout] 247 | |         r#"
[INFO] [stdout] 248 | |         env_files = ["src/.env"]
[INFO] [stdout] ...   |
[INFO] [stdout] 254 | |         ["basic"]
[INFO] [stdout] 255 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 289 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 290 | |         0,
[INFO] [stdout] 291 | |         r#"
[INFO] [stdout] 292 | |         env_files = ["src/.env"]
[INFO] [stdout] ...   |
[INFO] [stdout] 299 | |         ["basic", "Name", "(extra stuff)"]
[INFO] [stdout] 300 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 309 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 310 | |         1,
[INFO] [stdout] 311 | |         r#"
[INFO] [stdout] 312 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 316 | |         ["basic"]
[INFO] [stdout] 317 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 323 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 324 | |         1,
[INFO] [stdout] 325 | |         r#"
[INFO] [stdout] 326 | |         env_files = ["src/.env"]
[INFO] [stdout] ...   |
[INFO] [stdout] 336 | |         ["basic", "Name", "foo", "bar"]
[INFO] [stdout] 337 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 351 |     let output1 = expect_exit_code!(0, cfg, BONNIE_VERSION, ["basic", "test"]);
[INFO] [stdout]     |                   ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 353 |     let output2 = expect_exit_code!(1, cfg, BONNIE_VERSION, ["basic", "other"]);
[INFO] [stdout]     |                   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 370 |     let output1 = expect_exit_code!(1, cfg, BONNIE_VERSION, ["basic", "test", "Name", "foo bar"]);
[INFO] [stdout]     |                   ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 375 |     let output2 = expect_exit_code!(1, cfg, BONNIE_VERSION, ["basic", "other"]);
[INFO] [stdout]     |                   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 387 |     let root_output = expect_exit_code!(0, cfg, BONNIE_VERSION, ["basic"]);
[INFO] [stdout]     |                       ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 389 |     let output1 = expect_exit_code!(1, cfg, BONNIE_VERSION, ["basic", "test"]);
[INFO] [stdout]     |                   ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |         };
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 391 |     let output2 = expect_exit_code!(2, cfg, BONNIE_VERSION, ["basic", "other"]);
[INFO] [stdout]     |                   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 409 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 410 | |         0,
[INFO] [stdout] 411 | |         r#"
[INFO] [stdout] 412 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 417 | |         ["basic"]
[INFO] [stdout] 418 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 424 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 425 | |         1,
[INFO] [stdout] 426 | |         r#"
[INFO] [stdout] 427 | |         env_files = ["src/.env"]
[INFO] [stdout] ...   |
[INFO] [stdout] 438 | |         ["basic", "Name", "foo", "bar"]
[INFO] [stdout] 439 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 449 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 450 | |         0,
[INFO] [stdout] 451 | |         r#"
[INFO] [stdout] 452 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 457 | |         ["basic"]
[INFO] [stdout] 458 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 464 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 465 | |         0,
[INFO] [stdout] 466 | |         r#"
[INFO] [stdout] 467 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 472 | |         ["basic"]
[INFO] [stdout] 473 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 479 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 480 | |         1,
[INFO] [stdout] 481 | |         r#"
[INFO] [stdout] 482 | |         env_files = ["src/.env"]
[INFO] [stdout] ...   |
[INFO] [stdout] 494 | |         ["basic", "Name", "foo", "bar"]
[INFO] [stdout] 495 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 517 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 518 | |         0,
[INFO] [stdout] 519 | |         r#"
[INFO] [stdout] 520 | |         default_shell = ["bash", "-c", "{COMMAND}"]
[INFO] [stdout] ...   |
[INFO] [stdout] 525 | |         ["basic"]
[INFO] [stdout] 526 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 532 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 533 | |         0,
[INFO] [stdout] 534 | |         r#"
[INFO] [stdout] 535 | |         default_shell.generic = ["bash", "-c", "{COMMAND}"]
[INFO] [stdout] ...   |
[INFO] [stdout] 540 | |         ["basic"]
[INFO] [stdout] 541 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 547 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 548 | |         0,
[INFO] [stdout] 549 | |         r#"
[INFO] [stdout] 550 | |         default_shell.generic = { parts = ["bash", "-c", "{COMMAND}"], delimiter = " && " }
[INFO] [stdout] ...   |
[INFO] [stdout] 555 | |         ["basic"]
[INFO] [stdout] 556 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 562 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 563 | |         0,
[INFO] [stdout] 564 | |         r#"
[INFO] [stdout] 565 | |         default_shell.generic = ["sh", "-c", "{COMMAND}"]
[INFO] [stdout] ...   |
[INFO] [stdout] 571 | |         ["basic"]
[INFO] [stdout] 572 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 578 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 579 | |         0,
[INFO] [stdout] 580 | |         r#"
[INFO] [stdout] 581 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 587 | |         ["basic"]
[INFO] [stdout] 588 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 594 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 595 | |         1,
[INFO] [stdout] 596 | |         r#"
[INFO] [stdout] 597 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 607 | |         ["basic"]
[INFO] [stdout] 608 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 677 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 678 | |         1,
[INFO] [stdout] 679 | |         r#"
[INFO] [stdout] 680 | |         env_files = ["src/.env"]
[INFO] [stdout] ...   |
[INFO] [stdout] 708 | |         ["basic", "Name", "foo", "bar"]
[INFO] [stdout] 709 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 724 |       let output1 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 725 | |         1,
[INFO] [stdout] 726 | |         r#"
[INFO] [stdout] 727 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 737 | |         ["basic"]
[INFO] [stdout] 738 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 743 |       let output2 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 744 | |         0,
[INFO] [stdout] 745 | |         r#"
[INFO] [stdout] 746 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 756 | |         ["basic"]
[INFO] [stdout] 757 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 766 |       let output1 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 767 | |         1,
[INFO] [stdout] 768 | |         r#"
[INFO] [stdout] 769 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 779 | |         ["basic"]
[INFO] [stdout] 780 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 785 |       let output2 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 786 | |         0,
[INFO] [stdout] 787 | |         r#"
[INFO] [stdout] 788 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 798 | |         ["basic"]
[INFO] [stdout] 799 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 808 |       let output1 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 809 | |         1,
[INFO] [stdout] 810 | |         r#"
[INFO] [stdout] 811 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 821 | |         ["basic"]
[INFO] [stdout] 822 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 827 |       let output2 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 828 | |         0,
[INFO] [stdout] 829 | |         r#"
[INFO] [stdout] 830 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 840 | |         ["basic"]
[INFO] [stdout] 841 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 850 |       let output1 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 851 | |         1,
[INFO] [stdout] 852 | |         r#"
[INFO] [stdout] 853 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 863 | |         ["basic"]
[INFO] [stdout] 864 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 869 |       let output2 = expect_exit_code!(
[INFO] [stdout]     |  ___________________-
[INFO] [stdout] 870 | |         1,
[INFO] [stdout] 871 | |         r#"
[INFO] [stdout] 872 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 882 | |         ["basic"]
[INFO] [stdout] 883 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 889 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 890 | |         1,
[INFO] [stdout] 891 | |         r#"
[INFO] [stdout] 892 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 902 | |         ["basic"]
[INFO] [stdout] 903 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> tests/known_cases.rs:47:10
[INFO] [stdout]     |
[INFO] [stdout] 47  |           };
[INFO] [stdout]     |            ^
[INFO] [stdout] ...
[INFO] [stdout] 912 |       let output = expect_exit_code!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 913 | |         1,
[INFO] [stdout] 914 | |         r#"
[INFO] [stdout] 915 | |         [scripts]
[INFO] [stdout] ...   |
[INFO] [stdout] 925 | |         ["basic"]
[INFO] [stdout] 926 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `expect_exit_code` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 41 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bonnie v0.3.2 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "991893c58f27da06ecbbdfca45759ce84a7e9174b13e5a1c2dd6506c556c898f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "991893c58f27da06ecbbdfca45759ce84a7e9174b13e5a1c2dd6506c556c898f", kill_on_drop: false }`
[INFO] [stdout] 991893c58f27da06ecbbdfca45759ce84a7e9174b13e5a1c2dd6506c556c898f
