[INFO] fetching crate xuantie 0.0.1... [INFO] testing xuantie-0.0.1 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate xuantie 0.0.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate xuantie 0.0.1 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1/source/.cargo/config.toml [INFO] started tweaking crates.io crate xuantie 0.0.1 [INFO] finished tweaking crates.io crate xuantie 0.0.1 [INFO] tweaked toml for crates.io crate xuantie 0.0.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bit_field v0.10.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 751a3f38cad56906225c80c4890adead7661d3e0e588cd12e151bfe9a602d379 [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" "751a3f38cad56906225c80c4890adead7661d3e0e588cd12e151bfe9a602d379", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "751a3f38cad56906225c80c4890adead7661d3e0e588cd12e151bfe9a602d379", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "751a3f38cad56906225c80c4890adead7661d3e0e588cd12e151bfe9a602d379", kill_on_drop: false }` [INFO] [stdout] 751a3f38cad56906225c80c4890adead7661d3e0e588cd12e151bfe9a602d379 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 28ddb4328af7a3dee512c88e8e528bd1a260327bf08a5aa90a90b5754896c286 [INFO] running `Command { std: "docker" "start" "-a" "28ddb4328af7a3dee512c88e8e528bd1a260327bf08a5aa90a90b5754896c286", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling bit_field v0.10.1 [INFO] [stderr] Compiling xuantie v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: invalid register `a0`: unknown register [INFO] [stdout] --> src/asm.rs:45:30 [INFO] [stdout] | [INFO] [stdout] 45 | asm!(".word 0x0245000B", in("a0") va) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid register `a0`: unknown register [INFO] [stdout] --> src/asm.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | asm!(".word 0x0285000B", in("a0") pa) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid register `a0`: unknown register [INFO] [stdout] --> src/asm.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | asm!(".word 0x0215000B", in("a0") set_or_way) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid register `a0`: unknown register [INFO] [stdout] --> src/asm.rs:69:30 [INFO] [stdout] | [INFO] [stdout] 69 | asm!(".word 0x0265000B", in("a0") va) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid register `a0`: unknown register [INFO] [stdout] --> src/asm.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | asm!(".word 0x02A5000B", in("a0") pa) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid register `a0`: unknown register [INFO] [stdout] --> src/asm.rs:81:30 [INFO] [stdout] | [INFO] [stdout] 81 | asm!(".word 0x0225000B", in("a0") set_or_way) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid register `a0`: unknown register [INFO] [stdout] --> src/asm.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | asm!(".word 0x0275000B", in("a0") va) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid register `a0`: unknown register [INFO] [stdout] --> src/asm.rs:99:30 [INFO] [stdout] | [INFO] [stdout] 99 | asm!(".word 0x02B5000B", in("a0") pa) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid register `a0`: unknown register [INFO] [stdout] --> src/asm.rs:105:30 [INFO] [stdout] | [INFO] [stdout] 105 | asm!(".word 0x0235000B", in("a0") set_or_way) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid register `a0`: unknown register [INFO] [stdout] --> src/asm.rs:123:30 [INFO] [stdout] | [INFO] [stdout] 123 | asm!(".word 0x0305000B", in("a0") va) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid register `a0`: unknown register [INFO] [stdout] --> src/asm.rs:129:30 [INFO] [stdout] | [INFO] [stdout] 129 | asm!(".word 0x0385000B", in("a0") pa) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mxstatus.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | set!(0x7C0); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mxstatus.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | clear!(0x7C0); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mxstatus.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | read_csr_as!(Mxstatus, 0x7C0); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhcr.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | set!(0x7C1); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhcr.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | clear!(0x7C1); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhcr.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | read_csr_as!(Mhcr, 0x7C1); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mcor.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | set!(0x7C2); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mcor.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | clear!(0x7C2); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mccr2.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | set!(0x7C3); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mccr2.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | clear!(0x7C3); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mccr2.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | read_csr_as!(Mccr2, 0x7C3); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:32:33 [INFO] [stdout] | [INFO] [stdout] 32 | asm!("csrw {}, {}", const $csr_number, in(reg) val) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mccr2.rs:117:1 [INFO] [stdout] | [INFO] [stdout] 117 | write_csr!(0x7C3); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `write_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mcer2.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | set!(0x7C4); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mcer2.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | clear!(0x7C4); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mcer2.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | read_csr_as!(Mcer2, 0x7C4); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhint.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | set!(0x7C5); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhint.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | clear!(0x7C5); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mrmr.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | set!(0x7C6); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mrmr.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | clear!(0x7C6); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mrmr.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | read_csr!(0x7C6); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mrvbr.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | read_csr!(0x7C7); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mcer.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | set!(0x7C8); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mcer.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | clear!(0x7C8); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mcer.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | read_csr_as!(Mcer, 0x7C8); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/meicr.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | set!(0x7D6); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/meicr.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | clear!(0x7D6); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:32:33 [INFO] [stdout] | [INFO] [stdout] 32 | asm!("csrw {}, {}", const $csr_number, in(reg) val) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/meicr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | write_csr!(0x7D6); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `write_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/meicr2.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | set!(0x7D7); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/meicr2.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | clear!(0x7D7); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:32:33 [INFO] [stdout] | [INFO] [stdout] 32 | asm!("csrw {}, {}", const $csr_number, in(reg) val) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/meicr2.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | write_csr!(0x7D7); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `write_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/sxstatus.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | set!(0x5C0); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/sxstatus.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | clear!(0x5C0); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/sxstatus.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | read_csr_as!(Sxstatus, 0x5C0); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/shcr.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | set!(0x5C1); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/shcr.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | clear!(0x5C1); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/shcr.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | read_csr_as!(Shcr, 0x5C1); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/scer2.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | read_csr_as!(Scer2, 0x5C2); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/scer.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | read_csr_as!(Scer, 0x5C3); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/smel.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | read_csr!(0x9C1); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/smeh.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | read_csr_as!(Smeh, 0x9C2); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mraddr.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | read_csr!(0x7E0); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mexstatus.rs:89:1 [INFO] [stdout] | [INFO] [stdout] 89 | set!(0x7E1); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mexstatus.rs:90:1 [INFO] [stdout] | [INFO] [stdout] 90 | clear!(0x7E1); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mexstatus.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | read_csr_as!(Mexstatus, 0x7E1); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mnmicause.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | set!(0x7E2); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mnmicause.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | clear!(0x7E2); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mnmicause.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | read_csr_as!(Mnmicause, 0x7E2); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mnmipc.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | read_csr!(0x7E3); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/fxcr.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | set!(0x800); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/fxcr.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | clear!(0x800); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/fxcr.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | read_csr_as!(Fxcr, 0x800); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhpmcounter.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | unsafe { get_csr_value!(0xB03) } [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `get_csr_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhpmcounter.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | unsafe { get_csr_value!(0xB04) } [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `get_csr_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhpmcounter.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | unsafe { get_csr_value!(0xB05) } [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `get_csr_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhpmcounter.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | unsafe { get_csr_value!(0xB06) } [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `get_csr_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhpmcounter.rs:21:14 [INFO] [stdout] | [INFO] [stdout] 21 | unsafe { get_csr_value!(0xB07) } [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `get_csr_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhpmcounter.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | unsafe { get_csr_value!(0xB08) } [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `get_csr_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhpmcounter.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | unsafe { get_csr_value!(0xB09) } [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `get_csr_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhpmcounter.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | unsafe { get_csr_value!(0xB0D) } [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `get_csr_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhpmcounter.rs:37:14 [INFO] [stdout] | [INFO] [stdout] 37 | unsafe { get_csr_value!(0xB0E) } [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `get_csr_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhpmcounter.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | unsafe { get_csr_value!(0xB0F) } [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `get_csr_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhpmcounter.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 45 | unsafe { get_csr_value!(0xB10) } [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `get_csr_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:87:45 [INFO] [stdout] | [INFO] [stdout] 87 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mhpmcounter.rs:49:14 [INFO] [stdout] | [INFO] [stdout] 49 | unsafe { get_csr_value!(0xB11) } [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `get_csr_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mcins.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | set!(0x7D2); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mcins.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | clear!(0x7D2); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:42:49 [INFO] [stdout] | [INFO] [stdout] 42 | asm!("csrs {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mcindex.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | set!(0x7D3); [INFO] [stdout] | ----------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `set` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:52:49 [INFO] [stdout] | [INFO] [stdout] 52 | asm!("csrc {1}, {0}", in(reg) bits, const $csr_number) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mcindex.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | clear!(0x7D3); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `clear` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: const operands for inline assembly are unstable [INFO] [stdout] --> src/macros.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | asm!("csrr {}, {}", out(reg) r, const $csr_number); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/register/mapbaddr.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | read_csr!(0xFC1); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #72016 for more information [INFO] [stdout] = help: add `#![feature(asm_const)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `read_csr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 79 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `xuantie` due to 80 previous errors [INFO] running `Command { std: "docker" "inspect" "28ddb4328af7a3dee512c88e8e528bd1a260327bf08a5aa90a90b5754896c286", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28ddb4328af7a3dee512c88e8e528bd1a260327bf08a5aa90a90b5754896c286", kill_on_drop: false }` [INFO] [stdout] 28ddb4328af7a3dee512c88e8e528bd1a260327bf08a5aa90a90b5754896c286