Release v0.6.3 #644
Merged
Release v0.6.3 #644
Cirrus CI / FreeBSD
failed
Mar 6, 2026 in 15s
Task Summary
Instruction build failed in 00:01
Details
✅ 00:00 clone
✅ 00:11 setup
✅ 00:00 cargo
❌ 00:01 build
. $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 build
Updating crates.io index
error: failed to get `libc` as a dependency of package `socket2 v0.6.3 (/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