chore(deps): update nix requirement from >=0.28.0, < 0.31 to >=0.28.0, < 0.32 - #167
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): update nix requirement from >=0.28.0, < 0.31 to >=0.28.0, < 0.32#167dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Cirrus CI / FreeBSD 14 i686 nightly
failed
Jan 23, 2026 in 1m 10s
Task Summary
Instruction test failed in 00:01
Details
✅ 00:00 clone
✅ 01:01 setup
✅ 00:02 extra_setup
✅ 00:01 cargo
❌ 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 +$VERSION test --all-features --target $TARGET
Updating crates.io index
error: failed to get `bitflags` as a dependency of package `jail v0.3.1 (/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