[INFO] fetching crate mem-aead-mrs 0.1.1... [INFO] checking mem-aead-mrs-0.1.1 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] extracting crate mem-aead-mrs 0.1.1 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate mem-aead-mrs 0.1.1 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 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-14/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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b13ffe7152a770f56f711afcb69f7919841a9944f47f16c2d02c01e91517f19a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b13ffe7152a770f56f711afcb69f7919841a9944f47f16c2d02c01e91517f19a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b13ffe7152a770f56f711afcb69f7919841a9944f47f16c2d02c01e91517f19a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b13ffe7152a770f56f711afcb69f7919841a9944f47f16c2d02c01e91517f19a", kill_on_drop: false }` [INFO] [stdout] b13ffe7152a770f56f711afcb69f7919841a9944f47f16c2d02c01e91517f19a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7cb20555ed1ef3b12ffb7e04d8425f8ed0e44abecb3bf08afcf980e1915b372c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7cb20555ed1ef3b12ffb7e04d8425f8ed0e44abecb3bf08afcf980e1915b372c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking mem-aead-mrs v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking getrandom v0.1.16 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stdout] error: Trailing semicolon in macro [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] = 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 [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] = 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 [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = 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 [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] = 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 [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [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] = note: this error originates in the macro `Add` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 34 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mem-aead-mrs` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] [stdout] error: aborting due to 35 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7cb20555ed1ef3b12ffb7e04d8425f8ed0e44abecb3bf08afcf980e1915b372c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cb20555ed1ef3b12ffb7e04d8425f8ed0e44abecb3bf08afcf980e1915b372c", kill_on_drop: false }` [INFO] [stdout] 7cb20555ed1ef3b12ffb7e04d8425f8ed0e44abecb3bf08afcf980e1915b372c