update toolchain to nightly-2024-07-30 #870
ci.yml
on: pull_request
just check
2m 35s
just clippy
2m 46s
rustfmt
19s
docs
2m 28s
netlify_dryrun
2m 58s
just test
0s
cargo miri test --package forth3 (host)
0s
Matrix: build-bins
Annotations
6 errors and 10 warnings
just check:
platforms/x86_64/core/src/interrupt.rs#L77
error[E0308]: mismatched types
--> platforms/x86_64/core/src/interrupt.rs:77:19
|
77 | VAddr::of(ptr::addr_of!(DOUBLE_FAULT_STACK)).offset(DOUBLE_FAULT_STACK_SIZE as i32)
| --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&_`, found `*const [[u8; 4096]; 8]`
| |
| arguments to this function are incorrect
|
= note: expected reference `&_`
found raw pointer `*const [[u8; 4096]; 8]`
note: associated function defined here
--> /home/runner/.cargo/git/checkouts/mycelium-fb863cdaca369b67/13d0722/hal-core/src/addr.rs:396:12
|
396 | pub fn of<T: ?Sized>(pointee: &T) -> Self {
| ^^
|
just check:
platforms/x86_64/core/src/interrupt.rs#L77
error[E0308]: mismatched types
--> platforms/x86_64/core/src/interrupt.rs:77:19
|
77 | VAddr::of(ptr::addr_of!(DOUBLE_FAULT_STACK)).offset(DOUBLE_FAULT_STACK_SIZE as i32)
| --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&_`, found `*const [[u8; 4096]; 8]`
| |
| arguments to this function are incorrect
|
= note: expected reference `&_`
found raw pointer `*const [[u8; 4096]; 8]`
note: associated function defined here
--> /home/runner/.cargo/git/checkouts/mycelium-fb863cdaca369b67/13d0722/hal-core/src/addr.rs:396:12
|
396 | pub fn of<T: ?Sized>(pointee: &T) -> Self {
| ^^
|
just check
Process completed with exit code 1.
|
just clippy:
platforms/x86_64/core/src/interrupt.rs#L77
error[E0308]: mismatched types
--> platforms/x86_64/core/src/interrupt.rs:77:19
|
77 | VAddr::of(ptr::addr_of!(DOUBLE_FAULT_STACK)).offset(DOUBLE_FAULT_STACK_SIZE as i32)
| --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&_`, found `*const [[u8; 4096]; 8]`
| |
| arguments to this function are incorrect
|
= note: expected reference `&_`
found raw pointer `*const [[u8; 4096]; 8]`
note: associated function defined here
--> /home/runner/.cargo/git/checkouts/mycelium-fb863cdaca369b67/13d0722/hal-core/src/addr.rs:396:12
|
396 | pub fn of<T: ?Sized>(pointee: &T) -> Self {
| ^^
|
just clippy:
platforms/x86_64/core/src/interrupt.rs#L77
error[E0308]: mismatched types
--> platforms/x86_64/core/src/interrupt.rs:77:19
|
77 | VAddr::of(ptr::addr_of!(DOUBLE_FAULT_STACK)).offset(DOUBLE_FAULT_STACK_SIZE as i32)
| --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&_`, found `*const [[u8; 4096]; 8]`
| |
| arguments to this function are incorrect
|
= note: expected reference `&_`
found raw pointer `*const [[u8; 4096]; 8]`
note: associated function defined here
--> /home/runner/.cargo/git/checkouts/mycelium-fb863cdaca369b67/13d0722/hal-core/src/addr.rs:396:12
|
396 | pub fn of<T: ?Sized>(pointee: &T) -> Self {
| ^^
|
just clippy
Process completed with exit code 1.
|
rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rustfmt
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
docs
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
just check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
just check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
just clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
just clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
netlify_dryrun
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
netlify_dryrun
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|