add pidfd_open(2) and pidfd_send_signal(2)
#2748
+220
−0
Open
Cirrus CI / FreeBSD 14 amd64 & i686
failed
Mar 18, 2026 in 19s
Task Summary
Instruction build failed in 00:01
Details
✅ 00:02 clone
✅ 00:14 setup
❌ 00:01 build
. $HOME/.cargo/env || true
#!/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
$TOOL -Vv
cargo 1.94.0 (85eff7c80 2026-01-15)
release: 1.94.0
commit-hash: 85eff7c80277b57f78b11e28d14154ab12fcf643
commit-date: 2026-01-15
host: x86_64-unknown-freebsd
libgit2: 1.9.2 (sys:0.20.3 vendored)
libcurl: 8.17.0-DEV (sys:0.4.84+curl-8.17.0 vendored ssl:OpenSSL/3.5.4)
ssl: OpenSSL 3.5.4 30 Sep 2025
os: FreeBSD 14.1-RELEASE [64-bit]
rustc -Vv
rustc 1.94.0 (4a4ef493e 2026-03-02)
binary: rustc
commit-hash: 4a4ef493e3a1488c6e321570238084b38948f6db
commit-date: 2026-03-02
host: x86_64-unknown-freebsd
release: 1.94.0
LLVM version: 21.1.8
$TOOL $BUILD $ZFLAGS --target $TARGET --all-targets --all-features
Updating crates.io index
error: failed to get `bitflags` as a dependency of package `nix v0.31.2 (/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