fix: simplify ARM benchmark to native Linux only, remove cross-compile #43
Annotations
11 errors, 95 warnings, and 2 notices
|
Check Formatting
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
|
Test (macos-latest)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 1
|
|
Test (macos-latest):
src/arch/aarch64/main.rs#L42
invalid instruction mnemonic 'wfe'
|
|
Test (macos-latest):
src/arch/aarch64/main.rs#L14
invalid operand for instruction
|
|
Test (macos-latest):
src/arch/aarch64/main.rs#L61
invalid instruction mnemonic 'mrs'
|
|
Test (ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
|
Test (ubuntu-latest):
src/arch/aarch64/main.rs#L42
invalid instruction mnemonic 'wfe'
|
|
Test (ubuntu-latest):
src/arch/aarch64/main.rs#L14
invalid operand for instruction
|
|
Test (ubuntu-latest):
src/arch/aarch64/main.rs#L69
invalid instruction mnemonic 'wfe'
|
|
Test (windows-latest)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 1
|
|
Test (windows-latest)
could not compile `axiom_os` (bin "axiom_os_arm") due to 1 previous error
|
|
Check Formatting
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Check Formatting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check Formatting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check Formatting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check Formatting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Clippy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Clippy:
src/benchmark.rs#L23
manual checked division
|
|
Clippy:
src/vfs.rs#L84
this `if` statement can be collapsed
|
|
Clippy:
src/vfs.rs#L50
you should consider adding a `Default` implementation for `VirtualFS`
|
|
Clippy:
src/interrupts.rs#L86
function `syscall_handler` is never used
|
|
Clippy:
src/task/simple.rs#L35
field `id` is never read
|
|
Clippy:
src/process.rs#L79
call to unsafe function `x86_64::registers::control::x86_64::<impl x86_64::registers::control::Cr3>::write` is unsafe and requires unsafe block
|
|
Clippy:
src/print.rs#L58
unused imports: `serial_print as _` and `serial_println as _`
|
|
Clippy
`axiom_os` (build script) generated 2 warnings
|
|
Clippy:
build.rs#L30
the borrowed expression implements the required traits
|
|
Clippy:
build.rs#L29
the borrowed expression implements the required traits
|
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Check (macos-latest)
`axiom_os` (bin "axiom_os") generated 1 warning
|
|
Check (macos-latest)
`axiom_os` (lib) generated 4 warnings (run `cargo fix --lib -p axiom_os` to apply 2 suggestions)
|
|
Check (macos-latest):
src/interrupts.rs#L86
function `syscall_handler` is never used
|
|
Check (macos-latest):
src/task/simple.rs#L35
field `id` is never read
|
|
Check (macos-latest):
src/process.rs#L79
call to unsafe function `x86_64::registers::control::x86_64::<impl x86_64::registers::control::Cr3>::write` is unsafe and requires unsafe block
|
|
Check (macos-latest):
src/print.rs#L58
unused imports: `serial_print as _` and `serial_println as _`
|
|
Check (macos-latest)
axiom_os@0.2.0-alpha: nasm not found, skipping switch.s assembly
|
|
Check (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Check (ubuntu-latest)
`axiom_os` (bin "axiom_os") generated 1 warning
|
|
Check (ubuntu-latest)
`axiom_os` (lib) generated 4 warnings (run `cargo fix --lib -p axiom_os` to apply 2 suggestions)
|
|
Check (ubuntu-latest):
src/interrupts.rs#L86
function `syscall_handler` is never used
|
|
Check (ubuntu-latest):
src/task/simple.rs#L35
field `id` is never read
|
|
Check (ubuntu-latest):
src/process.rs#L79
call to unsafe function `x86_64::registers::control::x86_64::<impl x86_64::registers::control::Cr3>::write` is unsafe and requires unsafe block
|
|
Check (ubuntu-latest):
src/print.rs#L58
unused imports: `serial_print as _` and `serial_println as _`
|
|
Check (ubuntu-latest)
axiom_os@0.2.0-alpha: nasm not found, skipping switch.s assembly
|
|
Check (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test (macos-latest)
`axiom_os` (bin "axiom_os") generated 1 warning
|
|
Test (macos-latest)
build failed, waiting for other jobs to finish...
|
|
Test (macos-latest)
axiom_os@0.2.0-alpha: nasm not found, skipping switch.s assembly
|
|
Test (macos-latest)
`axiom_os` (lib) generated 4 warnings (run `cargo fix --lib -p axiom_os` to apply 2 suggestions)
|
|
Test (macos-latest):
src/interrupts.rs#L86
function `syscall_handler` is never used
|
|
Test (macos-latest):
src/task/simple.rs#L35
field `id` is never read
|
|
Test (macos-latest):
src/process.rs#L79
call to unsafe function `x86_64::registers::control::x86_64::<impl x86_64::registers::control::Cr3>::write` is unsafe and requires unsafe block
|
|
Test (macos-latest):
src/print.rs#L58
unused imports: `serial_print as _` and `serial_println as _`
|
|
Test (macos-latest)
axiom_os@0.2.0-alpha: nasm not found, skipping switch.s assembly
|
|
Test (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Check (windows-latest)
`axiom_os` (bin "axiom_os") generated 1 warning
|
|
Check (windows-latest)
`axiom_os` (lib) generated 4 warnings (run `cargo fix --lib -p axiom_os` to apply 2 suggestions)
|
|
Check (windows-latest):
src/interrupts.rs#L86
function `syscall_handler` is never used
|
|
Check (windows-latest):
src/task/simple.rs#L35
field `id` is never read
|
|
Check (windows-latest):
src/process.rs#L79
call to unsafe function `x86_64::registers::control::x86_64::<impl x86_64::registers::control::Cr3>::write` is unsafe and requires unsafe block
|
|
Check (windows-latest):
src/print.rs#L58
unused imports: `serial_print as _` and `serial_println as _`
|
|
Check (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test (ubuntu-latest)
`axiom_os` (bin "axiom_os") generated 1 warning
|
|
Test (ubuntu-latest)
build failed, waiting for other jobs to finish...
|
|
Test (ubuntu-latest)
axiom_os@0.2.0-alpha: nasm not found, skipping switch.s assembly
|
|
Test (ubuntu-latest)
`axiom_os` (lib) generated 4 warnings (run `cargo fix --lib -p axiom_os` to apply 2 suggestions)
|
|
Test (ubuntu-latest):
src/interrupts.rs#L86
function `syscall_handler` is never used
|
|
Test (ubuntu-latest):
src/task/simple.rs#L35
field `id` is never read
|
|
Test (ubuntu-latest):
src/process.rs#L79
call to unsafe function `x86_64::registers::control::x86_64::<impl x86_64::registers::control::Cr3>::write` is unsafe and requires unsafe block
|
|
Test (ubuntu-latest):
src/print.rs#L58
unused imports: `serial_print as _` and `serial_println as _`
|
|
Test (ubuntu-latest)
axiom_os@0.2.0-alpha: nasm not found, skipping switch.s assembly
|
|
Test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test (windows-latest)
`axiom_os` (bin "axiom_os") generated 1 warning
|
|
Test (windows-latest):
src/main.rs#L3
feature `abi_x86_interrupt` is declared but not used
|
|
Test (windows-latest)
`axiom_os` (lib) generated 4 warnings (run `cargo fix --lib -p axiom_os` to apply 2 suggestions)
|
|
Test (windows-latest):
src/interrupts.rs#L86
function `syscall_handler` is never used
|
|
Test (windows-latest):
src/task/simple.rs#L35
field `id` is never read
|
|
Test (windows-latest):
src/process.rs#L79
call to unsafe function `x86_64::registers::control::x86_64::<impl x86_64::registers::control::Cr3>::write` is unsafe and requires unsafe block
|
|
Test (windows-latest):
src/print.rs#L58
unused imports: `serial_print as _` and `serial_println as _`
|
|
Test (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Test (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check (windows-latest)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|
|
Test (windows-latest)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|