[INFO] updating cached repository https://github.com/cryptonote-rust/cryptonight [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b9873021a813b6a4e72861a1c58530d600dca1dd [INFO] checking cryptonote-rust/cryptonight against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcryptonote-rust%2Fcryptonight" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cryptonote-rust/cryptonight on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cryptonote-rust/cryptonight [INFO] finished tweaking git repo https://github.com/cryptonote-rust/cryptonight [INFO] tweaked toml for git repo https://github.com/cryptonote-rust/cryptonight written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/cryptonote-rust/cryptonight already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e384d166873c80481a2d326323d1690f4eef093855e7d301f572e855f053e8bc [INFO] running `"docker" "start" "-a" "e384d166873c80481a2d326323d1690f4eef093855e7d301f572e855f053e8bc"` [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Checking byte-tools v0.3.0 [INFO] [stderr] Checking libc v0.2.43 [INFO] [stderr] Checking opaque-debug v0.2.1 [INFO] [stderr] Compiling jh-ffi v0.5.0 [INFO] [stderr] Compiling skein-ffi v0.5.0 [INFO] [stderr] Checking block-padding v0.1.2 [INFO] [stderr] Checking tiny-keccak v1.4.2 [INFO] [stderr] Compiling blake v2.0.0 [INFO] [stderr] Checking generic-array v0.12.0 [INFO] [stderr] Checking digest v0.8.0 [INFO] [stderr] Checking block-buffer v0.7.0 [INFO] [stderr] Checking groestl v0.8.0 [INFO] [stderr] Checking cryptonight v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 51 | gen_key!("0x01", "0xFF", r0, input0, input1); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 52 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 62 | gen_key!("0x02", "0xFF", r0, input0, input1); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 63 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 73 | gen_key!("0x04", "0xFF", r0, input0, input1); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 74 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 84 | gen_key!("0x08", "0xFF", r0, input0, input1); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 85 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | asm!("aesenc xmm1, xmm2" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 118 | aes_enc!(block, key, r); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | asm!(concat!("pshufd xmm1, xmm2, ", $ib) [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 21 | mm_shuffle_epi32!(key, 0x55, r) [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | asm!(concat!("pshufd xmm1, xmm2, ", $ib) [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 30 | mm_shuffle_epi32!(key, 0xFF, r) [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | asm!(concat!("pshufd xmm1, xmm2, ", $ib) [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 39 | mm_shuffle_epi32!(key, 0xAA, r) [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | asm!("movd eax, xmm1" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 59 | mm_cvtsi128_si32!(v, r) [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | asm!(concat!("pslldq xmm1, ", $ib) [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 79 | mm_slli_si128!(v, 0x04, r) [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | asm!("pxor xmm1, xmm2" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 99 | mm_xor_si128!(v0, v1, r) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | asm!("PMULUDQ xmm1, xmm2" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 119 | mm_mul_su32!(v0, v1, r) [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 51 | gen_key!("0x01", "0xFF", r0, input0, input1); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 52 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 62 | gen_key!("0x02", "0xFF", r0, input0, input1); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 63 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 73 | gen_key!("0x04", "0xFF", r0, input0, input1); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 74 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 84 | gen_key!("0x08", "0xFF", r0, input0, input1); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | asm!(concat!(" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 85 | gen_key!("0x00", "0xAA", r1, input1, r0); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/hw_aes.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | asm!("aesenc xmm1, xmm2" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 118 | aes_enc!(block, key, r); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | asm!(concat!("pshufd xmm1, xmm2, ", $ib) [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 21 | mm_shuffle_epi32!(key, 0x55, r) [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | asm!(concat!("pshufd xmm1, xmm2, ", $ib) [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 30 | mm_shuffle_epi32!(key, 0xFF, r) [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | asm!(concat!("pshufd xmm1, xmm2, ", $ib) [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 39 | mm_shuffle_epi32!(key, 0xAA, r) [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | asm!("movd eax, xmm1" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 59 | mm_cvtsi128_si32!(v, r) [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:66:9 [INFO] [stderr] | [INFO] [stderr] 66 | asm!(concat!("pslldq xmm1, ", $ib) [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 79 | mm_slli_si128!(v, 0x04, r) [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | asm!("pxor xmm1, xmm2" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 99 | mm_xor_si128!(v0, v1, r) [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'asm': the syntax of asm! will change soon, use llvm_asm! to avoid breakage [INFO] [stderr] --> src/sse.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | asm!("PMULUDQ xmm1, xmm2" [INFO] [stderr] | ^^^ help: replace the use of the deprecated item: `llvm_asm` [INFO] [stderr] ... [INFO] [stderr] 119 | mm_mul_su32!(v0, v1, r) [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/u64x2.rs:17:33 [INFO] [stderr] | [INFO] [stderr] 17 | let mut tmp: Self = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/u64x2.rs:43:38 [INFO] [stderr] | [INFO] [stderr] 43 | let mut tmp: [Self; 8] = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/u64x2.rs:17:33 [INFO] [stderr] | [INFO] [stderr] 17 | let mut tmp: Self = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/u64x2.rs:43:38 [INFO] [stderr] | [INFO] [stderr] 43 | let mut tmp: [Self; 8] = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0635]: unknown feature `mpsc_select` [INFO] [stderr] --> src/lib.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | #![feature(mpsc_select)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0635]: unknown feature `mpsc_select` [INFO] [stderr] --> src/lib.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | #![feature(mpsc_select)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 18 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0635`. [INFO] [stderr] error: aborting due to previous error; 18 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0635`. [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] [stderr] error: could not compile `cryptonight`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e384d166873c80481a2d326323d1690f4eef093855e7d301f572e855f053e8bc"` [INFO] running `"docker" "rm" "-f" "e384d166873c80481a2d326323d1690f4eef093855e7d301f572e855f053e8bc"` [INFO] [stdout] e384d166873c80481a2d326323d1690f4eef093855e7d301f572e855f053e8bc