[INFO] fetching crate stm32f0x2 0.1.0... [INFO] checking stm32f0x2-0.1.0 against try#4a04890980766cc79878135f5ade8c0c4321e943 for pr-65819 [INFO] extracting crate stm32f0x2 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate stm32f0x2 0.1.0 on toolchain 4a04890980766cc79878135f5ade8c0c4321e943 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate stm32f0x2 0.1.0 [INFO] finished tweaking crates.io crate stm32f0x2 0.1.0 [INFO] tweaked toml for crates.io crate stm32f0x2 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 734a207707e898316c289b77ba90be0a0d50d3b3bcc15bbbd22ddf97c76335bd [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" "734a207707e898316c289b77ba90be0a0d50d3b3bcc15bbbd22ddf97c76335bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "734a207707e898316c289b77ba90be0a0d50d3b3bcc15bbbd22ddf97c76335bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "734a207707e898316c289b77ba90be0a0d50d3b3bcc15bbbd22ddf97c76335bd", kill_on_drop: false }` [INFO] [stdout] 734a207707e898316c289b77ba90be0a0d50d3b3bcc15bbbd22ddf97c76335bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 331473a8f58a4eab1b23651879267d0d397025edd16a3ab120bcc73b5070c5b2 [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" "331473a8f58a4eab1b23651879267d0d397025edd16a3ab120bcc73b5070c5b2", kill_on_drop: false }` [INFO] [stderr] Checking vcell v0.1.3 [INFO] [stderr] Compiling cortex-m v0.3.1 [INFO] [stderr] Checking aligned v0.1.2 [INFO] [stderr] Checking bare-metal v0.1.3 [INFO] [stderr] Checking volatile-register v0.2.0 [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/asm.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | asm!("nop" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 25 | | : [INFO] [stdout] 26 | | : [INFO] [stdout] 27 | | : [INFO] [stdout] 28 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/apsr.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | asm!("mrs $0, APSR" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 47 | | : "=r"(r) [INFO] [stdout] 48 | | : [INFO] [stdout] 49 | | : [INFO] [stdout] 50 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/basepri.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | asm!("mrs $0, BASEPRI" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 9 | | : "=r"(r) [INFO] [stdout] 10 | | : [INFO] [stdout] 11 | | : [INFO] [stdout] 12 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/basepri.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | asm!("msr BASEPRI, $0" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 21 | | : [INFO] [stdout] 22 | | : "r"(basepri) [INFO] [stdout] 23 | | : "memory" [INFO] [stdout] 24 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/basepri_max.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | asm!("msr BASEPRI_MAX, $0" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 11 | | : [INFO] [stdout] 12 | | : "r"(basepri) [INFO] [stdout] 13 | | : "memory" [INFO] [stdout] 14 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/control.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | asm!("mrs $0, CONTROL" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 112 | | : "=r"(r) [INFO] [stdout] 113 | | : [INFO] [stdout] 114 | | : [INFO] [stdout] 115 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/faultmask.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | asm!("mrs $0, FAULTMASK" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 30 | | : "=r"(r) [INFO] [stdout] 31 | | : [INFO] [stdout] 32 | | : [INFO] [stdout] 33 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/lr.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | asm!("mov $0,R14" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 9 | | : "=r"(r) [INFO] [stdout] 10 | | : [INFO] [stdout] 11 | | : [INFO] [stdout] 12 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/lr.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | asm!("mov R14,$0" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 21 | | : [INFO] [stdout] 22 | | : "r"(bits) [INFO] [stdout] 23 | | : [INFO] [stdout] 24 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/msp.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | asm!("mrs $0,MSP" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 9 | | : "=r"(r) [INFO] [stdout] 10 | | : [INFO] [stdout] 11 | | : [INFO] [stdout] 12 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/msp.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | asm!("msr MSP,$0" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 21 | | : [INFO] [stdout] 22 | | : "r"(bits) [INFO] [stdout] 23 | | : [INFO] [stdout] 24 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/pc.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | asm!("mov $0,R15" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 9 | | : "=r"(r) [INFO] [stdout] 10 | | : [INFO] [stdout] 11 | | : [INFO] [stdout] 12 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/pc.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | asm!("mov R15,$0" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 21 | | : [INFO] [stdout] 22 | | : "r"(bits) [INFO] [stdout] 23 | | : [INFO] [stdout] 24 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/primask.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | asm!("mrs $0, PRIMASK" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 30 | | : "=r"(r) [INFO] [stdout] 31 | | : [INFO] [stdout] 32 | | : [INFO] [stdout] 33 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/psp.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | asm!("mrs $0,PSP" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 9 | | : "=r"(r) [INFO] [stdout] 10 | | : [INFO] [stdout] 11 | | : [INFO] [stdout] 12 | | : "volatile"); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.3.1/src/register/psp.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | asm!("msr PSP,$0" [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 21 | | : [INFO] [stdout] 22 | | : "r"(bits) [INFO] [stdout] 23 | | : [INFO] [stdout] 24 | | : "volatile"); [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: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cortex-m` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "331473a8f58a4eab1b23651879267d0d397025edd16a3ab120bcc73b5070c5b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "331473a8f58a4eab1b23651879267d0d397025edd16a3ab120bcc73b5070c5b2", kill_on_drop: false }` [INFO] [stdout] 331473a8f58a4eab1b23651879267d0d397025edd16a3ab120bcc73b5070c5b2