Skip to content

Adding Support for vxworks in rustix

04b869f
Select commit
Loading
Failed to load commit list.
Open

Adding Support for vxworks in rustix (feature fs) #1600

Adding Support for vxworks in rustix
04b869f
Select commit
Loading
Failed to load commit list.
Cirrus CI / stable x86_64-unknown-freebsd-14 failed Mar 18, 2026 in 16s

Task Summary

Instruction test failed in 00:01

Details

⚠️ Not enough compute credits to prioritize tasks!

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

. $HOME/.cargo/env
#!/bin/sh
# rustup shell setup
# affix colons on either side of $PATH to simplify matching
case ":${PATH}:" in
    *:"$HOME/.cargo/bin":*)
        ;;
    *)
        # Prepending path in case a system-installed rustc needs to be overridden
        export PATH="$HOME/.cargo/bin:$PATH"
        ;;
esac
cargo test --workspace --features=all-apis
    Updating crates.io index
error: failed to get `bitflags` as a dependency of package `rustix v1.1.4 (/tmp/cirrus-ci-build)`

Caused by:
  download of config.json failed

Caused by:
  failed to download from `https://index.crates.io/config.json`

Caused by:
  [60] SSL peer certificate or SSH remote key was not OK (SSL certificate OpenSSL verify result: unable to get local issuer certificate (20))

Exit status: 101