[INFO] fetching crate ruspiro-arch-aarch64 0.1.4... [INFO] building ruspiro-arch-aarch64-0.1.4 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate ruspiro-arch-aarch64 0.1.4 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate ruspiro-arch-aarch64 0.1.4 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ruspiro-arch-aarch64 0.1.4 [INFO] finished tweaking crates.io crate ruspiro-arch-aarch64 0.1.4 [INFO] tweaked toml for crates.io crate ruspiro-arch-aarch64 0.1.4 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "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" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a7f54620c9d5e125510fc6d73259dd0a5c222416c1da5c8b610d10ec3a925df2 [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" "a7f54620c9d5e125510fc6d73259dd0a5c222416c1da5c8b610d10ec3a925df2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a7f54620c9d5e125510fc6d73259dd0a5c222416c1da5c8b610d10ec3a925df2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7f54620c9d5e125510fc6d73259dd0a5c222416c1da5c8b610d10ec3a925df2", kill_on_drop: false }` [INFO] [stdout] a7f54620c9d5e125510fc6d73259dd0a5c222416c1da5c8b610d10ec3a925df2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d10b12272ea9e877d363e0e8132364e611355176339a0b6cb8fd2e01ab8f60c0 [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" "d10b12272ea9e877d363e0e8132364e611355176339a0b6cb8fd2e01ab8f60c0", kill_on_drop: false }` [INFO] [stderr] Compiling ruspiro-arch-aarch64 v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(llvm_asm, const_fn)] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/instructions.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | unsafe { llvm_asm!("nop"::::"volatile") }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/instructions.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | unsafe { llvm_asm!("wfe") }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/instructions.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | unsafe { llvm_asm!("sev") }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/instructions.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | unsafe { llvm_asm!("isb sy") }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/instructions.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | unsafe { llvm_asm!("dsb sy") }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/instructions.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | unsafe { llvm_asm!("dmb sy") }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/currentel.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / define_aarch64_register! { [INFO] [stdout] 28 | | @currentEl { [INFO] [stdout] 29 | | /// The current exception level [INFO] [stdout] 30 | | EL OFFSET(2) BITS(2) [ [INFO] [stdout] ... | [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/currentel.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / define_aarch64_register! { [INFO] [stdout] 28 | | @currentEl { [INFO] [stdout] 29 | | /// The current exception level [INFO] [stdout] 30 | | EL OFFSET(2) BITS(2) [ [INFO] [stdout] ... | [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el0/ctr_el0.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_aarch64_register! { [INFO] [stdout] 24 | | @ctr_el0 { [INFO] [stdout] 25 | | /// Log2 of the number of words in the smallest cache line of all the instruction caches that are controlled by [INFO] [stdout] 26 | | /// the PE [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] 52 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el0/ctr_el0.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_aarch64_register! { [INFO] [stdout] 24 | | @ctr_el0 { [INFO] [stdout] 25 | | /// Log2 of the number of words in the smallest cache line of all the instruction caches that are controlled by [INFO] [stdout] 26 | | /// the PE [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] 52 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/ccsidr_el1.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @ccsidr_el1 { [INFO] [stdout] 23 | | /// Indicates the (log2(number of words in cache line)) - 2 [INFO] [stdout] 24 | | LINESIZE OFFSET(0) BITS(3) [ [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/ccsidr_el1.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @ccsidr_el1 { [INFO] [stdout] 23 | | /// Indicates the (log2(number of words in cache line)) - 2 [INFO] [stdout] 24 | | LINESIZE OFFSET(0) BITS(3) [ [INFO] [stdout] ... | [INFO] [stdout] 62 | | } [INFO] [stdout] 63 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/clidr_el1.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @clidr_el1 { [INFO] [stdout] 23 | | /// Type of cache implemented at L1 [INFO] [stdout] 24 | | CTYPE1 OFFSET(0) BITS(3) [ [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/clidr_el1.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @clidr_el1 { [INFO] [stdout] 23 | | /// Type of cache implemented at L1 [INFO] [stdout] 24 | | CTYPE1 OFFSET(0) BITS(3) [ [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/cpacr_el1.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @cpacr_el1 { [INFO] [stdout] 24 | | // trap floating point instractions in EL0/1 [INFO] [stdout] 25 | | FPEN OFFSET(20) BITS(2) [ [INFO] [stdout] ... | [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/cpacr_el1.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @cpacr_el1 { [INFO] [stdout] 24 | | // trap floating point instractions in EL0/1 [INFO] [stdout] 25 | | FPEN OFFSET(20) BITS(2) [ [INFO] [stdout] ... | [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/csselr_el1.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @csselr_el1 { [INFO] [stdout] 23 | | /// Instruction not Data Bit [INFO] [stdout] 24 | | InD OFFSET(0) [ [INFO] [stdout] ... | [INFO] [stdout] 43 | | } [INFO] [stdout] 44 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/csselr_el1.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @csselr_el1 { [INFO] [stdout] 23 | | /// Instruction not Data Bit [INFO] [stdout] 24 | | InD OFFSET(0) [ [INFO] [stdout] ... | [INFO] [stdout] 43 | | } [INFO] [stdout] 44 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/esr_el1.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @esr_el2 { [INFO] [stdout] 23 | | /// Syndrome information [INFO] [stdout] 24 | | ISS OFFSET(0) BITS(24), [INFO] [stdout] ... | [INFO] [stdout] 39 | | } [INFO] [stdout] 40 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/esr_el1.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @esr_el2 { [INFO] [stdout] 23 | | /// Syndrome information [INFO] [stdout] 24 | | ISS OFFSET(0) BITS(24), [INFO] [stdout] ... | [INFO] [stdout] 39 | | } [INFO] [stdout] 40 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/mair_el1.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @mair_el1 { [INFO] [stdout] 24 | | MAIR0 OFFSET(0) BITS(8) [ [INFO] [stdout] 25 | | /// Device Memory nGnRnE [INFO] [stdout] ... | [INFO] [stdout] 184 | | } [INFO] [stdout] 185 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/mair_el1.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @mair_el1 { [INFO] [stdout] 24 | | MAIR0 OFFSET(0) BITS(8) [ [INFO] [stdout] 25 | | /// Device Memory nGnRnE [INFO] [stdout] ... | [INFO] [stdout] 184 | | } [INFO] [stdout] 185 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/mpidr_el1.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @mpidr_el1 { [INFO] [stdout] 24 | | /// Affinity level 0, indicates the core number in a processor [INFO] [stdout] 25 | | AFF0 OFFSET(0) BITS(8), [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/mpidr_el1.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @mpidr_el1 { [INFO] [stdout] 24 | | /// Affinity level 0, indicates the core number in a processor [INFO] [stdout] 25 | | AFF0 OFFSET(0) BITS(8), [INFO] [stdout] ... | [INFO] [stdout] 40 | | } [INFO] [stdout] 41 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/sctlr_el1.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @sctlr_el1 { [INFO] [stdout] 23 | | /// globally enable MMU [INFO] [stdout] 24 | | M OFFSET(0) [ [INFO] [stdout] ... | [INFO] [stdout] 120 | | } [INFO] [stdout] 121 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/sctlr_el1.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @sctlr_el1 { [INFO] [stdout] 23 | | /// globally enable MMU [INFO] [stdout] 24 | | M OFFSET(0) [ [INFO] [stdout] ... | [INFO] [stdout] 120 | | } [INFO] [stdout] 121 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/tcr_el1.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_aarch64_register! { [INFO] [stdout] 24 | | @tcr_el1 { [INFO] [stdout] 25 | | /// Size offset of the memory reagion addressed by ttbr0_el1 (size = 2^(64-t0sz)) [INFO] [stdout] 26 | | T0SZ OFFSET(0) BITS(6), [INFO] [stdout] ... | [INFO] [stdout] 144 | | } [INFO] [stdout] 145 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/tcr_el1.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_aarch64_register! { [INFO] [stdout] 24 | | @tcr_el1 { [INFO] [stdout] 25 | | /// Size offset of the memory reagion addressed by ttbr0_el1 (size = 2^(64-t0sz)) [INFO] [stdout] 26 | | T0SZ OFFSET(0) BITS(6), [INFO] [stdout] ... | [INFO] [stdout] 144 | | } [INFO] [stdout] 145 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/ttbr0_el1.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_aarch64_register! { [INFO] [stdout] 24 | | @ttbr0_el1 { [INFO] [stdout] 25 | | /// Translation table base address bits\[47:x\]. **x** is based on the value of ``TCR_EL1::T0SZ``, [INFO] [stdout] 26 | | /// the stage of translation and the memory translation granule size [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/ttbr0_el1.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_aarch64_register! { [INFO] [stdout] 24 | | @ttbr0_el1 { [INFO] [stdout] 25 | | /// Translation table base address bits\[47:x\]. **x** is based on the value of ``TCR_EL1::T0SZ``, [INFO] [stdout] 26 | | /// the stage of translation and the memory translation granule size [INFO] [stdout] ... | [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/ttbr1_el1.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @ttbr1_el1 { [INFO] [stdout] 24 | | /// Translation table base address bits\[47:x\]. **x** is based on the value of ``TCR_EL1::T0SZ``, [INFO] [stdout] 25 | | /// the stage of translation and the memory translation granule size [INFO] [stdout] ... | [INFO] [stdout] 30 | | } [INFO] [stdout] 31 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/ttbr1_el1.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @ttbr1_el1 { [INFO] [stdout] 24 | | /// Translation table base address bits\[47:x\]. **x** is based on the value of ``TCR_EL1::T0SZ``, [INFO] [stdout] 25 | | /// the stage of translation and the memory translation granule size [INFO] [stdout] ... | [INFO] [stdout] 30 | | } [INFO] [stdout] 31 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/vbar_el1.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @vbar_el2 { [INFO] [stdout] 23 | | /// Base address of the exception vectors for exceptions taken in this exception level [INFO] [stdout] 24 | | BADDR OFFSET(11) BITS(53) [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el1/vbar_el1.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @vbar_el2 { [INFO] [stdout] 23 | | /// Base address of the exception vectors for exceptions taken in this exception level [INFO] [stdout] 24 | | BADDR OFFSET(11) BITS(53) [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/actlr_el2.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @actlr_el2 { [INFO] [stdout] 23 | | /// Write access control to CPUACTLR_EL1 [INFO] [stdout] 24 | | CPUACTLR_EL1 OFFSET(0) [ [INFO] [stdout] ... | [INFO] [stdout] 63 | | } [INFO] [stdout] 64 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/actlr_el2.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @actlr_el2 { [INFO] [stdout] 23 | | /// Write access control to CPUACTLR_EL1 [INFO] [stdout] 24 | | CPUACTLR_EL1 OFFSET(0) [ [INFO] [stdout] ... | [INFO] [stdout] 63 | | } [INFO] [stdout] 64 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/esr_el2.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @esr_el2 { [INFO] [stdout] 23 | | /// Syndrome information [INFO] [stdout] 24 | | ISS OFFSET(0) BITS(24), [INFO] [stdout] ... | [INFO] [stdout] 32 | | } [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/esr_el2.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @esr_el2 { [INFO] [stdout] 23 | | /// Syndrome information [INFO] [stdout] 24 | | ISS OFFSET(0) BITS(24), [INFO] [stdout] ... | [INFO] [stdout] 32 | | } [INFO] [stdout] 33 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/hcr_el2.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @hcr_el2 { [INFO] [stdout] 24 | | /// enable second stage of translation [INFO] [stdout] 25 | | VM OFFSET(0) [ [INFO] [stdout] ... | [INFO] [stdout] 160 | | } [INFO] [stdout] 161 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/hcr_el2.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @hcr_el2 { [INFO] [stdout] 24 | | /// enable second stage of translation [INFO] [stdout] 25 | | VM OFFSET(0) [ [INFO] [stdout] ... | [INFO] [stdout] 160 | | } [INFO] [stdout] 161 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/mair_el2.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @mair_el2 { [INFO] [stdout] 24 | | MAIR0 OFFSET(0) BITS(8) [ [INFO] [stdout] 25 | | NGNRNE = 0x00, [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/mair_el2.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @mair_el2 { [INFO] [stdout] 24 | | MAIR0 OFFSET(0) BITS(8) [ [INFO] [stdout] 25 | | NGNRNE = 0x00, [INFO] [stdout] ... | [INFO] [stdout] 59 | | } [INFO] [stdout] 60 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/sctlr_el2.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @sctlr_el2 { [INFO] [stdout] 23 | | /// globally enable MMU [INFO] [stdout] 24 | | M OFFSET(0) [ [INFO] [stdout] ... | [INFO] [stdout] 58 | | } [INFO] [stdout] 59 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/sctlr_el2.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @sctlr_el2 { [INFO] [stdout] 23 | | /// globally enable MMU [INFO] [stdout] 24 | | M OFFSET(0) [ [INFO] [stdout] ... | [INFO] [stdout] 58 | | } [INFO] [stdout] 59 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/tcr_el2.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @tcr_el2 { [INFO] [stdout] 24 | | /// Size offset of the memory reagion addressed by ttbr0_el2 (size = 2^(64-t0sz)) [INFO] [stdout] 25 | | T0SZ OFFSET(0) BITS(6), [INFO] [stdout] ... | [INFO] [stdout] 78 | | } [INFO] [stdout] 79 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/tcr_el2.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | / define_aarch64_register! { [INFO] [stdout] 23 | | @tcr_el2 { [INFO] [stdout] 24 | | /// Size offset of the memory reagion addressed by ttbr0_el2 (size = 2^(64-t0sz)) [INFO] [stdout] 25 | | T0SZ OFFSET(0) BITS(6), [INFO] [stdout] ... | [INFO] [stdout] 78 | | } [INFO] [stdout] 79 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/ttbr0_el2.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_aarch64_register! { [INFO] [stdout] 24 | | @ttbr0_el2 { [INFO] [stdout] 25 | | /// Translation table base address bits\[47:x\]. **x** is based on the value of ``TCR_EL2::T0SZ``, [INFO] [stdout] 26 | | /// the stage of translation and the memory translation granule size [INFO] [stdout] ... | [INFO] [stdout] 30 | | } [INFO] [stdout] 31 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/ttbr0_el2.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / define_aarch64_register! { [INFO] [stdout] 24 | | @ttbr0_el2 { [INFO] [stdout] 25 | | /// Translation table base address bits\[47:x\]. **x** is based on the value of ``TCR_EL2::T0SZ``, [INFO] [stdout] 26 | | /// the stage of translation and the memory translation granule size [INFO] [stdout] ... | [INFO] [stdout] 30 | | } [INFO] [stdout] 31 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/vbar_el2.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @vbar_el2 { [INFO] [stdout] 23 | | /// Base address of the exception vectors for exceptions taken in this exception level [INFO] [stdout] 24 | | BADDR OFFSET(11) BITS(53) [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el2/vbar_el2.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @vbar_el2 { [INFO] [stdout] 23 | | /// Base address of the exception vectors for exceptions taken in this exception level [INFO] [stdout] 24 | | BADDR OFFSET(11) BITS(53) [INFO] [stdout] 25 | | } [INFO] [stdout] 26 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el3/actlr_el3.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @actlr_el3 { [INFO] [stdout] 23 | | /// Write access control to CPUACTLR_EL1 [INFO] [stdout] 24 | | CPUACTLR_EL1 OFFSET(0) [ [INFO] [stdout] ... | [INFO] [stdout] 58 | | } [INFO] [stdout] 59 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el3/actlr_el3.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @actlr_el3 { [INFO] [stdout] 23 | | /// Write access control to CPUACTLR_EL1 [INFO] [stdout] 24 | | CPUACTLR_EL1 OFFSET(0) [ [INFO] [stdout] ... | [INFO] [stdout] 58 | | } [INFO] [stdout] 59 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | llvm_asm!(concat!("mrs $0,", stringify!($name)):"=r"(raw_value):::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el3/esr_el3.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @esr_el2 { [INFO] [stdout] 23 | | /// Syndrome information [INFO] [stdout] 24 | | ISS OFFSET(0) BITS(24), [INFO] [stdout] ... | [INFO] [stdout] 39 | | } [INFO] [stdout] 40 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `llvm_asm`: will be removed from the compiler, use asm! instead [INFO] [stdout] --> src/register/macros.rs:128:17 [INFO] [stdout] | [INFO] [stdout] 128 | llvm_asm!(concat!("msr ", stringify!($name) , ", $0 ")::"r"(raw_value)::"volatile") [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/el3/esr_el3.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | / define_aarch64_register! { [INFO] [stdout] 22 | | @esr_el2 { [INFO] [stdout] 23 | | /// Syndrome information [INFO] [stdout] 24 | | ISS OFFSET(0) BITS(24), [INFO] [stdout] ... | [INFO] [stdout] 39 | | } [INFO] [stdout] 40 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `define_aarch64_register` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 54 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ruspiro-arch-aarch64` due to 2 previous errors; 54 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d10b12272ea9e877d363e0e8132364e611355176339a0b6cb8fd2e01ab8f60c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d10b12272ea9e877d363e0e8132364e611355176339a0b6cb8fd2e01ab8f60c0", kill_on_drop: false }` [INFO] [stdout] d10b12272ea9e877d363e0e8132364e611355176339a0b6cb8fd2e01ab8f60c0