Enable PollWatcher to identify folder and file events #578
Cirrus CI / FreeBSD 64-bit
failed
May 12, 2024 in 15s
Task Summary
Instruction test failed in 00:01
Details
✅ 00:00 clone
✅ 00:11 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 --all --all-features
Updating crates.io index
error: no matching package named `erde_json` found
location searched: registry `crates-io`
required by package `notify-types v1.0.0 (/tmp/cirrus-ci-build/notify-types)`
Exit status: 101
Loading