[INFO] cloning repository https://github.com/emlaufer/juntos [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/emlaufer/juntos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femlaufer%2Fjuntos", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femlaufer%2Fjuntos'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8d66d8241901939974254c0865c95d3dda9d9e20 [INFO] testing emlaufer/juntos against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femlaufer%2Fjuntos" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/emlaufer/juntos 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] removed /workspace/builds/worker-13/source/.cargo/config [INFO] started tweaking git repo https://github.com/emlaufer/juntos [INFO] finished tweaking git repo https://github.com/emlaufer/juntos [INFO] tweaked toml for git repo https://github.com/emlaufer/juntos written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/emlaufer/juntos already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c5c6c8cb3d1abade2f01c45256dc8de282628563b34f2d49982acecde3c51698 [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" "c5c6c8cb3d1abade2f01c45256dc8de282628563b34f2d49982acecde3c51698", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c5c6c8cb3d1abade2f01c45256dc8de282628563b34f2d49982acecde3c51698", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5c6c8cb3d1abade2f01c45256dc8de282628563b34f2d49982acecde3c51698", kill_on_drop: false }` [INFO] [stdout] c5c6c8cb3d1abade2f01c45256dc8de282628563b34f2d49982acecde3c51698 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d7d43d7bfa9f1cf81c509a16a8af49703bd042d992e735b7ea78054ee33b110 [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" "8d7d43d7bfa9f1cf81c509a16a8af49703bd042d992e735b7ea78054ee33b110", kill_on_drop: false }` [INFO] [stderr] Compiling volatile v0.2.7 [INFO] [stderr] Compiling juntos v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/mod.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | unsafe { asm!(concat!("mov {:x}, ", stringify!($register)), out(reg) seg) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/instructions/registers/control.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | define_read_reg_func!(cr4, u64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_read_reg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/segmentation.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/idt.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | asm!("lidt [{}]", in(reg) &ptr) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/mod.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | unsafe { asm!(concat!("mov {:x}, ", stringify!($register)), out(reg) seg) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/instructions/registers/segmentation.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | define_read_reg_func!(gs, u16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_read_reg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/mod.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | unsafe { asm!(concat!("mov {:x}, ", stringify!($register)), out(reg) seg) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/instructions/registers/segmentation.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | define_read_reg_func!(fs, u16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_read_reg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/mod.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | unsafe { asm!(concat!("mov {:x}, ", stringify!($register)), out(reg) seg) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/instructions/registers/segmentation.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | define_read_reg_func!(es, u16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_read_reg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/mod.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | unsafe { asm!(concat!("mov {:x}, ", stringify!($register)), out(reg) seg) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/instructions/registers/segmentation.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | define_read_reg_func!(ss, u16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_read_reg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/mod.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | unsafe { asm!(concat!("mov {:x}, ", stringify!($register)), out(reg) seg) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/instructions/registers/segmentation.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | define_read_reg_func!(ds, u16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_read_reg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/mod.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | unsafe { asm!(concat!("mov {:x}, ", stringify!($register)), out(reg) seg) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/instructions/registers/segmentation.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | define_read_reg_func!(cs, u16); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_read_reg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/mod.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | unsafe { asm!(concat!("mov {:x}, ", stringify!($register)), out(reg) seg) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/instructions/registers/control.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | define_read_reg_func!(cr3, u64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_read_reg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/mod.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | unsafe { asm!(concat!("mov {:x}, ", stringify!($register)), out(reg) seg) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/instructions/registers/control.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | define_read_reg_func!(cr2, u64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_read_reg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/mod.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | unsafe { asm!(concat!("mov {:x}, ", stringify!($register)), out(reg) seg) }; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/instructions/registers/control.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | define_read_reg_func!(cr0, u64); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_read_reg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/gdt/gdt.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | asm!("lgdt [{}]", in(reg) &ptr) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | / interrupt_error!(double_fault, |stack_frame, error_code| { [INFO] [stdout] 68 | | println!( [INFO] [stdout] 69 | | "\nDOUBLE FAULT: {:x?} with code {:x}", [INFO] [stdout] 70 | | stack_frame, error_code [INFO] [stdout] ... | [INFO] [stdout] 75 | | loop {} [INFO] [stdout] 76 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | / interrupt_error!(double_fault, |stack_frame, error_code| { [INFO] [stdout] 68 | | println!( [INFO] [stdout] 69 | | "\nDOUBLE FAULT: {:x?} with code {:x}", [INFO] [stdout] 70 | | stack_frame, error_code [INFO] [stdout] ... | [INFO] [stdout] 75 | | loop {} [INFO] [stdout] 76 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `restore_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:174:17 [INFO] [stdout] | [INFO] [stdout] 174 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | / interrupt_error!(double_fault, |stack_frame, error_code| { [INFO] [stdout] 68 | | println!( [INFO] [stdout] 69 | | "\nDOUBLE FAULT: {:x?} with code {:x}", [INFO] [stdout] 70 | | stack_frame, error_code [INFO] [stdout] ... | [INFO] [stdout] 75 | | loop {} [INFO] [stdout] 76 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | / interrupt_error!(double_fault, |stack_frame, error_code| { [INFO] [stdout] 68 | | println!( [INFO] [stdout] 69 | | "\nDOUBLE FAULT: {:x?} with code {:x}", [INFO] [stdout] 70 | | stack_frame, error_code [INFO] [stdout] ... | [INFO] [stdout] 75 | | loop {} [INFO] [stdout] 76 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `save_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/bochs.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | unsafe { asm!("xchg bx, bx") } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | crate::magic_breakpoint!(); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `crate::magic_breakpoint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / interrupt_error!(general_protection_fault, |stack_frame, error_code| { [INFO] [stdout] 60 | | println!( [INFO] [stdout] 61 | | "\nEXCEPTION: general protection fault {:x?} with code {:x}", [INFO] [stdout] 62 | | stack_frame, error_code [INFO] [stdout] 63 | | ); [INFO] [stdout] 64 | | loop {} [INFO] [stdout] 65 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / interrupt_error!(general_protection_fault, |stack_frame, error_code| { [INFO] [stdout] 60 | | println!( [INFO] [stdout] 61 | | "\nEXCEPTION: general protection fault {:x?} with code {:x}", [INFO] [stdout] 62 | | stack_frame, error_code [INFO] [stdout] 63 | | ); [INFO] [stdout] 64 | | loop {} [INFO] [stdout] 65 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `restore_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:174:17 [INFO] [stdout] | [INFO] [stdout] 174 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / interrupt_error!(general_protection_fault, |stack_frame, error_code| { [INFO] [stdout] 60 | | println!( [INFO] [stdout] 61 | | "\nEXCEPTION: general protection fault {:x?} with code {:x}", [INFO] [stdout] 62 | | stack_frame, error_code [INFO] [stdout] 63 | | ); [INFO] [stdout] 64 | | loop {} [INFO] [stdout] 65 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / interrupt_error!(general_protection_fault, |stack_frame, error_code| { [INFO] [stdout] 60 | | println!( [INFO] [stdout] 61 | | "\nEXCEPTION: general protection fault {:x?} with code {:x}", [INFO] [stdout] 62 | | stack_frame, error_code [INFO] [stdout] 63 | | ); [INFO] [stdout] 64 | | loop {} [INFO] [stdout] 65 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `save_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / interrupt_error!(stack_segment_fault, |stack_frame, error_code| { [INFO] [stdout] 52 | | println!( [INFO] [stdout] 53 | | "\nEXCEPTION: stack segment fault {:?} code {:?}", [INFO] [stdout] 54 | | stack_frame, error_code [INFO] [stdout] 55 | | ); [INFO] [stdout] 56 | | loop {} [INFO] [stdout] 57 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / interrupt_error!(stack_segment_fault, |stack_frame, error_code| { [INFO] [stdout] 52 | | println!( [INFO] [stdout] 53 | | "\nEXCEPTION: stack segment fault {:?} code {:?}", [INFO] [stdout] 54 | | stack_frame, error_code [INFO] [stdout] 55 | | ); [INFO] [stdout] 56 | | loop {} [INFO] [stdout] 57 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `restore_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:174:17 [INFO] [stdout] | [INFO] [stdout] 174 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / interrupt_error!(stack_segment_fault, |stack_frame, error_code| { [INFO] [stdout] 52 | | println!( [INFO] [stdout] 53 | | "\nEXCEPTION: stack segment fault {:?} code {:?}", [INFO] [stdout] 54 | | stack_frame, error_code [INFO] [stdout] 55 | | ); [INFO] [stdout] 56 | | loop {} [INFO] [stdout] 57 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / interrupt_error!(stack_segment_fault, |stack_frame, error_code| { [INFO] [stdout] 52 | | println!( [INFO] [stdout] 53 | | "\nEXCEPTION: stack segment fault {:?} code {:?}", [INFO] [stdout] 54 | | stack_frame, error_code [INFO] [stdout] 55 | | ); [INFO] [stdout] 56 | | loop {} [INFO] [stdout] 57 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `save_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / interrupt_error!(segment_not_present, |stack_frame, error_code| { [INFO] [stdout] 44 | | println!( [INFO] [stdout] 45 | | "\nEXCEPTION: Segment not present {:?} code {:?}", [INFO] [stdout] 46 | | stack_frame, error_code [INFO] [stdout] 47 | | ); [INFO] [stdout] 48 | | loop {} [INFO] [stdout] 49 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / interrupt_error!(segment_not_present, |stack_frame, error_code| { [INFO] [stdout] 44 | | println!( [INFO] [stdout] 45 | | "\nEXCEPTION: Segment not present {:?} code {:?}", [INFO] [stdout] 46 | | stack_frame, error_code [INFO] [stdout] 47 | | ); [INFO] [stdout] 48 | | loop {} [INFO] [stdout] 49 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `restore_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:174:17 [INFO] [stdout] | [INFO] [stdout] 174 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / interrupt_error!(segment_not_present, |stack_frame, error_code| { [INFO] [stdout] 44 | | println!( [INFO] [stdout] 45 | | "\nEXCEPTION: Segment not present {:?} code {:?}", [INFO] [stdout] 46 | | stack_frame, error_code [INFO] [stdout] 47 | | ); [INFO] [stdout] 48 | | loop {} [INFO] [stdout] 49 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / interrupt_error!(segment_not_present, |stack_frame, error_code| { [INFO] [stdout] 44 | | println!( [INFO] [stdout] 45 | | "\nEXCEPTION: Segment not present {:?} code {:?}", [INFO] [stdout] 46 | | stack_frame, error_code [INFO] [stdout] 47 | | ); [INFO] [stdout] 48 | | loop {} [INFO] [stdout] 49 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `save_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / interrupt_error!(page_fault, |stack_frame, error_code| { [INFO] [stdout] 35 | | let pagefault_error = PageFaultError::from_bits(error_code).unwrap(); [INFO] [stdout] 36 | | println!( [INFO] [stdout] 37 | | "\nEXCEPTION: PAGE FAULT with error code {:?}\n{:#?}", [INFO] [stdout] ... | [INFO] [stdout] 40 | | loop {} [INFO] [stdout] 41 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / interrupt_error!(page_fault, |stack_frame, error_code| { [INFO] [stdout] 35 | | let pagefault_error = PageFaultError::from_bits(error_code).unwrap(); [INFO] [stdout] 36 | | println!( [INFO] [stdout] 37 | | "\nEXCEPTION: PAGE FAULT with error code {:?}\n{:#?}", [INFO] [stdout] ... | [INFO] [stdout] 40 | | loop {} [INFO] [stdout] 41 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `restore_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:174:17 [INFO] [stdout] | [INFO] [stdout] 174 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / interrupt_error!(page_fault, |stack_frame, error_code| { [INFO] [stdout] 35 | | let pagefault_error = PageFaultError::from_bits(error_code).unwrap(); [INFO] [stdout] 36 | | println!( [INFO] [stdout] 37 | | "\nEXCEPTION: PAGE FAULT with error code {:?}\n{:#?}", [INFO] [stdout] ... | [INFO] [stdout] 40 | | loop {} [INFO] [stdout] 41 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / interrupt_error!(page_fault, |stack_frame, error_code| { [INFO] [stdout] 35 | | let pagefault_error = PageFaultError::from_bits(error_code).unwrap(); [INFO] [stdout] 36 | | println!( [INFO] [stdout] 37 | | "\nEXCEPTION: PAGE FAULT with error code {:?}\n{:#?}", [INFO] [stdout] ... | [INFO] [stdout] 40 | | loop {} [INFO] [stdout] 41 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `save_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:145:17 [INFO] [stdout] | [INFO] [stdout] 145 | asm!("iretq"); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / interrupt!(breakpoint, |stack_frame| { [INFO] [stdout] 30 | | println!("Exception: BREAKPOINT"); [INFO] [stdout] 31 | | println!("{:x?}", stack_frame); [INFO] [stdout] 32 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / interrupt!(breakpoint, |stack_frame| { [INFO] [stdout] 30 | | println!("Exception: BREAKPOINT"); [INFO] [stdout] 31 | | println!("{:x?}", stack_frame); [INFO] [stdout] 32 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `restore_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:135:17 [INFO] [stdout] | [INFO] [stdout] 135 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / interrupt!(breakpoint, |stack_frame| { [INFO] [stdout] 30 | | println!("Exception: BREAKPOINT"); [INFO] [stdout] 31 | | println!("{:x?}", stack_frame); [INFO] [stdout] 32 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / interrupt!(breakpoint, |stack_frame| { [INFO] [stdout] 30 | | println!("Exception: BREAKPOINT"); [INFO] [stdout] 31 | | println!("{:x?}", stack_frame); [INFO] [stdout] 32 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `save_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:145:17 [INFO] [stdout] | [INFO] [stdout] 145 | asm!("iretq"); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / interrupt!(div_by_zero, |stack_frame| { [INFO] [stdout] 24 | | println!("Exception: div by 0 SHOOK ULTIMATE"); [INFO] [stdout] 25 | | println!("{:x?}", stack_frame); [INFO] [stdout] 26 | | loop {} [INFO] [stdout] 27 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / interrupt!(div_by_zero, |stack_frame| { [INFO] [stdout] 24 | | println!("Exception: div by 0 SHOOK ULTIMATE"); [INFO] [stdout] 25 | | println!("{:x?}", stack_frame); [INFO] [stdout] 26 | | loop {} [INFO] [stdout] 27 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `restore_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:135:17 [INFO] [stdout] | [INFO] [stdout] 135 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / interrupt!(div_by_zero, |stack_frame| { [INFO] [stdout] 24 | | println!("Exception: div by 0 SHOOK ULTIMATE"); [INFO] [stdout] 25 | | println!("{:x?}", stack_frame); [INFO] [stdout] 26 | | loop {} [INFO] [stdout] 27 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / interrupt!(div_by_zero, |stack_frame| { [INFO] [stdout] 24 | | println!("Exception: div by 0 SHOOK ULTIMATE"); [INFO] [stdout] 25 | | println!("{:x?}", stack_frame); [INFO] [stdout] 26 | | loop {} [INFO] [stdout] 27 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `save_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:145:17 [INFO] [stdout] | [INFO] [stdout] 145 | asm!("iretq"); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / interrupt!(invalid_opcode, |stack_frame| { [INFO] [stdout] 18 | | println!("OPCODE: not handled!"); [INFO] [stdout] 19 | | println!("{:x?}", stack_frame); [INFO] [stdout] 20 | | loop {} [INFO] [stdout] 21 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / interrupt!(invalid_opcode, |stack_frame| { [INFO] [stdout] 18 | | println!("OPCODE: not handled!"); [INFO] [stdout] 19 | | println!("{:x?}", stack_frame); [INFO] [stdout] 20 | | loop {} [INFO] [stdout] 21 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `restore_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:135:17 [INFO] [stdout] | [INFO] [stdout] 135 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / interrupt!(invalid_opcode, |stack_frame| { [INFO] [stdout] 18 | | println!("OPCODE: not handled!"); [INFO] [stdout] 19 | | println!("{:x?}", stack_frame); [INFO] [stdout] 20 | | loop {} [INFO] [stdout] 21 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `interrupt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / interrupt!(invalid_opcode, |stack_frame| { [INFO] [stdout] 18 | | println!("OPCODE: not handled!"); [INFO] [stdout] 19 | | println!("{:x?}", stack_frame); [INFO] [stdout] 20 | | loop {} [INFO] [stdout] 21 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `save_scratch_registers` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/tlb.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/segmentation.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/segmentation.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 29 | define_set_seg_func!(gs); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_set_seg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/segmentation.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | define_set_seg_func!(fs); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_set_seg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/segmentation.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | define_set_seg_func!(es); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_set_seg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/segmentation.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | define_set_seg_func!(ss); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_set_seg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/arch/x86_64/instructions/registers/segmentation.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | asm!( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 25 | define_set_seg_func!(ds); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] = note: this error originates in the macro `define_set_seg_func` (in Nightly builds, run with -Z macro-backtrace for more info) [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(lang_items)] [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(custom_test_frameworks)] [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:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(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:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![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:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(core_intrinsics)] [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:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(naked_functions)] [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:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | #![feature(concat_idents)] [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:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(linkage)] [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:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #![feature(ptr_internals)] [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:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #![feature(alloc_error_handler)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | / pub unsafe extern "C" fn [<__raw_interrupt__ $handler>]() -> ! { [INFO] [stdout] 122 | | extern "C" fn internal($stack_frame: &InterruptStackFrame) { [INFO] [stdout] 123 | | $code [INFO] [stdout] 124 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | ::core::intrinsics::unreachable(); [INFO] [stdout] | | ---------------------------------- non-asm is unsupported in naked functions [INFO] [stdout] 148 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / interrupt!(invalid_opcode, |stack_frame| { [INFO] [stdout] 18 | | println!("OPCODE: not handled!"); [INFO] [stdout] 19 | | println!("{:x?}", stack_frame); [INFO] [stdout] 20 | | loop {} [INFO] [stdout] 21 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `interrupt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | / pub unsafe extern "C" fn [<__raw_interrupt__ $handler>]() -> ! { [INFO] [stdout] 122 | | extern "C" fn internal($stack_frame: &InterruptStackFrame) { [INFO] [stdout] 123 | | $code [INFO] [stdout] 124 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | ::core::intrinsics::unreachable(); [INFO] [stdout] | | ---------------------------------- non-asm is unsupported in naked functions [INFO] [stdout] 148 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / interrupt!(div_by_zero, |stack_frame| { [INFO] [stdout] 24 | | println!("Exception: div by 0 SHOOK ULTIMATE"); [INFO] [stdout] 25 | | println!("{:x?}", stack_frame); [INFO] [stdout] 26 | | loop {} [INFO] [stdout] 27 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `interrupt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | / pub unsafe extern "C" fn [<__raw_interrupt__ $handler>]() -> ! { [INFO] [stdout] 122 | | extern "C" fn internal($stack_frame: &InterruptStackFrame) { [INFO] [stdout] 123 | | $code [INFO] [stdout] 124 | | } [INFO] [stdout] ... | [INFO] [stdout] 147 | | ::core::intrinsics::unreachable(); [INFO] [stdout] | | ---------------------------------- non-asm is unsupported in naked functions [INFO] [stdout] 148 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | / interrupt!(breakpoint, |stack_frame| { [INFO] [stdout] 30 | | println!("Exception: BREAKPOINT"); [INFO] [stdout] 31 | | println!("{:x?}", stack_frame); [INFO] [stdout] 32 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `interrupt` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:167:13 [INFO] [stdout] | [INFO] [stdout] 167 | / pub unsafe extern "C" fn [<__raw_interrupt__ $handler>]() -> ! { [INFO] [stdout] 168 | | extern "C" fn internal($stack_frame: &InterruptStackFrame, $error_code: usize) { [INFO] [stdout] 169 | | $code [INFO] [stdout] 170 | | } [INFO] [stdout] ... | [INFO] [stdout] 196 | | ::core::intrinsics::unreachable(); [INFO] [stdout] | | ---------------------------------- non-asm is unsupported in naked functions [INFO] [stdout] 197 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / interrupt_error!(page_fault, |stack_frame, error_code| { [INFO] [stdout] 35 | | let pagefault_error = PageFaultError::from_bits(error_code).unwrap(); [INFO] [stdout] 36 | | println!( [INFO] [stdout] 37 | | "\nEXCEPTION: PAGE FAULT with error code {:?}\n{:#?}", [INFO] [stdout] ... | [INFO] [stdout] 40 | | loop {} [INFO] [stdout] 41 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:167:13 [INFO] [stdout] | [INFO] [stdout] 167 | / pub unsafe extern "C" fn [<__raw_interrupt__ $handler>]() -> ! { [INFO] [stdout] 168 | | extern "C" fn internal($stack_frame: &InterruptStackFrame, $error_code: usize) { [INFO] [stdout] 169 | | $code [INFO] [stdout] 170 | | } [INFO] [stdout] ... | [INFO] [stdout] 196 | | ::core::intrinsics::unreachable(); [INFO] [stdout] | | ---------------------------------- non-asm is unsupported in naked functions [INFO] [stdout] 197 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / interrupt_error!(segment_not_present, |stack_frame, error_code| { [INFO] [stdout] 44 | | println!( [INFO] [stdout] 45 | | "\nEXCEPTION: Segment not present {:?} code {:?}", [INFO] [stdout] 46 | | stack_frame, error_code [INFO] [stdout] 47 | | ); [INFO] [stdout] 48 | | loop {} [INFO] [stdout] 49 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:167:13 [INFO] [stdout] | [INFO] [stdout] 167 | / pub unsafe extern "C" fn [<__raw_interrupt__ $handler>]() -> ! { [INFO] [stdout] 168 | | extern "C" fn internal($stack_frame: &InterruptStackFrame, $error_code: usize) { [INFO] [stdout] 169 | | $code [INFO] [stdout] 170 | | } [INFO] [stdout] ... | [INFO] [stdout] 196 | | ::core::intrinsics::unreachable(); [INFO] [stdout] | | ---------------------------------- non-asm is unsupported in naked functions [INFO] [stdout] 197 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / interrupt_error!(stack_segment_fault, |stack_frame, error_code| { [INFO] [stdout] 52 | | println!( [INFO] [stdout] 53 | | "\nEXCEPTION: stack segment fault {:?} code {:?}", [INFO] [stdout] 54 | | stack_frame, error_code [INFO] [stdout] 55 | | ); [INFO] [stdout] 56 | | loop {} [INFO] [stdout] 57 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:167:13 [INFO] [stdout] | [INFO] [stdout] 167 | / pub unsafe extern "C" fn [<__raw_interrupt__ $handler>]() -> ! { [INFO] [stdout] 168 | | extern "C" fn internal($stack_frame: &InterruptStackFrame, $error_code: usize) { [INFO] [stdout] 169 | | $code [INFO] [stdout] 170 | | } [INFO] [stdout] ... | [INFO] [stdout] 196 | | ::core::intrinsics::unreachable(); [INFO] [stdout] | | ---------------------------------- non-asm is unsupported in naked functions [INFO] [stdout] 197 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | / interrupt_error!(general_protection_fault, |stack_frame, error_code| { [INFO] [stdout] 60 | | println!( [INFO] [stdout] 61 | | "\nEXCEPTION: general protection fault {:x?} with code {:x}", [INFO] [stdout] 62 | | stack_frame, error_code [INFO] [stdout] 63 | | ); [INFO] [stdout] 64 | | loop {} [INFO] [stdout] 65 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0787]: naked functions must contain a single asm block [INFO] [stdout] --> src/arch/x86_64/interrupt/handler/mod.rs:167:13 [INFO] [stdout] | [INFO] [stdout] 167 | / pub unsafe extern "C" fn [<__raw_interrupt__ $handler>]() -> ! { [INFO] [stdout] 168 | | extern "C" fn internal($stack_frame: &InterruptStackFrame, $error_code: usize) { [INFO] [stdout] 169 | | $code [INFO] [stdout] 170 | | } [INFO] [stdout] ... | [INFO] [stdout] 196 | | ::core::intrinsics::unreachable(); [INFO] [stdout] | | ---------------------------------- non-asm is unsupported in naked functions [INFO] [stdout] 197 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] ::: src/arch/x86_64/interrupt/handler/exception.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | / interrupt_error!(double_fault, |stack_frame, error_code| { [INFO] [stdout] 68 | | println!( [INFO] [stdout] 69 | | "\nDOUBLE FAULT: {:x?} with code {:x}", [INFO] [stdout] 70 | | stack_frame, error_code [INFO] [stdout] ... | [INFO] [stdout] 75 | | loop {} [INFO] [stdout] 76 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `interrupt_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 71 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 `juntos` due to 72 previous errors [INFO] running `Command { std: "docker" "inspect" "8d7d43d7bfa9f1cf81c509a16a8af49703bd042d992e735b7ea78054ee33b110", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d7d43d7bfa9f1cf81c509a16a8af49703bd042d992e735b7ea78054ee33b110", kill_on_drop: false }` [INFO] [stdout] 8d7d43d7bfa9f1cf81c509a16a8af49703bd042d992e735b7ea78054ee33b110