Skip to content

Merge branch 'main' of https://github.com/Abhiprd200/axiom-os-kernel #15

Merge branch 'main' of https://github.com/Abhiprd200/axiom-os-kernel

Merge branch 'main' of https://github.com/Abhiprd200/axiom-os-kernel #15

Triggered via push May 5, 2026 14:58
Status Failure
Total duration 15m 4s
Artifacts

code.yml

on: push
Matrix: Check
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 34 warnings, and 2 notices
Check (macos-latest)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
Check (macos-latest)
failed to run custom build command for `axiom_os v0.1.0 (/Users/runner/work/axiom-os-kernel/axiom-os-kernel)`
Test (macos-latest)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 1
Test (macos-latest)
failed to run custom build command for `axiom_os v0.1.0 (/Users/runner/work/axiom-os-kernel/axiom-os-kernel)`
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 2 previous errors
Test (windows-latest): src/arch/aarch64/main.rs#L61
invalid instruction mnemonic 'mrs'
Test (ubuntu-latest)
The job was not acquired by Runner of type hosted even after multiple attempts
Check (ubuntu-latest)
The job was not acquired by Runner of type hosted even after multiple attempts
Clippy
The job was not acquired by Runner of type hosted even after multiple attempts
Check Formatting
The job was not acquired by Runner of type hosted even after multiple attempts
Code
Internal server error. Correlation ID: 66251249-4afc-496f-8bad-2228941723d5
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)
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/
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)
build failed, waiting for other jobs to finish...
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 (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