Skip to content

Fix `linux_5_11` on ARMv7.

7a1b181
Select commit
Loading
Failed to load commit list.
Merged

Fix linux_5_11 on ARMv7. #1542

Fix `linux_5_11` on ARMv7.
7a1b181
Select commit
Loading
Failed to load commit list.
Cirrus CI / stable x86_64-unknown-freebsd-14 failed Nov 9, 2025 in 33s

Task Summary

Instruction test failed in 00:18

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:02 clone
✅ 00:10 setup
❌ 00:18 test

   Compiling quote v1.0.42
   Compiling futures-core v0.3.31
   Compiling unicode-ident v1.0.22
   Compiling futures-sink v0.3.31
   Compiling parking_lot_core v0.9.12
   Compiling futures-channel v0.3.31
   Compiling scopeguard v1.2.0
   Compiling pin-project-lite v0.2.16
   Compiling pin-utils v0.1.0
   Compiling futures-io v0.3.31
   Compiling memchr v2.7.6
   Compiling futures-task v0.3.31
   Compiling slab v0.4.11
   Compiling smallvec v1.15.1
   Compiling futures-util v0.3.31
   Compiling lock_api v0.4.14
   Compiling errno v0.3.14
   Compiling crc32fast v1.5.0
   Compiling once_cell v1.21.3
   Compiling rustix v1.1.2
   Compiling getrandom v0.3.4
   Compiling bitflags v2.9.1
   Compiling autocfg v1.5.0
   Compiling memoffset v0.9.1
   Compiling syn v2.0.109
   Compiling futures-executor v0.3.31
   Compiling hashbrown v0.14.5
   Compiling adler2 v2.0.1
   Compiling rustix v1.1.2 (/tmp/cirrus-ci-build)
   Compiling simd-adler32 v0.3.7
   Compiling miniz_oxide v0.8.9
   Compiling dashmap v5.5.3
   Compiling futures v0.3.31
   Compiling serial_test_derive v2.0.0
   Compiling parking_lot v0.12.5
   Compiling log v0.4.28
   Compiling fastrand v2.3.0
   Compiling lazy_static v1.5.0
   Compiling serial_test v2.0.0
   Compiling tempfile v3.23.0
   Compiling flate2 v1.1.5
   Compiling static_assertions v1.1.0
error[E0283]: type annotations needed
  --> tests/net/addr.rs:34:20
   |
34 |         cstr!("/").into()
   |                    ^^^^ cannot infer type for type parameter `U`
   |
   = note: cannot satisfy `_: From<&CStr>`
   = note: required for `&CStr` to implement `Into<_>`

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

Exit status: 101