Skip to content

Rust

Rust #43

Triggered via schedule September 10, 2023 03:41
Status Failure
Total duration 3m 28s
Artifacts

rust.yml

on: schedule
Check Formatting
16s
Check Formatting
Clippy
44s
Clippy
Matrix: Check
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 68 warnings
Check (ubuntu-latest): src/main.rs#L1
`main` function not found in crate `rust_os`
Check (ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Clippy: src/api/unit.rs#L36
redundant redefinition of a binding
Clippy: src/sys/fs/dir.rs#L239
this loop never actually loops
Clippy
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Test (ubuntu-latest): src/main.rs#L1
`main` function not found in crate `rust_os`
Test (ubuntu-latest)
could not compile `rust_os` (bin "rust_os") due to 2 previous errors
Test (ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Check (windows-latest): src/main.rs#L1
`main` function not found in crate `rust_os`
Check (windows-latest)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
Check (macos-latest): src/main.rs#L1
`main` function not found in crate `rust_os`
Check (macos-latest)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
Test (macos-latest): src/main.rs#L1
`main` function not found in crate `rust_os`
Test (macos-latest)
could not compile `rust_os` (bin "rust_os") due to 2 previous errors
Test (macos-latest)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 1
Test (windows-latest): src/main.rs#L1
`main` function not found in crate `rust_os`
Test (windows-latest)
could not compile `rust_os` (bin "rust_os") due to 2 previous errors
Test (windows-latest)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 1
Check Formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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/
Check (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check (ubuntu-latest): src/sys/fs/block_device.rs#L7
unused import: `alloc::vec`
Check (ubuntu-latest): src/sys/syscall/service.rs#L5
unused import: `crate::sys::fs::Resource`
Check (ubuntu-latest)
`rust_os` (lib) generated 2 warnings (run `cargo fix --lib -p rust_os` to apply 2 suggestions)
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/
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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/
Clippy: src/sys/fs/block_device.rs#L7
unused import: `alloc::vec`
Clippy: src/sys/syscall/service.rs#L5
unused import: `crate::sys::fs::Resource`
Clippy: src/api/font.rs#L11
this returns a `Result<_, ()>`
Clippy: src/api/fs.rs#L20
this returns a `Result<_, ()>`
Clippy: src/api/fs.rs#L21
this returns a `Result<_, ()>`
Clippy: src/api/fs.rs#L28
single-character string constant used as pattern
Clippy: src/api/fs.rs#L68
this returns a `Result<_, ()>`
Clippy: src/api/fs.rs#L111
this returns a `Result<_, ()>`
Clippy: src/api/fs.rs#L128
this returns a `Result<_, ()>`
Clippy: src/api/fs.rs#L133
this returns a `Result<_, ()>`
Test (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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 (ubuntu-latest): src/sys/fs/block_device.rs#L7
unused import: `alloc::vec`
Test (ubuntu-latest): src/sys/syscall/service.rs#L5
unused import: `crate::sys::fs::Resource`
Test (ubuntu-latest)
`rust_os` (lib) generated 2 warnings (run `cargo fix --lib -p rust_os` to apply 2 suggestions)
Check (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check (windows-latest): src/sys/fs/block_device.rs#L7
unused import: `alloc::vec`
Check (windows-latest): src/sys/syscall/service.rs#L5
unused import: `crate::sys::fs::Resource`
Check (windows-latest)
`rust_os` (lib) generated 2 warnings (run `cargo fix --lib -p rust_os` to apply 2 suggestions)
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/
Check (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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 (macos-latest): src/sys/fs/block_device.rs#L7
unused import: `alloc::vec`
Check (macos-latest): src/sys/syscall/service.rs#L5
unused import: `crate::sys::fs::Resource`
Check (macos-latest)
`rust_os` (lib) generated 2 warnings (run `cargo fix --lib -p rust_os` to apply 2 suggestions)
Test (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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/
Test (macos-latest): src/sys/fs/block_device.rs#L7
unused import: `alloc::vec`
Test (macos-latest): src/sys/syscall/service.rs#L5
unused import: `crate::sys::fs::Resource`
Test (macos-latest)
`rust_os` (lib) generated 2 warnings (run `cargo fix --lib -p rust_os` to apply 2 suggestions)
Test (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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/
Test (windows-latest): src/sys/fs/block_device.rs#L7
unused import: `alloc::vec`
Test (windows-latest): src/sys/syscall/service.rs#L5
unused import: `crate::sys::fs::Resource`
Test (windows-latest)
`rust_os` (lib) generated 2 warnings (run `cargo fix --lib -p rust_os` to apply 2 suggestions)