# Heartwood failing tests
Here are steps to reproduce the failure (I'll update with latest findings):
```bash=
# start image with required version of git and rust installed
# dockerfile here: https://github.com/gsaslis/rust-git-builder/blob/main/Dockerfile
docker run --rm -it quay.io/gsaslis/rust-git-builder
# clone heartwood
git clone https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git heartwood
cd heartwood
# run tests
RUST_BACKTRACE=1 cargo test --all
```
Relevant Output of failing tests:
https://gist.github.com/gsaslis/d0ca7930ca3a4b994222c1a290adae74