[INFO] crate core_arch 0.1.5 is already in cache [INFO] testing core_arch-0.1.5 against 1.45.2 for beta-1.46-1 [INFO] extracting crate core_arch 0.1.5 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate core_arch 0.1.5 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate core_arch 0.1.5 [INFO] finished tweaking crates.io crate core_arch 0.1.5 [INFO] tweaked toml for crates.io crate core_arch 0.1.5 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 02e94c9f114dc907dfdc8aac030f17643b8d4302e1cd889a23fc97cde1391279 [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" "02e94c9f114dc907dfdc8aac030f17643b8d4302e1cd889a23fc97cde1391279", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "02e94c9f114dc907dfdc8aac030f17643b8d4302e1cd889a23fc97cde1391279", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02e94c9f114dc907dfdc8aac030f17643b8d4302e1cd889a23fc97cde1391279", kill_on_drop: false }` [INFO] [stdout] 02e94c9f114dc907dfdc8aac030f17643b8d4302e1cd889a23fc97cde1391279 [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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b3502ab0a00dfa2099aab0dfe0c104bb80ffaf3852dd8206fd68b9252fa7689 [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" "2b3502ab0a00dfa2099aab0dfe0c104bb80ffaf3852dd8206fd68b9252fa7689", kill_on_drop: false }` [INFO] [stderr] Compiling core_arch v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/eflags.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | asm!("pushfq; popq $0" : "=r"(eflags) : : : "volatile"); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace with: `llvm_asm!` [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] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/eflags.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | asm!("pushq $0; popfq" : : "r"(eflags) : "cc", "flags" : "volatile"); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace with: `llvm_asm!` [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] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/cpuid.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | asm!("cpuid\n" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 69 | | : "={eax}"(eax), "={ebx}"(ebx), "={ecx}"(ecx), "={edx}"(edx) [INFO] [stdout] 70 | | : "{eax}"(leaf), "{ecx}"(sub_leaf) [INFO] [stdout] 71 | | : "rbx" :); [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] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/xsave.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | asm!("xgetbv" : "={eax}"(eax), "={edx}"(edx) : "{ecx}"(xcr_no)); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace with: `llvm_asm!` [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] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/bt.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | asm!("btl $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 11 | | : "=r"(r) [INFO] [stdout] 12 | | : "*m"(p), "r"(b) [INFO] [stdout] 13 | | : "cc", "memory"); [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] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/bt.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | asm!("btsl $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 24 | | : "=r"(r), "+*m"(p) [INFO] [stdout] 25 | | : "r"(b) [INFO] [stdout] 26 | | : "cc", "memory"); [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] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/bt.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | asm!("btrl $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 37 | | : "=r"(r), "+*m"(p) [INFO] [stdout] 38 | | : "r"(b) [INFO] [stdout] 39 | | : "cc", "memory"); [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] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86/bt.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | asm!("btcl $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 50 | | : "=r"(r), "+*m"(p) [INFO] [stdout] 51 | | : "r"(b) [INFO] [stdout] 52 | | : "cc", "memory"); [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] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86_64/bt.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | asm!("btq $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 11 | | : "=r"(r) [INFO] [stdout] 12 | | : "*m"(p), "r"(b) [INFO] [stdout] 13 | | : "cc", "memory"); [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] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86_64/bt.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | asm!("btsq $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 24 | | : "=r"(r), "+*m"(p) [INFO] [stdout] 25 | | : "r"(b) [INFO] [stdout] 26 | | : "cc", "memory"); [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] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86_64/bt.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | asm!("btrq $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 37 | | : "=r"(r), "+*m"(p) [INFO] [stdout] 38 | | : "r"(b) [INFO] [stdout] 39 | | : "cc", "memory"); [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] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/x86_64/bt.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | asm!("btcq $2, $1\n\tsetc ${0:b}" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 50 | | : "=r"(r), "+*m"(p) [INFO] [stdout] 51 | | : "r"(b) [INFO] [stdout] 52 | | : "cc", "memory"); [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] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / #![feature( [INFO] [stdout] 6 | | const_fn, [INFO] [stdout] 7 | | const_fn_union, [INFO] [stdout] 8 | | link_llvm_intrinsics, [INFO] [stdout] ... | [INFO] [stdout] 35 | | external_doc [INFO] [stdout] 36 | | )] [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/x86/sse41.rs:38:35 [INFO] [stdout] | [INFO] [stdout] 38 | pub const _MM_FROUND_FLOOR: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_NEG_INF); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/x86/sse41.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | pub const _MM_FROUND_CEIL: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_POS_INF); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/x86/sse41.rs:44:35 [INFO] [stdout] | [INFO] [stdout] 44 | pub const _MM_FROUND_TRUNC: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_TO_ZERO); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/x86/sse41.rs:48:34 [INFO] [stdout] | [INFO] [stdout] 48 | pub const _MM_FROUND_RINT: i32 = (_MM_FROUND_RAISE_EXC | _MM_FROUND_CUR_DIRECTION); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/x86/sse41.rs:51:39 [INFO] [stdout] | [INFO] [stdout] 51 | pub const _MM_FROUND_NEARBYINT: i32 = (_MM_FROUND_NO_EXC | _MM_FROUND_CUR_DIRECTION); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0545]: `issue` must be a non-zero numeric string or "none" [INFO] [stdout] --> src/x86/mod.rs:355:41 [INFO] [stdout] | [INFO] [stdout] 355 | #[unstable(feature = "stdimd_internal", issue = "0")] [INFO] [stdout] | ^^^^^^^^--- [INFO] [stdout] | | [INFO] [stdout] | `issue` must not be "0", use "none" instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0545]: `issue` must be a non-zero numeric string or "none" [INFO] [stdout] --> src/x86/mod.rs:408:41 [INFO] [stdout] | [INFO] [stdout] 408 | #[unstable(feature = "stdimd_internal", issue = "0")] [INFO] [stdout] | ^^^^^^^^--- [INFO] [stdout] | | [INFO] [stdout] | `issue` must not be "0", use "none" instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0545]: `issue` must be a non-zero numeric string or "none" [INFO] [stdout] --> src/x86/mod.rs:461:41 [INFO] [stdout] | [INFO] [stdout] 461 | #[unstable(feature = "stdimd_internal", issue = "0")] [INFO] [stdout] | ^^^^^^^^--- [INFO] [stdout] | | [INFO] [stdout] | `issue` must not be "0", use "none" instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `core_arch`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "2b3502ab0a00dfa2099aab0dfe0c104bb80ffaf3852dd8206fd68b9252fa7689", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b3502ab0a00dfa2099aab0dfe0c104bb80ffaf3852dd8206fd68b9252fa7689", kill_on_drop: false }` [INFO] [stdout] 2b3502ab0a00dfa2099aab0dfe0c104bb80ffaf3852dd8206fd68b9252fa7689