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

Expose socket option SO_RCVBUFFORCE #1174

Merged
merged 1 commit into from
Oct 12, 2024

Expose socket option SO_RCVBUFFORCE

c83ec88
Select commit
Loading
Failed to load commit list.
Merged

Expose socket option SO_RCVBUFFORCE #1174

Expose socket option SO_RCVBUFFORCE
c83ec88
Select commit
Loading
Failed to load commit list.
Cirrus CI / stable x86_64-unknown-freebsd-13 failed Sep 23, 2024 in 28s

Task Summary

Instruction test failed in 00:15

Details

✅ 00:02 clone
✅ 00:09 setup
❌ 00:15 test

   Compiling autocfg v1.3.0
   Compiling libc v0.2.158
   Compiling cfg-if v1.0.0
   Compiling slab v0.4.9
   Compiling proc-macro2 v1.0.86
   Compiling lock_api v0.4.12
   Compiling futures-core v0.3.30
   Compiling parking_lot_core v0.9.10
   Compiling unicode-ident v1.0.13
   Compiling futures-sink v0.3.30
   Compiling futures-channel v0.3.30
   Compiling futures-io v0.3.30
   Compiling futures-task v0.3.30
   Compiling smallvec v1.13.2
   Compiling pin-utils v0.1.0
   Compiling scopeguard v1.2.0
   Compiling memchr v2.7.4
   Compiling pin-project-lite v0.2.14
   Compiling futures-util v0.3.30
   Compiling quote v1.0.37
   Compiling errno v0.3.9
   Compiling once_cell v1.19.0
   Compiling bitflags v2.6.0
   Compiling rustix v0.38.37
   Compiling syn v2.0.77
   Compiling futures-executor v0.3.30
   Compiling memoffset v0.9.1
   Compiling adler2 v2.0.0
   Compiling hashbrown v0.14.5
   Compiling rustix v0.38.35 (/tmp/cirrus-ci-build)
   Compiling dashmap v5.5.3
   Compiling miniz_oxide v0.8.0
   Compiling futures v0.3.30
   Compiling serial_test_derive v2.0.0
   Compiling parking_lot v0.12.3
   Compiling crc32fast v1.4.2
   Compiling lazy_static v1.5.0
   Compiling log v0.4.22
   Compiling itoa v1.0.11
   Compiling fastrand v2.1.1
   Compiling serial_test v2.0.0
   Compiling tempfile v3.12.0
   Compiling flate2 v1.0.33
   Compiling static_assertions v1.1.0
error[E0425]: cannot find value `SO_RCVBUFFORCE` in module `c`
   --> src/backend/libc/net/sockopt.rs:350:38
    |
350 |     setsockopt(fd, c::SOL_SOCKET, c::SO_RCVBUFFORCE, size)
    |                                      ^^^^^^^^^^^^^^ not found in `c`

For more information about this error, try `rustc --explain E0425`.
error: could not compile `rustix` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `rustix` (lib test) due to 1 previous error

Exit status: 101