rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5 heartwood00e2eb5e84bb3e2986beafdce39187044d3a0fb7
{
"request": "trigger",
"version": 1,
"event_type": "patch",
"repository": {
"id": "rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5",
"name": "heartwood",
"description": "Radicle Heartwood Protocol & Stack",
"private": false,
"default_branch": "master",
"delegates": [
"did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT",
"did:key:z6MktaNvN1KVFMkSRAiN4qK5yvX1zuEEaseeX5sffhzPZRZW",
"did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
"did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
]
},
"action": "Created",
"patch": {
"id": "5f52cad35a340b6f50b2b14bc5c3ac62a8490877",
"author": {
"id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
"alias": null
},
"title": "Improve handling of anonymizing transports",
"state": {
"status": "open",
"conflicts": []
},
"before": "66ab7f35c933278b932657936ce0c52a02962302",
"after": "00e2eb5e84bb3e2986beafdce39187044d3a0fb7",
"commits": [
"00e2eb5e84bb3e2986beafdce39187044d3a0fb7",
"09d6dc5e73576660054a1f841363581ae44f3346",
"124c8cb9d01feade18c5ebae8b395db38aa2c19a",
"53e63dba7f6ebfbd738dd528b04955079aaa5e28"
],
"target": "71a91042d96bb994c4cd4311d85f5cd1a6311b4e",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "5f52cad35a340b6f50b2b14bc5c3ac62a8490877",
"author": {
"id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
"alias": null
},
"description": "- Retry fetch handshakes up to 3 times on `ConnectionReset`\n- Increase I/O timeout to 60s for Tor and I2P connections\n- Log connection resets at `warn` level to distinguish them\n from graceful shutdowns",
"base": "b5e6d82769dc3fba7db12ca328e61f9840010d84",
"oid": "394e0a1a15154d50da4f6234b62f69cecb860c96",
"timestamp": 1784076073
},
{
"id": "5cff5b4aebb9cfd568c245684d49ad96657e54d0",
"author": {
"id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
"alias": null
},
"description": "Rebase onto current master (66ab7f35)",
"base": "66ab7f35c933278b932657936ce0c52a02962302",
"oid": "53e63dba7f6ebfbd738dd528b04955079aaa5e28",
"timestamp": 1784335112
},
{
"id": "3b3e6f552c19b63288980fc37b741ae1d2df9168",
"author": {
"id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
"alias": null
},
"description": "Keep session alive during in-flight fetches\n\n`disconnect_unresponsive_peers` reaps sessions whose `last_active` is\nolder than `STALE_CONNECTION_TIMEOUT` (2 min), but `last_active` was\nonly refreshed by gossip messages \u2014 not by the git-protocol frames\nexchanged during a fetch. On slow transports (Tor/I2P), a fetch taking\nlonger than 2 min of gossip-silence was torn down mid-transfer\nregardless of the `--timeout` the caller requested, while the seeder\nreported a successful fetch.\n\nGit frames arriving on an open stream now refresh `last_active` via\n`Service::touch`, so an in-flight fetch counts as session activity.",
"base": "66ab7f35c933278b932657936ce0c52a02962302",
"oid": "124c8cb9d01feade18c5ebae8b395db38aa2c19a",
"timestamp": 1784389362
},
{
"id": "b3673cc36c51fcfb500f4db55d7900773d6ac5f5",
"author": {
"id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
"alias": null
},
"description": "Wait for writer thread before killing child",
"base": "66ab7f35c933278b932657936ce0c52a02962302",
"oid": "5f9c662962f72fb2eff6f73099d28544cc4a1e48",
"timestamp": 1784420553
},
{
"id": "77705806bf6ed989f8e632307fa4e1e585824465",
"author": {
"id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
"alias": null
},
"description": "Fix false success on failed packfile delivery\n\nThe `git upload-pack` process does not exit on stdin EOF in v2,\nso it is always killed with `SIGKILL` making its exit status\nuseless for judging success. Track writer thread failures with an\n`AtomicBool` and return an `io::Error` instead of `Ok(ExitStatus)`\nwhen the writer fails to deliver the packfile to the peer.",
"base": "66ab7f35c933278b932657936ce0c52a02962302",
"oid": "32e8962869cab1433f578e801d561a3ce98db8da",
"timestamp": 1784560039
},
{
"id": "f833a4c34750236c7616587b5daf5d03426c0f14",
"author": {
"id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
"alias": null
},
"description": "Prevent stale check from aborting active fetches\n\nSkips peers with an in-flight fetch in `disconnect_unresponsive_peers`.\nThe fetch's own per-stream timeout handles stalled transfers, which is\nespecially important on slow anonymizing transports like Tor/I2P.",
"base": "66ab7f35c933278b932657936ce0c52a02962302",
"oid": "c86e6ceeef6b65115d848df470d0db34bf8c09db",
"timestamp": 1784570445
},
{
"id": "74b54612955c30975aefbacd09f888814e3ce688",
"author": {
"id": "did:key:z6MkhJC6uVpYnZ7RXwzBrG7vfRwHhk6bwPSgReiRCFRjUXyS",
"alias": null
},
"description": "",
"base": "66ab7f35c933278b932657936ce0c52a02962302",
"oid": "00e2eb5e84bb3e2986beafdce39187044d3a0fb7",
"timestamp": 1784570938
}
]
}
}
{
"response": "triggered",
"run_id": {
"id": "61f64093-d676-4412-af1b-444b15611d2c"
},
"info_url": "https://cci.rad.levitte.org//61f64093-d676-4412-af1b-444b15611d2c.html"
}
Started at: 2026-07-27 18:33:01.738829+02:00
Commands:
$ rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5 .
✓ Creating checkout in ./...
✓ Remote cloudhead@z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT added
✓ Remote-tracking branch cloudhead@z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/master created for z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT
✓ Remote cloudhead@z6MktaNvN1KVFMkSRAiN4qK5yvX1zuEEaseeX5sffhzPZRZW added
✓ Remote-tracking branch cloudhead@z6MktaNvN1KVFMkSRAiN4qK5yvX1zuEEaseeX5sffhzPZRZW/master created for z6MktaNvN1KVFMkSRAiN4qK5yvX1zuEEaseeX5sffhzPZRZW
✓ Remote fintohaps@z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM added
✓ Remote-tracking branch fintohaps@z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM/master created for z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM
✓ Remote erikli@z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz added
✓ Remote-tracking branch erikli@z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz/master created for z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz
✓ Remote lorenz@z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz added
✓ Remote-tracking branch lorenz@z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz/master created for z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz
✓ Repository successfully cloned under /opt/radcis/ci.rad.levitte.org/cci/state/61f64093-d676-4412-af1b-444b15611d2c/w/
╭────────────────────────────────────╮
│ heartwood │
│ Radicle Heartwood Protocol & Stack │
│ 188 issues · 38 patches │
╰────────────────────────────────────╯
Run `cd ./.` to go to the repository directory.
Exit code: 0
$ rad patch checkout 5f52cad35a340b6f50b2b14bc5c3ac62a8490877
✓ Switched to branch patch/5f52cad at revision 74b5461
✓ Branch patch/5f52cad setup to track rad/patches/5f52cad35a340b6f50b2b14bc5c3ac62a8490877
Exit code: 0
$ git config advice.detachedHead false
Exit code: 0
$ git checkout 00e2eb5e84bb3e2986beafdce39187044d3a0fb7
HEAD is now at 00e2eb5e Prevent stale check from aborting active fetches
Exit code: 0
$ rad patch show 5f52cad35a340b6f50b2b14bc5c3ac62a8490877 -p
╭───────────────────────────────────────────────────────────────────────────╮
│ Title Improve handling of anonymizing transports │
│ Patch 5f52cad35a340b6f50b2b14bc5c3ac62a8490877 │
│ Author wuarv z6MkhJC…FRjUXyS │
│ Head 00e2eb5e84bb3e2986beafdce39187044d3a0fb7 │
│ Base 66ab7f35c933278b932657936ce0c52a02962302 │
│ Branches patch/5f52cad │
│ Commits ahead 4, behind 35 │
│ Status open │
│ │
│ - Retry fetch handshakes up to 3 times on `ConnectionReset` │
│ - Increase I/O timeout to 60s for Tor and I2P connections │
│ - Log connection resets at `warn` level to distinguish them │
│ from graceful shutdowns │
├───────────────────────────────────────────────────────────────────────────┤
│ 00e2eb5 Prevent stale check from aborting active fetches │
│ 09d6dc5 Fix false success on failed packfile delivery │
│ 124c8cb node/wire: Keep session alive during in-flight fetches │
│ 53e63db Improve handling of anonymizing transports │
├───────────────────────────────────────────────────────────────────────────┤
│ ● Revision 5f52cad @ b5e6d82..394e0a1 by wuarv z6MkhJC…FRjUXyS 1 week ago │
│ ↑ Revision 5cff5b4 @ 66ab7f3..53e63db by wuarv z6MkhJC…FRjUXyS 1 week ago │
│ ↑ Revision 3b3e6f5 @ 66ab7f3..124c8cb by wuarv z6MkhJC…FRjUXyS 1 week ago │
│ ↑ Revision b3673cc @ 66ab7f3..5f9c662 by wuarv z6MkhJC…FRjUXyS 1 week ago │
│ ↑ Revision 7770580 @ 66ab7f3..32e8962 by wuarv z6MkhJC…FRjUXyS 1 week ago │
│ ↑ Revision f833a4c @ 66ab7f3..c86e6ce by wuarv z6MkhJC…FRjUXyS 6 days ago │
│ ↑ Revision 74b5461 @ 66ab7f3..00e2eb5 by wuarv z6MkhJC…FRjUXyS 6 days ago │
╰───────────────────────────────────────────────────────────────────────────╯
commit 00e2eb5e84bb3e2986beafdce39187044d3a0fb7
Author: zebus <dev@example.com>
Date: Mon Jul 20 13:00:14 2026 -0500
Prevent stale check from aborting active fetches
Skips peers with an in-flight fetch in `disconnect_unresponsive_peers`.
The fetch's own per-stream timeout handles stalled transfers, which is
especially important on slow anonymizing transports like Tor/I2P.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9aaba7487..140863318 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,15 +21,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
message that distinguishes them from graceful shutdowns and notes that on
I2P/Tor they typically indicate a tunnel failure.
- Sessions are no longer dropped as "unresponsive" while a fetch is in flight
- on a slow transport. Previously, `disconnect_unresponsive_peers` reaped any
- session whose `last_active` was older than `STALE_CONNECTION_TIMEOUT`
- (2 min), but `last_active` was refreshed only by gossip messages — not by
- the git-protocol frames exchanged during a fetch. A fetch taking longer
- than 2 min of gossip-silence was therefore torn down mid-transfer,
- regardless of the `--timeout` the caller requested, while the seeder
- reported a successful fetch. Git frames arriving on an open stream now
- refresh `last_active` via `Service::touch`, so an in-flight fetch counts
- as session activity.
+ on a slow transport, even when no git or gossip data arrives for longer
+ than `STALE_CONNECTION_TIMEOUT` (2 min). There are now two layers of
+ protection:
+ - Git frames arriving on an open stream refresh `last_active` via
+ `Service::touch`, so an in-flight fetch with continuous data flow
+ counts as session activity.
+ - `disconnect_unresponsive_peers` now skips peers that have an active
+ fetch registered in the fetcher state (`has_active_fetch_from`). The
+ fetch's own per-stream timeout (`limits.fetch_timeout`) is the
+ authority on when to give up on a stalled fetch; the 2-minute gossip
+ stale check must not preempt it, especially on Tor/I2P where a tunnel
+ rebuild can keep the wire silent past 2 minutes while both peers are
+ still alive and the fetch is still making progress.
- The responder side of a fetch no longer reports "fetched successfully"
when the writer thread failed to deliver the packfile to the peer.
`git upload-pack` v2 does not exit on stdin EOF (it waits for the next
diff --git a/crates/radicle-node/src/tests.rs b/crates/radicle-node/src/tests.rs
index d58bccbe0..e2fd37492 100644
--- a/crates/radicle-node/src/tests.rs
+++ b/crates/radicle-node/src/tests.rs
@@ -175,6 +175,60 @@ fn git_traffic_keeps_session_alive() {
assert_eq!(1, amy.sessions().connected().count(), "bob stays connected");
}
+/// Regression test for a fetch being aborted by the gossip stale check.
+///
+/// `disconnect_unresponsive_peers` reaps sessions whose `last_active` is older
+/// than `STALE_CONNECTION_TIMEOUT` (2 min). Without the `has_active_fetch_from`
+/// guard, a long fetch over a slow transport (where no gossip or git data arrives
+/// for 2+ minutes, e.g. during an I2P tunnel rebuild) is torn down mid-transfer.
+/// The fetch's own per-stream timeout (`limits.fetch_timeout`) is the authority
+/// on when to give up; the stale check must not preempt it.
+#[test]
+fn active_fetch_prevents_stale_disconnect() {
+ let storage = arbitrary::nonempty_storage(1);
+ let rid = *storage.repos.keys().next().unwrap();
+ let doc = storage.repos.get(&rid).unwrap().doc.clone();
+ let mut amy = Peer::with_storage("amy", AMY, storage);
+ let bob = Peer::bob();
+
+ amy.connect_to(&bob);
+
+ // Start a fetch. This occupies `active[rid]` in the fetcher state.
+ let (cmd, _recv) = Command::fetch(rid, *bob.nid(), DEFAULT_TIMEOUT, None);
+ amy.command(cmd);
+ assert_matches!(amy.fetches().next(), Some((r, n)) if r == rid && n == *bob.nid());
+ assert!(
+ amy.fetcher().has_active_fetch_from(bob.nid()),
+ "fetch should be active"
+ );
+
+ // Advance time well past the stale threshold. Without the
+ // `has_active_fetch_from` guard in `disconnect_unresponsive_peers`, this
+ // would emit a `Disconnect` for bob.
+ amy.elapse(STALE_CONNECTION_TIMEOUT + LocalDuration::from_secs(1));
+
+ assert!(
+ amy.outbox()
+ .find(|m| matches!(m, &Io::Disconnect(addr, _) if addr == *bob.nid()))
+ .is_none(),
+ "session must not be dropped while a fetch is active"
+ );
+
+ // Complete the fetch. Now the active entry is cleared and the stale check
+ // should resume normal behaviour.
+ amy.fetched(rid, *bob.nid(), Ok(fetch::FetchResult::new(doc)));
+ assert!(
+ !amy.fetcher().has_active_fetch_from(bob.nid()),
+ "fetch should be cleared after completion"
+ );
+
+ // Re-elapse past stale; the disconnect should now fire.
+ amy.elapse(STALE_CONNECTION_TIMEOUT + LocalDuration::from_secs(1));
+ amy.outbox()
+ .find(|m| matches!(m, &Io::Disconnect(addr, _) if addr == *bob.nid()))
+ .expect("disconnect an unresponsive bob after fetch completes");
+}
+
#[test]
fn redundant_connect() {
let mut amy = Peer::amy();
diff --git a/crates/radicle-node/src/worker/upload_pack.rs b/crates/radicle-node/src/worker/upload_pack.rs
index 7bdc0004a..0953b8f98 100644
--- a/crates/radicle-node/src/worker/upload_pack.rs
+++ b/crates/radicle-node/src/worker/upload_pack.rs
@@ -93,11 +93,12 @@ where
let mut stdout = io::BufReader::new(child.stdout.take().unwrap());
let reporter = std::sync::Mutex::new(Reporter::new(header.repo, remote, emitter.clone(), send));
// Set to `true` by the writer thread if it fails to deliver data to the peer
- // (e.g. broken pipe because the fetcher disconnected mid-transfer). The
- // upload-pack child is always killed at the end of the run (git v2 keeps the
- // process alive waiting for the next command), so its exit status is always
- // signal-terminated and cannot be used to judge success. This flag is what we
- // use instead to decide whether the fetch actually delivered the packfile.
+ // (e.g. the worker channel fills up because the transport is dead, or a
+ // write to the peer returns an error). The upload-pack child is always
+ // killed at the end of the run (git v2 keeps the process alive waiting for
+ // the next command), so its `ExitStatus` is always signal-terminated and
+ // cannot be used to judge success. This flag is what we use instead to
+ // decide whether the fetch actually delivered the packfile.
let writer_failed = Arc::new(AtomicBool::new(false));
thread::scope(|s| {
diff --git a/crates/radicle-protocol/src/fetcher/state.rs b/crates/radicle-protocol/src/fetcher/state.rs
index 2379f2759..adce5e3c7 100644
--- a/crates/radicle-protocol/src/fetcher/state.rs
+++ b/crates/radicle-protocol/src/fetcher/state.rs
@@ -310,6 +310,17 @@ impl FetcherState {
self.active.get(rid)
}
+ /// Check if there is at least one fetch in flight from the given [`NodeId`].
+ ///
+ /// This is used by [`Service::disconnect_unresponsive_peers`] to avoid
+ /// tearing down a session that has an active fetch running over it. The
+ /// fetch's own per-stream timeout (`limits.fetch_timeout`) is the authority
+ /// on when to give up on a stalled fetch; the gossip stale check should not
+ /// preempt it.
+ pub fn has_active_fetch_from(&self, node: &NodeId) -> bool {
+ self.active.values().any(|f| &f.from == node)
+ }
+
/// Check if the number of fetches exceeds the maximum number of concurrent
/// fetches for a given [`NodeId`].
///
diff --git a/crates/radicle-protocol/src/service.rs b/crates/radicle-protocol/src/service.rs
index 7cc1b89c9..aabbd6acb 100644
--- a/crates/radicle-protocol/src/service.rs
+++ b/crates/radicle-protocol/src/service.rs
@@ -2431,7 +2431,17 @@ where
let stale = self
.sessions
.connected()
- .filter(|(_, session)| *now - session.last_active >= STALE_CONNECTION_TIMEOUT);
+ .filter(|(_, session)| *now - session.last_active >= STALE_CONNECTION_TIMEOUT)
+ // Don't disconnect a peer we have an active fetch running against.
+ // The fetch has its own per-stream timeout (`limits.fetch_timeout`)
+ // which is the right authority for deciding when a stalled fetch
+ // has taken too long; tearing the session down out from under it
+ // (a) aborts the fetch on our side, (b) causes the seeder to see a
+ // broken pipe and log a misleading "fetched successfully",
+ // and (c) forces a retry that re-opens the same connection. On
+ // slow anonymizing transports (Tor/I2P) the 2-minute stale
+ // threshold is regularly shorter than a legitimate fetch gap.
+ .filter(|(_, session)| !self.fetcher.state().has_active_fetch_from(&session.id));
for (_, session) in stale {
debug!(target: "service", "Disconnecting unresponsive peer {}..", session.id);
commit 09d6dc5e73576660054a1f841363581ae44f3346
Author: zebus <dev@example.com>
Date: Mon Jul 20 10:05:56 2026 -0500
Fix false success on failed packfile delivery
The `git upload-pack` process does not exit on stdin EOF in v2,
so it is always killed with `SIGKILL` making its exit status
useless for judging success. Track writer thread failures with an
`AtomicBool` and return an `io::Error` instead of `Ok(ExitStatus)`
when the writer fails to deliver the packfile to the peer.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f9cd9820..9aaba7487 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
reported a successful fetch. Git frames arriving on an open stream now
refresh `last_active` via `Service::touch`, so an in-flight fetch counts
as session activity.
+- The responder side of a fetch no longer reports "fetched successfully"
+ when the writer thread failed to deliver the packfile to the peer.
+ `git upload-pack` v2 does not exit on stdin EOF (it waits for the next
+ command), so the child is always killed with `SIGKILL` at the end of the
+ run, making its `ExitStatus` signal-terminated and useless for judging
+ success. The responder now tracks whether the writer thread encountered
+ an error (e.g. the worker channel filled up because the transport was
+ dead) and returns an `io::Error` instead of `Ok(ExitStatus)` in that
+ case, so the wire layer logs "failed to fetch" instead of "fetched
+ successfully". The finish log line also now includes `writer_failed` and
+ `status` fields for diagnostics.
## Repository Identity Evaluation
diff --git a/crates/radicle-node/src/worker/upload_pack.rs b/crates/radicle-node/src/worker/upload_pack.rs
index 0766cead6..7bdc0004a 100644
--- a/crates/radicle-node/src/worker/upload_pack.rs
+++ b/crates/radicle-node/src/worker/upload_pack.rs
@@ -1,6 +1,8 @@
use std::io;
use std::io::{Read, Write};
use std::process::{Command, ExitStatus, Stdio};
+use std::sync::Arc;
+use std::sync::atomic::{AtomicBool, Ordering};
use std::time::{Duration, Instant};
use radicle_fetch::{ByteSlice as _, RemoteProgress};
@@ -90,6 +92,13 @@ where
let mut stdin = child.stdin.take().unwrap();
let mut stdout = io::BufReader::new(child.stdout.take().unwrap());
let reporter = std::sync::Mutex::new(Reporter::new(header.repo, remote, emitter.clone(), send));
+ // Set to `true` by the writer thread if it fails to deliver data to the peer
+ // (e.g. broken pipe because the fetcher disconnected mid-transfer). The
+ // upload-pack child is always killed at the end of the run (git v2 keeps the
+ // process alive waiting for the next command), so its exit status is always
+ // signal-terminated and cannot be used to judge success. This flag is what we
+ // use instead to decide whether the fetch actually delivered the packfile.
+ let writer_failed = Arc::new(AtomicBool::new(false));
thread::scope(|s| {
thread::spawn_scoped(nid, "upload-pack", s, || {
@@ -101,6 +110,7 @@ where
let mut lock = reporter.lock().expect("FATAL: upload_pack poisoned lock");
if let Err(e) = lock.write_all(&buffer[..n]) {
log::debug!(target: "worker", "Failed to write buffer to upload-pack reporter: {e}");
+ writer_failed.store(true, Ordering::SeqCst);
emitter.emit(events::UploadPack::error(header.repo, remote, e).into());
break;
}
@@ -108,6 +118,7 @@ where
}
Err(e) => {
log::debug!(target: "worker", "Exiting upload-pack writer thread for {}: {e}", header.repo);
+ writer_failed.store(true, Ordering::SeqCst);
emitter.emit(events::UploadPack::error(header.repo, remote, e).into());
break;
}
@@ -162,8 +173,19 @@ where
})?;
let status = child.wait()?;
+ let writer_failed = writer_failed.load(Ordering::SeqCst);
emitter.emit(events::UploadPack::done(header.repo, remote, status).into());
- log::debug!(target: "worker", "Upload pack finished ({}ms)", timer.elapsed().as_millis());
+ log::debug!(
+ target: "worker",
+ "Upload pack finished ({}ms, writer_failed={writer_failed}, status={status})",
+ timer.elapsed().as_millis()
+ );
+ if writer_failed {
+ return Err(io::Error::new(
+ io::ErrorKind::BrokenPipe,
+ "upload-pack writer failed to deliver packfile to peer",
+ ));
+ }
Ok(status)
}
commit 124c8cb9d01feade18c5ebae8b395db38aa2c19a
Author: zebus <dev@example.com>
Date: Sat Jul 18 10:37:34 2026 -0500
node/wire: Keep session alive during in-flight fetches
`disconnect_unresponsive_peers` reaps sessions whose `last_active` is
older than `STALE_CONNECTION_TIMEOUT` (2 min), but `last_active` was
only refreshed by gossip messages — git-protocol frames exchanged
during a fetch did not update it. On slow transports (Tor/I2P), a
fetch taking longer than 2 min of gossip-silence was torn down
mid-transfer regardless of the `--timeout` the caller requested,
while the seeder reported a successful fetch.
Call `Service::touch` from the `FrameData::Git` dispatch in `Wire`
to refresh `last_active` whenever git data arrives on an open
stream, so an in-flight fetch counts as session activity.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07677fead..4f9cd9820 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Connection resets on active sessions are now logged at `warn` level with a
message that distinguishes them from graceful shutdowns and notes that on
I2P/Tor they typically indicate a tunnel failure.
+- Sessions are no longer dropped as "unresponsive" while a fetch is in flight
+ on a slow transport. Previously, `disconnect_unresponsive_peers` reaped any
+ session whose `last_active` was older than `STALE_CONNECTION_TIMEOUT`
+ (2 min), but `last_active` was refreshed only by gossip messages — not by
+ the git-protocol frames exchanged during a fetch. A fetch taking longer
+ than 2 min of gossip-silence was therefore torn down mid-transfer,
+ regardless of the `--timeout` the caller requested, while the seeder
+ reported a successful fetch. Git frames arriving on an open stream now
+ refresh `last_active` via `Service::touch`, so an in-flight fetch counts
+ as session activity.
## Repository Identity Evaluation
diff --git a/crates/radicle-node/src/tests.rs b/crates/radicle-node/src/tests.rs
index 5ed13be4b..d58bccbe0 100644
--- a/crates/radicle-node/src/tests.rs
+++ b/crates/radicle-node/src/tests.rs
@@ -139,6 +139,42 @@ fn disconnecting_unresponsive_peer() {
.expect("disconnect an unresponsive bob");
}
+/// Regression test for a fetch being killed mid-transfer on slow transports.
+///
+/// `--timeout` only controls the git-side fetch timeout; the session's stale
+/// check (`STALE_CONNECTION_TIMEOUT`, 2 minutes) operates independently and only
+/// looks at gossip activity. A `FrameData::Git` frame arriving on an open stream
+/// now calls `Service::touch`, refreshing `last_active` so an in-flight fetch
+/// is not treated as an unresponsive peer.
+#[test]
+fn git_traffic_keeps_session_alive() {
+ let mut amy = Peer::amy();
+ let bob = Peer::bob();
+
+ amy.connect_to(&bob);
+ assert_eq!(1, amy.sessions().connected().count(), "bob connects");
+
+ // Simulate a slow fetch: advance time past the stale threshold, but have a
+ // git frame arrive just before the disconnect would fire. The `Wire` layer
+ // would call `Service::touch` here; we call it directly since this harness
+ // operates on `Service` only.
+ let step = STALE_CONNECTION_TIMEOUT / 4;
+ for _ in 0..5 {
+ amy.elapse(step);
+ amy.touch(bob.nid());
+ }
+
+ // We've advanced well past `STALE_CONNECTION_TIMEOUT`, but because git
+ // frames kept the session active, no disconnect should have been emitted.
+ assert!(
+ amy.outbox()
+ .find(|m| matches!(m, &Io::Disconnect(addr, _) if addr == *bob.nid()))
+ .is_none(),
+ "session must not be dropped while git traffic is arriving"
+ );
+ assert_eq!(1, amy.sessions().connected().count(), "bob stays connected");
+}
+
#[test]
fn redundant_connect() {
let mut amy = Peer::amy();
diff --git a/crates/radicle-node/src/wire.rs b/crates/radicle-node/src/wire.rs
index 53d1fde12..24620fe2c 100644
--- a/crates/radicle-node/src/wire.rs
+++ b/crates/radicle-node/src/wire.rs
@@ -794,6 +794,11 @@ where
})) => {
if let Some(s) = streams.get_mut(&stream) {
metrics.received_git_bytes += data.len();
+ // Receiving git data on an open stream means a fetch is
+ // in progress; refresh the session's liveness so that
+ // `disconnect_unresponsive_peers` doesn't tear it down
+ // while the fetch is still transferring.
+ self.service.touch(nid);
// Send via channel to the worker thread
if s.channels.send(ChannelEvent::Data(data)).is_err() {
log::warn!(target: "wire", "Worker is disconnected; cannot send data");
diff --git a/crates/radicle-protocol/src/service.rs b/crates/radicle-protocol/src/service.rs
index f8d9485b4..7cc1b89c9 100644
--- a/crates/radicle-protocol/src/service.rs
+++ b/crates/radicle-protocol/src/service.rs
@@ -1441,6 +1441,20 @@ where
}
}
+ /// Mark a peer's session as active without processing a gossip message.
+ ///
+ /// This is used to refresh `last_active` for traffic that doesn't go through
+ /// [`Service::received_message`], such as git-protocol frames exchanged during a
+ /// fetch. Without this, a long-running fetch over a slow transport (e.g. Tor/I2P)
+ /// can keep the gossip channel silent long enough for
+ /// [`Service::disconnect_unresponsive_peers`] to tear the session down mid-fetch,
+ /// regardless of the `--timeout` the caller requested.
+ pub fn touch(&mut self, remote: &NodeId) {
+ if let Some(peer) = self.sessions.get_mut(remote) {
+ peer.last_active = self.clock;
+ }
+ }
+
/// Handle an announcement message.
///
/// Returns `true` if this announcement should be stored and relayed to connected peers,
commit 53e63dba7f6ebfbd738dd528b04955079aaa5e28
Author: zebus <dev@example.com>
Date: Tue Jul 14 19:40:39 2026 -0500
Improve handling of anonymizing transports
- Retry fetch handshakes up to 3 times on `ConnectionReset`
- Increase I/O timeout to 60s for Tor and I2P connections
- Log connection resets at `warn` level to distinguish them
from graceful shutdowns
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f9141a81..07677fead 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### Fixed
+
+- Fetch handshake now retries up to 3 times on `ConnectionReset` before giving
+ up. On anonymizing transports (Tor, I2P) the remote tunnel can die
+ mid-handshake; a short retry with a 2s delay gives the transport a chance
+ to recover.
+- Outgoing connections to Tor and I2P addresses now use a 60s per-read/write
+ timeout instead of the default 6s. The previous timeout was too short for
+ the SOCKS5 connect phase (the I2P router must build an outbound tunnel) and
+ caused spurious connection resets.
+- Connection resets on active sessions are now logged at `warn` level with a
+ message that distinguishes them from graceful shutdowns and notes that on
+ I2P/Tor they typically indicate a tunnel failure.
+
## Repository Identity Evaluation
The limitations of evaluating repository identities were found on multiple
diff --git a/crates/radicle-fetch/src/lib.rs b/crates/radicle-fetch/src/lib.rs
index 0fa536290..182327da9 100644
--- a/crates/radicle-fetch/src/lib.rs
+++ b/crates/radicle-fetch/src/lib.rs
@@ -10,7 +10,8 @@ mod stage;
mod state;
use std::io;
-use std::time::Instant;
+use std::thread;
+use std::time::{Duration, Instant};
use gix_protocol::{Handshake, handshake};
@@ -131,15 +132,50 @@ where
result
}
+/// Maximum number of times the fetch handshake is retried before giving up.
+///
+/// On anonymizing transports (Tor, I2P) the remote tunnel can die mid-handshake,
+/// producing a `ConnectionReset`. A few quick retries give the transport a
+/// chance to recover or the remote peer to re-accept the stream.
+const HANDSHAKE_MAX_RETRIES: usize = 3;
+
+/// Delay between handshake retry attempts.
+const HANDSHAKE_RETRY_DELAY: Duration = Duration::from_secs(2);
+
fn perform_handshake<R, S>(handle: &mut Handle<R, S>) -> Result<Handshake, Error>
where
S: transport::ConnectionStream,
{
- handle
- .transport
- .handshake()
- .map_err(handle_handshake_err)
- .map_err(Error::from)
+ let mut last_err = None;
+ for attempt in 0..=HANDSHAKE_MAX_RETRIES {
+ match handle.transport.handshake() {
+ Ok(hs) => return Ok(hs),
+ Err(err) => {
+ let hs_err = handle_handshake_err(err);
+ let is_connection_reset = matches!(
+ &hs_err,
+ HandshakeError::Io(e) if e.kind() == io::ErrorKind::ConnectionReset
+ );
+ if is_connection_reset && attempt < HANDSHAKE_MAX_RETRIES {
+ log::debug!(
+ target: "radicle-fetch",
+ "Fetch handshake attempt {}/{} failed with connection reset; retrying in {:?}",
+ attempt + 1,
+ HANDSHAKE_MAX_RETRIES + 1,
+ HANDSHAKE_RETRY_DELAY,
+ );
+ thread::sleep(HANDSHAKE_RETRY_DELAY);
+ last_err = Some(hs_err);
+ continue;
+ }
+ return Err(Error::from(hs_err));
+ }
+ }
+ }
+ // Unreachable: the loop always returns on the last iteration.
+ Err(Error::from(
+ last_err.expect("at least one handshake attempt was made"),
+ ))
}
fn handle_handshake_err(err: handshake::Error) -> HandshakeError {
diff --git a/crates/radicle-node/src/reactor/transport.rs b/crates/radicle-node/src/reactor/transport.rs
index 5343df917..1ec596ba1 100644
--- a/crates/radicle-node/src/reactor/transport.rs
+++ b/crates/radicle-node/src/reactor/transport.rs
@@ -185,7 +185,17 @@ impl<S: Session> Transport<S> {
if events.iter().any(|event| event.is_connection_reset())
&& self.state != TransportState::Handshake
{
- log::debug!(target: "transport", "Peer {self} has reset the connection");
+ // N.b. On anonymizing transports (Tor, I2P) this is commonly caused
+ // by the remote tunnel lease expiring or being rebuilt mid-session,
+ // not by the peer deliberately closing the connection. We log at
+ // `warn` level so it is visible at the default log level, making it
+ // easier to distinguish from a graceful shutdown.
+ log::warn!(
+ target: "transport",
+ "Connection to peer {self} was reset (state: {:?}); \
+ on I2P/Tor this typically indicates a tunnel failure, not a deliberate disconnect",
+ self.state,
+ );
self.state = TransportState::Terminated;
} else if self.session.is_established() && self.state == TransportState::Handshake {
diff --git a/crates/radicle-node/src/wire.rs b/crates/radicle-node/src/wire.rs
index 4fbf66d7d..53d1fde12 100644
--- a/crates/radicle-node/src/wire.rs
+++ b/crates/radicle-node/src/wire.rs
@@ -50,6 +50,14 @@ pub const NOISE_XK: HandshakePattern = HandshakePattern {
/// Default time to wait until a network connection is considered inactive.
pub const DEFAULT_CONNECTION_TIMEOUT: time::Duration = time::Duration::from_secs(6);
+/// Default time to wait for I/O on anonymizing transports (Tor, I2P).
+///
+/// These transports have much higher latency than direct TCP, both for the
+/// initial SOCKS5 connect (the I2P router must build an outbound tunnel) and
+/// for subsequent reads (tunnel congestion and rebuilds). Using the default
+/// 6s timeout causes spurious connection resets on I2P.
+pub const DEFAULT_ANON_CONNECTION_TIMEOUT: time::Duration = time::Duration::from_secs(60);
+
/// Maximum size of a peer inbox, in bytes.
pub const MAX_INBOX_SIZE: usize = 1024 * 1024 * 2;
@@ -1159,11 +1167,22 @@ pub fn dial<G: Ecdh<Pk = NodeId>>(
// Whether to tunnel regular connections through the proxy.
let force_proxy = config.proxy.is_some();
+ // Use a longer timeout for anonymizing transports where tunnel build
+ // latency and congestion can easily exceed the default 6s.
+ let timeout = match &remote_addr.host {
+ #[cfg(feature = "tor")]
+ HostName::Tor(_) => DEFAULT_ANON_CONNECTION_TIMEOUT,
+ #[cfg(feature = "i2p")]
+ HostName::I2p(_) => DEFAULT_ANON_CONNECTION_TIMEOUT,
+ _ => DEFAULT_CONNECTION_TIMEOUT,
+ };
+
Ok(session::<G>(
remote_addr,
Some(remote_id),
connection,
force_proxy,
+ timeout,
signer,
))
}
@@ -1174,15 +1193,27 @@ pub fn accept<G: Ecdh<Pk = NodeId>>(
connection: TcpStream,
signer: G,
) -> WireSession<G> {
- session::<G>(remote_addr, None, connection, false, signer)
+ session::<G>(
+ remote_addr,
+ None,
+ connection,
+ false,
+ DEFAULT_CONNECTION_TIMEOUT,
+ signer,
+ )
}
/// Create a new [`WireSession`].
+///
+/// `timeout` controls the per-read and per-write timeout applied to the
+/// underlying TCP socket. For anonymizing transports (Tor, I2P) a longer
+/// timeout should be used to account for tunnel build latency and congestion.
fn session<G: Ecdh<Pk = NodeId>>(
remote_addr: NetAddr<HostName>,
remote_id: Option<NodeId>,
connection: TcpStream,
force_proxy: bool,
+ timeout: time::Duration,
signer: G,
) -> WireSession<G> {
if let Err(e) = connection.set_nodelay(true) {
@@ -1191,11 +1222,11 @@ fn session<G: Ecdh<Pk = NodeId>>(
let connection = std::net::TcpStream::from(connection);
- if let Err(e) = connection.set_read_timeout(Some(DEFAULT_CONNECTION_TIMEOUT)) {
+ if let Err(e) = connection.set_read_timeout(Some(timeout)) {
log::warn!(target: "wire", "Unable to set TCP read timeout on socket {connection:?}: {e}");
}
- if let Err(e) = connection.set_write_timeout(Some(DEFAULT_CONNECTION_TIMEOUT)) {
+ if let Err(e) = connection.set_write_timeout(Some(timeout)) {
log::warn!(target: "wire", "Unable to set TCP write timeout on socket {connection:?}: {e}");
}
diff --git a/crates/radicle-protocol/src/service.rs b/crates/radicle-protocol/src/service.rs
index 5f541cd2f..f8d9485b4 100644
--- a/crates/radicle-protocol/src/service.rs
+++ b/crates/radicle-protocol/src/service.rs
@@ -1141,7 +1141,15 @@ where
}
}
Err(err) => {
- warn!(target: "service", "Fetch failed for {rid} from {from}: {err}");
+ if err.is_connection_reset() {
+ warn!(
+ target: "service",
+ "Fetch failed for {rid} from {from}: connection reset \
+ (on I2P/Tor this usually means the remote tunnel died, not a deliberate disconnect)"
+ );
+ } else {
+ warn!(target: "service", "Fetch failed for {rid} from {from}: {err}");
+ }
// For now, we only disconnect the from in case of timeout. In the future,
// there may be other reasons to disconnect.
diff --git a/crates/radicle-protocol/src/worker.rs b/crates/radicle-protocol/src/worker.rs
index 4874d797a..f301dbd21 100644
--- a/crates/radicle-protocol/src/worker.rs
+++ b/crates/radicle-protocol/src/worker.rs
@@ -36,6 +36,14 @@ impl FetchError {
pub fn is_timeout(&self) -> bool {
matches!(self, FetchError::Io(e) if e.kind() == io::ErrorKind::TimedOut)
}
+
+ /// Check if it's a connection reset error.
+ ///
+ /// On anonymizing transports (Tor, I2P) this typically indicates that the
+ /// remote tunnel died rather than the peer deliberately closing the connection.
+ pub fn is_connection_reset(&self) -> bool {
+ matches!(self, FetchError::Io(e) if e.kind() == io::ErrorKind::ConnectionReset)
+ }
}
/// Error returned by fetch responder.
Exit code: 0
shell: 'export RUSTDOCFLAGS=''-D warnings'' cargo --version rustc --version cargo fmt --check cargo clippy --all-targets --workspace -- --deny warnings cargo build --all-targets --workspace cargo doc --workspace --no-deps --all-features cargo test --workspace --no-fail-fast '
Commands:
$ podman run --name 61f64093-d676-4412-af1b-444b15611d2c -v /opt/radcis/ci.rad.levitte.org/cci/state/61f64093-d676-4412-af1b-444b15611d2c/s:/61f64093-d676-4412-af1b-444b15611d2c/s:ro -v /opt/radcis/ci.rad.levitte.org/cci/state/61f64093-d676-4412-af1b-444b15611d2c/w:/61f64093-d676-4412-af1b-444b15611d2c/w -w /61f64093-d676-4412-af1b-444b15611d2c/w -v /opt/radcis/ci.rad.levitte.org/.radicle:/${id}/.radicle:ro -e RAD_HOME=/${id}/.radicle rust:trixie bash /61f64093-d676-4412-af1b-444b15611d2c/s/script.sh
+ export 'RUSTDOCFLAGS=-D warnings'
+ RUSTDOCFLAGS='-D warnings'
+ cargo --version
info: syncing channel updates for '1.97.1-x86_64-unknown-linux-gnu'
info: latest update on 2026-07-16, rust version 1.97.1 (8bab26f4f 2026-07-14)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-src'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-src'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
cargo 1.97.1 (c980f4866 2026-06-30)
+ rustc --version
rustc 1.97.1 (8bab26f4f 2026-07-14)
+ cargo fmt --check
+ cargo clippy --all-targets --workspace -- --deny warnings
Updating crates.io index
Downloading crates ...
Downloaded cbc v0.1.2
Downloaded addr2line v0.25.1
Downloaded form_urlencoded v1.2.2
Downloaded ghash v0.5.1
Downloaded base16ct v0.2.0
Downloaded base64 v0.21.7
Downloaded base32 v0.4.0
Downloaded block-buffer v0.10.4
Downloaded bcrypt-pbkdf v0.10.0
Downloaded block-padding v0.3.3
Downloaded borrow-or-share v0.2.4
Downloaded base256emoji v1.0.2
Downloaded base64ct v1.8.3
Downloaded blowfish v0.9.1
Downloaded bytecount v0.6.9
Downloaded byteorder v1.5.0
Downloaded bytes v1.11.1
Downloaded cc v1.2.57
Downloaded base64 v0.22.1
Downloaded bstr v1.12.1
Downloaded bloomy v1.2.0
Downloaded bytesize v2.3.1
Downloaded data-encoding v2.10.0
Downloaded prodash v31.0.0
Downloaded clap_derive v4.6.0
Downloaded derive_more-impl v2.1.1
Downloaded displaydoc v0.2.5
Downloaded crossbeam-channel v0.5.15
Downloaded clap_lex v1.1.0
Downloaded derive_more v2.1.1
Downloaded faster-hex v0.10.0
Downloaded ff v0.13.1
Downloaded colorchoice v1.0.5
Downloaded find-msvc-tools v0.1.9
Downloaded diff v0.1.13
Downloaded ct-codecs v1.1.6
Downloaded const-str v0.4.3
Downloaded flate2 v1.1.9
Downloaded getrandom v0.4.2
Downloaded cypheraddr v0.4.1
Downloaded digest v0.10.7
Downloaded filetime v0.2.27
Downloaded git-ref-format v0.7.0
Downloaded curve25519-dalek-derive v0.1.1
Downloaded dyn-clone v1.0.20
Downloaded crypto-common v0.1.7
Downloaded ctr v0.9.2
Downloaded errno v0.3.14
Downloaded document-features v0.2.12
Downloaded equivalent v1.0.2
Downloaded fnv v1.0.7
Downloaded cipher v0.4.4
Downloaded email_address v0.2.9
Downloaded ed25519 v2.2.3
Downloaded colored v2.2.0
Downloaded fastrand v2.3.0
Downloaded env_filter v1.0.0
Downloaded generic-array v0.14.7
Downloaded bit-set v0.8.0
Downloaded quick-error v1.2.3
Downloaded cyphergraphy v0.3.1
Downloaded data-encoding-macro-internal v0.1.17
Downloaded dunce v1.0.5
Downloaded pastey v0.2.1
Downloaded test-log-macros v0.2.19
Downloaded cfg-if v1.0.4
Downloaded bit-vec v0.8.0
Downloaded bitflags v2.11.0
Downloaded chacha20 v0.9.1
Downloaded ec25519 v0.1.0
Downloaded clap_complete v4.6.0
Downloaded fast-glob v0.3.3
Downloaded data-encoding-macro v0.1.19
Downloaded pbkdf2 v0.12.2
Downloaded convert_case v0.10.0
Downloaded cpufeatures v0.2.17
Downloaded qcheck-macros v1.0.0
Downloaded rand_xorshift v0.4.0
Downloaded ref-cast v1.0.25
Downloaded ref-cast-impl v1.0.25
Downloaded signature v2.2.0
Downloaded siphasher v1.0.2
Downloaded secrecy v0.10.3
Downloaded shell-words v1.1.1
Downloaded env_logger v0.11.9
Downloaded either v1.15.0
Downloaded git-ref-format-core v0.6.0
Downloaded primeorder v0.13.6
Downloaded ecdsa v0.16.9
Downloaded escargot v0.5.15
Downloaded ed25519 v1.5.3
Downloaded const-oid v0.9.6
Downloaded ssh-cipher v0.2.0
Downloaded snapbox-macros v1.1.0
Downloaded sval_fmt v2.17.0
Downloaded utf8_iter v1.0.4
Downloaded version_check v0.9.5
Downloaded chacha20poly1305 v0.10.1
Downloaded gix-negotiate v0.31.0
Downloaded gix-quote v0.7.1
Downloaded gix-trace v0.1.19
Downloaded pin-project-lite v0.2.17
Downloaded sem_safe v0.2.1
Downloaded rand_chacha v0.9.0
Downloaded tracing-log v0.2.0
Downloaded systemd-journal-logger v2.2.2
Downloaded erased-serde v0.4.10
Downloaded console v0.16.3
Downloaded multibase v0.9.2
Downloaded is_terminal_polyfill v1.70.2
Downloaded thiserror-impl v1.0.69
Downloaded vsimd v0.8.0
Downloaded zeroize v1.8.2
Downloaded proc-macro-error-attr3 v3.0.2
Downloaded streaming-iterator v0.1.9
Downloaded toml_datetime v0.7.5+spec-1.1.0
Downloaded gix-glob v0.26.0
Downloaded gix-commitgraph v0.37.0
Downloaded gix-date v0.15.3
Downloaded human-panic v2.0.6
Downloaded gix-packetline v0.21.3
Downloaded anstyle v1.0.14
Downloaded signal-hook-mio v0.2.5
Downloaded referencing v0.30.0
Downloaded humantime v2.3.0
Downloaded crossbeam-utils v0.8.21
Downloaded elliptic-curve v0.13.8
Downloaded getrandom v0.2.17
Downloaded clap v4.6.0
Downloaded keccak v0.1.6
Downloaded num-complex v0.4.6
Downloaded polyval v0.6.2
Downloaded ssh-encoding v0.2.0
Downloaded sval_json v2.17.0
Downloaded sval_serde v2.17.0
Downloaded fluent-uri v0.3.2
Downloaded pem-rfc7468 v0.7.0
Downloaded rand_core v0.6.4
Downloaded getrandom v0.3.4
Downloaded p256 v0.13.2
Downloaded value-bag v1.12.0
Downloaded tree-sitter-html v0.23.2
Downloaded amplify_derive v4.0.1
Downloaded amplify v4.9.0
Downloaded rusty-fork v0.3.1
Downloaded once_cell v1.21.4
Downloaded sec1 v0.7.3
Downloaded ascii v1.1.0
Downloaded iana-time-zone v0.1.65
Downloaded lock_api v0.4.14
Downloaded tinyvec_macros v0.1.1
Downloaded unarray v0.1.4
Downloaded sharded-slab v0.1.7
Downloaded simd-adler32 v0.3.8
Downloaded tree-sitter-json v0.24.8
Downloaded fraction v0.15.3
Downloaded litrs v1.0.0
Downloaded tinyvec v1.11.0
Downloaded aead v0.5.2
Downloaded adler2 v2.0.1
Downloaded unicode-display-width v0.3.0
Downloaded socket2 v0.5.10
Downloaded proc-macro-error3 v3.0.2
Downloaded crc32fast v1.5.0
Downloaded zerofrom v0.1.6
Downloaded sha2 v0.10.9
Downloaded thiserror-impl v2.0.18
Downloaded toml_writer v1.0.7+spec-1.1.0
Downloaded icu_provider v2.1.1
Downloaded gix-sec v0.14.0
Downloaded crypto-bigint v0.5.5
Downloaded der v0.7.10
Downloaded fancy-regex v0.14.0
Downloaded structured-logger v1.0.5
Downloaded lazy_static v1.5.0
Downloaded num-traits v0.2.19
Downloaded yansi v1.0.1
Downloaded pkcs1 v0.7.5
Downloaded sqlite v0.37.0
Downloaded xattr v1.6.1
Downloaded match-lookup v0.1.2
Downloaded num-iter v0.1.45
Downloaded anstyle-parse v1.0.0
Downloaded zmij v1.0.21
Downloaded zerotrie v0.2.3
Downloaded outref v0.5.2
Downloaded anstyle-query v1.1.5
Downloaded serde_core v1.0.228
Downloaded gix-hashtable v0.15.0
Downloaded git-ref-format-macro v0.7.0
Downloaded gix-lock v23.0.0
Downloaded gix-ref v0.63.0
Downloaded socks5-client v0.4.3
Downloaded ed25519-dalek v2.2.0
Downloaded gix-transport v0.57.0
Downloaded nonempty v0.12.0
Downloaded radicle-git-ext v0.13.0
Downloaded hash32 v0.3.1
Downloaded nonempty v0.9.0
Downloaded scrypt v0.11.0
Downloaded snapbox v1.2.2
Downloaded gix-url v0.36.0
Downloaded scopeguard v1.2.0
Downloaded gix-fs v0.21.1
Downloaded anstream v0.6.21
Downloaded serde_derive_internals v0.29.1
Downloaded amplify_syn v2.0.1
Downloaded ahash v0.8.12
Downloaded gix-features v0.48.0
Downloaded rand_chacha v0.3.1
Downloaded signature v1.6.4
Downloaded strsim v0.11.1
Downloaded gix-traverse v0.57.0
Downloaded hmac v0.12.1
Downloaded maybe-async v0.2.10
Downloaded amplify_num v0.5.3
Downloaded gix-hash v0.25.0
Downloaded miniz_oxide v0.8.9
Downloaded noise-framework v0.4.1
Downloaded num-cmp v0.1.0
Downloaded aes v0.8.4
Downloaded crossterm v0.29.0
Downloaded nu-ansi-term v0.50.3
Downloaded aes-gcm v0.10.3
Downloaded aho-corasick v1.1.4
Downloaded gix-shallow v0.12.0
Downloaded unit-prefix v0.5.2
Downloaded memmap2 v0.9.10
Downloaded proptest v1.10.0
Downloaded matchers v0.2.0
Downloaded normalize-line-endings v0.3.0
Downloaded num v0.4.3
Downloaded phf v0.11.3
Downloaded anstyle-parse v0.2.7
Downloaded autocfg v1.5.0
Downloaded pkg-config v0.3.32
Downloaded serde_fmt v1.1.0
Downloaded parking_lot_core v0.9.12
Downloaded proc-macro2 v1.0.106
Downloaded serde_derive v1.0.228
Downloaded serde_spanned v1.0.4
Downloaded sha1 v0.10.6
Downloaded universal-hash v0.5.1
Downloaded sval v2.17.0
Downloaded value-bag-sval2 v1.12.0
Downloaded memchr v2.8.0
Downloaded subtle v2.6.1
Downloaded rand_core v0.9.5
Downloaded litemap v0.8.1
Downloaded tree-sitter-language v0.1.7
Downloaded value-bag-serde1 v1.12.0
Downloaded uuid v1.22.0
Downloaded group v0.13.0
Downloaded gix-config-value v0.18.0
Downloaded percent-encoding v2.3.2
Downloaded same-file v1.0.6
Downloaded sval_nested v2.17.0
Downloaded serde-untagged v0.1.9
Downloaded sqlite3-sys v0.18.0
Downloaded yoke-derive v0.8.1
Downloaded num-integer v0.1.46
Downloaded gix-command v0.9.0
Downloaded rfc6979 v0.4.0
Downloaded pkcs8 v0.10.2
Downloaded quote v1.0.45
Downloaded cyphernet v0.5.4
Downloaded phf_shared v0.11.3
Downloaded radicle-std-ext v0.2.0
Downloaded rustc_version v0.4.1
Downloaded gix-credentials v0.38.0
Downloaded rustversion v1.0.22
Downloaded tree-sitter-css v0.23.2
Downloaded idna_adapter v1.2.1
Downloaded potential_utf v0.1.4
Downloaded tree-sitter-toml-ng v0.6.0
Downloaded utf8parse v0.2.2
Downloaded schemars v1.2.1
Downloaded gix-object v0.60.0
Downloaded schemars_derive v1.2.1
Downloaded rsa v0.9.10
Downloaded tar v0.4.45
Downloaded gix-diff v0.63.0
Downloaded jiff-static v0.2.23
Downloaded thiserror v1.0.69
Downloaded salsa20 v0.10.2
Downloaded gix-actor v0.41.0
Downloaded shlex v1.3.0
Downloaded thiserror v2.0.18
Downloaded emojis v0.6.4
Downloaded synstructure v0.13.2
Downloaded log v0.4.29
Downloaded gix-odb v0.80.0
Downloaded icu_properties v2.1.2
Downloaded uuid-simd v0.8.0
Downloaded yoke v0.8.1
Downloaded signal-hook-registry v1.4.8
Downloaded semver v1.0.27
Downloaded base-x v0.2.11
Downloaded heck v0.5.0
Downloaded sval_ref v2.17.0
Downloaded zerofrom-derive v0.1.6
Downloaded wait-timeout v0.2.1
Downloaded walkdir v2.5.0
Downloaded mio v1.1.1
Downloaded stable_deref_trait v1.2.1
Downloaded test-log v0.2.19
Downloaded spin v0.9.8
Downloaded signals_receipts v0.2.5
Downloaded opaque-debug v0.3.1
Downloaded arc-swap v1.9.1
Downloaded anstream v1.0.0
Downloaded itoa v1.0.17
Downloaded zerovec v0.11.5
Downloaded spki v0.7.3
Downloaded pretty_assertions v1.4.1
Downloaded writeable v0.6.2
Downloaded gix-protocol v0.61.0
Downloaded signal-hook v0.3.18
Downloaded ryu v1.0.23
Downloaded icu_collections v2.1.1
Downloaded gix-utils v0.3.2
Downloaded sval_dynamic v2.17.0
Downloaded toml v0.9.12+spec-1.1.0
Downloaded serde v1.0.228
Downloaded sval_buffer v2.17.0
Downloaded indexmap v2.13.0
Downloaded clap_builder v4.6.0
Downloaded regex v1.12.3
Downloaded hashbrown v0.16.1
Downloaded num-rational v0.4.2
Downloaded lexopt v0.3.2
Downloaded ppv-lite86 v0.2.21
Downloaded poly1305 v0.8.0
Downloaded rand v0.9.2
Downloaded libm v0.2.16
Downloaded tree-sitter-go v0.23.4
Downloaded gix-prompt v0.15.0
Downloaded num-bigint v0.4.6
Downloaded portable-atomic v1.13.1
Downloaded inout v0.1.4
Downloaded tree-sitter-python v0.23.6
Downloaded gix-refspec v0.41.0
Downloaded gix-revision v0.45.0
Downloaded typeid v1.0.3
Downloaded rand v0.8.5
Downloaded gix-validate v0.11.1
Downloaded unicode-segmentation v1.12.0
Downloaded timeago v0.4.2
Downloaded jobserver v0.1.34
Downloaded gix-revwalk v0.31.0
Downloaded thread_local v1.1.9
Downloaded gix-error v0.2.3
Downloaded rustc-demangle v0.1.27
Downloaded ssh-key v0.6.7
Downloaded siphasher v0.3.11
Downloaded tinystr v0.8.2
Downloaded zerovec-derive v0.11.2
Downloaded qcheck v1.0.0
Downloaded jsonschema v0.30.0
Downloaded similar v3.1.1
Downloaded chrono v0.4.44
Downloaded p384 v0.13.1
Downloaded parking_lot v0.12.5
Downloaded tree-sitter-highlight v0.24.7
Downloaded gix-path v0.12.0
Downloaded itertools v0.14.0
Downloaded gix-tempfile v23.0.0
Downloaded p521 v0.13.3
Downloaded smallvec v1.15.1
Downloaded syn v1.0.109
Downloaded serde_json v1.0.149
Downloaded git2 v0.21.0
Downloaded tracing-core v0.1.36
Downloaded anyhow v1.0.102
Downloaded ssh-agent-lib v0.6.0
Downloaded tempfile v3.27.0
Downloaded unicode-ident v1.0.24
Downloaded icu_normalizer v2.1.1
Downloaded gimli v0.32.3
Downloaded vcpkg v0.2.15
Downloaded zlib-rs v0.6.5
Downloaded indicatif v0.18.4
Downloaded unicode-width v0.2.2
Downloaded sysinfo v0.37.2
Downloaded typenum v1.19.0
Downloaded curve25519-dalek v4.1.3
Downloaded icu_locale_core v2.1.1
Downloaded icu_normalizer_data v2.1.1
Downloaded tree-sitter-c v0.23.4
Downloaded heapless v0.8.0
Downloaded tracing-subscriber v0.3.23
Downloaded backtrace v0.3.76
Downloaded inquire v0.9.4
Downloaded idna v1.1.0
Downloaded gix-pack v0.70.0
Downloaded url v2.5.8
Downloaded num-bigint-dig v0.8.6
Downloaded radicle-surf v0.28.0
Downloaded regex-syntax v0.8.10
Downloaded unicode-normalization v0.1.25
Downloaded tree-sitter-rust v0.23.3
Downloaded syn v2.0.117
Downloaded icu_properties_data v2.1.2
Downloaded tree-sitter-bash v0.23.3
Downloaded tree-sitter v0.24.7
Downloaded object v0.37.3
Downloaded tree-sitter-ruby v0.23.1
Downloaded tracing v0.1.44
Downloaded zerocopy v0.8.42
Downloaded regex-automata v0.4.14
Downloaded tree-sitter-md v0.3.2
Downloaded rustix v1.1.4
Downloaded sha1-checked v0.10.0
Downloaded sha3 v0.10.8
Downloaded tree-sitter-typescript v0.23.2
Downloaded tokio v1.50.0
Downloaded jiff v0.2.23
Downloaded libc v0.2.183
Downloaded sqlite3-src v0.7.0
Downloaded libz-sys v1.1.25
Downloaded libgit2-sys v0.18.4+1.9.3
Downloaded linux-raw-sys v0.12.1
Downloaded gix-chunk v0.7.1
Compiling libc v0.2.183
Compiling proc-macro2 v1.0.106
Compiling quote v1.0.45
Compiling unicode-ident v1.0.24
Checking cfg-if v1.0.4
Checking zeroize v1.8.2
Compiling version_check v0.9.5
Compiling typenum v1.19.0
Compiling generic-array v0.14.7
Checking getrandom v0.2.17
Compiling syn v2.0.117
Checking rand_core v0.6.4
Checking memchr v2.8.0
Compiling jobserver v0.1.34
Checking crypto-common v0.1.7
Compiling shlex v1.3.0
Compiling find-msvc-tools v0.1.9
Checking subtle v2.6.1
Compiling serde_core v1.0.228
Compiling cc v1.2.57
Checking const-oid v0.9.6
Checking regex-syntax v0.8.10
Checking aho-corasick v1.1.4
Checking smallvec v1.15.1
Checking block-buffer v0.10.4
Checking digest v0.10.7
Checking cpufeatures v0.2.17
Compiling thiserror v2.0.18
Checking regex-automata v0.4.14
Checking fastrand v2.3.0
Compiling parking_lot_core v0.9.12
Checking scopeguard v1.2.0
Checking lock_api v0.4.14
Checking stable_deref_trait v1.2.1
Checking bitflags v2.11.0
Checking parking_lot v0.12.5
Compiling typeid v1.0.3
Compiling erased-serde v0.4.10
Compiling serde v1.0.228
Checking itoa v1.0.17
Checking tinyvec_macros v0.1.1
Compiling crc32fast v1.5.0
Checking gix-trace v0.1.19
Checking tinyvec v1.11.0
Checking serde_fmt v1.1.0
Checking hashbrown v0.16.1
Checking unicode-normalization v0.1.25
Checking value-bag-serde1 v1.12.0
Checking byteorder v1.5.0
Compiling thiserror-impl v2.0.18
Compiling serde_derive v1.0.228
Checking value-bag v1.12.0
Checking bstr v1.12.1
Checking gix-utils v0.3.2
Checking log v0.4.29
Checking gix-validate v0.11.1
Checking same-file v1.0.6
Checking walkdir v2.5.0
Checking prodash v31.0.0
Compiling libm v0.2.16
Compiling autocfg v1.5.0
Checking zlib-rs v0.6.5
Checking gix-path v0.12.0
Compiling num-traits v0.2.19
Compiling rustix v1.1.4
Compiling pkg-config v0.3.32
Compiling heapless v0.8.0
Checking hash32 v0.3.1
Checking linux-raw-sys v0.12.1
Checking gix-features v0.48.0
Compiling getrandom v0.4.2
Checking faster-hex v0.10.0
Checking block-padding v0.3.3
Compiling zerocopy v0.8.42
Checking inout v0.1.4
Checking sha2 v0.10.9
Checking sha1 v0.10.6
Compiling zmij v1.0.21
Checking sha1-checked v0.10.0
Checking cipher v0.4.4
Compiling serde_json v1.0.149
Checking equivalent v1.0.2
Checking once_cell v1.21.4
Checking indexmap v2.13.0
Checking gix-hash v0.25.0
Compiling ref-cast v1.0.25
Compiling ref-cast-impl v1.0.25
Checking der v0.7.10
Checking spin v0.9.8
Checking lazy_static v1.5.0
Checking dyn-clone v1.0.20
Compiling vcpkg v0.2.15
Compiling thiserror v1.0.69
Compiling syn v1.0.109
Compiling libz-sys v1.1.25
Checking tempfile v3.27.0
Compiling thiserror-impl v1.0.69
Compiling tree-sitter-language v0.1.7
Checking num-integer v0.1.46
Compiling serde_derive_internals v0.29.1
Checking ppv-lite86 v0.2.21
Checking hmac v0.12.1
Checking universal-hash v0.5.1
Checking opaque-debug v0.3.1
Checking spki v0.7.3
Compiling libgit2-sys v0.18.4+1.9.3
Checking signature v2.2.0
Checking ff v0.13.1
Checking base16ct v0.2.0
Compiling schemars_derive v1.2.1
Checking sec1 v0.7.3
Checking group v0.13.0
Checking rand_chacha v0.3.1
Checking crypto-bigint v0.5.5
Checking elliptic-curve v0.13.8
Checking schemars v1.2.1
Compiling amplify_syn v2.0.1
Checking rand v0.8.5
Checking num-iter v0.1.45
Checking aead v0.5.2
Checking signature v1.6.4
Compiling semver v1.0.27
Checking ed25519 v1.5.3
Compiling amplify_derive v4.0.1
Checking poly1305 v0.8.0
Compiling rustc_version v0.4.1
Checking rfc6979 v0.4.0
Checking chacha20 v0.9.1
Checking gix-error v0.2.3
Checking ct-codecs v1.1.6
Checking ascii v1.1.0
Checking amplify_num v0.5.3
Checking ec25519 v0.1.0
Compiling curve25519-dalek v4.1.3
Checking ecdsa v0.16.9
Checking git-ref-format-core v0.6.0
Checking primeorder v0.13.6
Checking amplify v4.9.0
Checking polyval v0.6.2
Checking base64ct v1.8.3
Compiling num-bigint-dig v0.8.6
Checking cyphergraphy v0.3.1
Checking pem-rfc7468 v0.7.0
Checking ghash v0.5.1
Checking pkcs8 v0.10.2
Checking pbkdf2 v0.12.2
Checking aes v0.8.4
Checking ctr v0.9.2
Compiling sqlite3-src v0.7.0
Compiling curve25519-dalek-derive v0.1.1
Checking keccak v0.1.6
Checking aes-gcm v0.10.3
Checking sha3 v0.10.8
Checking pkcs1 v0.7.5
Checking ssh-encoding v0.2.0
Checking ed25519 v2.2.3
Checking cbc v0.1.2
Checking blowfish v0.9.1
Compiling data-encoding v2.10.0
Checking base32 v0.4.0
Checking cypheraddr v0.4.1
Compiling data-encoding-macro-internal v0.1.17
Checking rsa v0.9.10
Checking bcrypt-pbkdf v0.10.0
Checking ssh-cipher v0.2.0
Checking ed25519-dalek v2.2.0
Checking p384 v0.13.1
Checking p256 v0.13.2
Checking p521 v0.13.3
Checking chacha20poly1305 v0.10.1
Checking qcheck v1.0.0
Compiling match-lookup v0.1.2
Checking const-str v0.4.3
Checking base256emoji v1.0.2
Checking ssh-key v0.6.7
Checking data-encoding-macro v0.1.19
Checking noise-framework v0.4.1
Checking socks5-client v0.4.3
Compiling synstructure v0.13.2
Checking secrecy v0.10.3
Checking base-x v0.2.11
Checking percent-encoding v2.3.2
Checking multibase v0.9.2
Checking ssh-agent-lib v0.6.0
Checking cyphernet v0.5.4
Checking utf8parse v0.2.2
Checking jiff v0.2.23
Checking anstyle-query v1.1.5
Compiling zerofrom-derive v0.1.6
Checking zerofrom v0.1.6
Compiling yoke-derive v0.8.1
Checking radicle-localtime v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-localtime)
Checking errno v0.3.14
Checking anstyle v1.0.14
Checking gix-date v0.15.3
Checking is_terminal_polyfill v1.70.2
Checking colorchoice v1.0.5
Checking gix-actor v0.41.0
Checking yoke v0.8.1
Checking gix-hashtable v0.15.0
Checking nonempty v0.9.0
Checking siphasher v1.0.2
Checking gix-object v0.60.0
Checking radicle-git-metadata v0.2.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-git-metadata)
Compiling zerovec-derive v0.11.2
Checking radicle-dag v0.10.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-dag)
Checking memmap2 v0.9.10
Checking nonempty v0.12.0
Checking radicle-git-ref-format v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-git-ref-format)
Checking gix-chunk v0.7.1
Compiling displaydoc v0.2.5
Checking zerovec v0.11.5
Compiling radicle v0.24.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle)
Checking base64 v0.21.7
Checking gix-commitgraph v0.37.0
Checking anstyle-parse v1.0.0
Checking serde-untagged v0.1.9
Checking bytesize v2.3.1
Checking fast-glob v0.3.3
Checking dunce v1.0.5
Checking gix-revwalk v0.31.0
Checking anstream v1.0.0
Checking gix-fs v0.21.1
Checking mio v1.1.1
Checking sem_safe v0.2.1
Checking signals_receipts v0.2.5
Checking gix-tempfile v23.0.0
Checking tinystr v0.8.2
Checking gix-quote v0.7.1
Checking writeable v0.6.2
Checking litemap v0.8.1
Checking potential_utf v0.1.4
Checking icu_locale_core v2.1.1
Checking zerotrie v0.2.3
Compiling unicode-segmentation v1.12.0
Compiling icu_normalizer_data v2.1.1
Checking either v1.15.0
Checking iana-time-zone v0.1.65
Compiling icu_properties_data v2.1.2
Compiling signal-hook v0.3.18
Checking shell-words v1.1.1
Checking chrono v0.4.44
Checking gix-command v0.9.0
Compiling convert_case v0.10.0
Checking icu_provider v2.1.1
Checking icu_collections v2.1.1
Checking radicle-signals v0.11.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-signals)
Checking signal-hook-registry v1.4.8
Checking colored v2.2.0
Compiling object v0.37.3
Compiling rustversion v1.0.22
Compiling derive_more-impl v2.1.1
Checking gix-lock v23.0.0
Checking gix-url v0.36.0
Checking gix-config-value v0.18.0
Checking gix-sec v0.14.0
Checking adler2 v2.0.1
Compiling litrs v1.0.0
Checking gimli v0.32.3
Compiling portable-atomic v1.13.1
Checking unicode-width v0.2.2
Compiling document-features v0.2.12
Checking miniz_oxide v0.8.9
Checking gix-prompt v0.15.0
Checking addr2line v0.25.1
Checking derive_more v2.1.1
Checking icu_properties v2.1.2
Checking icu_normalizer v2.1.1
Checking signal-hook-mio v0.2.5
Checking radicle-log v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-log)
Checking gix-traverse v0.57.0
Checking gix-revision v0.45.0
Checking gix-diff v0.63.0
Checking anstyle-parse v0.2.7
Checking gix-packetline v0.21.3
Checking gix-glob v0.26.0
Compiling anyhow v1.0.102
Checking rustc-demangle v0.1.27
Checking backtrace v0.3.76
Checking gix-refspec v0.41.0
Checking gix-transport v0.57.0
Checking anstream v0.6.21
Checking gix-pack v0.70.0
Checking crossterm v0.29.0
Checking arc-swap v1.9.1
Checking idna_adapter v1.2.1
Checking gix-credentials v0.38.0
Checking console v0.16.3
Checking gix-shallow v0.12.0
Checking gix-ref v0.63.0
Checking gix-negotiate v0.31.0
Checking regex v1.12.3
Compiling maybe-async v0.2.10
Compiling tree-sitter v0.24.7
Compiling proc-macro-error-attr3 v3.0.2
Compiling simd-adler32 v0.3.8
Checking unit-prefix v0.5.2
Compiling getrandom v0.3.4
Checking utf8_iter v1.0.4
Checking idna v1.1.0
Checking indicatif v0.18.4
Checking gix-protocol v0.61.0
Compiling proc-macro-error3 v3.0.2
Checking gix-odb v0.80.0
Checking inquire v0.9.4
Compiling xattr v1.6.1
Checking unicode-display-width v0.3.0
Compiling filetime v0.2.27
Checking uuid v1.22.0
Checking bytes v1.11.1
Compiling flate2 v1.1.9
Compiling tar v0.4.45
Compiling git-ref-format-macro v0.7.0
Checking snapbox-macros v1.1.0
Checking salsa20 v0.10.2
Checking siphasher v0.3.11
Checking normalize-line-endings v0.3.0
Compiling crossbeam-utils v0.8.21
Compiling heck v0.5.0
Checking strsim v0.11.1
Checking similar v3.1.1
Checking clap_lex v1.1.0
Checking streaming-iterator v0.1.9
Checking snapbox v1.2.2
Checking clap_builder v4.6.0
Compiling clap_derive v4.6.0
Checking sqlite3-sys v0.18.0
Checking sqlite v0.37.0
Checking radicle-crypto v0.17.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-crypto)
Checking bloomy v1.2.0
Checking scrypt v0.11.0
Compiling radicle-surf v0.28.0
Checking git-ref-format v0.7.0
Checking form_urlencoded v1.2.2
Checking systemd-journal-logger v2.2.2
Checking toml_datetime v0.7.5+spec-1.1.0
Checking serde_spanned v1.0.4
Compiling tree-sitter-md v0.3.2
Compiling tree-sitter-json v0.24.8
Compiling tree-sitter-bash v0.23.3
Compiling tree-sitter-go v0.23.4
Compiling tree-sitter-ruby v0.23.1
Compiling tree-sitter-toml-ng v0.6.0
Compiling tree-sitter-c v0.23.4
Compiling tree-sitter-css v0.23.2
Compiling tree-sitter-rust v0.23.3
Compiling tree-sitter-python v0.23.6
Compiling tree-sitter-typescript v0.23.2
Compiling tree-sitter-html v0.23.2
Checking radicle-std-ext v0.2.0
Checking toml_writer v1.0.7+spec-1.1.0
Checking pin-project-lite v0.2.17
Checking toml v0.9.12+spec-1.1.0
Checking tokio v1.50.0
Checking clap v4.6.0
Checking url v2.5.8
Checking sysinfo v0.37.2
Checking yansi v1.0.1
Compiling radicle-node v0.20.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-node)
Checking diff v0.1.13
Compiling radicle-cli v0.21.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-cli)
Checking pretty_assertions v1.4.1
Checking human-panic v2.0.6
Checking crossbeam-channel v0.5.15
Checking clap_complete v4.6.0
Checking structured-logger v1.0.5
Checking radicle-systemd v0.13.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-systemd)
Checking tree-sitter-highlight v0.24.7
Checking itertools v0.14.0
Checking socket2 v0.5.10
Checking humantime v2.3.0
Compiling escargot v0.5.15
Checking lexopt v0.3.2
Checking timeago v0.4.2
Checking bit-vec v0.8.0
Checking bit-set v0.8.0
Checking rand_core v0.9.5
Compiling qcheck-macros v1.0.0
Checking num-bigint v0.4.6
Compiling ahash v0.8.12
Checking num-complex v0.4.6
Checking env_filter v1.0.0
Checking borrow-or-share v0.2.4
Checking fluent-uri v0.3.2
Checking env_logger v0.11.9
Checking phf_shared v0.11.3
Compiling test-log-macros v0.2.19
Checking num-rational v0.4.2
Checking wait-timeout v0.2.1
Compiling radicle-remote-helper v0.17.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-remote-helper)
Checking outref v0.5.2
Checking fnv v1.0.7
Checking num v0.4.3
Checking vsimd v0.8.0
Checking quick-error v1.2.3
Checking rusty-fork v0.3.1
Checking fraction v0.15.3
Checking test-log v0.2.19
Checking phf v0.11.3
Checking uuid-simd v0.8.0
Checking referencing v0.30.0
Checking rand v0.9.2
Checking rand_chacha v0.9.0
Checking rand_xorshift v0.4.0
Checking fancy-regex v0.14.0
Checking email_address v0.2.9
Checking unarray v0.1.4
Checking base64 v0.22.1
Checking bytecount v0.6.9
Checking num-cmp v0.1.0
Checking proptest v1.10.0
Checking emojis v0.6.4
Checking jsonschema v0.30.0
Compiling pastey v0.2.1
Checking radicle-windows v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-windows)
Checking git2 v0.21.0
Checking radicle-oid v0.2.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-oid)
Checking radicle-term v0.18.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-term)
Checking radicle-git-ext v0.13.0
Checking radicle-cob v0.20.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-cob)
Checking radicle-core v0.3.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-core)
Checking radicle-cli-test v0.13.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-cli-test)
Checking radicle-fetch v0.20.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-fetch)
Checking radicle-schemars v0.8.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-schemars)
Checking radicle-protocol v0.8.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-protocol)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.73s
+ cargo build --all-targets --workspace
Compiling libc v0.2.183
Compiling cfg-if v1.0.4
Compiling zeroize v1.8.2
Compiling typenum v1.19.0
Compiling memchr v2.8.0
Compiling shlex v1.3.0
Compiling subtle v2.6.1
Compiling serde_core v1.0.228
Compiling generic-array v0.14.7
Compiling const-oid v0.9.6
Compiling getrandom v0.2.17
Compiling jobserver v0.1.34
Compiling regex-syntax v0.8.10
Compiling rand_core v0.6.4
Compiling crypto-common v0.1.7
Compiling cc v1.2.57
Compiling aho-corasick v1.1.4
Compiling regex-automata v0.4.14
Compiling smallvec v1.15.1
Compiling block-buffer v0.10.4
Compiling digest v0.10.7
Compiling cpufeatures v0.2.17
Compiling bitflags v2.11.0
Compiling fastrand v2.3.0
Compiling thiserror v2.0.18
Compiling scopeguard v1.2.0
Compiling lock_api v0.4.14
Compiling parking_lot_core v0.9.12
Compiling stable_deref_trait v1.2.1
Compiling typeid v1.0.3
Compiling itoa v1.0.17
Compiling parking_lot v0.12.5
Compiling erased-serde v0.4.10
Compiling tinyvec_macros v0.1.1
Compiling gix-trace v0.1.19
Compiling tinyvec v1.11.0
Compiling serde v1.0.228
Compiling serde_fmt v1.1.0
Compiling hashbrown v0.16.1
Compiling value-bag-serde1 v1.12.0
Compiling unicode-normalization v0.1.25
Compiling byteorder v1.5.0
Compiling gix-utils v0.3.2
Compiling crc32fast v1.5.0
Compiling value-bag v1.12.0
Compiling same-file v1.0.6
Compiling walkdir v2.5.0
Compiling bstr v1.12.1
Compiling log v0.4.29
Compiling prodash v31.0.0
Compiling gix-validate v0.11.1
Compiling gix-path v0.12.0
Compiling zlib-rs v0.6.5
Compiling libm v0.2.16
Compiling hash32 v0.3.1
Compiling linux-raw-sys v0.12.1
Compiling num-traits v0.2.19
Compiling rustix v1.1.4
Compiling heapless v0.8.0
Compiling faster-hex v0.10.0
Compiling block-padding v0.3.3
Compiling inout v0.1.4
Compiling getrandom v0.4.2
Compiling sha2 v0.10.9
Compiling sha1 v0.10.6
Compiling sha1-checked v0.10.0
Compiling cipher v0.4.4
Compiling zerocopy v0.8.42
Compiling once_cell v1.21.4
Compiling equivalent v1.0.2
Compiling indexmap v2.13.0
Compiling zmij v1.0.21
Compiling gix-features v0.48.0
Compiling serde_json v1.0.149
Compiling gix-hash v0.25.0
Compiling der v0.7.10
Compiling spin v0.9.8
Compiling lazy_static v1.5.0
Compiling ref-cast v1.0.25
Compiling dyn-clone v1.0.20
Compiling libz-sys v1.1.25
Compiling tempfile v3.27.0
Compiling num-integer v0.1.46
Compiling hmac v0.12.1
Compiling universal-hash v0.5.1
Compiling opaque-debug v0.3.1
Compiling thiserror v1.0.69
Compiling spki v0.7.3
Compiling ppv-lite86 v0.2.21
Compiling libgit2-sys v0.18.4+1.9.3
Compiling signature v2.2.0
Compiling ff v0.13.1
Compiling base16ct v0.2.0
Compiling rand_chacha v0.3.1
Compiling sec1 v0.7.3
Compiling group v0.13.0
Compiling schemars v1.2.1
Compiling crypto-bigint v0.5.5
Compiling rand v0.8.5
Compiling num-iter v0.1.45
Compiling aead v0.5.2
Compiling signature v1.6.4
Compiling ed25519 v1.5.3
Compiling poly1305 v0.8.0
Compiling elliptic-curve v0.13.8
Compiling rfc6979 v0.4.0
Compiling chacha20 v0.9.1
Compiling gix-error v0.2.3
Compiling ct-codecs v1.1.6
Compiling amplify_num v0.5.3
Compiling ascii v1.1.0
Compiling ec25519 v0.1.0
Compiling ecdsa v0.16.9
Compiling primeorder v0.13.6
Compiling git-ref-format-core v0.6.0
Compiling polyval v0.6.2
Compiling base64ct v1.8.3
Compiling ghash v0.5.1
Compiling amplify v4.9.0
Compiling pem-rfc7468 v0.7.0
Compiling pkcs8 v0.10.2
Compiling cyphergraphy v0.3.1
Compiling pbkdf2 v0.12.2
Compiling aes v0.8.4
Compiling ctr v0.9.2
Compiling sqlite3-src v0.7.0
Compiling keccak v0.1.6
Compiling curve25519-dalek v4.1.3
Compiling aes-gcm v0.10.3
Compiling sha3 v0.10.8
Compiling pkcs1 v0.7.5
Compiling num-bigint-dig v0.8.6
Compiling ssh-encoding v0.2.0
Compiling ed25519 v2.2.3
Compiling cbc v0.1.2
Compiling blowfish v0.9.1
Compiling base32 v0.4.0
Compiling cypheraddr v0.4.1
Compiling rsa v0.9.10
Compiling bcrypt-pbkdf v0.10.0
Compiling ssh-cipher v0.2.0
Compiling ed25519-dalek v2.2.0
Compiling p521 v0.13.3
Compiling p256 v0.13.2
Compiling p384 v0.13.1
Compiling chacha20poly1305 v0.10.1
Compiling qcheck v1.0.0
Compiling const-str v0.4.3
Compiling data-encoding v2.10.0
Compiling data-encoding-macro v0.1.19
Compiling base256emoji v1.0.2
Compiling noise-framework v0.4.1
Compiling ssh-key v0.6.7
Compiling socks5-client v0.4.3
Compiling secrecy v0.10.3
Compiling percent-encoding v2.3.2
Compiling base-x v0.2.11
Compiling multibase v0.9.2
Compiling cyphernet v0.5.4
Compiling anstyle-query v1.1.5
Compiling jiff v0.2.23
Compiling ssh-agent-lib v0.6.0
Compiling utf8parse v0.2.2
Compiling zerofrom v0.1.6
Compiling radicle-localtime v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-localtime)
Compiling errno v0.3.14
Compiling colorchoice v1.0.5
Compiling anstyle v1.0.14
Compiling is_terminal_polyfill v1.70.2
Compiling yoke v0.8.1
Compiling gix-hashtable v0.15.0
Compiling nonempty v0.9.0
Compiling siphasher v1.0.2
Compiling tree-sitter-language v0.1.7
Compiling radicle-git-metadata v0.2.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-git-metadata)
Compiling gix-date v0.15.3
Compiling gix-actor v0.41.0
Compiling gix-object v0.60.0
Compiling radicle-dag v0.10.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-dag)
Compiling memmap2 v0.9.10
Compiling nonempty v0.12.0
Compiling zerovec v0.11.5
Compiling radicle-git-ref-format v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-git-ref-format)
Compiling gix-chunk v0.7.1
Compiling radicle v0.24.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle)
Compiling base64 v0.21.7
Compiling gix-commitgraph v0.37.0
Compiling anstyle-parse v1.0.0
Compiling serde-untagged v0.1.9
Compiling bytesize v2.3.1
Compiling adler2 v2.0.1
Compiling fast-glob v0.3.3
Compiling dunce v1.0.5
Compiling anstream v1.0.0
Compiling gix-revwalk v0.31.0
Compiling gix-fs v0.21.1
Compiling mio v1.1.1
Compiling sem_safe v0.2.1
Compiling signals_receipts v0.2.5
Compiling gix-tempfile v23.0.0
Compiling tinystr v0.8.2
Compiling gix-quote v0.7.1
Compiling unicode-segmentation v1.12.0
Compiling writeable v0.6.2
Compiling litemap v0.8.1
Compiling icu_locale_core v2.1.1
Compiling potential_utf v0.1.4
Compiling zerotrie v0.2.3
Compiling either v1.15.0
Compiling iana-time-zone v0.1.65
Compiling shell-words v1.1.1
Compiling gix-command v0.9.0
Compiling chrono v0.4.44
Compiling icu_provider v2.1.1
Compiling icu_collections v2.1.1
Compiling convert_case v0.10.0
Compiling radicle-signals v0.11.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-signals)
Compiling signal-hook-registry v1.4.8
Compiling colored v2.2.0
Compiling signal-hook v0.3.18
Compiling derive_more-impl v2.1.1
Compiling icu_properties_data v2.1.2
Compiling icu_normalizer_data v2.1.1
Compiling gix-lock v23.0.0
Compiling gix-url v0.36.0
Compiling gix-config-value v0.18.0
Compiling gix-sec v0.14.0
Compiling unicode-width v0.2.2
Compiling gimli v0.32.3
Compiling gix-prompt v0.15.0
Compiling derive_more v2.1.1
Compiling icu_normalizer v2.1.1
Compiling icu_properties v2.1.2
Compiling addr2line v0.25.1
Compiling signal-hook-mio v0.2.5
Compiling radicle-log v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-log)
Compiling object v0.37.3
Compiling gix-traverse v0.57.0
Compiling gix-revision v0.45.0
Compiling miniz_oxide v0.8.9
Compiling gix-diff v0.63.0
Compiling anstyle-parse v0.2.7
Compiling gix-glob v0.26.0
Compiling gix-packetline v0.21.3
Compiling rustc-demangle v0.1.27
Compiling backtrace v0.3.76
Compiling gix-transport v0.57.0
Compiling gix-refspec v0.41.0
Compiling anstream v0.6.21
Compiling gix-pack v0.70.0
Compiling arc-swap v1.9.1
Compiling crossterm v0.29.0
Compiling sqlite3-sys v0.18.0
Compiling idna_adapter v1.2.1
Compiling sqlite v0.37.0
Compiling gix-credentials v0.38.0
Compiling radicle-crypto v0.17.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-crypto)
Compiling portable-atomic v1.13.1
Compiling console v0.16.3
Compiling gix-ref v0.63.0
Compiling gix-shallow v0.12.0
Compiling gix-negotiate v0.31.0
Compiling regex v1.12.3
Compiling tree-sitter v0.24.7
Compiling unit-prefix v0.5.2
Compiling utf8_iter v1.0.4
Compiling indicatif v0.18.4
Compiling idna v1.1.0
Compiling gix-protocol v0.61.0
Compiling gix-odb v0.80.0
Compiling inquire v0.9.4
Compiling xattr v1.6.1
Compiling unicode-display-width v0.3.0
Compiling uuid v1.22.0
Compiling filetime v0.2.27
Compiling bytes v1.11.1
Compiling tar v0.4.45
Compiling git-ref-format-macro v0.7.0
Compiling getrandom v0.3.4
Compiling flate2 v1.1.9
Compiling anyhow v1.0.102
Compiling snapbox-macros v1.1.0
Compiling salsa20 v0.10.2
Compiling strsim v0.11.1
Compiling clap_lex v1.1.0
Compiling similar v3.1.1
Compiling siphasher v0.3.11
Compiling streaming-iterator v0.1.9
Compiling normalize-line-endings v0.3.0
Compiling bloomy v1.2.0
Compiling radicle-surf v0.28.0
Compiling clap_builder v4.6.0
Compiling snapbox v1.2.2
Compiling scrypt v0.11.0
Compiling git-ref-format v0.7.0
Compiling form_urlencoded v1.2.2
Compiling systemd-journal-logger v2.2.2
Compiling tree-sitter-rust v0.23.3
Compiling tree-sitter-html v0.23.2
Compiling tree-sitter-toml-ng v0.6.0
Compiling tree-sitter-md v0.3.2
Compiling tree-sitter-c v0.23.4
Compiling tree-sitter-css v0.23.2
Compiling tree-sitter-go v0.23.4
Compiling tree-sitter-ruby v0.23.1
Compiling tree-sitter-python v0.23.6
Compiling tree-sitter-typescript v0.23.2
Compiling tree-sitter-json v0.24.8
Compiling tree-sitter-bash v0.23.3
Compiling toml_datetime v0.7.5+spec-1.1.0
Compiling serde_spanned v1.0.4
Compiling toml_writer v1.0.7+spec-1.1.0
Compiling radicle-std-ext v0.2.0
Compiling pin-project-lite v0.2.17
Compiling toml v0.9.12+spec-1.1.0
Compiling tokio v1.50.0
Compiling clap v4.6.0
Compiling url v2.5.8
Compiling crossbeam-utils v0.8.21
Compiling sysinfo v0.37.2
Compiling radicle-cli v0.21.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-cli)
Compiling radicle-node v0.20.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-node)
Compiling yansi v1.0.1
Compiling diff v0.1.13
Compiling pretty_assertions v1.4.1
Compiling human-panic v2.0.6
Compiling crossbeam-channel v0.5.15
Compiling clap_complete v4.6.0
Compiling structured-logger v1.0.5
Compiling radicle-systemd v0.13.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-systemd)
Compiling tree-sitter-highlight v0.24.7
Compiling itertools v0.14.0
Compiling socket2 v0.5.10
Compiling humantime v2.3.0
Compiling lexopt v0.3.2
Compiling timeago v0.4.2
Compiling bit-vec v0.8.0
Compiling escargot v0.5.15
Compiling bit-set v0.8.0
Compiling rand_core v0.9.5
Compiling num-bigint v0.4.6
Compiling num-complex v0.4.6
Compiling env_filter v1.0.0
Compiling borrow-or-share v0.2.4
Compiling fluent-uri v0.3.2
Compiling env_logger v0.11.9
Compiling num-rational v0.4.2
Compiling ahash v0.8.12
Compiling phf_shared v0.11.3
Compiling wait-timeout v0.2.1
Compiling num v0.4.3
Compiling outref v0.5.2
Compiling quick-error v1.2.3
Compiling vsimd v0.8.0
Compiling radicle-remote-helper v0.17.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-remote-helper)
Compiling fnv v1.0.7
Compiling git2 v0.21.0
Compiling rusty-fork v0.3.1
Compiling uuid-simd v0.8.0
Compiling test-log v0.2.19
Compiling fraction v0.15.3
Compiling phf v0.11.3
Compiling referencing v0.30.0
Compiling rand_xorshift v0.4.0
Compiling rand v0.9.2
Compiling rand_chacha v0.9.0
Compiling fancy-regex v0.14.0
Compiling email_address v0.2.9
Compiling base64 v0.22.1
Compiling num-cmp v0.1.0
Compiling bytecount v0.6.9
Compiling unarray v0.1.4
Compiling proptest v1.10.0
Compiling jsonschema v0.30.0
Compiling emojis v0.6.4
Compiling radicle-oid v0.2.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-oid)
Compiling radicle-core v0.3.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-core)
Compiling radicle-cob v0.20.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-cob)
Compiling radicle-term v0.18.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-term)
Compiling radicle-git-ext v0.13.0
Compiling radicle-cli-test v0.13.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-cli-test)
Compiling radicle-windows v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-windows)
Compiling radicle-fetch v0.20.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-fetch)
Compiling radicle-protocol v0.8.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-protocol)
Compiling radicle-schemars v0.8.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-schemars)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.15s
+ cargo doc --workspace --no-deps --all-features
Downloading crates ...
Downloaded dhat v0.3.3
Downloaded mintex v0.1.4
Downloaded rustc-hash v1.1.0
Downloaded thousands v0.2.0
Checking regex-automata v0.4.14
Compiling num-traits v0.2.19
Checking once_cell v1.21.4
Compiling syn v1.0.109
Checking tempfile v3.27.0
Checking rusty-fork v0.3.1
Checking radicle-localtime v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-localtime)
Checking radicle-git-metadata v0.2.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-git-metadata)
Checking radicle-dag v0.10.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-dag)
Checking num-integer v0.1.46
Checking proptest v1.10.0
Checking num-iter v0.1.45
Checking num-bigint-dig v0.8.6
Compiling amplify_syn v2.0.1
Checking bstr v1.12.1
Checking rsa v0.9.10
Checking gix-validate v0.11.1
Checking gix-path v0.12.0
Checking git-ref-format-core v0.6.0
Checking gix-error v0.2.3
Compiling amplify_derive v4.0.1
Checking gix-features v0.48.0
Checking ssh-key v0.6.7
Checking gix-date v0.15.3
Checking gix-hash v0.25.0
Checking radicle-git-ref-format v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-git-ref-format)
Checking gix-actor v0.41.0
Checking gix-hashtable v0.15.0
Checking radicle-oid v0.2.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-oid)
Checking gix-object v0.60.0
Checking gix-chunk v0.7.1
Checking gix-commitgraph v0.37.0
Checking ssh-agent-lib v0.6.0
Checking gix-fs v0.21.1
Checking gix-revwalk v0.31.0
Checking gix-tempfile v23.0.0
Checking gix-quote v0.7.1
Checking gix-command v0.9.0
Checking chrono v0.4.44
Checking gix-lock v23.0.0
Checking radicle-signals v0.11.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-signals)
Checking gix-url v0.36.0
Checking gix-config-value v0.18.0
Checking amplify v4.9.0
Checking inquire v0.9.4
Checking gix-prompt v0.15.0
Checking gix-revision v0.45.0
Checking cyphergraphy v0.3.1
Checking gix-traverse v0.57.0
Checking cypheraddr v0.4.1
Checking noise-framework v0.4.1
Checking gix-diff v0.63.0
Checking gix-glob v0.26.0
Checking gix-packetline v0.21.3
Checking regex v1.12.3
Checking socks5-client v0.4.3
Checking idna v1.1.0
Checking gix-transport v0.57.0
Checking cyphernet v0.5.4
Checking radicle-crypto v0.17.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-crypto)
Checking tree-sitter v0.24.7
Checking gix-refspec v0.41.0
Checking gix-pack v0.70.0
Checking radicle-log v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-log)
Checking radicle-cob v0.20.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-cob)
Checking radicle-core v0.3.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-core)
Checking git-ref-format v0.7.0
Checking gix-credentials v0.38.0
Checking gix-shallow v0.12.0
Checking gix-ref v0.63.0
Checking gix-negotiate v0.31.0
Checking radicle v0.24.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle)
Checking radicle-git-ext v0.13.0
Checking url v2.5.8
Checking gix-protocol v0.61.0
Checking gix-odb v0.80.0
Checking radicle-term v0.18.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-term)
Checking uuid v1.22.0
Checking human-panic v2.0.6
Checking radicle-surf v0.28.0
Checking tree-sitter-toml-ng v0.6.0
Checking tree-sitter-highlight v0.24.7
Checking rustc-hash v1.1.0
Compiling radicle-node v0.20.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-node)
Checking thousands v0.2.0
Checking mintex v0.1.4
Checking dhat v0.3.3
Checking radicle-systemd v0.13.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-systemd)
Documenting radicle-cli-test v0.13.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-cli-test)
Documenting radicle-systemd v0.13.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-systemd)
Documenting radicle v0.24.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle)
Documenting radicle-cob v0.20.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-cob)
Documenting radicle-core v0.3.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-core)
Documenting radicle-crypto v0.17.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-crypto)
Documenting radicle-term v0.18.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-term)
Documenting radicle-log v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-log)
Documenting radicle-signals v0.11.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-signals)
Documenting radicle-oid v0.2.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-oid)
Documenting radicle-git-ref-format v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-git-ref-format)
Documenting radicle-localtime v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-localtime)
Documenting radicle-git-metadata v0.2.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-git-metadata)
Documenting radicle-dag v0.10.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-dag)
Documenting radicle-windows v0.1.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-windows)
Checking radicle-fetch v0.20.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-fetch)
Checking radicle-cli v0.21.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-cli)
Documenting radicle-cli v0.21.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-cli)
Documenting radicle-schemars v0.8.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-schemars)
Checking radicle-protocol v0.8.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-protocol)
Documenting radicle-protocol v0.8.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-protocol)
Documenting radicle-node v0.20.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-node)
Documenting radicle-fetch v0.20.0 (/61f64093-d676-4412-af1b-444b15611d2c/w/crates/radicle-fetch)
error: unresolved link to `Service::disconnect_unresponsive_peers`
--> crates/radicle-protocol/src/fetcher/state.rs:315:27
|
315 | /// This is used by [`Service::disconnect_unresponsive_peers`] to avoid
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Service` in scope
|
= note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(rustdoc::broken_intra_doc_links)]`
error: public documentation for `touch` links to private item `Service::disconnect_unresponsive_peers`
--> crates/radicle-protocol/src/service.rs:1450:11
|
1450 | /// [`Service::disconnect_unresponsive_peers`] to tear the session down mid-fetch,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
|
= note: this link will resolve properly if you pass `--document-private-items`
= note: `-D rustdoc::private-intra-doc-links` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(rustdoc::private_intra_doc_links)]`
error: could not document `radicle-protocol`
warning: build failed, waiting for other jobs to finish...
Exit code: 101
{
"response": "finished",
"result": "failure"
}