[INFO] fetching crate mem-aead-mrs 0.1.1... [INFO] checking mem-aead-mrs-0.1.1 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate mem-aead-mrs 0.1.1 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate mem-aead-mrs 0.1.1 [INFO] finished tweaking crates.io crate mem-aead-mrs 0.1.1 [INFO] tweaked toml for crates.io crate mem-aead-mrs 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mem-aead-mrs 0.1.1 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 18 packages to latest compatible versions [INFO] [stderr] Adding rand v0.7.3 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ee38ad380c9918b6df4d045bb292ff126368fda4d27bf9d0dfeab3c469d1ad7 [INFO] running `Command { std: "docker" "start" "-a" "9ee38ad380c9918b6df4d045bb292ff126368fda4d27bf9d0dfeab3c469d1ad7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ee38ad380c9918b6df4d045bb292ff126368fda4d27bf9d0dfeab3c469d1ad7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ee38ad380c9918b6df4d045bb292ff126368fda4d27bf9d0dfeab3c469d1ad7", kill_on_drop: false }` [INFO] [stdout] 9ee38ad380c9918b6df4d045bb292ff126368fda4d27bf9d0dfeab3c469d1ad7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b5d15bd0ecbd7b2757bcf5d182dd25466e3f5a0ed1fdecd6ee362491799d497 [INFO] running `Command { std: "docker" "start" "-a" "2b5d15bd0ecbd7b2757bcf5d182dd25466e3f5a0ed1fdecd6ee362491799d497", kill_on_drop: false }` [INFO] [stderr] Checking mem-aead-mrs v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking rand v0.7.3 [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/aead/blake2-p.rs:27:49 [INFO] [stdout] | [INFO] [stdout] 27 | macro_rules! Bytes { ($x: expr) => (($x + 7) / 8;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 33 | for i in 0..Bytes!(MRO_W) { [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 `Bytes` (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] --> tests/aead/blake2-p.rs:27:49 [INFO] [stdout] | [INFO] [stdout] 27 | macro_rules! Bytes { ($x: expr) => (($x + 7) / 8;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 41 | for i in 0..Bytes!(MRO_W) { [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 `Bytes` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | G!(x[ 0], x[ 4], x[ 8], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | G!(x[ 0], x[ 4], x[ 8], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | G!(x[ 0], x[ 4], x[ 8], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | G!(x[ 0], x[ 4], x[ 8], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | G!(x[ 1], x[ 5], x[ 9], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | G!(x[ 1], x[ 5], x[ 9], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | G!(x[ 1], x[ 5], x[ 9], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | G!(x[ 1], x[ 5], x[ 9], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 63 | G!(x[ 2], x[ 6], x[10], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 63 | G!(x[ 2], x[ 6], x[10], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 63 | G!(x[ 2], x[ 6], x[10], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 63 | G!(x[ 2], x[ 6], x[10], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | G!(x[ 3], x[ 7], x[11], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | G!(x[ 3], x[ 7], x[11], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | G!(x[ 3], x[ 7], x[11], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | G!(x[ 3], x[ 7], x[11], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | G!(x[ 0], x[ 5], x[10], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | G!(x[ 0], x[ 5], x[10], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | G!(x[ 0], x[ 5], x[10], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | G!(x[ 0], x[ 5], x[10], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | G!(x[ 1], x[ 6], x[11], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | G!(x[ 1], x[ 6], x[11], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | G!(x[ 1], x[ 6], x[11], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | G!(x[ 1], x[ 6], x[11], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | G!(x[ 2], x[ 7], x[ 8], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | G!(x[ 2], x[ 7], x[ 8], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | G!(x[ 2], x[ 7], x[ 8], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | G!(x[ 2], x[ 7], x[ 8], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 69 | G!(x[ 3], x[ 4], x[ 9], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 69 | G!(x[ 3], x[ 4], x[ 9], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 69 | G!(x[ 3], x[ 4], x[ 9], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 69 | G!(x[ 3], x[ 4], x[ 9], x[14]); [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 `Add` which comes from the expansion of the macro `G` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mem-aead-mrs` (test "test") due to 68 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> tests/kat.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(feature = "cargo-clippy", allow(needless_range_loop))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> tests/aead/blake2-p.rs:27:49 [INFO] [stdout] | [INFO] [stdout] 27 | macro_rules! Bytes { ($x: expr) => (($x + 7) / 8;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 33 | for i in 0..Bytes!(MRO_W) { [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 `Bytes` (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] --> tests/aead/blake2-p.rs:27:49 [INFO] [stdout] | [INFO] [stdout] 27 | macro_rules! Bytes { ($x: expr) => (($x + 7) / 8;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 41 | for i in 0..Bytes!(MRO_W) { [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 `Bytes` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | G!(x[ 0], x[ 4], x[ 8], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | G!(x[ 0], x[ 4], x[ 8], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | G!(x[ 0], x[ 4], x[ 8], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 61 | G!(x[ 0], x[ 4], x[ 8], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | G!(x[ 1], x[ 5], x[ 9], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | G!(x[ 1], x[ 5], x[ 9], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | G!(x[ 1], x[ 5], x[ 9], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | G!(x[ 1], x[ 5], x[ 9], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 63 | G!(x[ 2], x[ 6], x[10], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 63 | G!(x[ 2], x[ 6], x[10], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 63 | G!(x[ 2], x[ 6], x[10], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 63 | G!(x[ 2], x[ 6], x[10], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | G!(x[ 3], x[ 7], x[11], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | G!(x[ 3], x[ 7], x[11], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | G!(x[ 3], x[ 7], x[11], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | G!(x[ 3], x[ 7], x[11], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | G!(x[ 0], x[ 5], x[10], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | G!(x[ 0], x[ 5], x[10], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | G!(x[ 0], x[ 5], x[10], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | G!(x[ 0], x[ 5], x[10], x[15]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | G!(x[ 1], x[ 6], x[11], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | G!(x[ 1], x[ 6], x[11], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | G!(x[ 1], x[ 6], x[11], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 67 | G!(x[ 1], x[ 6], x[11], x[12]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | G!(x[ 2], x[ 7], x[ 8], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | G!(x[ 2], x[ 7], x[ 8], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | G!(x[ 2], x[ 7], x[ 8], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 68 | G!(x[ 2], x[ 7], x[ 8], x[13]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 69 | G!(x[ 3], x[ 4], x[ 9], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 69 | G!(x[ 3], x[ 4], x[ 9], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 69 | G!(x[ 3], x[ 4], x[ 9], x[14]); [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 `Add` which comes from the expansion of the macro `G` (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] --> tests/aead/blake2-p.rs:46:74 [INFO] [stdout] | [INFO] [stdout] 46 | macro_rules! Add { ($x: expr, $y: expr) => ((Wrapping($x)+Wrapping($y)).0;); } [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 69 | G!(x[ 3], x[ 4], x[ 9], x[14]); [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 `Add` which comes from the expansion of the macro `G` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: include macro expected single expression in source [INFO] [stdout] --> tests/kat_mrs_blake2p.txt:40993:2 [INFO] [stdout] | [INFO] [stdout] 40993 | ]; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(incomplete_include)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mem-aead-mrs` (test "kat") due to 69 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "2b5d15bd0ecbd7b2757bcf5d182dd25466e3f5a0ed1fdecd6ee362491799d497", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b5d15bd0ecbd7b2757bcf5d182dd25466e3f5a0ed1fdecd6ee362491799d497", kill_on_drop: false }` [INFO] [stdout] 2b5d15bd0ecbd7b2757bcf5d182dd25466e3f5a0ed1fdecd6ee362491799d497