[INFO] cloning repository https://github.com/rand-chain/rust-randchain-prototype [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rand-chain/rust-randchain-prototype" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frand-chain%2Frust-randchain-prototype", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frand-chain%2Frust-randchain-prototype'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 00c0c3fbf8a47a09fb08191b12f3cc926efd38c7 [INFO] checking rand-chain/rust-randchain-prototype against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frand-chain%2Frust-randchain-prototype" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rand-chain/rust-randchain-prototype on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0/source/rust-toolchain [INFO] started tweaking git repo https://github.com/rand-chain/rust-randchain-prototype [INFO] finished tweaking git repo https://github.com/rand-chain/rust-randchain-prototype [INFO] tweaked toml for git repo https://github.com/rand-chain/rust-randchain-prototype written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/rand-chain/rust-randchain-prototype already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 59fe775c0d080548618b5445c11b53cd4235b77397043ec26b832f4870ef8161 [INFO] running `Command { std: "docker" "start" "-a" "59fe775c0d080548618b5445c11b53cd4235b77397043ec26b832f4870ef8161", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59fe775c0d080548618b5445c11b53cd4235b77397043ec26b832f4870ef8161", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59fe775c0d080548618b5445c11b53cd4235b77397043ec26b832f4870ef8161", kill_on_drop: false }` [INFO] [stdout] 59fe775c0d080548618b5445c11b53cd4235b77397043ec26b832f4870ef8161 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4fe1e9756dac4959a5f26015c14dd6c07d6a44c390cb17d9cd78b43c8b8dc03e [INFO] running `Command { std: "docker" "start" "-a" "4fe1e9756dac4959a5f26015c14dd6c07d6a44c390cb17d9cd78b43c8b8dc03e", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling heapsize v0.3.9 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling heapsize v0.4.1 [INFO] [stderr] Compiling gmp-mpfr-sys v1.4.1 [INFO] [stderr] Compiling rug v1.11.0 [INFO] [stderr] Checking cfg-if v0.1.2 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking rustc-hex v2.0.0 [INFO] [stderr] Checking az v1.0.0 [INFO] [stderr] Checking subtle v2.3.0 [INFO] [stderr] Checking keccak v0.1.0 [INFO] [stderr] Checking zeroize v1.1.1 [INFO] [stderr] Checking elapsed v0.1.2 [INFO] [stderr] Checking siphasher v0.1.3 [INFO] [stderr] Checking either v1.4.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling getopts v0.2.17 [INFO] [stderr] Checking futures v0.1.17 [INFO] [stderr] Checking log v0.3.8 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Checking linked-hash-map v0.4.2 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking bit-vec v0.4.4 [INFO] [stderr] Checking slab v0.3.0 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking lazycell v0.5.1 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking scoped-tls v0.1.0 [INFO] [stderr] Checking cpuid-bool v0.1.2 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking smallvec v0.4.5 [INFO] [stderr] Checking stable_deref_trait v1.0.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking slab v0.4.0 [INFO] [stderr] Checking serde v1.0.21 [INFO] [stderr] Checking utf8-ranges v1.0.0 [INFO] [stderr] Checking regex-syntax v0.4.1 [INFO] [stderr] Checking num-traits v0.1.40 [INFO] [stderr] Checking itoa v0.3.4 [INFO] [stderr] Checking dtoa v0.4.2 [INFO] [stderr] Checking num-traits v0.2.0 [INFO] [stderr] Checking quick-error v1.2.1 [INFO] [stderr] Checking smallvec v0.2.1 [INFO] [stderr] Checking take v0.1.0 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking unicode-xid v0.0.4 [INFO] [stderr] Checking linked-hash-map v0.3.0 [INFO] [stderr] Checking safemem v0.2.0 [INFO] [stderr] Checking httparse v1.2.3 [INFO] [stderr] Checking termcolor v0.3.3 [INFO] [stderr] Checking quote v0.3.15 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking ansi_term v0.9.0 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Checking unicode-width v0.1.4 [INFO] [stderr] Checking vec_map v0.8.0 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Checking bitflags v0.9.1 [INFO] [stderr] Checking xdg v2.1.0 [INFO] [stderr] Checking strsim v0.6.0 [INFO] [stderr] Checking hex v0.4.2 [INFO] [stderr] Checking assert_matches v1.4.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Checking arrayvec v0.4.6 [INFO] [stderr] Checking log v0.4.1 [INFO] [stderr] Checking relay v0.1.0 [INFO] [stderr] Compiling unicase v2.1.0 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Checking lru-cache v0.1.1 [INFO] [stderr] Checking owning_ref v0.3.3 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking textwrap v0.9.0 [INFO] [stderr] Checking libc v0.2.80 [INFO] [stderr] Checking typenum v1.12.0 [INFO] [stderr] Checking num-integer v0.1.36 [INFO] [stderr] Checking serde_json v1.0.6 [INFO] [stderr] Checking tokio-service v0.1.0 [INFO] [stderr] Checking app_dirs v1.2.1 (https://github.com/paritytech/app-dirs-rs#0b37f948) [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Checking time v0.1.38 [INFO] [stderr] Checking getrandom v0.1.15 [INFO] [stderr] Checking num_cpus v1.7.0 [INFO] [stderr] Checking iovec v0.1.1 [INFO] [stderr] Checking net2 v0.2.31 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking atty v0.2.3 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking num-iter v0.1.35 [INFO] [stderr] Checking clap v2.27.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking sha2 v0.9.2 [INFO] [stderr] Checking futures-cpupool v0.1.7 [INFO] [stderr] Checking csv-core v0.1.4 [INFO] [stderr] Checking elastic-array v0.6.0 [INFO] [stderr] Checking aho-corasick v0.6.3 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Checking base64 v0.6.0 [INFO] [stderr] Checking murmur3 v0.4.0 [INFO] [stderr] Checking mio v0.6.11 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking csv v1.0.0 [INFO] [stderr] Checking mime v0.3.5 [INFO] [stderr] Checking parking_lot_core v0.2.6 [INFO] [stderr] Checking abstract-ns v0.3.4 [INFO] [stderr] Checking tempdir v0.3.5 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking curve25519-dalek v2.1.0 [INFO] [stderr] Checking bytes v0.4.5 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking chrono v0.4.0 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking generic-array v0.14.4 [INFO] [stderr] Checking sha3 v0.8.2 [INFO] [stderr] Checking rayon-core v1.4.0 [INFO] [stderr] Checking regex v0.2.2 [INFO] [stderr] Compiling bigint v1.0.5 [INFO] [stderr] Checking parking_lot v0.4.8 [INFO] [stderr] Checking tokio-io v0.1.4 [INFO] [stderr] Checking serialization_derive v0.1.0 (/opt/rustwide/workdir/serialization_derive) [INFO] [stderr] Compiling skeptic v0.4.0 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking rayon v1.0.1 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bigint-1.0.5/src/uint.rs:120:4 [INFO] [stdout] | [INFO] [stdout] 120 | asm!(" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 121 | | add $15, $0 [INFO] [stdout] 122 | | adc $16, $1 [INFO] [stdout] 123 | | adc $17, $2 [INFO] [stdout] ... | [INFO] [stdout] 152 | | : [INFO] [stdout] 153 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] ... [INFO] [stdout] 1124 | construct_uint!(U512, 8); [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 the macro `uint_overflowing_add` (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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bigint-1.0.5/src/uint.rs:223:4 [INFO] [stdout] | [INFO] [stdout] 223 | asm!(" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 224 | | sub $15, $0 [INFO] [stdout] 225 | | sbb $16, $1 [INFO] [stdout] 226 | | sbb $17, $2 [INFO] [stdout] ... | [INFO] [stdout] 255 | | : [INFO] [stdout] 256 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] ... [INFO] [stdout] 1124 | construct_uint!(U512, 8); [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 the macro `uint_overflowing_sub` (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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bigint-1.0.5/src/uint.rs:96:4 [INFO] [stdout] | [INFO] [stdout] 96 | asm!(" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 97 | | add $9, $0 [INFO] [stdout] 98 | | adc $10, $1 [INFO] [stdout] 99 | | adc $11, $2 [INFO] [stdout] ... | [INFO] [stdout] 107 | | : [INFO] [stdout] 108 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] ... [INFO] [stdout] 1125 | construct_uint!(U256, 4); [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 the macro `uint_overflowing_add` (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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bigint-1.0.5/src/uint.rs:200:4 [INFO] [stdout] | [INFO] [stdout] 200 | asm!(" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 201 | | sub $9, $0 [INFO] [stdout] 202 | | sbb $10, $1 [INFO] [stdout] 203 | | sbb $11, $2 [INFO] [stdout] ... | [INFO] [stdout] 210 | | : [INFO] [stdout] 211 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] ... [INFO] [stdout] 1125 | construct_uint!(U256, 4); [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 the macro `uint_overflowing_sub` (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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bigint-1.0.5/src/uint.rs:274:4 [INFO] [stdout] | [INFO] [stdout] 274 | asm!(" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 275 | | mov $5, %rax [INFO] [stdout] 276 | | mulq $9 [INFO] [stdout] 277 | | mov %rax, $0 [INFO] [stdout] ... | [INFO] [stdout] 375 | | [INFO] [stdout] 376 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] ... [INFO] [stdout] 1125 | construct_uint!(U256, 4); [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 the macro `uint_overflowing_mul` (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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bigint-1.0.5/src/uint.rs:1137:4 [INFO] [stdout] | [INFO] [stdout] 1137 | asm!(" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 1138 | | mov $8, %rax [INFO] [stdout] 1139 | | mulq $12 [INFO] [stdout] 1140 | | mov %rax, $0 [INFO] [stdout] ... | [INFO] [stdout] 1262 | | : [INFO] [stdout] 1263 | | ); [INFO] [stdout] | |______________^ [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] [INFO] [stdout] [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling serde_derive_internals v0.17.0 [INFO] [stderr] Compiling local-encoding v0.2.0 [INFO] [stderr] Checking tokio-core v0.1.10 [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bigint-1.0.5/src/uint.rs:120:4 [INFO] [stdout] | [INFO] [stdout] 120 | asm!(" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 121 | | add $15, $0 [INFO] [stdout] 122 | | adc $16, $1 [INFO] [stdout] 123 | | adc $17, $2 [INFO] [stdout] ... | [INFO] [stdout] 152 | | : [INFO] [stdout] 153 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] ... [INFO] [stdout] 1124 | construct_uint!(U512, 8); [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 the macro `uint_overflowing_add` (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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bigint-1.0.5/src/uint.rs:223:4 [INFO] [stdout] | [INFO] [stdout] 223 | asm!(" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 224 | | sub $15, $0 [INFO] [stdout] 225 | | sbb $16, $1 [INFO] [stdout] 226 | | sbb $17, $2 [INFO] [stdout] ... | [INFO] [stdout] 255 | | : [INFO] [stdout] 256 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] ... [INFO] [stdout] 1124 | construct_uint!(U512, 8); [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 the macro `uint_overflowing_sub` (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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bigint-1.0.5/src/uint.rs:96:4 [INFO] [stdout] | [INFO] [stdout] 96 | asm!(" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 97 | | add $9, $0 [INFO] [stdout] 98 | | adc $10, $1 [INFO] [stdout] 99 | | adc $11, $2 [INFO] [stdout] ... | [INFO] [stdout] 107 | | : [INFO] [stdout] 108 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] ... [INFO] [stdout] 1125 | construct_uint!(U256, 4); [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 the macro `uint_overflowing_add` (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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bigint-1.0.5/src/uint.rs:200:4 [INFO] [stdout] | [INFO] [stdout] 200 | asm!(" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 201 | | sub $9, $0 [INFO] [stdout] 202 | | sbb $10, $1 [INFO] [stdout] 203 | | sbb $11, $2 [INFO] [stdout] ... | [INFO] [stdout] 210 | | : [INFO] [stdout] 211 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] ... [INFO] [stdout] 1125 | construct_uint!(U256, 4); [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 the macro `uint_overflowing_sub` (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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bigint-1.0.5/src/uint.rs:274:4 [INFO] [stdout] | [INFO] [stdout] 274 | asm!(" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 275 | | mov $5, %rax [INFO] [stdout] 276 | | mulq $9 [INFO] [stdout] 277 | | mov %rax, $0 [INFO] [stdout] ... | [INFO] [stdout] 375 | | [INFO] [stdout] 376 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] ... [INFO] [stdout] 1125 | construct_uint!(U256, 4); [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 the macro `uint_overflowing_mul` (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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bigint-1.0.5/src/uint.rs:1137:4 [INFO] [stdout] | [INFO] [stdout] 1137 | asm!(" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 1138 | | mov $8, %rax [INFO] [stdout] 1139 | | mulq $12 [INFO] [stdout] 1140 | | mov %rax, $0 [INFO] [stdout] ... | [INFO] [stdout] 1262 | | : [INFO] [stdout] 1263 | | ); [INFO] [stdout] | |______________^ [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] [INFO] [stdout] [INFO] [stderr] Checking ecvrf v0.4.2 [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bigint` due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "4fe1e9756dac4959a5f26015c14dd6c07d6a44c390cb17d9cd78b43c8b8dc03e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fe1e9756dac4959a5f26015c14dd6c07d6a44c390cb17d9cd78b43c8b8dc03e", kill_on_drop: false }` [INFO] [stdout] 4fe1e9756dac4959a5f26015c14dd6c07d6a44c390cb17d9cd78b43c8b8dc03e