feat(x86_64): real abstraction for ISA IRQs, unfuck I/O APIC #1404
Triggered via pull request
December 29, 2024 04:27
Status
Failure
Total duration
18m 44s
Artifacts
–
ci.yml
on: pull_request
changed_paths
8s
cargo check (host)
3m 49s
rustfmt
25s
clippy
2m 55s
cargo test (host)
4m 44s
build boot image (x86_64)
3m 16s
cargo test (cross x64)
5m 15s
docs
2m 4s
Loom tests (cordyceps)
1m 46s
Miri tests (cordyceps)
2m 13s
Tests (maitake, no-default-features)
1m 56s
Loom tests (maitake)
4m 18s
Miri tests (maitake)
18m 19s
Loom tests (mycelium-util)
1m 4s
all_systems_go
0s
Annotations
3 errors and 15 warnings
Loom tests (mycelium-util)
Process completed with exit code 4.
|
docs:
hal-x86_64/src/interrupt.rs#L140
error: this URL is not a hyperlink
--> hal-x86_64/src/interrupt.rs:140:10
|
140 | /// See: https://wiki.osdev.org/Interrupts#General_IBM-PC_Compatible_Interrupt_Information
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://wiki.osdev.org/Interrupts#General_IBM-PC_Compatible_Interrupt_Information>`
|
= note: bare URLs are not automatically turned into clickable links
= note: `-D rustdoc::bare-urls` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(rustdoc::bare_urls)]`
|
docs
Process completed with exit code 1.
|
changed_paths
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loom tests (mycelium-util)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loom tests (cordyceps)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (maitake, no-default-features)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Miri tests (cordyceps)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build boot image (x86_64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo check (host)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo check (host):
trace/src/embedded_graphics.rs#L132
warning: unused variable: `actual_point`
--> trace/src/embedded_graphics.rs:132:17
|
132 | Err(actual_point) => unsafe {
| ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_actual_point`
|
= note: `#[warn(unused_variables)]` on by default
|
Loom tests (maitake)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo test (host)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo test (cross x64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Miri tests (maitake)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|