Skip to content

feat(path): enable Path and friends on wasip2 without the feature

f88b181
Select commit
Loading
Failed to load commit list.
Draft

Make it possible to use Path and friends on wasip2 without the so named feature #1525

feat(path): enable Path and friends on wasip2 without the feature
f88b181
Select commit
Loading
Failed to load commit list.
Cirrus CI / stable x86_64-unknown-freebsd-14 failed Sep 24, 2025 in 36s

Task Summary

Instruction test failed in 00:21

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:02 clone
✅ 00:11 setup
❌ 00:21 test

   Compiling cfg-if v1.0.3
   Compiling proc-macro2 v1.0.101
   Compiling lock_api v0.4.13
   Compiling parking_lot_core v0.9.11
   Compiling futures-core v0.3.31
   Compiling unicode-ident v1.0.19
   Compiling futures-sink v0.3.31
   Compiling futures-channel v0.3.31
   Compiling pin-project-lite v0.2.16
   Compiling smallvec v1.15.1
   Compiling scopeguard v1.2.0
   Compiling pin-utils v0.1.0
   Compiling futures-task v0.3.31
   Compiling memchr v2.7.5
   Compiling futures-io v0.3.31
   Compiling slab v0.4.11
   Compiling futures-util v0.3.31
   Compiling quote v1.0.40
   Compiling errno v0.3.14
   Compiling getrandom v0.3.3
   Compiling rustix v1.1.2
   Compiling crc32fast v1.5.0
   Compiling bitflags v2.9.1
   Compiling once_cell v1.21.3
   Compiling syn v2.0.106
   Compiling futures-executor v0.3.31
   Compiling memoffset v0.9.1
   Compiling rustix v1.1.2 (/tmp/cirrus-ci-build)
   Compiling adler2 v2.0.1
   Compiling hashbrown v0.14.5
   Compiling dashmap v5.5.3
   Compiling miniz_oxide v0.8.9
   Compiling futures v0.3.31
   Compiling serial_test_derive v2.0.0
   Compiling parking_lot v0.12.4
   Compiling fastrand v2.3.0
   Compiling lazy_static v1.5.0
   Compiling log v0.4.28
   Compiling serial_test v2.0.0
   Compiling tempfile v3.23.0
   Compiling flate2 v1.1.2
   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