Skip to content

chore: release v0.4.1

55f5340
Select commit
Loading
Failed to load commit list.
Open

chore: release v0.4.1 #89

chore: release v0.4.1
55f5340
Select commit
Loading
Failed to load commit list.
Cirrus CI / main failed Feb 9, 2026 in 4m 35s

Task Summary

Instruction test failed in 00:33

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
✅ 01:04 prepare
✅ 01:39 rust
✅ 00:01 codecov
✅ 01:14 rdma_core
❌ 00:33 test

    Checking futures-task v0.3.31
    Checking clap_lex v0.7.7
   Compiling anyhow v1.0.101
    Checking quick-error v1.2.3
    Checking pin-project-lite v0.2.16
    Checking stable_deref_trait v1.2.1
    Checking arrayvec v0.7.6
    Checking pin-utils v0.1.0
    Checking strsim v0.11.1
    Checking slab v0.4.12
   Compiling relative-path v1.9.3
    Checking futures-util v0.3.31
    Checking clap_builder v4.5.57
    Checking rusty-fork v0.3.1
    Checking bit-set v0.8.0
    Checking toml v0.9.11+spec-1.1.0
    Checking tabled v0.18.0
    Checking rand v0.9.2
    Checking cobs v0.3.0
    Checking rand_xorshift v0.4.0
   Compiling clap_derive v4.5.55
    Checking raw-cpuid v11.6.0
   Compiling bitmask-enum v2.2.5
    Checking os_socketaddr v0.2.5
    Checking unarray v0.1.4
    Checking termcolor v1.4.1
    Checking utf8-width v0.1.8
    Checking futures-timer v3.0.3
    Checking trybuild v1.0.115
    Checking rstest v0.24.0
    Checking byte-unit v5.2.0
    Checking clap v4.5.57
    Checking quanta v0.12.6
    Checking postcard v1.1.3
    Checking proptest v1.10.0
    Checking polling v3.11.0
    Checking termtree v0.5.1
    Checking sideway v0.4.1 (/tmp/cirrus-ci-build)
error: called `unwrap` on `args.server_address` after checking its variant with `is_some`
   --> examples/cmtime.rs:309:36
    |
252 |     if args.server_address.is_some() {
    |     -------------------------------- help: try: `if let Some(<item>) = args.server_address`
...
309 |         let ip = IpAddr::from_str(&args.server_address.unwrap()).expect("Invalid IP address");
    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#unnecessary_unwrap
    = note: `-D clippy::unnecessary-unwrap` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::unnecessary_unwrap)]`

error: could not compile `sideway` (example "cmtime") due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: Recipe `test-basic-with-cov` failed on line 13 with exit code 101

Exit status: 101