LiteBox kernel platform and machine runner #2948
ci.yml
on: pull_request
Build and Test
50s
Build and Test (32-bit)
1m 38s
Build and Test LVBS
40s
Build and Test Windows
2m 6s
Build and Test SNP
1m 9s
Build and Test boot image with QEMU
1m 19s
Confirm no_std
33s
Annotations
27 errors
|
Build and Test LVBS
Process completed with exit code 1.
|
|
clippy issue
"cargo clippy" failed
|
|
type annotations needed:
litebox_platform_kernel/src/syscall_entry.rs#L160
error[E0282]: type annotations needed
--> litebox_platform_kernel/src/syscall_entry.rs:160:16
|
160 | match shim.syscall(&mut ctx) {
| ^^^^^^^ cannot infer type
|
|
associated type `ContinueOperation` not found for `litebox:
litebox_platform_kernel/src/lib.rs#L147
shim::EnterShim`::error[E0220]: associated type `ContinueOperation` not found for `litebox::shim::EnterShim`
--> litebox_platform_kernel/src/lib.rs:147:13
|
147 | ContinueOperation = syscall_entry::SyscallReturnType,
| ^^^^^^^^^^^^^^^^^ help: `litebox::shim::EnterShim` has the following associated type: `ExecutionContext`
|
|
associated type `ContinueOperation` not found for `litebox:
litebox_platform_kernel/src/syscall_entry.rs#L242
shim::EnterShim`::error[E0220]: associated type `ContinueOperation` not found for `litebox::shim::EnterShim`
--> litebox_platform_kernel/src/syscall_entry.rs:242:9
|
242 | ContinueOperation = ContinueOperation,
| ^^^^^^^^^^^^^^^^^ help: `litebox::shim::EnterShim` has the following associated type: `ExecutionContext`
|
|
associated type `ContinueOperation` not found for `litebox:
litebox_platform_kernel/src/syscall_entry.rs#L52
shim::EnterShim`::error[E0220]: associated type `ContinueOperation` not found for `litebox::shim::EnterShim`
--> litebox_platform_kernel/src/syscall_entry.rs:52:9
|
52 | ContinueOperation = ContinueOperation,
| ^^^^^^^^^^^^^^^^^ help: `litebox::shim::EnterShim` has the following associated type: `ExecutionContext`
|
|
unresolved import `litebox_common_linux:
litebox_platform_kernel/src/syscall_entry.rs#L39
ContinueOperation`::error[E0432]: unresolved import `litebox_common_linux::ContinueOperation`
--> litebox_platform_kernel/src/syscall_entry.rs:39:13
|
39 | use litebox_common_linux::ContinueOperation;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ContinueOperation` in the root
|
help: consider importing this enum instead
|
39 - use litebox_common_linux::ContinueOperation;
39 + use litebox::shim::ContinueOperation;
|
|
|
Build and Test
Process completed with exit code 1.
|
|
clippy issue
"cargo clippy" failed
|
|
associated type `ContinueOperation` not found for `litebox:
litebox_platform_kernel/src/lib.rs#L147
shim::EnterShim`::error[E0220]: associated type `ContinueOperation` not found for `litebox::shim::EnterShim`
--> litebox_platform_kernel/src/lib.rs:147:13
|
147 | ContinueOperation = syscall_entry::SyscallReturnType,
| ^^^^^^^^^^^^^^^^^ help: `litebox::shim::EnterShim` has the following associated type: `ExecutionContext`
|
|
associated type `ContinueOperation` not found for `litebox:
litebox_platform_kernel/src/syscall_entry.rs#L242
shim::EnterShim`::error[E0220]: associated type `ContinueOperation` not found for `litebox::shim::EnterShim`
--> litebox_platform_kernel/src/syscall_entry.rs:242:9
|
242 | ContinueOperation = ContinueOperation,
| ^^^^^^^^^^^^^^^^^ help: `litebox::shim::EnterShim` has the following associated type: `ExecutionContext`
|
|
associated type `ContinueOperation` not found for `litebox:
litebox_platform_kernel/src/syscall_entry.rs#L52
shim::EnterShim`::error[E0220]: associated type `ContinueOperation` not found for `litebox::shim::EnterShim`
--> litebox_platform_kernel/src/syscall_entry.rs:52:9
|
52 | ContinueOperation = ContinueOperation,
| ^^^^^^^^^^^^^^^^^ help: `litebox::shim::EnterShim` has the following associated type: `ExecutionContext`
|
|
unresolved import `litebox_common_optee:
litebox_platform_kernel/src/syscall_entry.rs#L42
ContinueOperation`::error[E0432]: unresolved import `litebox_common_optee::ContinueOperation`
--> litebox_platform_kernel/src/syscall_entry.rs:42:13
|
42 | use litebox_common_optee::ContinueOperation;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ContinueOperation` in the root
|
help: consider importing this enum instead
|
42 - use litebox_common_optee::ContinueOperation;
42 + use litebox::shim::ContinueOperation;
|
|
|
Build and Test SNP
Process completed with exit code 1.
|
|
Documentation issue
"cargo doc" failed
|
|
type annotations needed:
litebox_platform_kernel/src/syscall_entry.rs#L160
error[E0282]: type annotations needed
--> litebox_platform_kernel/src/syscall_entry.rs:160:16
|
160 | match shim.syscall(&mut ctx) {
| ^^^^^^^ cannot infer type
|
|
associated type `ContinueOperation` not found for `EnterShim`:
litebox_platform_kernel/src/lib.rs#L147
error[E0220]: associated type `ContinueOperation` not found for `EnterShim`
--> litebox_platform_kernel/src/lib.rs:147:13
|
147 | ContinueOperation = syscall_entry::SyscallReturnType,
| ^^^^^^^^^^^^^^^^^ help: `EnterShim` has the following associated type: `ExecutionContext`
|
|
associated type `ContinueOperation` not found for `EnterShim`:
litebox_platform_kernel/src/syscall_entry.rs#L242
error[E0220]: associated type `ContinueOperation` not found for `EnterShim`
--> litebox_platform_kernel/src/syscall_entry.rs:242:9
|
242 | ContinueOperation = ContinueOperation,
| ^^^^^^^^^^^^^^^^^ help: `EnterShim` has the following associated type: `ExecutionContext`
|
|
associated type `ContinueOperation` not found for `EnterShim`:
litebox_platform_kernel/src/syscall_entry.rs#L52
error[E0220]: associated type `ContinueOperation` not found for `EnterShim`
--> litebox_platform_kernel/src/syscall_entry.rs:52:9
|
52 | ContinueOperation = ContinueOperation,
| ^^^^^^^^^^^^^^^^^ help: `EnterShim` has the following associated type: `ExecutionContext`
|
|
unresolved import `litebox_common_linux:
litebox_platform_kernel/src/syscall_entry.rs#L39
ContinueOperation`::error[E0432]: unresolved import `litebox_common_linux::ContinueOperation`
--> litebox_platform_kernel/src/syscall_entry.rs:39:13
|
39 | use litebox_common_linux::ContinueOperation;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ContinueOperation` in the root
|
help: consider importing this enum instead
|
39 - use litebox_common_linux::ContinueOperation;
39 + use litebox::shim::ContinueOperation;
|
|
|
Build and Test boot image with QEMU
Process completed with exit code 1.
|
|
clippy issue
"cargo clippy" failed
|
|
type annotations needed:
litebox_platform_kernel/src/syscall_entry.rs#L160
error[E0282]: type annotations needed
--> litebox_platform_kernel/src/syscall_entry.rs:160:16
|
160 | match shim.syscall(&mut ctx) {
| ^^^^^^^ cannot infer type
|
|
associated type `ContinueOperation` not found for `litebox:
litebox_platform_kernel/src/lib.rs#L147
shim::EnterShim`::error[E0220]: associated type `ContinueOperation` not found for `litebox::shim::EnterShim`
--> litebox_platform_kernel/src/lib.rs:147:13
|
147 | ContinueOperation = syscall_entry::SyscallReturnType,
| ^^^^^^^^^^^^^^^^^ help: `litebox::shim::EnterShim` has the following associated type: `ExecutionContext`
|
|
associated type `ContinueOperation` not found for `litebox:
litebox_platform_kernel/src/syscall_entry.rs#L242
shim::EnterShim`::error[E0220]: associated type `ContinueOperation` not found for `litebox::shim::EnterShim`
--> litebox_platform_kernel/src/syscall_entry.rs:242:9
|
242 | ContinueOperation = ContinueOperation,
| ^^^^^^^^^^^^^^^^^ help: `litebox::shim::EnterShim` has the following associated type: `ExecutionContext`
|
|
associated type `ContinueOperation` not found for `litebox:
litebox_platform_kernel/src/syscall_entry.rs#L52
shim::EnterShim`::error[E0220]: associated type `ContinueOperation` not found for `litebox::shim::EnterShim`
--> litebox_platform_kernel/src/syscall_entry.rs:52:9
|
52 | ContinueOperation = ContinueOperation,
| ^^^^^^^^^^^^^^^^^ help: `litebox::shim::EnterShim` has the following associated type: `ExecutionContext`
|
|
unresolved import `litebox_common_optee:
litebox_platform_kernel/src/syscall_entry.rs#L42
ContinueOperation`::error[E0432]: unresolved import `litebox_common_optee::ContinueOperation`
--> litebox_platform_kernel/src/syscall_entry.rs:42:13
|
42 | use litebox_common_optee::ContinueOperation;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ContinueOperation` in the root
|
help: consider importing this enum instead
|
42 - use litebox_common_optee::ContinueOperation;
42 + use litebox::shim::ContinueOperation;
|
|