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

Replacing RawFd with OwnedFd for compatibility with nix crate #26

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

Fixes the problems for macos and linux import problem

55b8f12
Select commit
Loading
Failed to load commit list.
Open

Replacing RawFd with OwnedFd for compatibility with nix crate #26

Fixes the problems for macos and linux import problem
55b8f12
Select commit
Loading
Failed to load commit list.
Cirrus CI / Linux amd64 1.63 failed Oct 28, 2024 in 1m 20s

Task Summary

Instruction check failed in 01:15

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
✅ 00:01 cargo
✅ 00:01 target
❌ 01:15 check

cargo check
    Updating crates.io index
 Downloading crates ...
  Downloaded libc v0.2.161
   Compiling libc v0.2.161
    Checking uds v0.4.2 (/tmp/cirrus-ci-build)
    Finished dev [unoptimized + debuginfo] target(s) in 1m 14s
cargo check --features mio_08
 Downloading crates ...
  Downloaded mio v0.8.11
  Downloaded log v0.4.22
    Checking log v0.4.22
    Checking mio v0.8.11
    Checking uds v0.4.2 (/tmp/cirrus-ci-build)
    Finished dev [unoptimized + debuginfo] target(s) in 1.18s
cargo check --features tokio
 Downloading crates ...
  Downloaded pin-project-lite v0.2.15
  Downloaded socket2 v0.5.7
  Downloaded quote v1.0.37
  Downloaded tokio-macros v2.4.0
  Downloaded proc-macro2 v1.0.89
  Downloaded unicode-ident v1.0.13
  Downloaded bytes v1.8.0
  Downloaded mio v1.0.2
  Downloaded syn v2.0.85
  Downloaded tokio v1.41.0
error: package `mio v1.0.2` cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.63.0

Exit status: 101