Skip to content

Update rustix requirement from 0.38.18 to 1.0.5

c075bdd
Select commit
Loading
Failed to load commit list.
Closed

Update rustix requirement from 0.38.18 to 1.0.5 #219

Update rustix requirement from 0.38.18 to 1.0.5
c075bdd
Select commit
Loading
Failed to load commit list.
Cirrus CI / test (x86_64-unknown-freebsd) failed Apr 7, 2025 in 54s

Task Summary

Instruction test failed in 00:25

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
✅ 00:26 setup
❌ 00:25 test

�[1m�[32m   Compiling�[0m async-task v4.7.1
�[1m�[32m   Compiling�[0m signal-hook v0.3.17
�[1m�[32m   Compiling�[0m textwrap v0.16.2
�[1m�[32m   Compiling�[0m cast v0.3.0
�[1m�[32m   Compiling�[0m same-file v1.0.6
�[1m�[32m   Compiling�[0m bitflags v1.3.2
�[1m�[32m   Compiling�[0m clap v3.2.25
�[1m�[32m   Compiling�[0m walkdir v2.5.0
�[1m�[32m   Compiling�[0m criterion-plot v0.5.0
�[1m�[32m   Compiling�[0m async-io v2.4.0 (/tmp/cirrus-ci-build)
�[0m�[1m�[38;5;9merror[E0425]�[0m�[0m�[1m: cannot find function `connect_any` in module `rn`�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m--> �[0m�[0msrc/lib.rs:2153:15�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m2153�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m    match rn::connect_any(&socket, &addr) {�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m�[0m               �[0m�[0m�[1m�[38;5;9m^^^^^^^^^^^�[0m�[0m �[0m�[0m�[1m�[38;5;9mnot found in `rn`�[0m

�[0m�[1m�[38;5;9merror[E0599]�[0m�[0m�[1m: no associated item named `V4` found for struct `SocketAddrAny` in the current scope�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m--> �[0m�[0msrc/lib.rs:1516:80�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m1516�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m            SocketAddr::V4(v4) => (rn::AddressFamily::INET, rn::SocketAddrAny::V4(v4)),�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m�[0m                                                                                �[0m�[0m�[1m�[38;5;9m^^�[0m�[0m �[0m�[0m�[1m�[38;5;9massociated item not found in `SocketAddrAny`�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;10mnote�[0m�[0m: if you're trying to build a new `SocketAddrAny` consider using one of the following associated functions:�[0m
�[0m      SocketAddrAny::new�[0m
�[0m      SocketAddrAny::read�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.5/src/net/socket_addr_any.rs:99:5�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m99�[0m�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m    pub const unsafe fn new(storage: MaybeUninit<SocketAddrStorage>, len: SocketAddrLen) -> Self {�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m�[0m     �[0m�[0m�[1m�[38;5;10m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
�[0m�[1m�[38;5;12m...�[0m
�[0m�[1m�[38;5;12m118�[0m�[0m  �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m    pub unsafe fn read(ptr: *const SocketAddrStorage, len: SocketAddrLen) -> Self {�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m�[0m     �[0m�[0m�[1m�[38;5;10m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m

�[0m�[1m�[38;5;9merror[E0599]�[0m�[0m�[1m: no associated item named `V6` found for struct `SocketAddrAny` in the current scope�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m--> �[0m�[0msrc/lib.rs:1517:81�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m1517�[0m�[0m �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m            SocketAddr::V6(v6) => (rn::AddressFamily::INET6, rn::SocketAddrAny::V6(v6)),�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m�[0m                                                                                 �[0m�[0m�[1m�[38;5;9m^^�[0m�[0m �[0m�[0m�[1m�[38;5;9massociated item not found in `SocketAddrAny`�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;10mnote�[0m�[0m: if you're trying to build a new `SocketAddrAny` consider using one of the following associated functions:�[0m
�[0m      SocketAddrAny::new�[0m
�[0m      SocketAddrAny::read�[0m
�[0m    �[0m�[0m�[1m�[38;5;12m--> �[0m�[0m/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.5/src/net/socket_addr_any.rs:99:5�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m
�[0m�[1m�[38;5;12m99�[0m�[0m   �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m    pub const unsafe fn new(storage: MaybeUninit<SocketAddrStorage>, len: SocketAddrLen) -> Self {�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m�[0m     �[0m�[0m�[1m�[38;5;10m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m
�[0m�[1m�[38;5;12m...�[0m
�[0m�[1m�[38;5;12m118�[0m�[0m  �[0m�[0m�[1m�[38;5;12m|�[0m�[0m �[0m�[0m    pub unsafe fn read(ptr: *const SocketAddrStorage, len: SocketAddrLen) -> Self {�[0m
�[0m     �[0m�[0m�[1m�[38;5;12m|�[0m�[0m     �[0m�[0m�[1m�[38;5;10m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^�[0m

�[0m�[1mSome errors have detailed explanations: E0425, E0599.�[0m
�[0m�[1mFor more information about an error, try `rustc --explain E0425`.�[0m
�[1m�[31merror�[0m�[1m:�[0m could not compile `async-io` (lib) due to 3 previous errors
�[1m�[33mwarning�[0m�[1m:�[0m build failed, waiting for other jobs to finish...

Exit status: 101