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

Enable fcntl OFD commands on macos #2300

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

Update epoll flags due to libc change

395b17b
Select commit
Loading
Failed to load commit list.
Open

Enable fcntl OFD commands on macos #2300

Update epoll flags due to libc change
395b17b
Select commit
Loading
Failed to load commit list.
Cirrus CI / FreeBSD 14 amd64 & i686 failed Jan 28, 2024 in 2m 45s

Task Summary

Instruction build failed in 02:30

Details

✅ 00:01 clone
✅ 00:12 setup
❌ 02:30 build

cargo 1.69.0 (6e9a83356 2023-04-12)
release: 1.69.0
commit-hash: 6e9a83356b70586d4b77613a6b33f9ea067b9cdf
commit-date: 2023-04-12
host: x86_64-unknown-freebsd
libgit2: 1.5.0 (sys:0.16.0 vendored)
libcurl: 7.86.0-DEV (sys:0.4.59+curl-7.86.0 vendored ssl:OpenSSL/1.1.1q)
os: FreeBSD 14.0-STABLE [64-bit]
rustc -Vv
rustc 1.69.0 (84c898d65 2023-04-16)
binary: rustc
commit-hash: 84c898d65adf2f39a5a98507f1fe0ce10a2b8dbc
commit-date: 2023-04-16
host: x86_64-unknown-freebsd
release: 1.69.0
LLVM version: 15.0.7
$TOOL $BUILD $ZFLAGS --target $TARGET --all-targets --all-features
    Updating crates.io index
    Updating git repository `https://github.com/anacrolix/rust-libc`
 Downloading crates ...
  Downloaded cfg-if v1.0.0
  Downloaded assert-impl v0.1.3
  Downloaded thiserror-impl v1.0.56
  Downloaded rand_core v0.6.4
  Downloaded sysctl v0.4.6
  Downloaded thiserror v1.0.56
  Downloaded ppv-lite86 v0.2.17
  Downloaded pin-utils v0.1.0
  Downloaded bitflags v1.3.2
  Downloaded cfg_aliases v0.1.1
  Downloaded smallvec v1.13.1
  Downloaded scopeguard v1.2.0
  Downloaded fastrand v2.0.1
  Downloaded errno v0.3.8
  Downloaded autocfg v1.1.0
  Downloaded rand_chacha v0.3.1
  Downloaded quote v1.0.35
  Downloaded getrandom v0.2.12
  Downloaded tempfile v3.9.0
  Downloaded semver v1.0.21
  Downloaded memoffset v0.9.0
  Downloaded lock_api v0.4.11
  Downloaded parking_lot_core v0.9.9
  Downloaded byteorder v1.5.0
  Downloaded unicode-ident v1.0.12
  Downloaded proc-macro2 v1.0.78
  Downloaded parking_lot v0.12.1
  Downloaded bitflags v2.4.2
  Downloaded rand v0.8.5
  Downloaded syn v2.0.48
  Downloaded rustix v0.38.30
  Downloaded libc v0.2.152
error: package `nix v0.27.1 (/tmp/cirrus-ci-build)` cannot be built because it requires rustc 1.71 or newer, while the currently active rustc version is 1.69.0


Exit status: 101