[INFO] cloning repository https://github.com/Adrijaned/OS
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Adrijaned/OS" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdrijaned%2FOS", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdrijaned%2FOS'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1c9e7760b743b0b1c57574409088f5c76e3714c3
[INFO] documenting Adrijaned/OS against 1.91.0 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdrijaned%2FOS" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Adrijaned/OS
[INFO] finished tweaking git repo https://github.com/Adrijaned/OS
[INFO] tweaked toml for git repo https://github.com/Adrijaned/OS written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Adrijaned/OS on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Adrijaned/OS already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] df275f9bddb36158f087236a6cceb110ec8ecbfcdc8015083f7e6c994731d312
[INFO] running `Command { std: "docker" "start" "-a" "df275f9bddb36158f087236a6cceb110ec8ecbfcdc8015083f7e6c994731d312", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df275f9bddb36158f087236a6cceb110ec8ecbfcdc8015083f7e6c994731d312", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df275f9bddb36158f087236a6cceb110ec8ecbfcdc8015083f7e6c994731d312", kill_on_drop: false }`
[INFO] [stdout] df275f9bddb36158f087236a6cceb110ec8ecbfcdc8015083f7e6c994731d312
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 20d93e7c4958ce8ac7f2b2d60461534c5480d51c7acb47cf25376223b641af44
[INFO] running `Command { std: "docker" "start" "-a" "20d93e7c4958ce8ac7f2b2d60461534c5480d51c7acb47cf25376223b641af44", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Documenting adrij_os_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/interrupts/mod.rs:59:3
[INFO] [stdout]    |
[INFO] [stdout] 59 | #[naked]
[INFO] [stdout]    |   ^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 59 | #[unsafe(naked)]
[INFO] [stdout]    |   +++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/interrupts/mod.rs:66:3
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[naked]
[INFO] [stdout]    |   ^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[unsafe(naked)]
[INFO] [stdout]    |   +++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]  --> src/interrupts/handlers.rs:1:3
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[naked]
[INFO] [stdout]   |   ^^^^^ usage of unsafe attribute
[INFO] [stdout]   |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[unsafe(naked)]
[INFO] [stdout]   |   +++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/interrupts/handlers.rs:15:3
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[naked]
[INFO] [stdout]    |   ^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[unsafe(naked)]
[INFO] [stdout]    |   +++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/interrupts/handlers.rs:28:3
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[naked]
[INFO] [stdout]    |   ^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[unsafe(naked)]
[INFO] [stdout]    |   +++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/interrupts/handlers.rs:46:3
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[naked]
[INFO] [stdout]    |   ^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[unsafe(naked)]
[INFO] [stdout]    |   +++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/interrupts/handlers.rs:60:3
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[naked]
[INFO] [stdout]    |   ^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[unsafe(naked)]
[INFO] [stdout]    |   +++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/interrupts/handlers.rs:76:3
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[naked]
[INFO] [stdout]    |   ^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[unsafe(naked)]
[INFO] [stdout]    |   +++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/mod.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         asm!("cli"::::"intel","volatile")
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/mod.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     asm!("call load_idt"::::"intel","volatile");
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/mod.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         asm!("sti"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]  --> src/interrupts/handlers.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |         asm!("pusha"::::"intel","volatile");
[INFO] [stdout]   |         ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use core::arch::asm;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]  --> src/interrupts/handlers.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |         asm!("push 'd'"::::"intel","volatile");
[INFO] [stdout]   |         ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use core::arch::asm;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]  --> src/interrupts/handlers.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         asm!("call _putchar"::::"intel","volatile");
[INFO] [stdout]   |         ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use core::arch::asm;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]  --> src/interrupts/handlers.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         asm!("add esp, 4"::::"intel","volatile");
[INFO] [stdout]   |         ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use core::arch::asm;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]  --> src/interrupts/handlers.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |         asm!("popa"::::"intel","volatile");
[INFO] [stdout]   |         ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use core::arch::asm;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         asm!("mov ecx, 2"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         asm!("iretd"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         asm!("pusha"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         asm!("push 'x'"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         asm!("call _putchar"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         asm!("add esp, 4"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         asm!("popa"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         asm!("iretd"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         asm!("pusha"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |         asm!("mov eax, [esp + 32]"::::"intel", "volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         asm!("push 'g'"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         asm!("call _putchar"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         asm!("add esp, 4"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         asm!("push eax"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |         asm!("call _print_int"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         asm!("add esp, 4"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |         asm!("popa"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         asm!("add esp, 4"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         asm!("iretd"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         asm!("pusha"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |         asm!("mov eax, [esp + 32]"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |         asm!("push eax"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         asm!("call _print_int");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |         asm!("add esp, 4"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |         asm!("popa"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         asm!("iretd"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         asm!("pusha"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |         asm!("popa"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |         asm!("iretd"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |         asm!("pusha"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |         asm!("popa"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::asm;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `asm` in this scope
[INFO] [stdout]   --> src/interrupts/handlers.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |         asm!("iretd"::::"intel","volatile");
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::arch::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:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![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:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![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:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(naked_functions)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `naked_functions` has been stable since `1.88.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `lang_items` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(lang_items)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> src/io/mod.rs:62:15
[INFO] [stdout]    |
[INFO] [stdout] 62 |             33...126 => {
[INFO] [stdout]    |               ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0736]: attribute incompatible with `#[unsafe(naked)]`
[INFO] [stdout]   --> src/interrupts/mod.rs:58:3
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[inline(always)]
[INFO] [stdout]    |   ^^^^^^ the `inline` attribute is incompatible with `#[unsafe(naked)]`
[INFO] [stdout] 59 | #[naked]
[INFO] [stdout]    | -------- function marked with `#[unsafe(naked)]` here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0736]: attribute incompatible with `#[unsafe(naked)]`
[INFO] [stdout]   --> src/interrupts/mod.rs:67:3
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[naked]
[INFO] [stdout]    | -------- function marked with `#[unsafe(naked)]` here
[INFO] [stdout] 67 | #[inline(always)]
[INFO] [stdout]    |   ^^^^^^ the `inline` attribute is incompatible with `#[unsafe(naked)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[no_mangle]` cannot be used on internal language items
[INFO] [stdout]   --> src/lib.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[no_mangle]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout] 59 | pub extern fn eh_personality() {}
[INFO] [stdout]    | ------------------------------ should be the internal language item
[INFO] [stdout]    |
[INFO] [stdout]    = note: Rustc requires this item to have a specific mangled name.
[INFO] [stdout]    = note: If you are trying to prevent mangling to ease debugging, many
[INFO] [stdout]    = note: debuggers support a command such as `rbreak rust_eh_personality` to
[INFO] [stdout]    = note: match `.*rust_eh_personality.*` instead of `break rust_eh_personality` on a specific name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[no_mangle]` cannot be used on internal language items
[INFO] [stdout]   --> src/lib.rs:62:1
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[no_mangle]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout] 63 | pub extern fn panic_fmt(_info: &PanicInfo) -> ! { loop {} }
[INFO] [stdout]    | ----------------------------------------------- should be the internal language item
[INFO] [stdout]    |
[INFO] [stdout]    = note: Rustc requires this item to have a specific mangled name.
[INFO] [stdout]    = note: If you are trying to prevent mangling to ease debugging, many
[INFO] [stdout]    = note: debuggers support a command such as `rbreak rust_begin_unwind` to
[INFO] [stdout]    = note: match `.*rust_begin_unwind.*` instead of `break rust_begin_unwind` on a specific name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0554, E0736.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not document `adrij_os_rust`
[INFO] running `Command { std: "docker" "inspect" "20d93e7c4958ce8ac7f2b2d60461534c5480d51c7acb47cf25376223b641af44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20d93e7c4958ce8ac7f2b2d60461534c5480d51c7acb47cf25376223b641af44", kill_on_drop: false }`
[INFO] [stdout] 20d93e7c4958ce8ac7f2b2d60461534c5480d51c7acb47cf25376223b641af44
