[INFO] cloning repository https://github.com/pascalmouret/journey_os [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pascalmouret/journey_os" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpascalmouret%2Fjourney_os", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpascalmouret%2Fjourney_os'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9ffbb0b3786ca06f2d57094fd5ad9232c3b89427 [INFO] testing pascalmouret/journey_os against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpascalmouret%2Fjourney_os" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pascalmouret/journey_os on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-9/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/pascalmouret/journey_os [INFO] finished tweaking git repo https://github.com/pascalmouret/journey_os [INFO] tweaked toml for git repo https://github.com/pascalmouret/journey_os written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/pascalmouret/journey_os already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5cf3cd3821c9cc607f85bfa5030b7294258b95d4940b22de7378d9128132fa24 [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" "5cf3cd3821c9cc607f85bfa5030b7294258b95d4940b22de7378d9128132fa24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5cf3cd3821c9cc607f85bfa5030b7294258b95d4940b22de7378d9128132fa24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cf3cd3821c9cc607f85bfa5030b7294258b95d4940b22de7378d9128132fa24", kill_on_drop: false }` [INFO] [stdout] 5cf3cd3821c9cc607f85bfa5030b7294258b95d4940b22de7378d9128132fa24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9620730d61682c6c4e075ee810b9115b2119a4aba2575363b8244fd90ff58126 [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" "9620730d61682c6c4e075ee810b9115b2119a4aba2575363b8244fd90ff58126", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling macros v0.1.0 (/opt/rustwide/workdir/macros) [INFO] [stderr] Compiling journey-os v0.1.0 (/opt/rustwide/workdir/kernel) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> kernel/src/main.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | #![feature(const_raw_ptr_to_usize_cast)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: at compile-time, pointers do not have an integer value, so these casts cannot be properly supported [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> kernel/src/io/port.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | 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] --> kernel/src/io/port.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | 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] --> kernel/src/io/port.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | 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] --> kernel/src/io/port.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | 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] --> kernel/src/io/port.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | 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] --> kernel/src/io/port.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | 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] --> kernel/src/mem/paging/table.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | asm!("mov %cr3, {}", out(reg) ptr, options(att_syntax)); [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] --> kernel/src/mem/paging/mapper.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | 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] --> kernel/src/interrupt/idt.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 172 | asm!("lidt ({idt})", idt = in(reg) &descriptor, options(nostack, att_syntax)); [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] --> kernel/src/interrupt/handlers.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 99 | asm!("mov %cr2, {}", out(reg) address, options(att_syntax)); [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] --> kernel/src/interrupt/handlers.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:145:5 [INFO] [stdout] | [INFO] [stdout] 145 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:151:5 [INFO] [stdout] | [INFO] [stdout] 151 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | asm!("hlt"); [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] --> kernel/src/interrupt/handlers.rs:169:5 [INFO] [stdout] | [INFO] [stdout] 169 | asm!("hlt"); [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 `global_asm` in this scope [INFO] [stdout] --> kernel/src/main.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | global_asm!(include_str!("boot.s"), options(att_syntax)); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::global_asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> kernel/src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(panic_info_message)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> kernel/src/main.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> kernel/src/main.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(global_asm)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> kernel/src/main.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(custom_test_frameworks)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> kernel/src/main.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(const_mut_refs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> kernel/src/main.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #![feature(alloc_error_handler)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> kernel/src/main.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | #![feature(const_raw_ptr_to_usize_cast)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> kernel/src/main.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(abi_x86_interrupt)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `FRAME_MAP` [INFO] [stdout] --> kernel/src/mem/paging/mapper.rs:3:33 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::mem::frames::{Frame, FRAME_MAP, FrameSize}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `macros::os_test` [INFO] [stdout] --> kernel/src/mem/address.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use macros::os_test; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `alloc::boxed::Box` [INFO] [stdout] --> kernel/src/mem/allocator.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use alloc::boxed::Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::borrow::BorrowMut` [INFO] [stdout] --> kernel/src/mem/allocator.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::borrow::BorrowMut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DerefMut`, `Deref`, `Index` [INFO] [stdout] --> kernel/src/mem/allocator.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | use core::ops::{Deref, DerefMut, Index}; [INFO] [stdout] | ^^^^^ ^^^^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::mem::address::VirtualAddress` [INFO] [stdout] --> kernel/src/mem/allocator.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::mem::address::VirtualAddress; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::mem::frames::FrameSize` [INFO] [stdout] --> kernel/src/mem/allocator.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::mem::frames::FrameSize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::mem::paging::mapper::map_frame` [INFO] [stdout] --> kernel/src/mem/allocator.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::mem::paging::mapper::map_frame; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::mem::frames::FRAME_MAP` [INFO] [stdout] --> kernel/src/mem/allocator.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::mem::frames::FRAME_MAP; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::mem::paging::table::Table` [INFO] [stdout] --> kernel/src/mem/allocator.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::mem::paging::table::Table; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `PhysicalAddress` [INFO] [stdout] --> kernel/src/interrupt/handlers.rs:1:27 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::mem::address::{PhysicalAddress, VirtualAddress}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Frame` [INFO] [stdout] --> kernel/src/interrupt/handlers.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::mem::frames::{Frame, FRAME_MAP}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] | [INFO] [stdout] = note: this can occur when a binary crate with `#![no_std]` is compiled for a target where `eh_personality` is defined in the standard library [INFO] [stdout] = help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> kernel/src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(panic_info_message)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> kernel/src/main.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(asm)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> kernel/src/main.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(global_asm)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `asm` has been stable since 1.59.0 and no longer requires an attribute to enable [INFO] [stdout] --> kernel/src/main.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(asm)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `global_asm` has been stable since 1.59.0 and no longer requires an attribute to enable [INFO] [stdout] --> kernel/src/main.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(global_asm)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 45 previous errors; 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `journey-os` due to 46 previous errors; 14 warnings emitted [INFO] running `Command { std: "docker" "inspect" "9620730d61682c6c4e075ee810b9115b2119a4aba2575363b8244fd90ff58126", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9620730d61682c6c4e075ee810b9115b2119a4aba2575363b8244fd90ff58126", kill_on_drop: false }` [INFO] [stdout] 9620730d61682c6c4e075ee810b9115b2119a4aba2575363b8244fd90ff58126