[INFO] fetching crate xtensa-lx6-rt 0.4.0... [INFO] testing xtensa-lx6-rt-0.4.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate xtensa-lx6-rt 0.4.0 into /workspace/builds/worker-26/source [INFO] validating manifest of crates.io crate xtensa-lx6-rt 0.4.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-26/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bare-metal v0.2.5 [INFO] [stderr] Downloaded r0 v1.0.0 [INFO] [stderr] Downloaded xtensa-lx6-rt-proc-macros v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c71d0e2f8b5e3c03bbad930bdb2877731a759b4468a8dd76e958e08fd36e7bd5 [INFO] running `Command { std: "docker" "start" "-a" "c71d0e2f8b5e3c03bbad930bdb2877731a759b4468a8dd76e958e08fd36e7bd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c71d0e2f8b5e3c03bbad930bdb2877731a759b4468a8dd76e958e08fd36e7bd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c71d0e2f8b5e3c03bbad930bdb2877731a759b4468a8dd76e958e08fd36e7bd5", kill_on_drop: false }` [INFO] [stdout] c71d0e2f8b5e3c03bbad930bdb2877731a759b4468a8dd76e958e08fd36e7bd5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab6cc8347f589faa7650b5661269145cc86af84ac14a762c662fb337c92e97b9 [INFO] running `Command { std: "docker" "start" "-a" "ab6cc8347f589faa7650b5661269145cc86af84ac14a762c662fb337c92e97b9", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling xtensa-lx6-rt v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling r0 v1.0.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling xtensa-lx6-rt-proc-macros v0.1.0 [INFO] [stdout] error: cannot find macro `global_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | global_asm!( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::global_asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `global_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:195:1 [INFO] [stdout] | [INFO] [stdout] 195 | global_asm!( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::global_asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `global_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:212:1 [INFO] [stdout] | [INFO] [stdout] 212 | global_asm!( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::global_asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 281 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `global_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:371:1 [INFO] [stdout] | [INFO] [stdout] 371 | global_asm!( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::global_asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:402:5 [INFO] [stdout] | [INFO] [stdout] 402 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:436:5 [INFO] [stdout] | [INFO] [stdout] 436 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `global_asm` in this scope [INFO] [stdout] --> src/exception/assembly.rs:452:1 [INFO] [stdout] | [INFO] [stdout] 452 | global_asm!( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::global_asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [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] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [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] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [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] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [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] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [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] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [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] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:349:5 [INFO] [stdout] | [INFO] [stdout] 349 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:361:5 [INFO] [stdout] | [INFO] [stdout] 361 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:435:5 [INFO] [stdout] | [INFO] [stdout] 435 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:456:5 [INFO] [stdout] | [INFO] [stdout] 456 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/exception.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | llvm_asm!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/lib.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | llvm_asm!(" [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `llvm_asm` in this scope [INFO] [stdout] --> src/lib.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | llvm_asm!("wsr.vecbase $0" ::"r"(base) :: "volatile"); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(llvm_asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(global_asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(naked_functions)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:239:1 [INFO] [stdout] | [INFO] [stdout] 239 | / unsafe extern "C" fn _KernelExceptionVector() { [INFO] [stdout] 240 | | llvm_asm!( [INFO] [stdout] 241 | | " [INFO] [stdout] 242 | | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] ... | [INFO] [stdout] 249 | | ); [INFO] [stdout] 250 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:255:1 [INFO] [stdout] | [INFO] [stdout] 255 | / unsafe extern "C" fn _UserExceptionVector() { [INFO] [stdout] 256 | | llvm_asm!( [INFO] [stdout] 257 | | " [INFO] [stdout] 258 | | wsr a0, EXCSAVE1 // preserve a0 [INFO] [stdout] ... | [INFO] [stdout] 268 | | ); [INFO] [stdout] 269 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | / unsafe extern "C" fn _DoubleExceptionVector() { [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] ... | [INFO] [stdout] 282 | | ); [INFO] [stdout] 283 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:288:1 [INFO] [stdout] | [INFO] [stdout] 288 | / unsafe extern "C" fn _Level2InterruptVector() { [INFO] [stdout] 289 | | llvm_asm!( [INFO] [stdout] 290 | | " [INFO] [stdout] 291 | | wsr a0, EXCSAVE2 // preserve a0 [INFO] [stdout] ... | [INFO] [stdout] 294 | | ); [INFO] [stdout] 295 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:300:1 [INFO] [stdout] | [INFO] [stdout] 300 | / unsafe extern "C" fn _Level3InterruptVector() { [INFO] [stdout] 301 | | llvm_asm!( [INFO] [stdout] 302 | | " [INFO] [stdout] 303 | | wsr a0, EXCSAVE3 // preserve a0 [INFO] [stdout] ... | [INFO] [stdout] 306 | | ); [INFO] [stdout] 307 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:312:1 [INFO] [stdout] | [INFO] [stdout] 312 | / unsafe extern "C" fn _Level4InterruptVector() { [INFO] [stdout] 313 | | llvm_asm!( [INFO] [stdout] 314 | | " [INFO] [stdout] 315 | | wsr a0, EXCSAVE4 // preserve a0 [INFO] [stdout] ... | [INFO] [stdout] 318 | | ); [INFO] [stdout] 319 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / unsafe extern "C" fn _Level5InterruptVector() { [INFO] [stdout] 325 | | llvm_asm!( [INFO] [stdout] 326 | | " [INFO] [stdout] 327 | | wsr a0, EXCSAVE5 // preserve a0 [INFO] [stdout] ... | [INFO] [stdout] 330 | | ); [INFO] [stdout] 331 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:336:1 [INFO] [stdout] | [INFO] [stdout] 336 | / unsafe extern "C" fn _Level6InterruptVector() { [INFO] [stdout] 337 | | llvm_asm!( [INFO] [stdout] 338 | | " [INFO] [stdout] 339 | | wsr a0, EXCSAVE6 // preserve a0 [INFO] [stdout] ... | [INFO] [stdout] 342 | | ); [INFO] [stdout] 343 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:348:1 [INFO] [stdout] | [INFO] [stdout] 348 | / unsafe extern "C" fn _Level7InterruptVector() { [INFO] [stdout] 349 | | llvm_asm!( [INFO] [stdout] 350 | | " [INFO] [stdout] 351 | | wsr a0, EXCSAVE7 // preserve a0 [INFO] [stdout] ... | [INFO] [stdout] 354 | | ); [INFO] [stdout] 355 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:360:1 [INFO] [stdout] | [INFO] [stdout] 360 | / unsafe extern "C" fn _WindowOverflow4() { [INFO] [stdout] 361 | | llvm_asm!( [INFO] [stdout] 362 | | " [INFO] [stdout] 363 | | s32e a0, a5, -16 [INFO] [stdout] ... | [INFO] [stdout] 369 | | ); [INFO] [stdout] 370 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:375:1 [INFO] [stdout] | [INFO] [stdout] 375 | / unsafe extern "C" fn _WindowUnderflow4() { [INFO] [stdout] 376 | | llvm_asm!( [INFO] [stdout] 377 | | " [INFO] [stdout] 378 | | l32e a1, a5, -12 [INFO] [stdout] ... | [INFO] [stdout] 407 | | ); [INFO] [stdout] 408 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:413:1 [INFO] [stdout] | [INFO] [stdout] 413 | / unsafe extern "C" fn _WindowOverflow8() { [INFO] [stdout] 414 | | llvm_asm!( [INFO] [stdout] 415 | | " [INFO] [stdout] 416 | | s32e a0, a9, -16 [INFO] [stdout] ... | [INFO] [stdout] 428 | | ); [INFO] [stdout] 429 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:434:1 [INFO] [stdout] | [INFO] [stdout] 434 | / unsafe extern "C" fn _WindowUnderflow8() { [INFO] [stdout] 435 | | llvm_asm!( [INFO] [stdout] 436 | | " [INFO] [stdout] 437 | | l32e a0, a9, -16 [INFO] [stdout] ... | [INFO] [stdout] 449 | | ); [INFO] [stdout] 450 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:455:1 [INFO] [stdout] | [INFO] [stdout] 455 | / unsafe extern "C" fn _WindowOverflow12() { [INFO] [stdout] 456 | | llvm_asm!( [INFO] [stdout] 457 | | " [INFO] [stdout] 458 | | s32e a0, a13, -16 [INFO] [stdout] ... | [INFO] [stdout] 474 | | ); [INFO] [stdout] 475 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception.rs:480:1 [INFO] [stdout] | [INFO] [stdout] 480 | / unsafe extern "C" fn _WindowUnderflow12() { [INFO] [stdout] 481 | | llvm_asm!( [INFO] [stdout] 482 | | " [INFO] [stdout] 483 | | l32e a0, a13, -16 [INFO] [stdout] ... | [INFO] [stdout] 499 | | ); [INFO] [stdout] 500 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / unsafe extern "C" fn save_context() { [INFO] [stdout] 94 | | llvm_asm!( [INFO] [stdout] 95 | | " [INFO] [stdout] 96 | | s32i a2, sp, +XT_STK_A2 [INFO] [stdout] ... | [INFO] [stdout] 192 | | ) [INFO] [stdout] 193 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:280:1 [INFO] [stdout] | [INFO] [stdout] 280 | / unsafe extern "C" fn restore_context() { [INFO] [stdout] 281 | | llvm_asm!( [INFO] [stdout] 282 | | " [INFO] [stdout] 283 | | l32i a3, sp, +XT_STK_SAR [INFO] [stdout] ... | [INFO] [stdout] 368 | | ) [INFO] [stdout] 369 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:401:1 [INFO] [stdout] | [INFO] [stdout] 401 | / unsafe extern "C" fn __default_naked_exception() { [INFO] [stdout] 402 | | llvm_asm!( [INFO] [stdout] 403 | | " [INFO] [stdout] 404 | | SAVE_CONTEXT 1 [INFO] [stdout] ... | [INFO] [stdout] 425 | | ) [INFO] [stdout] 426 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:435:1 [INFO] [stdout] | [INFO] [stdout] 435 | / unsafe extern "C" fn __default_naked_double_exception() { [INFO] [stdout] 436 | | llvm_asm!( [INFO] [stdout] 437 | | " [INFO] [stdout] 438 | | SAVE_CONTEXT double [INFO] [stdout] ... | [INFO] [stdout] 449 | | ) [INFO] [stdout] 450 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:477:1 [INFO] [stdout] | [INFO] [stdout] 477 | / unsafe extern "C" fn __default_naked_level_2_interrupt() { [INFO] [stdout] 478 | | llvm_asm!("HANDLE_INTERRUPT_LEVEL 2"); [INFO] [stdout] 479 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:488:1 [INFO] [stdout] | [INFO] [stdout] 488 | / unsafe extern "C" fn __default_naked_level_3_interrupt() { [INFO] [stdout] 489 | | llvm_asm!("HANDLE_INTERRUPT_LEVEL 3"); [INFO] [stdout] 490 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:499:1 [INFO] [stdout] | [INFO] [stdout] 499 | / unsafe extern "C" fn __default_naked_level_4_interrupt() { [INFO] [stdout] 500 | | llvm_asm!("HANDLE_INTERRUPT_LEVEL 4"); [INFO] [stdout] 501 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:510:1 [INFO] [stdout] | [INFO] [stdout] 510 | / unsafe extern "C" fn __default_naked_level_5_interrupt() { [INFO] [stdout] 511 | | llvm_asm!("HANDLE_INTERRUPT_LEVEL 5"); [INFO] [stdout] 512 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:521:1 [INFO] [stdout] | [INFO] [stdout] 521 | / unsafe extern "C" fn __default_naked_level_6_interrupt() { [INFO] [stdout] 522 | | llvm_asm!("HANDLE_INTERRUPT_LEVEL 6"); [INFO] [stdout] 523 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/exception/assembly.rs:532:1 [INFO] [stdout] | [INFO] [stdout] 532 | / unsafe extern "C" fn __default_naked_level_7_interrupt() { [INFO] [stdout] 533 | | llvm_asm!("HANDLE_INTERRUPT_LEVEL 7"); [INFO] [stdout] 534 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 60 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0787. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `xtensa-lx6-rt` due to 61 previous errors [INFO] running `Command { std: "docker" "inspect" "ab6cc8347f589faa7650b5661269145cc86af84ac14a762c662fb337c92e97b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab6cc8347f589faa7650b5661269145cc86af84ac14a762c662fb337c92e97b9", kill_on_drop: false }` [INFO] [stdout] ab6cc8347f589faa7650b5661269145cc86af84ac14a762c662fb337c92e97b9