[INFO] fetching crate cryptonight 0.1.0... [INFO] checking cryptonight-0.1.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate cryptonight 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate cryptonight 0.1.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate cryptonight 0.1.0 [INFO] finished tweaking crates.io crate cryptonight 0.1.0 [INFO] tweaked toml for crates.io crate cryptonight 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c0004803cac984d67c17b8aae6bcd3a17724b1da5aef899745d3fb94631b9129 [INFO] running `Command { std: "docker" "start" "-a" "c0004803cac984d67c17b8aae6bcd3a17724b1da5aef899745d3fb94631b9129", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c0004803cac984d67c17b8aae6bcd3a17724b1da5aef899745d3fb94631b9129", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0004803cac984d67c17b8aae6bcd3a17724b1da5aef899745d3fb94631b9129", kill_on_drop: false }` [INFO] [stdout] c0004803cac984d67c17b8aae6bcd3a17724b1da5aef899745d3fb94631b9129 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7de5705dc6c548df7e1ef551165b81ae678b0cbff007cddf6b3f2103dc109151 [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" "7de5705dc6c548df7e1ef551165b81ae678b0cbff007cddf6b3f2103dc109151", kill_on_drop: false }` [INFO] [stderr] Compiling skein-ffi v0.5.0 [INFO] [stderr] Compiling jh-ffi v0.5.0 [INFO] [stderr] Compiling blake v2.0.1 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking tiny-keccak v1.5.0 [INFO] [stderr] Checking groestl v0.8.0 [INFO] [stderr] Checking cryptonight v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 51 | gen_key!("0x01", "0xFF", r0, input0, input1); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 52 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 62 | gen_key!("0x02", "0xFF", r0, input0, input1); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 63 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 73 | gen_key!("0x04", "0xFF", r0, input0, input1); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 74 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 84 | gen_key!("0x08", "0xFF", r0, input0, input1); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 85 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/hw_aes.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | asm!("aesenc xmm1, xmm2" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 38 | | : "={xmm1}"($result) [INFO] [stdout] 39 | | : "{xmm1}"($data),"{xmm2}"($key) [INFO] [stdout] 40 | | : [INFO] [stdout] 41 | | : "intel", "alignstack", "volatile" [INFO] [stdout] 42 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] ... [INFO] [stdout] 118 | aes_enc!(block, key, r); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm1}"` [INFO] [stdout] --> src/sse.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | : "={xmm1}"($result) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 21 | mm_shuffle_epi32!(key, 0x55, r) [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm1}"` [INFO] [stdout] --> src/sse.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | : "={xmm1}"($result) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 30 | mm_shuffle_epi32!(key, 0xFF, r) [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm1}"` [INFO] [stdout] --> src/sse.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | : "={xmm1}"($result) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 39 | mm_shuffle_epi32!(key, 0xAA, r) [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/sse.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | asm!("movd eax, xmm1" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 47 | | : "={eax}"($result) [INFO] [stdout] 48 | | : "{xmm1}"($v) [INFO] [stdout] 49 | | : [INFO] [stdout] 50 | | : "intel", "alignstack", "volatile" [INFO] [stdout] 51 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] ... [INFO] [stdout] 59 | mm_cvtsi128_si32!(v, r) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm1}"` [INFO] [stdout] --> src/sse.rs:67:15 [INFO] [stdout] | [INFO] [stdout] 67 | : "={xmm1}"($result) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 79 | mm_slli_si128!(v, 0x04, r) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/sse.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | asm!("pxor xmm1, xmm2" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 87 | | : "={xmm1}"($result) [INFO] [stdout] 88 | | : "{xmm1}"($v0), "{xmm2}"($v1) [INFO] [stdout] 89 | | : [INFO] [stdout] 90 | | : "intel", "alignstack", "volatile" [INFO] [stdout] 91 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] ... [INFO] [stdout] 99 | mm_xor_si128!(v0, v1, r) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/sse.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | asm!("PMULUDQ xmm1, xmm2" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 107 | | : "={xmm1}"($result) [INFO] [stdout] 108 | | : "{xmm1}"($v0), "{xmm2}"($v1) [INFO] [stdout] 109 | | : [INFO] [stdout] 110 | | : "intel", "alignstack", "volatile" [INFO] [stdout] 111 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] ... [INFO] [stdout] 119 | mm_mul_su32!(v0, v1, r) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 51 | gen_key!("0x01", "0xFF", r0, input0, input1); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 52 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 62 | gen_key!("0x02", "0xFF", r0, input0, input1); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 63 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 73 | gen_key!("0x04", "0xFF", r0, input0, input1); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 74 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 84 | gen_key!("0x08", "0xFF", r0, input0, input1); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm3}"` [INFO] [stdout] --> src/hw_aes.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | : "={xmm3}"($key) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 85 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/hw_aes.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | asm!("aesenc xmm1, xmm2" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 38 | | : "={xmm1}"($result) [INFO] [stdout] 39 | | : "{xmm1}"($data),"{xmm2}"($key) [INFO] [stdout] 40 | | : [INFO] [stdout] 41 | | : "intel", "alignstack", "volatile" [INFO] [stdout] 42 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] ... [INFO] [stdout] 118 | aes_enc!(block, key, r); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm1}"` [INFO] [stdout] --> src/sse.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | : "={xmm1}"($result) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 21 | mm_shuffle_epi32!(key, 0x55, r) [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm1}"` [INFO] [stdout] --> src/sse.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | : "={xmm1}"($result) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 30 | mm_shuffle_epi32!(key, 0xFF, r) [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm1}"` [INFO] [stdout] --> src/sse.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | : "={xmm1}"($result) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 39 | mm_shuffle_epi32!(key, 0xAA, r) [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/sse.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | asm!("movd eax, xmm1" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 47 | | : "={eax}"($result) [INFO] [stdout] 48 | | : "{xmm1}"($v) [INFO] [stdout] 49 | | : [INFO] [stdout] 50 | | : "intel", "alignstack", "volatile" [INFO] [stdout] 51 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] ... [INFO] [stdout] 59 | mm_cvtsi128_si32!(v, r) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `"={xmm1}"` [INFO] [stdout] --> src/sse.rs:67:15 [INFO] [stdout] | [INFO] [stdout] 67 | : "={xmm1}"($result) [INFO] [stdout] | - ^^^^^^^^^ expected type [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this type ascription [INFO] [stdout] ... [INFO] [stdout] 79 | mm_slli_si128!(v, 0x04, r) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stdout] = note: see issue #23416 for more information [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/sse.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | asm!("pxor xmm1, xmm2" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 87 | | : "={xmm1}"($result) [INFO] [stdout] 88 | | : "{xmm1}"($v0), "{xmm2}"($v1) [INFO] [stdout] 89 | | : [INFO] [stdout] 90 | | : "intel", "alignstack", "volatile" [INFO] [stdout] 91 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] ... [INFO] [stdout] 99 | mm_xor_si128!(v0, v1, r) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/sse.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | asm!("PMULUDQ xmm1, xmm2" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 107 | | : "={xmm1}"($result) [INFO] [stdout] 108 | | : "{xmm1}"($v0), "{xmm2}"($v1) [INFO] [stdout] 109 | | : [INFO] [stdout] 110 | | : "intel", "alignstack", "volatile" [INFO] [stdout] 111 | | ); [INFO] [stdout] | |_________^ [INFO] [stdout] ... [INFO] [stdout] 119 | mm_mul_su32!(v0, v1, r) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/u64x2.rs:17:33 [INFO] [stdout] | [INFO] [stdout] 17 | let mut tmp: Self = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/u64x2.rs:43:38 [INFO] [stdout] | [INFO] [stdout] 43 | let mut tmp: [Self; 8] = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/u64x2.rs:17:33 [INFO] [stdout] | [INFO] [stdout] 17 | let mut tmp: Self = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/u64x2.rs:43:38 [INFO] [stdout] | [INFO] [stdout] 43 | let mut tmp: [Self; 8] = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cryptonight` [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: aborting due to 16 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7de5705dc6c548df7e1ef551165b81ae678b0cbff007cddf6b3f2103dc109151", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7de5705dc6c548df7e1ef551165b81ae678b0cbff007cddf6b3f2103dc109151", kill_on_drop: false }` [INFO] [stdout] 7de5705dc6c548df7e1ef551165b81ae678b0cbff007cddf6b3f2103dc109151