Adding Support for vxworks in rustix (feature fs) #1600
+261
−83
Cirrus CI / stable x86_64-unknown-freebsd-14
failed
Mar 18, 2026 in 16s
Task Summary
Instruction test failed in 00:01
Details
✅ 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
Loading