[INFO] fetching crate xtensa-lx6-rt 0.4.0... [INFO] testing xtensa-lx6-rt-0.4.0 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate xtensa-lx6-rt 0.4.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate xtensa-lx6-rt 0.4.0 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate xtensa-lx6-rt 0.4.0 [INFO] finished tweaking crates.io crate xtensa-lx6-rt 0.4.0 [INFO] tweaked toml for crates.io crate xtensa-lx6-rt 0.4.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 485da41c848e2690dfaf90ac1eb2dc011e8a992e010d312d3ba4996a968a0481 [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" "485da41c848e2690dfaf90ac1eb2dc011e8a992e010d312d3ba4996a968a0481", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "485da41c848e2690dfaf90ac1eb2dc011e8a992e010d312d3ba4996a968a0481", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "485da41c848e2690dfaf90ac1eb2dc011e8a992e010d312d3ba4996a968a0481", kill_on_drop: false }` [INFO] [stdout] 485da41c848e2690dfaf90ac1eb2dc011e8a992e010d312d3ba4996a968a0481 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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] 9bbd23c4d75b405c171a13171e32ef3d709c841d2dc574b729b8b08752028dc1 [INFO] running `Command { std: "docker" "start" "-a" "9bbd23c4d75b405c171a13171e32ef3d709c841d2dc574b729b8b08752028dc1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling xtensa-lx6-rt v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling r0 v1.0.0 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling xtensa-lx6-rt-proc-macros v0.1.0 [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | / llvm_asm!( [INFO] [stdout] 241 | | " [INFO] [stdout] 242 | | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] 243 | | rsr a0, EXCCAUSE // get exception cause [INFO] [stdout] ... | [INFO] [stdout] 248 | | " [INFO] [stdout] 249 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unsupported_naked_functions)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | / llvm_asm!( [INFO] [stdout] 257 | | " [INFO] [stdout] 258 | | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] 259 | | rsr a0, EXCCAUSE // get exception cause [INFO] [stdout] ... | [INFO] [stdout] 267 | | " [INFO] [stdout] 268 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | / llvm_asm!( [INFO] [stdout] 276 | | " [INFO] [stdout] 277 | | wsr a0, EXCSAVE1 // preserve a0 (EXCSAVE1 can be reused as long as there [INFO] [stdout] 278 | | // is no double exception in the first exception until [INFO] [stdout] ... | [INFO] [stdout] 281 | | " [INFO] [stdout] 282 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | / llvm_asm!( [INFO] [stdout] 290 | | " [INFO] [stdout] 291 | | wsr a0, EXCSAVE2 // preserve a0 [INFO] [stdout] 292 | | call0 __naked_level_2_interrupt // used as long jump [INFO] [stdout] 293 | | " [INFO] [stdout] 294 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | / llvm_asm!( [INFO] [stdout] 302 | | " [INFO] [stdout] 303 | | wsr a0, EXCSAVE3 // preserve a0 [INFO] [stdout] 304 | | call0 __naked_level_3_interrupt // used as long jump [INFO] [stdout] 305 | | " [INFO] [stdout] 306 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | / llvm_asm!( [INFO] [stdout] 314 | | " [INFO] [stdout] 315 | | wsr a0, EXCSAVE4 // preserve a0 [INFO] [stdout] 316 | | call0 __naked_level_4_interrupt // used as long jump [INFO] [stdout] 317 | | " [INFO] [stdout] 318 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | / llvm_asm!( [INFO] [stdout] 326 | | " [INFO] [stdout] 327 | | wsr a0, EXCSAVE5 // preserve a0 [INFO] [stdout] 328 | | call0 __naked_level_5_interrupt // used as long jump [INFO] [stdout] 329 | | " [INFO] [stdout] 330 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / llvm_asm!( [INFO] [stdout] 338 | | " [INFO] [stdout] 339 | | wsr a0, EXCSAVE6 // preserve a0 [INFO] [stdout] 340 | | call0 __naked_level_6_interrupt // used as long jump [INFO] [stdout] 341 | | " [INFO] [stdout] 342 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:349:5 [INFO] [stdout] | [INFO] [stdout] 349 | / llvm_asm!( [INFO] [stdout] 350 | | " [INFO] [stdout] 351 | | wsr a0, EXCSAVE7 // preserve a0 [INFO] [stdout] 352 | | call0 __naked_level_7_interrupt // used as long jump [INFO] [stdout] 353 | | " [INFO] [stdout] 354 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:361:5 [INFO] [stdout] | [INFO] [stdout] 361 | / llvm_asm!( [INFO] [stdout] 362 | | " [INFO] [stdout] 363 | | s32e a0, a5, -16 [INFO] [stdout] 364 | | s32e a1, a5, -12 [INFO] [stdout] ... | [INFO] [stdout] 368 | | " [INFO] [stdout] 369 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | / llvm_asm!( [INFO] [stdout] 377 | | " [INFO] [stdout] 378 | | l32e a1, a5, -12 [INFO] [stdout] 379 | | l32e a0, a5, -16 [INFO] [stdout] ... | [INFO] [stdout] 406 | | " [INFO] [stdout] 407 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | / llvm_asm!( [INFO] [stdout] 415 | | " [INFO] [stdout] 416 | | s32e a0, a9, -16 [INFO] [stdout] 417 | | l32e a0, a1, -12 [INFO] [stdout] ... | [INFO] [stdout] 427 | | " [INFO] [stdout] 428 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | / llvm_asm!( [INFO] [stdout] 436 | | " [INFO] [stdout] 437 | | l32e a0, a9, -16 [INFO] [stdout] 438 | | l32e a1, a9, -12 [INFO] [stdout] ... | [INFO] [stdout] 448 | | " [INFO] [stdout] 449 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | / llvm_asm!( [INFO] [stdout] 457 | | " [INFO] [stdout] 458 | | s32e a0, a13, -16 [INFO] [stdout] 459 | | l32e a0, a1, -12 [INFO] [stdout] ... | [INFO] [stdout] 473 | | " [INFO] [stdout] 474 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | / llvm_asm!( [INFO] [stdout] 482 | | " [INFO] [stdout] 483 | | l32e a0, a13, -16 [INFO] [stdout] 484 | | l32e a1, a13, -12 [INFO] [stdout] ... | [INFO] [stdout] 498 | | " [INFO] [stdout] 499 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | / llvm_asm!( [INFO] [stdout] 95 | | " [INFO] [stdout] 96 | | s32i a2, sp, +XT_STK_A2 [INFO] [stdout] 97 | | s32i a3, sp, +XT_STK_A3 [INFO] [stdout] ... | [INFO] [stdout] 191 | | " [INFO] [stdout] 192 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | / llvm_asm!( [INFO] [stdout] 282 | | " [INFO] [stdout] 283 | | l32i a3, sp, +XT_STK_SAR [INFO] [stdout] 284 | | wsr a3, SAR [INFO] [stdout] ... | [INFO] [stdout] 367 | | " [INFO] [stdout] 368 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | / llvm_asm!( [INFO] [stdout] 403 | | " [INFO] [stdout] 404 | | SAVE_CONTEXT 1 [INFO] [stdout] 405 | | [INFO] [stdout] ... | [INFO] [stdout] 424 | | " [INFO] [stdout] 425 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:436:5 [INFO] [stdout] | [INFO] [stdout] 436 | / llvm_asm!( [INFO] [stdout] 437 | | " [INFO] [stdout] 438 | | SAVE_CONTEXT double [INFO] [stdout] 439 | | [INFO] [stdout] ... | [INFO] [stdout] 448 | | " [INFO] [stdout] 449 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:478:5 [INFO] [stdout] | [INFO] [stdout] 478 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 2"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:489:5 [INFO] [stdout] | [INFO] [stdout] 489 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 3"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:500:5 [INFO] [stdout] | [INFO] [stdout] 500 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 4"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:511:5 [INFO] [stdout] | [INFO] [stdout] 511 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 5"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:522:5 [INFO] [stdout] | [INFO] [stdout] 522 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 6"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the LLVM-style inline assembly is unsupported in naked functions [INFO] [stdout] --> src/exception/assembly.rs:533:5 [INFO] [stdout] | [INFO] [stdout] 533 | llvm_asm!("HANDLE_INTERRUPT_LEVEL 7"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #32408 [INFO] [stdout] = help: use the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: this warning originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'wsr' [INFO] [stdout] --> src/exception.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:9 [INFO] [stdout] | [INFO] [stdout] 2 | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rsr' [INFO] [stdout] --> src/exception.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:9 [INFO] [stdout] | [INFO] [stdout] 3 | rsr a0, EXCCAUSE // get exception cause [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'beqi' [INFO] [stdout] --> src/exception.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :5:9 [INFO] [stdout] | [INFO] [stdout] 5 | beqi a0, 5, .AllocAException [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'call0' [INFO] [stdout] --> src/exception.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :7:9 [INFO] [stdout] | [INFO] [stdout] 7 | call0 __naked_kernel_exception [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'wsr' [INFO] [stdout] --> src/exception.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:9 [INFO] [stdout] | [INFO] [stdout] 2 | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rsr' [INFO] [stdout] --> src/exception.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:9 [INFO] [stdout] | [INFO] [stdout] 3 | rsr a0, EXCCAUSE // get exception cause [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'beqi' [INFO] [stdout] --> src/exception.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :5:9 [INFO] [stdout] | [INFO] [stdout] 5 | beqi a0, 5, .AllocAException [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'call0' [INFO] [stdout] --> src/exception.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :7:9 [INFO] [stdout] | [INFO] [stdout] 7 | call0 __naked_user_exception [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'call0' [INFO] [stdout] --> src/exception.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :10:9 [INFO] [stdout] | [INFO] [stdout] 10 | call0 _AllocAException [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'wsr' [INFO] [stdout] --> src/exception.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:5 [INFO] [stdout] | [INFO] [stdout] 2 | wsr a0, EXCSAVE1 // preserve a0 (EXCSAVE1 can be reused as long as there [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'call0' [INFO] [stdout] --> src/exception.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :5:5 [INFO] [stdout] | [INFO] [stdout] 5 | call0 __naked_double_exception // used as long jump [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'wsr' [INFO] [stdout] --> src/exception.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:5 [INFO] [stdout] | [INFO] [stdout] 2 | wsr a0, EXCSAVE2 // preserve a0 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'call0' [INFO] [stdout] --> src/exception.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:5 [INFO] [stdout] | [INFO] [stdout] 3 | call0 __naked_level_2_interrupt // used as long jump [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'wsr' [INFO] [stdout] --> src/exception.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:5 [INFO] [stdout] | [INFO] [stdout] 2 | wsr a0, EXCSAVE3 // preserve a0 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'call0' [INFO] [stdout] --> src/exception.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:5 [INFO] [stdout] | [INFO] [stdout] 3 | call0 __naked_level_3_interrupt // used as long jump [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'wsr' [INFO] [stdout] --> src/exception.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:5 [INFO] [stdout] | [INFO] [stdout] 2 | wsr a0, EXCSAVE4 // preserve a0 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'call0' [INFO] [stdout] --> src/exception.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:5 [INFO] [stdout] | [INFO] [stdout] 3 | call0 __naked_level_4_interrupt // used as long jump [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'wsr' [INFO] [stdout] --> src/exception.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:5 [INFO] [stdout] | [INFO] [stdout] 2 | wsr a0, EXCSAVE5 // preserve a0 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'call0' [INFO] [stdout] --> src/exception.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:5 [INFO] [stdout] | [INFO] [stdout] 3 | call0 __naked_level_5_interrupt // used as long jump [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'wsr' [INFO] [stdout] --> src/exception.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:5 [INFO] [stdout] | [INFO] [stdout] 2 | wsr a0, EXCSAVE6 // preserve a0 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'call0' [INFO] [stdout] --> src/exception.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:5 [INFO] [stdout] | [INFO] [stdout] 3 | call0 __naked_level_6_interrupt // used as long jump [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'wsr' [INFO] [stdout] --> src/exception.rs:349:5 [INFO] [stdout] | [INFO] [stdout] 349 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:5 [INFO] [stdout] | [INFO] [stdout] 2 | wsr a0, EXCSAVE7 // preserve a0 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'call0' [INFO] [stdout] --> src/exception.rs:349:5 [INFO] [stdout] | [INFO] [stdout] 349 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:5 [INFO] [stdout] | [INFO] [stdout] 3 | call0 __naked_level_7_interrupt // used as long jump [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:361:5 [INFO] [stdout] | [INFO] [stdout] 361 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:9 [INFO] [stdout] | [INFO] [stdout] 2 | s32e a0, a5, -16 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:361:5 [INFO] [stdout] | [INFO] [stdout] 361 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:9 [INFO] [stdout] | [INFO] [stdout] 3 | s32e a1, a5, -12 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:361:5 [INFO] [stdout] | [INFO] [stdout] 361 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:9 [INFO] [stdout] | [INFO] [stdout] 4 | s32e a2, a5, -8 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:361:5 [INFO] [stdout] | [INFO] [stdout] 361 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :5:9 [INFO] [stdout] | [INFO] [stdout] 5 | s32e a3, a5, -4 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rfwo' [INFO] [stdout] --> src/exception.rs:361:5 [INFO] [stdout] | [INFO] [stdout] 361 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :6:9 [INFO] [stdout] | [INFO] [stdout] 6 | rfwo [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:9 [INFO] [stdout] | [INFO] [stdout] 2 | l32e a1, a5, -12 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:9 [INFO] [stdout] | [INFO] [stdout] 3 | l32e a0, a5, -16 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:9 [INFO] [stdout] | [INFO] [stdout] 4 | l32e a2, a5, -8 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :5:9 [INFO] [stdout] | [INFO] [stdout] 5 | l32e a3, a5, -4 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rfwu' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :6:9 [INFO] [stdout] | [INFO] [stdout] 6 | rfwu [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rsr' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :13:9 [INFO] [stdout] | [INFO] [stdout] 13 | rsr a0, WINDOWBASE // grab WINDOWBASE before rotw changes it [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rotw' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :14:9 [INFO] [stdout] | [INFO] [stdout] 14 | rotw -1 // WINDOWBASE goes to a4, new a0-a3 are scratch [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rsr' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :15:9 [INFO] [stdout] | [INFO] [stdout] 15 | rsr a2, PS [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'extui' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :16:9 [INFO] [stdout] | [INFO] [stdout] 16 | extui a3, a2, 8, 4 // XCHAL_PS_OWB_SHIFT, XCHAL_PS_OWB_BITS [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown use of instruction mnemonic without a size suffix [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :17:9 [INFO] [stdout] | [INFO] [stdout] 17 | xor a3, a3, a4 // bits changed from old to current windowbase [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rsr' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :18:9 [INFO] [stdout] | [INFO] [stdout] 18 | rsr a4, EXCSAVE1 // restore original a0 (now in a4) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'slli' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :19:9 [INFO] [stdout] | [INFO] [stdout] 19 | slli a3, a3, 8 // XCHAL_PS_OWB_SHIFT [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown use of instruction mnemonic without a size suffix [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :20:9 [INFO] [stdout] | [INFO] [stdout] 20 | xor a2, a2, a3 // flip changed bits in old window base [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'wsr' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :21:9 [INFO] [stdout] | [INFO] [stdout] 21 | wsr a2, PS // update PS.OWB to new window base [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rsync' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :22:9 [INFO] [stdout] | [INFO] [stdout] 22 | rsync [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'bbci' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :24:9 [INFO] [stdout] | [INFO] [stdout] 24 | bbci a4, 31, _WindowUnderflow4 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rotw' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :25:9 [INFO] [stdout] | [INFO] [stdout] 25 | rotw -1 // original a0 goes to a8 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'bbci' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :26:9 [INFO] [stdout] | [INFO] [stdout] 26 | bbci a8, 30, _WindowUnderflow8 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rotw' [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :27:9 [INFO] [stdout] | [INFO] [stdout] 27 | rotw -1 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: ambiguous instructions require an explicit suffix (could be 'jb', or 'jl') [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :28:9 [INFO] [stdout] | [INFO] [stdout] 28 | j _WindowUnderflow12 [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:9 [INFO] [stdout] | [INFO] [stdout] 2 | s32e a0, a9, -16 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:9 [INFO] [stdout] | [INFO] [stdout] 3 | l32e a0, a1, -12 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :5:9 [INFO] [stdout] | [INFO] [stdout] 5 | s32e a1, a9, -12 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :6:9 [INFO] [stdout] | [INFO] [stdout] 6 | s32e a2, a9, -8 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :7:9 [INFO] [stdout] | [INFO] [stdout] 7 | s32e a3, a9, -4 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :8:9 [INFO] [stdout] | [INFO] [stdout] 8 | s32e a4, a0, -32 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :9:9 [INFO] [stdout] | [INFO] [stdout] 9 | s32e a5, a0, -28 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :10:9 [INFO] [stdout] | [INFO] [stdout] 10 | s32e a6, a0, -24 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :11:9 [INFO] [stdout] | [INFO] [stdout] 11 | s32e a7, a0, -20 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rfwo' [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :12:9 [INFO] [stdout] | [INFO] [stdout] 12 | rfwo [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:9 [INFO] [stdout] | [INFO] [stdout] 2 | l32e a0, a9, -16 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:9 [INFO] [stdout] | [INFO] [stdout] 3 | l32e a1, a9, -12 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:9 [INFO] [stdout] | [INFO] [stdout] 4 | l32e a2, a9, -8 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :5:9 [INFO] [stdout] | [INFO] [stdout] 5 | l32e a7, a1, -12 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :7:9 [INFO] [stdout] | [INFO] [stdout] 7 | l32e a3, a9, -4 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :8:9 [INFO] [stdout] | [INFO] [stdout] 8 | l32e a4, a7, -32 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :9:9 [INFO] [stdout] | [INFO] [stdout] 9 | l32e a5, a7, -28 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :10:9 [INFO] [stdout] | [INFO] [stdout] 10 | l32e a6, a7, -24 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :11:9 [INFO] [stdout] | [INFO] [stdout] 11 | l32e a7, a7, -20 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rfwu' [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :12:9 [INFO] [stdout] | [INFO] [stdout] 12 | rfwu [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:9 [INFO] [stdout] | [INFO] [stdout] 2 | s32e a0, a13, -16 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:9 [INFO] [stdout] | [INFO] [stdout] 3 | l32e a0, a1, -12 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :5:9 [INFO] [stdout] | [INFO] [stdout] 5 | s32e a1, a13, -12 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :6:9 [INFO] [stdout] | [INFO] [stdout] 6 | s32e a2, a13, -8 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :7:9 [INFO] [stdout] | [INFO] [stdout] 7 | s32e a3, a13, -4 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :8:9 [INFO] [stdout] | [INFO] [stdout] 8 | s32e a4, a0, -48 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :9:9 [INFO] [stdout] | [INFO] [stdout] 9 | s32e a5, a0, -44 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :10:9 [INFO] [stdout] | [INFO] [stdout] 10 | s32e a6, a0, -40 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :11:9 [INFO] [stdout] | [INFO] [stdout] 11 | s32e a7, a0, -36 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :12:9 [INFO] [stdout] | [INFO] [stdout] 12 | s32e a8, a0, -32 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :13:9 [INFO] [stdout] | [INFO] [stdout] 13 | s32e a9, a0, -28 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :14:9 [INFO] [stdout] | [INFO] [stdout] 14 | s32e a10, a0, -24 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 's32e' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :15:9 [INFO] [stdout] | [INFO] [stdout] 15 | s32e a11, a0, -20 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rfwo' [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :16:9 [INFO] [stdout] | [INFO] [stdout] 16 | rfwo [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :2:9 [INFO] [stdout] | [INFO] [stdout] 2 | l32e a0, a13, -16 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :3:9 [INFO] [stdout] | [INFO] [stdout] 3 | l32e a1, a13, -12 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :4:9 [INFO] [stdout] | [INFO] [stdout] 4 | l32e a2, a13, -8 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :5:9 [INFO] [stdout] | [INFO] [stdout] 5 | l32e a11, a1, -12 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :7:9 [INFO] [stdout] | [INFO] [stdout] 7 | l32e a3, a13, -4 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :8:9 [INFO] [stdout] | [INFO] [stdout] 8 | l32e a4, a11, -48 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :9:9 [INFO] [stdout] | [INFO] [stdout] 9 | l32e a5, a11, -44 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :10:9 [INFO] [stdout] | [INFO] [stdout] 10 | l32e a6, a11, -40 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :11:9 [INFO] [stdout] | [INFO] [stdout] 11 | l32e a7, a11, -36 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :12:9 [INFO] [stdout] | [INFO] [stdout] 12 | l32e a8, a11, -32 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :13:9 [INFO] [stdout] | [INFO] [stdout] 13 | l32e a9, a11, -28 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :14:9 [INFO] [stdout] | [INFO] [stdout] 14 | l32e a10, a11, -24 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'l32e' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :15:9 [INFO] [stdout] | [INFO] [stdout] 15 | l32e a11, a11, -20 [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid instruction mnemonic 'rfwu' [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] note: instantiated into assembly here [INFO] [stdout] --> :16:9 [INFO] [stdout] | [INFO] [stdout] 16 | rfwu [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 96 previous errors; 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `xtensa-lx6-rt` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "9bbd23c4d75b405c171a13171e32ef3d709c841d2dc574b729b8b08752028dc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bbd23c4d75b405c171a13171e32ef3d709c841d2dc574b729b8b08752028dc1", kill_on_drop: false }` [INFO] [stdout] 9bbd23c4d75b405c171a13171e32ef3d709c841d2dc574b729b8b08752028dc1