[INFO] fetching crate byte-slice 0.1.12... [INFO] checking byte-slice-0.1.12 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] extracting crate byte-slice 0.1.12 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate byte-slice 0.1.12 on toolchain 3d9fdbff4f377de96b3a51174e7a64086bee9a5c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2591907314b08ab79e602bab201394db38cb589aa452d7a768b7daff187cf951 [INFO] running `Command { std: "docker" "start" "-a" "2591907314b08ab79e602bab201394db38cb589aa452d7a768b7daff187cf951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2591907314b08ab79e602bab201394db38cb589aa452d7a768b7daff187cf951", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2591907314b08ab79e602bab201394db38cb589aa452d7a768b7daff187cf951", kill_on_drop: false }` [INFO] [stdout] 2591907314b08ab79e602bab201394db38cb589aa452d7a768b7daff187cf951 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bc84560f06e30d98edd27aff60cc103e0cfe152a30fa1d4ce61b6c043c63125 [INFO] running `Command { std: "docker" "start" "-a" "3bc84560f06e30d98edd27aff60cc103e0cfe152a30fa1d4ce61b6c043c63125", kill_on_drop: false }` [INFO] [stderr] Checking byte-slice v0.1.12 (/opt/rustwide/workdir) [INFO] [stdout] error: Trailing semicolon in macro [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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 [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] = 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: aborting due to 38 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `byte-slice` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "3bc84560f06e30d98edd27aff60cc103e0cfe152a30fa1d4ce61b6c043c63125", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bc84560f06e30d98edd27aff60cc103e0cfe152a30fa1d4ce61b6c043c63125", kill_on_drop: false }` [INFO] [stdout] 3bc84560f06e30d98edd27aff60cc103e0cfe152a30fa1d4ce61b6c043c63125