Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add CI for Linux/aarch64/musl #2510

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

style: make clippy happy

c5beb25
Select commit
Loading
Failed to load commit list.
Open

ci: add CI for Linux/aarch64/musl #2510

style: make clippy happy
c5beb25
Select commit
Loading
Failed to load commit list.
Cirrus CI / Linux aarch64 musl failed Sep 22, 2024 in 1m 30s

Task Summary

Instruction build failed in 01:21

Details

✅ 00:03 clone
✅ 00:03 setup
❌ 01:21 build

help: consider importing this unit variant
    |
3   | use crate::sys::ptrace::RegisterSetValue::NT_PRPSINFO;
    |

error[E0425]: cannot find value `NT_TASKSTRUCT` in crate `libc`
   --> src/sys/ptrace/linux.rs:200:9
    |
200 |         NT_TASKSTRUCT,
    |         ^^^^^^^^^^^^^ not found in `libc`
    |
help: consider importing this unit variant
    |
3   | use crate::sys::ptrace::RegisterSetValue::NT_TASKSTRUCT;
    |

error[E0425]: cannot find value `NT_AUXV` in crate `libc`
   --> src/sys/ptrace/linux.rs:201:9
    |
201 |         NT_AUXV,
    |         ^^^^^^^ not found in `libc`
    |
help: consider importing this unit variant
    |
3   | use crate::sys::ptrace::RegisterSetValue::NT_AUXV;
    |

For more information about this error, try `rustc --explain E0425`.
The following warnings were emitted during compilation:

warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag
warning: cargo:rustc-check-cfg requires -Zcheck-cfg=output flag

error: could not compile `nix` due to 5 previous errors

Exit status: 101