[INFO] fetching crate byte-slice 0.1.12...
[INFO] checking byte-slice-0.1.12 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate byte-slice 0.1.12 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate byte-slice 0.1.12 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 byte-slice 0.1.12
[INFO] finished tweaking crates.io crate byte-slice 0.1.12
[INFO] tweaked toml for crates.io crate byte-slice 0.1.12 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 478b3652caabc9bd0228a3b5b693b28bc58cc37b3d6cab3d13d9b88dab0ff076
[INFO] running `Command { std: "docker" "start" "-a" "478b3652caabc9bd0228a3b5b693b28bc58cc37b3d6cab3d13d9b88dab0ff076", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "478b3652caabc9bd0228a3b5b693b28bc58cc37b3d6cab3d13d9b88dab0ff076", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "478b3652caabc9bd0228a3b5b693b28bc58cc37b3d6cab3d13d9b88dab0ff076", kill_on_drop: false }`
[INFO] [stdout] 478b3652caabc9bd0228a3b5b693b28bc58cc37b3d6cab3d13d9b88dab0ff076
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 97c3b589f6cbf77da69952a3882d34b2d638da757a7542fac7819d88a296ff56
[INFO] running `Command { std: "docker" "start" "-a" "97c3b589f6cbf77da69952a3882d34b2d638da757a7542fac7819d88a296ff56", kill_on_drop: false }`
[INFO] [stderr]     Checking byte-slice v0.1.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:27:24
[INFO] [stdout]     |
[INFO] [stdout] 27  |             assert_eq!(bs_slice!(c), b"stream data");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:45:16
[INFO] [stdout]     |
[INFO] [stdout] 45  |     assert_eq!(bs_slice!(c), b"s");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:62:16
[INFO] [stdout]     |
[INFO] [stdout] 62  |     assert_eq!(bs_slice!(c), b"stream ");
[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 `bs_slice` (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]    --> src/macros.rs:696:71
[INFO] [stdout]     |
[INFO] [stdout] 696 |         &$context.stream[$context.mark_index..bs_index!($context) - 1];
[INFO] [stdout]     |                                                                       ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:63:16
[INFO] [stdout]     |
[INFO] [stdout] 63  |     assert_eq!(bs_slice_ignore!(c), b"stream");
[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 `bs_slice_ignore` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:516:16
[INFO] [stdout]     |
[INFO] [stdout] 516 |     assert_eq!(bs_slice!(c), b"stream data");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:531:16
[INFO] [stdout]     |
[INFO] [stdout] 531 |     assert_eq!(bs_slice!(c), b"stream ");
[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 `bs_slice` (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]    --> src/macros.rs:696:71
[INFO] [stdout]     |
[INFO] [stdout] 696 |         &$context.stream[$context.mark_index..bs_index!($context) - 1];
[INFO] [stdout]     |                                                                       ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:532:16
[INFO] [stdout]     |
[INFO] [stdout] 532 |     assert_eq!(bs_slice_ignore!(c), b"stream");
[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 `bs_slice_ignore` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:547:16
[INFO] [stdout]     |
[INFO] [stdout] 547 |     assert_eq!(bs_slice!(c), b"stream ");
[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 `bs_slice` (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]    --> src/macros.rs:696:71
[INFO] [stdout]     |
[INFO] [stdout] 696 |         &$context.stream[$context.mark_index..bs_index!($context) - 1];
[INFO] [stdout]     |                                                                       ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:548:16
[INFO] [stdout]     |
[INFO] [stdout] 548 |     assert_eq!(bs_slice_ignore!(c), b"stream");
[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 `bs_slice_ignore` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:563:16
[INFO] [stdout]     |
[INFO] [stdout] 563 |     assert_eq!(bs_slice!(c), b"streamdata");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:578:16
[INFO] [stdout]     |
[INFO] [stdout] 578 |     assert_eq!(bs_slice!(c), b"stream ");
[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 `bs_slice` (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]    --> src/macros.rs:696:71
[INFO] [stdout]     |
[INFO] [stdout] 696 |         &$context.stream[$context.mark_index..bs_index!($context) - 1];
[INFO] [stdout]     |                                                                       ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:579:16
[INFO] [stdout]     |
[INFO] [stdout] 579 |     assert_eq!(bs_slice_ignore!(c), b"stream");
[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 `bs_slice_ignore` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:594:16
[INFO] [stdout]     |
[INFO] [stdout] 594 |     assert_eq!(bs_slice!(c), b"streamdata");
[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 `bs_slice` (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]    --> src/macros.rs:547:37
[INFO] [stdout]     |
[INFO] [stdout] 547 |         bs_find!($context, 0, $byte);
[INFO] [stdout]     |                                     ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:616:22
[INFO] [stdout]     |
[INFO] [stdout] 616 |     if let Some(6) = bs_find!(c, b' ') {
[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 `bs_find` (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]    --> src/macros.rs:547:37
[INFO] [stdout]     |
[INFO] [stdout] 547 |         bs_find!($context, 0, $byte);
[INFO] [stdout]     |                                     ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:626:19
[INFO] [stdout]     |
[INFO] [stdout] 626 |     if let None = bs_find!(c, b' ') {
[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 `bs_find` (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]    --> src/macros.rs:579:48
[INFO] [stdout]     |
[INFO] [stdout] 579 |         bs_find_pattern!($context, 0, $pattern);
[INFO] [stdout]     |                                                ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:656:23
[INFO] [stdout]     |
[INFO] [stdout] 656 |     if let Some(12) = bs_find_pattern!(c, b"pattern") {
[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 `bs_find_pattern` (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]    --> src/macros.rs:579:48
[INFO] [stdout]     |
[INFO] [stdout] 579 |         bs_find_pattern!($context, 0, $pattern);
[INFO] [stdout]     |                                                ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:666:19
[INFO] [stdout]     |
[INFO] [stdout] 666 |     if let None = bs_find_pattern!(c, b"pattern") {
[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 `bs_find_pattern` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:860:16
[INFO] [stdout]     |
[INFO] [stdout] 860 |     assert_eq!(bs_slice!(c), b"s");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:866:16
[INFO] [stdout]     |
[INFO] [stdout] 866 |     assert_eq!(bs_slice!(c), b"stre");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:938:16
[INFO] [stdout]     |
[INFO] [stdout] 938 |     assert_eq!(bs_slice!(c), b"str");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:943:16
[INFO] [stdout]     |
[INFO] [stdout] 943 |     assert_eq!(bs_slice!(c), b"s");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:958:16
[INFO] [stdout]     |
[INFO] [stdout] 958 |     assert_eq!(bs_slice!(c), b"stream");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:962:16
[INFO] [stdout]     |
[INFO] [stdout] 962 |     assert_eq!(bs_slice!(c), b"strea");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:966:16
[INFO] [stdout]     |
[INFO] [stdout] 966 |     assert_eq!(bs_slice!(c), b"stre");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:970:16
[INFO] [stdout]     |
[INFO] [stdout] 970 |     assert_eq!(bs_slice!(c), b"str");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:974:16
[INFO] [stdout]     |
[INFO] [stdout] 974 |     assert_eq!(bs_slice!(c), b"st");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:978:16
[INFO] [stdout]     |
[INFO] [stdout] 978 |     assert_eq!(bs_slice!(c), b"s");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:982:16
[INFO] [stdout]     |
[INFO] [stdout] 982 |     assert_eq!(bs_slice!(c), b"");
[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 `bs_slice` (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]    --> src/macros.rs:688:67
[INFO] [stdout]     |
[INFO] [stdout] 688 |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]     |                                                                   ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/test.rs:997:16
[INFO] [stdout]     |
[INFO] [stdout] 997 |     assert_eq!(bs_slice!(c), b"stream");
[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 `bs_slice` (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]     --> src/macros.rs:688:67
[INFO] [stdout]      |
[INFO] [stdout] 688  |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]      |                                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/test.rs:1001:16
[INFO] [stdout]      |
[INFO] [stdout] 1001 |     assert_eq!(bs_slice!(c), b"str");
[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 `bs_slice` (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]     --> src/macros.rs:688:67
[INFO] [stdout]      |
[INFO] [stdout] 688  |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]      |                                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/test.rs:1005:16
[INFO] [stdout]      |
[INFO] [stdout] 1005 |     assert_eq!(bs_slice!(c), b"");
[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 `bs_slice` (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]     --> src/macros.rs:688:67
[INFO] [stdout]      |
[INFO] [stdout] 688  |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]      |                                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/test.rs:1015:16
[INFO] [stdout]      |
[INFO] [stdout] 1015 |     assert_eq!(bs_slice!(c), b"");
[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 `bs_slice` (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]     --> src/macros.rs:688:67
[INFO] [stdout]      |
[INFO] [stdout] 688  |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]      |                                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/test.rs:1020:16
[INFO] [stdout]      |
[INFO] [stdout] 1020 |     assert_eq!(bs_slice!(c), b"s");
[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 `bs_slice` (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]     --> src/macros.rs:688:67
[INFO] [stdout]      |
[INFO] [stdout] 688  |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]      |                                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/test.rs:1025:16
[INFO] [stdout]      |
[INFO] [stdout] 1025 |     assert_eq!(bs_slice!(c), b"st");
[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 `bs_slice` (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]     --> src/macros.rs:688:67
[INFO] [stdout]      |
[INFO] [stdout] 688  |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]      |                                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/test.rs:1030:16
[INFO] [stdout]      |
[INFO] [stdout] 1030 |     assert_eq!(bs_slice!(c), b"str");
[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 `bs_slice` (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]     --> src/macros.rs:688:67
[INFO] [stdout]      |
[INFO] [stdout] 688  |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]      |                                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/test.rs:1035:16
[INFO] [stdout]      |
[INFO] [stdout] 1035 |     assert_eq!(bs_slice!(c), b"stre");
[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 `bs_slice` (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]     --> src/macros.rs:688:67
[INFO] [stdout]      |
[INFO] [stdout] 688  |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]      |                                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/test.rs:1040:16
[INFO] [stdout]      |
[INFO] [stdout] 1040 |     assert_eq!(bs_slice!(c), b"strea");
[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 `bs_slice` (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]     --> src/macros.rs:688:67
[INFO] [stdout]      |
[INFO] [stdout] 688  |         &$context.stream[$context.mark_index..bs_index!($context)];
[INFO] [stdout]      |                                                                   ^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/test.rs:1045:16
[INFO] [stdout]      |
[INFO] [stdout] 1045 |     assert_eq!(bs_slice!(c), b"stream");
[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 `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `v` is never read
[INFO] [stdout]   --> src/test.rs:83:28
[INFO] [stdout]    |
[INFO] [stdout] 83 |     bs_collect_digits8!(c, v, break,
[INFO] [stdout]    |                            ^
[INFO] [stdout]    |
[INFO] [stdout]    = help: maybe it is overwritten before being read?
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `v` is never read
[INFO] [stdout]    --> src/test.rs:140:29
[INFO] [stdout]     |
[INFO] [stdout] 140 |     bs_collect_digits16!(c, v, break,
[INFO] [stdout]     |                             ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `v` is never read
[INFO] [stdout]    --> src/test.rs:197:29
[INFO] [stdout]     |
[INFO] [stdout] 197 |     bs_collect_digits32!(c, v, break,
[INFO] [stdout]     |                             ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `v` is never read
[INFO] [stdout]    --> src/test.rs:254:29
[INFO] [stdout]     |
[INFO] [stdout] 254 |     bs_collect_digits64!(c, v, break,
[INFO] [stdout]     |                             ^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 42 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: byte-slice v0.1.12 (/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 1`
[INFO] running `Command { std: "docker" "inspect" "97c3b589f6cbf77da69952a3882d34b2d638da757a7542fac7819d88a296ff56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97c3b589f6cbf77da69952a3882d34b2d638da757a7542fac7819d88a296ff56", kill_on_drop: false }`
[INFO] [stdout] 97c3b589f6cbf77da69952a3882d34b2d638da757a7542fac7819d88a296ff56
