aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.85k stars 91 forks source link

Updates makefile with aarch64 targets #271

Closed future-highway closed 1 year ago

future-highway commented 1 year ago

Multiple tests that are ignored in CI are failing, in relation to cgroups-rs. An example output (others are the same):

---- runtime::cell_service::cells::cells::tests::test_allocate stdout ---- thread 'runtime::cell_service::cells::cells::tests::test_allocate' panicked at 'inner from builder: Error { kind: WriteFailed("cpu.weight", "0"), cause: Some(Os { code: 34, kind: Uncategorized, message: "Result not representable" }) }', auraed/src/runtime/cell_service/cells/cgroups/cgroup.rs:64:29

Seems like we need to update our validation. (edit: may just be the tests, as they skip validation)