[INFO] fetching crate byte-slice 0.1.12... [INFO] checking byte-slice-0.1.12 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate byte-slice 0.1.12 into /workspace/builds/worker-1-tc2/source [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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate byte-slice 0.1.12 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 12df4f274f5211916100814d21e2bc8d53f2c7a1df2e271c6b0553f904caec15 [INFO] running `Command { std: "docker" "start" "-a" "12df4f274f5211916100814d21e2bc8d53f2c7a1df2e271c6b0553f904caec15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "12df4f274f5211916100814d21e2bc8d53f2c7a1df2e271c6b0553f904caec15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12df4f274f5211916100814d21e2bc8d53f2c7a1df2e271c6b0553f904caec15", kill_on_drop: false }` [INFO] [stdout] 12df4f274f5211916100814d21e2bc8d53f2c7a1df2e271c6b0553f904caec15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8cd2302616101d244c3536de3a8d350f8e2c4ae42c7dedf0679ad8ac8d5577a3 [INFO] running `Command { std: "docker" "start" "-a" "8cd2302616101d244c3536de3a8d350f8e2c4ae42c7dedf0679ad8ac8d5577a3", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking byte-slice v0.1.12 (/opt/rustwide/workdir) [INFO] [stdout] error: 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 [INFO] [stdout] = note: `#[deny(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice_ignore` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice_ignore` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice_ignore` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice_ignore` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_find` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_find` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_find_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_find_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error originates in the macro `bs_slice` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: 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 [INFO] [stdout] = note: this error 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] [stderr] error: could not compile `byte-slice` (lib test) due to 76 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "8cd2302616101d244c3536de3a8d350f8e2c4ae42c7dedf0679ad8ac8d5577a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cd2302616101d244c3536de3a8d350f8e2c4ae42c7dedf0679ad8ac8d5577a3", kill_on_drop: false }` [INFO] [stdout] 8cd2302616101d244c3536de3a8d350f8e2c4ae42c7dedf0679ad8ac8d5577a3