rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5 heartwood91590a3287a3aa7294e7766f28759ba8c5350fc5
{
"request": "trigger",
"version": 1,
"event_type": "push",
"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"
]
},
"pusher": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"before": "91590a3287a3aa7294e7766f28759ba8c5350fc5",
"after": "91590a3287a3aa7294e7766f28759ba8c5350fc5",
"branch": "master",
"commits": [
"91590a3287a3aa7294e7766f28759ba8c5350fc5",
"b8f8cfb319643a1ffe14bed5406c4378bdcb49ed"
]
}
{
"response": "triggered",
"run_id": {
"id": "7653ad7b-6c47-4a1a-86fb-47550f60914d"
},
"info_url": "https://cci.rad.levitte.org//7653ad7b-6c47-4a1a-86fb-47550f60914d.html"
}
Started at: 2026-04-02 15:15:07.033669+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/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/
╭────────────────────────────────────╮
│ heartwood │
│ Radicle Heartwood Protocol & Stack │
│ 154 issues · 42 patches │
╰────────────────────────────────────╯
Run `cd ./.` to go to the repository directory.
Exit code: 0
$ git config advice.detachedHead false
Exit code: 0
$ git checkout 91590a3287a3aa7294e7766f28759ba8c5350fc5
HEAD is now at 91590a32 cli/patch: Show Commit Ranges of Revisions
Exit code: 0
$ git show 91590a3287a3aa7294e7766f28759ba8c5350fc5
commit 91590a3287a3aa7294e7766f28759ba8c5350fc5
Author: Richard Levitte <richard@levitte.org>
Date: Mon Mar 23 12:37:19 2026 +0100
cli/patch: Show Commit Ranges of Revisions
Each revision now shows a `{base}..{head}` range instead of just the
head. This is meant to clarify when a patch is rebased, and to be
helpful when one might want to observe changes using 'git range-diff'.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c05b83f1..3ed337d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## New Features
+
+- Teach `rad patch show` to show the full commit range for each revision.
+ Previously, it would only show the head of the range, but not the base.
+ It now shows `<base>..<head>`, where the shortened OID is used when not
+ using `--verbose`, and the full OID when using `--verbose`.
+ These ranges make using `git range-diff` a lot easier, since you can copy
+ the range from each revision you want to compare.
+
## 1.8.0
## New Features
diff --git a/crates/radicle-cli/examples/rad-merge-via-push.md b/crates/radicle-cli/examples/rad-merge-via-push.md
index 6973cc50..5a82f3f9 100644
--- a/crates/radicle-cli/examples/rad-merge-via-push.md
+++ b/crates/radicle-cli/examples/rad-merge-via-push.md
@@ -83,37 +83,37 @@ $ rad patch --merged
│ ✓ [ ... ] First change alice (you) - 20aa5dd +0 -0 now │
╰─────────────────────────────────────────────────────────────────────────────╯
$ rad patch show 696ec5508494692899337afe6713fe1796d0315c
-╭────────────────────────────────────────────────────╮
-│ Title First change │
-│ Patch 696ec5508494692899337afe6713fe1796d0315c │
-│ Author alice (you) │
-│ Head 20aa5dde6210796c3a2f04079b42316a31d02689 │
-│ Base [.. ] │
-│ Branches feature/1 │
-│ Commits ahead 0, behind 2 │
-│ Status merged │
-├────────────────────────────────────────────────────┤
-│ 20aa5dd First change │
-├────────────────────────────────────────────────────┤
-│ ● Revision 696ec55 @ 20aa5dd by alice (you) now │
-│ └─ ✓ merged by alice (you) │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title First change │
+│ Patch 696ec5508494692899337afe6713fe1796d0315c │
+│ Author alice (you) │
+│ Head 20aa5dde6210796c3a2f04079b42316a31d02689 │
+│ Base [.. ] │
+│ Branches feature/1 │
+│ Commits ahead 0, behind 2 │
+│ Status merged │
+├──────────────────────────────────────────────────────────┤
+│ 20aa5dd First change │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 696ec55 @ [.. ]..20aa5dd by alice (you) now │
+│ └─ ✓ merged by alice (you) │
+╰──────────────────────────────────────────────────────────╯
$ rad patch show 356f73863a8920455ff6e77cd9c805d68910551b
-╭────────────────────────────────────────────────────╮
-│ Title Second change │
-│ Patch 356f73863a8920455ff6e77cd9c805d68910551b │
-│ Author alice (you) │
-│ Head daf349ff76bedf48c5f292290b682ee7be0683cf │
-│ Base [.. ] │
-│ Branches feature/2 │
-│ Commits ahead 0, behind 2 │
-│ Status merged │
-├────────────────────────────────────────────────────┤
-│ daf349f Second change │
-├────────────────────────────────────────────────────┤
-│ ● Revision 356f738 @ daf349f by alice (you) now │
-│ └─ ✓ merged by alice (you) │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Second change │
+│ Patch 356f73863a8920455ff6e77cd9c805d68910551b │
+│ Author alice (you) │
+│ Head daf349ff76bedf48c5f292290b682ee7be0683cf │
+│ Base [.. ] │
+│ Branches feature/2 │
+│ Commits ahead 0, behind 2 │
+│ Status merged │
+├──────────────────────────────────────────────────────────┤
+│ daf349f Second change │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 356f738 @ [.. ]..daf349f by alice (you) now │
+│ └─ ✓ merged by alice (you) │
+╰──────────────────────────────────────────────────────────╯
```
We can verify that the remote tracking branches were also deleted:
diff --git a/crates/radicle-cli/examples/rad-patch-ahead-behind.md b/crates/radicle-cli/examples/rad-patch-ahead-behind.md
index cf8c5b7b..b64c206d 100644
--- a/crates/radicle-cli/examples/rad-patch-ahead-behind.md
+++ b/crates/radicle-cli/examples/rad-patch-ahead-behind.md
@@ -56,20 +56,20 @@ When showing the patch, we see that it is `ahead 1, behind 1`, since master has
diverged by one commit:
```
$ rad patch show -v -p 217f050
-╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
-│ Title Add Alan │
-│ Patch 217f050f8891def8fb863f7c0b4f85c89f97299d │
-│ Author alice (you) │
-│ Head 5c88a79d75f5c2b4cc51ee6f163d2db91ee198d7 │
-│ Base f64fb2c8fe28f7c458c72ec8d700373924794943 │
-│ Branches feature/1 │
-│ Commits ahead 1, behind 1 │
-│ Status open │
-├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
-│ 5c88a79 Add Alan │
-├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
-│ ● Revision 217f050f8891def8fb863f7c0b4f85c89f97299d with head 5c88a79d75f5c2b4cc51ee6f163d2db91ee198d7 by alice (you) now │
-╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
+│ Title Add Alan │
+│ Patch 217f050f8891def8fb863f7c0b4f85c89f97299d │
+│ Author alice (you) │
+│ Head 5c88a79d75f5c2b4cc51ee6f163d2db91ee198d7 │
+│ Base f64fb2c8fe28f7c458c72ec8d700373924794943 │
+│ Branches feature/1 │
+│ Commits ahead 1, behind 1 │
+│ Status open │
+├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
+│ 5c88a79 Add Alan │
+├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
+│ ● Revision 217f050f8891def8fb863f7c0b4f85c89f97299d with range f64fb2c8fe28f7c458c72ec8d700373924794943..5c88a79d75f5c2b4cc51ee6f163d2db91ee198d7 by alice (you) now │
+╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
commit 5c88a79d75f5c2b4cc51ee6f163d2db91ee198d7
Author: radicle <radicle@localhost>
@@ -102,21 +102,21 @@ When we look at the patch, we see that it has both commits, because this new
patch uses the same base as the previous patch:
```
$ rad patch show -v e22ff008e2a0ed47262890d13263031d7555b555
-╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
-│ Title Add Mel │
-│ Patch e22ff008e2a0ed47262890d13263031d7555b555 │
-│ Author alice (you) │
-│ Head 7f63fcbcf23fc39eea784c091ad3d20d7e4bd005 │
-│ Base f64fb2c8fe28f7c458c72ec8d700373924794943 │
-│ Branches feature/2 │
-│ Commits ahead 2, behind 1 │
-│ Status open │
-├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
-│ 7f63fcb Add Mel │
-│ 5c88a79 Add Alan │
-├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
-│ ● Revision e22ff008e2a0ed47262890d13263031d7555b555 with head 7f63fcbcf23fc39eea784c091ad3d20d7e4bd005 by alice (you) now │
-╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
+│ Title Add Mel │
+│ Patch e22ff008e2a0ed47262890d13263031d7555b555 │
+│ Author alice (you) │
+│ Head 7f63fcbcf23fc39eea784c091ad3d20d7e4bd005 │
+│ Base f64fb2c8fe28f7c458c72ec8d700373924794943 │
+│ Branches feature/2 │
+│ Commits ahead 2, behind 1 │
+│ Status open │
+├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
+│ 7f63fcb Add Mel │
+│ 5c88a79 Add Alan │
+├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
+│ ● Revision e22ff008e2a0ed47262890d13263031d7555b555 with range f64fb2c8fe28f7c458c72ec8d700373924794943..7f63fcbcf23fc39eea784c091ad3d20d7e4bd005 by alice (you) now │
+╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```
If we want to instead create a "stacked" patch, we can do so with the
@@ -137,18 +137,18 @@ that it is still two commits ahead and one behind from `master`.
```
$ rad patch show -v a467ffa260c4fbe355b6fb550ba0c4956078717e
-╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
-│ Title Add Mel #2 │
-│ Patch a467ffa260c4fbe355b6fb550ba0c4956078717e │
-│ Author alice (you) │
-│ Head 7f63fcbcf23fc39eea784c091ad3d20d7e4bd005 │
-│ Base 5c88a79d75f5c2b4cc51ee6f163d2db91ee198d7 │
-│ Branches feature/2 │
-│ Commits ahead 2, behind 1 │
-│ Status open │
-├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
-│ 7f63fcb Add Mel │
-├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
-│ ● Revision a467ffa260c4fbe355b6fb550ba0c4956078717e with head 7f63fcbcf23fc39eea784c091ad3d20d7e4bd005 by alice (you) now │
-╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
+│ Title Add Mel #2 │
+│ Patch a467ffa260c4fbe355b6fb550ba0c4956078717e │
+│ Author alice (you) │
+│ Head 7f63fcbcf23fc39eea784c091ad3d20d7e4bd005 │
+│ Base 5c88a79d75f5c2b4cc51ee6f163d2db91ee198d7 │
+│ Branches feature/2 │
+│ Commits ahead 2, behind 1 │
+│ Status open │
+├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
+│ 7f63fcb Add Mel │
+├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
+│ ● Revision a467ffa260c4fbe355b6fb550ba0c4956078717e with range 5c88a79d75f5c2b4cc51ee6f163d2db91ee198d7..7f63fcbcf23fc39eea784c091ad3d20d7e4bd005 by alice (you) now │
+╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```
diff --git a/crates/radicle-cli/examples/rad-patch-change-base.md b/crates/radicle-cli/examples/rad-patch-change-base.md
index 0ad7732b..de6c12cc 100644
--- a/crates/radicle-cli/examples/rad-patch-change-base.md
+++ b/crates/radicle-cli/examples/rad-patch-change-base.md
@@ -44,21 +44,21 @@ Our second patch looks like the following:
```
$ rad patch show 183d343ab47d7fe18baf1b24b7209ad033d7fe5c
-╭────────────────────────────────────────────────────╮
-│ Title Add README, just for the fun │
-│ Patch 183d343ab47d7fe18baf1b24b7209ad033d7fe5c │
-│ Author alice (you) │
-│ Head 27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
-│ Base f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 │
-│ Branches add-readme │
-│ Commits ahead 2, behind 0 │
-│ Status open │
-├────────────────────────────────────────────────────┤
-│ 27857ec Add README, just for the fun │
-│ 3e674d1 Define power requirements │
-├────────────────────────────────────────────────────┤
-│ ● Revision 183d343 @ 27857ec by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Add README, just for the fun │
+│ Patch 183d343ab47d7fe18baf1b24b7209ad033d7fe5c │
+│ Author alice (you) │
+│ Head 27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
+│ Base f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 │
+│ Branches add-readme │
+│ Commits ahead 2, behind 0 │
+│ Status open │
+├──────────────────────────────────────────────────────────┤
+│ 27857ec Add README, just for the fun │
+│ 3e674d1 Define power requirements │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 183d343 @ f2de534..27857ec by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
But wait, we meant to stack them and so we don't want to see the
@@ -75,19 +75,19 @@ we have a single commit:
```
$ rad patch show 183d343
-╭────────────────────────────────────────────────────╮
-│ Title Add README, just for the fun │
-│ Patch 183d343ab47d7fe18baf1b24b7209ad033d7fe5c │
-│ Author alice (you) │
-│ Head 27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
-│ Base 3e674d1a1df90807e934f9ae5da2591dd6848a33 │
-│ Branches add-readme │
-│ Commits ahead 2, behind 0 │
-│ Status open │
-├────────────────────────────────────────────────────┤
-│ 27857ec Add README, just for the fun │
-├────────────────────────────────────────────────────┤
-│ ● Revision 183d343 @ 27857ec by alice (you) now │
-│ ↑ Revision ebe76f9 @ 27857ec by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Add README, just for the fun │
+│ Patch 183d343ab47d7fe18baf1b24b7209ad033d7fe5c │
+│ Author alice (you) │
+│ Head 27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
+│ Base 3e674d1a1df90807e934f9ae5da2591dd6848a33 │
+│ Branches add-readme │
+│ Commits ahead 2, behind 0 │
+│ Status open │
+├──────────────────────────────────────────────────────────┤
+│ 27857ec Add README, just for the fun │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 183d343 @ f2de534..27857ec by alice (you) now │
+│ ↑ Revision ebe76f9 @ 3e674d1..27857ec by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
diff --git a/crates/radicle-cli/examples/rad-patch-checkout-revision.md b/crates/radicle-cli/examples/rad-patch-checkout-revision.md
index 9b350f0e..4a0e6f35 100644
--- a/crates/radicle-cli/examples/rad-patch-checkout-revision.md
+++ b/crates/radicle-cli/examples/rad-patch-checkout-revision.md
@@ -15,26 +15,26 @@ We can see the list of revisions of the patch by `show`ing it:
```
$ rad patch show aa45913
-╭────────────────────────────────────────────────────╮
-│ Title Define power requirements │
-│ Patch aa45913e757cacd46972733bddee5472c78fa32a │
-│ Author alice (you) │
-│ Head 639f44a25145a37f747f3c84265037a9461e44c5 │
-│ Base [.. ] │
-│ Branches patch/aa45913 │
-│ Commits ahead 3, behind 0 │
-│ Status open │
-│ │
-│ See details. │
-├────────────────────────────────────────────────────┤
-│ 639f44a Add LICENSE, just for the business │
-│ 27857ec Add README, just for the fun │
-│ 3e674d1 Define power requirements │
-├────────────────────────────────────────────────────┤
-│ ● Revision aa45913 @ 3e674d1 by alice (you) now │
-│ ↑ Revision 3156bed @ 27857ec by alice (you) now │
-│ ↑ Revision 2f5324f @ 639f44a by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Define power requirements │
+│ Patch aa45913e757cacd46972733bddee5472c78fa32a │
+│ Author alice (you) │
+│ Head 639f44a25145a37f747f3c84265037a9461e44c5 │
+│ Base [.. ] │
+│ Branches patch/aa45913 │
+│ Commits ahead 3, behind 0 │
+│ Status open │
+│ │
+│ See details. │
+├──────────────────────────────────────────────────────────┤
+│ 639f44a Add LICENSE, just for the business │
+│ 27857ec Add README, just for the fun │
+│ 3e674d1 Define power requirements │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision aa45913 @ [.. ]..3e674d1 by alice (you) now │
+│ ↑ Revision 3156bed @ [.. ]..27857ec by alice (you) now │
+│ ↑ Revision 2f5324f @ [.. ]..639f44a by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
So, let's checkout the previous revision, `0c0942e2`:
diff --git a/crates/radicle-cli/examples/rad-patch-delete.md b/crates/radicle-cli/examples/rad-patch-delete.md
index 67f2f2c9..c635d887 100644
--- a/crates/radicle-cli/examples/rad-patch-delete.md
+++ b/crates/radicle-cli/examples/rad-patch-delete.md
@@ -33,23 +33,23 @@ $ rad patch comment 6c61ef1 -m "I think we should use MIT"
``` ~alice
$ rad patch show 6c61ef1 -v
-╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
-│ Title Define LICENSE for project │
-│ Patch 6c61ef1716ad8a5c11e04dd7a3fec51e01fba70b │
-│ Author alice (you) │
-│ Head 717c900ec17735639587325e0fd9fe09991c9edd │
-│ Base f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 │
-│ Branches prepare-license │
-│ Commits ahead 1, behind 0 │
-│ Status draft │
-├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
-│ 717c900 Introduce license │
-├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
-│ ● Revision 6c61ef1716ad8a5c11e04dd7a3fec51e01fba70b with head 717c900ec17735639587325e0fd9fe09991c9edd by alice (you) now │
-├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
-│ bob z6Mkt67…v4N1tRk now 833db19 │
-│ I think we should use MIT │
-╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
+│ Title Define LICENSE for project │
+│ Patch 6c61ef1716ad8a5c11e04dd7a3fec51e01fba70b │
+│ Author alice (you) │
+│ Head 717c900ec17735639587325e0fd9fe09991c9edd │
+│ Base f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 │
+│ Branches prepare-license │
+│ Commits ahead 1, behind 0 │
+│ Status draft │
+├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
+│ 717c900 Introduce license │
+├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
+│ ● Revision 6c61ef1716ad8a5c11e04dd7a3fec51e01fba70b with range f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354..717c900ec17735639587325e0fd9fe09991c9edd by alice (you) now │
+├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
+│ bob z6Mkt67…v4N1tRk now 833db19 │
+│ I think we should use MIT │
+╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
$ rad patch comment 6c61ef1 --reply-to 833db19 -m "Thanks, I'll add it!"
╭─────────────────────────╮
│ alice (you) now 1803a38 │
@@ -84,22 +84,22 @@ $ rad patch review 6c61ef1 --accept -m "LGTM!"
✓ Patch 6c61ef1 accepted
✓ Synced with 2 seed(s)
$ rad patch show 6c61ef1 -v
-╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
-│ Title Define LICENSE for project │
-│ Patch 6c61ef1716ad8a5c11e04dd7a3fec51e01fba70b │
-│ Author alice z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi │
-│ Head 1cc8cd9de8ccc44b4fe3876f2dbd2cd1cf9ddc0e │
-│ Base f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 │
-│ Commits ahead 2, behind 0 │
-│ Status draft │
-├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
-│ 1cc8cd9 Add MIT License │
-│ 717c900 Introduce license │
-├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
-│ ● Revision 6c61ef1716ad8a5c11e04dd7a3fec51e01fba70b with head 717c900ec17735639587325e0fd9fe09991c9edd by alice z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi now │
-│ ↑ Revision 93915b9afa94a9dc4f52f12cdf077d4613ea3eb3 with head 1cc8cd9de8ccc44b4fe3876f2dbd2cd1cf9ddc0e by alice z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi now │
-│ └─ ✓ accepted by bob (you) now │
-╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
+╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
+│ Title Define LICENSE for project │
+│ Patch 6c61ef1716ad8a5c11e04dd7a3fec51e01fba70b │
+│ Author alice z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi │
+│ Head 1cc8cd9de8ccc44b4fe3876f2dbd2cd1cf9ddc0e │
+│ Base f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 │
+│ Commits ahead 2, behind 0 │
+│ Status draft │
+├─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
+│ 1cc8cd9 Add MIT License │
+│ 717c900 Introduce license │
+├─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
+│ ● Revision 6c61ef1716ad8a5c11e04dd7a3fec51e01fba70b with range f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354..717c900ec17735639587325e0fd9fe09991c9edd by alice z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi now │
+│ ↑ Revision 93915b9afa94a9dc4f52f12cdf077d4613ea3eb3 with range f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354..1cc8cd9de8ccc44b4fe3876f2dbd2cd1cf9ddc0e by alice z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi now │
+│ └─ ✓ accepted by bob (you) now │
+╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```
``` ~bob
@@ -109,22 +109,22 @@ $ rad patch delete 6c61ef1
``` ~alice
$ rad patch show 6c61ef1 -v
-╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
-│ Title Define LICENSE for project │
-│ Patch 6c61ef1716ad8a5c11e04dd7a3fec51e01fba70b │
-│ Author alice (you) │
-│ Head 1cc8cd9de8ccc44b4fe3876f2dbd2cd1cf9ddc0e │
-│ Base f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 │
-│ Branches prepare-license │
-│ Commits ahead 2, behind 0 │
-│ Status draft │
-├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
-│ 1cc8cd9 Add MIT License │
-│ 717c900 Introduce license │
-├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
-│ ● Revision 6c61ef1716ad8a5c11e04dd7a3fec51e01fba70b with head 717c900ec17735639587325e0fd9fe09991c9edd by alice (you) now │
-│ ↑ Revision 93915b9afa94a9dc4f52f12cdf077d4613ea3eb3 with head 1cc8cd9de8ccc44b4fe3876f2dbd2cd1cf9ddc0e by alice (you) now │
-╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
+│ Title Define LICENSE for project │
+│ Patch 6c61ef1716ad8a5c11e04dd7a3fec51e01fba70b │
+│ Author alice (you) │
+│ Head 1cc8cd9de8ccc44b4fe3876f2dbd2cd1cf9ddc0e │
+│ Base f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 │
+│ Branches prepare-license │
+│ Commits ahead 2, behind 0 │
+│ Status draft │
+├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
+│ 1cc8cd9 Add MIT License │
+│ 717c900 Introduce license │
+├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
+│ ● Revision 6c61ef1716ad8a5c11e04dd7a3fec51e01fba70b with range f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354..717c900ec17735639587325e0fd9fe09991c9edd by alice (you) now │
+│ ↑ Revision 93915b9afa94a9dc4f52f12cdf077d4613ea3eb3 with range f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354..1cc8cd9de8ccc44b4fe3876f2dbd2cd1cf9ddc0e by alice (you) now │
+╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```
If Alice also decides to delete the patch, then any seeds that have synced with
diff --git a/crates/radicle-cli/examples/rad-patch-draft.md b/crates/radicle-cli/examples/rad-patch-draft.md
index 6d9c67bd..2ce5200f 100644
--- a/crates/radicle-cli/examples/rad-patch-draft.md
+++ b/crates/radicle-cli/examples/rad-patch-draft.md
@@ -18,20 +18,20 @@ We can confirm it's a draft by running `show`:
```
$ rad patch show 97e18f8598237a396a1c0ac1509c89028e666c97
-╭────────────────────────────────────────────────────╮
-│ Title Nothing yet │
-│ Patch 97e18f8598237a396a1c0ac1509c89028e666c97 │
-│ Author alice (you) │
-│ Head 2a465832b5a76abe25be44a3a5d224bbd7741ba7 │
-│ Base [.. ] │
-│ Branches cloudhead/draft │
-│ Commits ahead 1, behind 0 │
-│ Status draft │
-├────────────────────────────────────────────────────┤
-│ 2a46583 Nothing to see here.. │
-├────────────────────────────────────────────────────┤
-│ ● Revision 97e18f8 @ 2a46583 by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Nothing yet │
+│ Patch 97e18f8598237a396a1c0ac1509c89028e666c97 │
+│ Author alice (you) │
+│ Head 2a465832b5a76abe25be44a3a5d224bbd7741ba7 │
+│ Base [.. ] │
+│ Branches cloudhead/draft │
+│ Commits ahead 1, behind 0 │
+│ Status draft │
+├──────────────────────────────────────────────────────────┤
+│ 2a46583 Nothing to see here.. │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 97e18f8 @ [.. ]..2a46583 by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
Once the patch is ready for review, we can use the `ready` command:
@@ -42,20 +42,20 @@ $ rad patch ready 97e18f8598237a396a1c0ac1509c89028e666c97 --no-announce
```
$ rad patch show 97e18f8598237a396a1c0ac1509c89028e666c97
-╭────────────────────────────────────────────────────╮
-│ Title Nothing yet │
-│ Patch 97e18f8598237a396a1c0ac1509c89028e666c97 │
-│ Author alice (you) │
-│ Head 2a465832b5a76abe25be44a3a5d224bbd7741ba7 │
-│ Base [.. ] │
-│ Branches cloudhead/draft │
-│ Commits ahead 1, behind 0 │
-│ Status open │
-├────────────────────────────────────────────────────┤
-│ 2a46583 Nothing to see here.. │
-├────────────────────────────────────────────────────┤
-│ ● Revision 97e18f8 @ 2a46583 by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Nothing yet │
+│ Patch 97e18f8598237a396a1c0ac1509c89028e666c97 │
+│ Author alice (you) │
+│ Head 2a465832b5a76abe25be44a3a5d224bbd7741ba7 │
+│ Base [.. ] │
+│ Branches cloudhead/draft │
+│ Commits ahead 1, behind 0 │
+│ Status open │
+├──────────────────────────────────────────────────────────┤
+│ 2a46583 Nothing to see here.. │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 97e18f8 @ [.. ]..2a46583 by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
If for whatever reason, it needed to go back into draft mode, we could use
@@ -64,18 +64,18 @@ the `--undo` flag:
```
$ rad patch ready --undo 97e18f8598237a396a1c0ac1509c89028e666c97 --no-announce
$ rad patch show 97e18f8598237a396a1c0ac1509c89028e666c97
-╭────────────────────────────────────────────────────╮
-│ Title Nothing yet │
-│ Patch 97e18f8598237a396a1c0ac1509c89028e666c97 │
-│ Author alice (you) │
-│ Head 2a465832b5a76abe25be44a3a5d224bbd7741ba7 │
-│ Base [.. ] │
-│ Branches cloudhead/draft │
-│ Commits ahead 1, behind 0 │
-│ Status draft │
-├────────────────────────────────────────────────────┤
-│ 2a46583 Nothing to see here.. │
-├────────────────────────────────────────────────────┤
-│ ● Revision 97e18f8 @ 2a46583 by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Nothing yet │
+│ Patch 97e18f8598237a396a1c0ac1509c89028e666c97 │
+│ Author alice (you) │
+│ Head 2a465832b5a76abe25be44a3a5d224bbd7741ba7 │
+│ Base [.. ] │
+│ Branches cloudhead/draft │
+│ Commits ahead 1, behind 0 │
+│ Status draft │
+├──────────────────────────────────────────────────────────┤
+│ 2a46583 Nothing to see here.. │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 97e18f8 @ [.. ]..2a46583 by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
diff --git a/crates/radicle-cli/examples/rad-patch-edit.md b/crates/radicle-cli/examples/rad-patch-edit.md
index 96ef780d..9250ed77 100644
--- a/crates/radicle-cli/examples/rad-patch-edit.md
+++ b/crates/radicle-cli/examples/rad-patch-edit.md
@@ -45,22 +45,22 @@ Let's look at the patch, to see what it looks like before editing it:
```
$ rad patch show 89f7afb
-╭────────────────────────────────────────────────────╮
-│ Title Add README, just for the fun │
-│ Patch 89f7afb1511b976482b21f6b2f39aef7f4fb88a2 │
-│ Author alice (you) │
-│ Head 8945f6189adf027892c85ac57f7e9341049c2537 │
-│ Base [.. ] │
-│ Branches changes │
-│ Commits ahead 2, behind 0 │
-│ Status open │
-├────────────────────────────────────────────────────┤
-│ 8945f61 Define the LICENSE │
-│ 03c02af Add README, just for the fun │
-├────────────────────────────────────────────────────┤
-│ ● Revision 89f7afb @ 03c02af by alice (you) now │
-│ ↑ Revision 5d78dd5 @ 8945f61 by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Add README, just for the fun │
+│ Patch 89f7afb1511b976482b21f6b2f39aef7f4fb88a2 │
+│ Author alice (you) │
+│ Head 8945f6189adf027892c85ac57f7e9341049c2537 │
+│ Base [.. ] │
+│ Branches changes │
+│ Commits ahead 2, behind 0 │
+│ Status open │
+├──────────────────────────────────────────────────────────┤
+│ 8945f61 Define the LICENSE │
+│ 03c02af Add README, just for the fun │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 89f7afb @ [.. ]..03c02af by alice (you) now │
+│ ↑ Revision 5d78dd5 @ [.. ]..8945f61 by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
We can change the title and description of the patch itself by using a
@@ -69,24 +69,24 @@ multi-line message (using two `--message` options here):
```
$ rad patch edit 89f7afb --message "Add Metadata" --message "Add README & LICENSE" --no-announce
$ rad patch show 89f7afb
-╭────────────────────────────────────────────────────╮
-│ Title Add Metadata │
-│ Patch 89f7afb1511b976482b21f6b2f39aef7f4fb88a2 │
-│ Author alice (you) │
-│ Head 8945f6189adf027892c85ac57f7e9341049c2537 │
-│ Base [.. ] │
-│ Branches changes │
-│ Commits ahead 2, behind 0 │
-│ Status open │
-│ │
-│ Add README & LICENSE │
-├────────────────────────────────────────────────────┤
-│ 8945f61 Define the LICENSE │
-│ 03c02af Add README, just for the fun │
-├────────────────────────────────────────────────────┤
-│ ● Revision 89f7afb @ 03c02af by alice (you) now │
-│ ↑ Revision 5d78dd5 @ 8945f61 by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Add Metadata │
+│ Patch 89f7afb1511b976482b21f6b2f39aef7f4fb88a2 │
+│ Author alice (you) │
+│ Head 8945f6189adf027892c85ac57f7e9341049c2537 │
+│ Base [.. ] │
+│ Branches changes │
+│ Commits ahead 2, behind 0 │
+│ Status open │
+│ │
+│ Add README & LICENSE │
+├──────────────────────────────────────────────────────────┤
+│ 8945f61 Define the LICENSE │
+│ 03c02af Add README, just for the fun │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 89f7afb @ [.. ]..03c02af by alice (you) now │
+│ ↑ Revision 5d78dd5 @ [.. ]..8945f61 by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
Notice that the `Title` is now `Add Metadata`, and the patch now has a
@@ -98,24 +98,24 @@ If we want to change a specific revision's description, we can use the
```
$ rad patch edit 89f7afb --revision 5d78dd5 --message "Changes: Adds LICENSE file" --no-announce
$ rad patch show 89f7afb
-╭────────────────────────────────────────────────────╮
-│ Title Add Metadata │
-│ Patch 89f7afb1511b976482b21f6b2f39aef7f4fb88a2 │
-│ Author alice (you) │
-│ Head 8945f6189adf027892c85ac57f7e9341049c2537 │
-│ Base [.. ] │
-│ Branches changes │
-│ Commits ahead 2, behind 0 │
-│ Status open │
-│ │
-│ Add README & LICENSE │
-├────────────────────────────────────────────────────┤
-│ 8945f61 Define the LICENSE │
-│ 03c02af Add README, just for the fun │
-├────────────────────────────────────────────────────┤
-│ ● Revision 89f7afb @ 03c02af by alice (you) now │
-│ ↑ Revision 5d78dd5 @ 8945f61 by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Add Metadata │
+│ Patch 89f7afb1511b976482b21f6b2f39aef7f4fb88a2 │
+│ Author alice (you) │
+│ Head 8945f6189adf027892c85ac57f7e9341049c2537 │
+│ Base [.. ] │
+│ Branches changes │
+│ Commits ahead 2, behind 0 │
+│ Status open │
+│ │
+│ Add README & LICENSE │
+├──────────────────────────────────────────────────────────┤
+│ 8945f61 Define the LICENSE │
+│ 03c02af Add README, just for the fun │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 89f7afb @ [.. ]..03c02af by alice (you) now │
+│ ↑ Revision 5d78dd5 @ [.. ]..8945f61 by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
We can see that this didn't affect the patch's description, but
diff --git a/crates/radicle-cli/examples/rad-patch-jj.md b/crates/radicle-cli/examples/rad-patch-jj.md
index b22e64c2..fec39e35 100644
--- a/crates/radicle-cli/examples/rad-patch-jj.md
+++ b/crates/radicle-cli/examples/rad-patch-jj.md
@@ -62,21 +62,21 @@ $ jj bookmark create flux-capacitor-power
```
$ rad patch show 1e31055 -p
-╭───────────────────────────────────────────────────╮
-│ Title Define power requirements │
-│ Patch 1e31055[.. ] │
-│ Author alice (you) │
-│ Head a6ea7b7[.. ] │
-│ Base f2de534[.. ] │
-│ Commits ahead 1, behind 0 │
-│ Status open │
-│ │
-│ See details. │
-├───────────────────────────────────────────────────┤
-│ a6ea7b7 Define power requirements │
-├───────────────────────────────────────────────────┤
-│ ● Revision 1e31055 @ a6ea7b7 by alice (you) now │
-╰───────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Define power requirements │
+│ Patch 1e31055[.. ] │
+│ Author alice (you) │
+│ Head a6ea7b7[.. ] │
+│ Base f2de534[.. ] │
+│ Commits ahead 1, behind 0 │
+│ Status open │
+│ │
+│ See details. │
+├──────────────────────────────────────────────────────────┤
+│ a6ea7b7 Define power requirements │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 1e31055 @ [.. ]..a6ea7b7 by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
commit a6ea7b7[..]
Author: Test User <test.user@example.com>
@@ -88,4 +88,4 @@ diff --git a/REQUIREMENTS b/REQUIREMENTS
new file mode 100644
index 0000000..e69de29
-```
\ No newline at end of file
+```
diff --git a/crates/radicle-cli/examples/rad-patch-pull-update.md b/crates/radicle-cli/examples/rad-patch-pull-update.md
index e5f37ec2..1522bfaa 100644
--- a/crates/radicle-cli/examples/rad-patch-pull-update.md
+++ b/crates/radicle-cli/examples/rad-patch-pull-update.md
@@ -97,21 +97,21 @@ Alice pulls the update.
``` ~alice
$ rad patch show 55b9721
-╭─────────────────────────────────────────────────────────╮
-│ Title Bob's patch │
-│ Patch 55b9721ed7f6bfec38f43729e9b6631c5dc812fb │
-│ Author bob z6Mkt67…v4N1tRk │
-│ Head cad2666a8a2250e4dee175ed5044be2c251ff08b │
-│ Base [.. ] │
-│ Commits ahead 2, behind 0 │
-│ Status open │
-├─────────────────────────────────────────────────────────┤
-│ cad2666 Bob's commit #2 │
-│ bdcdb30 Bob's commit #1 │
-├─────────────────────────────────────────────────────────┤
-│ ● Revision 55b9721 @ bdcdb30 by bob z6Mkt67…v4N1tRk now │
-│ ↑ Revision f91e056 @ cad2666 by bob z6Mkt67…v4N1tRk now │
-╰─────────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────────────╮
+│ Title Bob's patch │
+│ Patch 55b9721ed7f6bfec38f43729e9b6631c5dc812fb │
+│ Author bob z6Mkt67…v4N1tRk │
+│ Head cad2666a8a2250e4dee175ed5044be2c251ff08b │
+│ Base [.. ] │
+│ Commits ahead 2, behind 0 │
+│ Status open │
+├──────────────────────────────────────────────────────────────────┤
+│ cad2666 Bob's commit #2 │
+│ bdcdb30 Bob's commit #1 │
+├──────────────────────────────────────────────────────────────────┤
+│ ● Revision 55b9721 @ [.. ]..bdcdb30 by bob z6Mkt67…v4N1tRk now │
+│ ↑ Revision f91e056 @ [.. ]..cad2666 by bob z6Mkt67…v4N1tRk now │
+╰──────────────────────────────────────────────────────────────────╯
$ git ls-remote rad
f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 HEAD
f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 refs/heads/master
diff --git a/crates/radicle-cli/examples/rad-patch-revert-merge.md b/crates/radicle-cli/examples/rad-patch-revert-merge.md
index 166e24a0..de89f91e 100644
--- a/crates/radicle-cli/examples/rad-patch-revert-merge.md
+++ b/crates/radicle-cli/examples/rad-patch-revert-merge.md
@@ -21,21 +21,21 @@ First we see the patch as merged.
```
$ rad patch show 696ec5508494692899337afe6713fe1796d0315c
-╭────────────────────────────────────────────────────╮
-│ Title First change │
-│ Patch 696ec5508494692899337afe6713fe1796d0315c │
-│ Author alice (you) │
-│ Head 20aa5dde6210796c3a2f04079b42316a31d02689 │
-│ Base [.. ] │
-│ Branches feature/1, master │
-│ Commits up to date │
-│ Status merged │
-├────────────────────────────────────────────────────┤
-│ 20aa5dd First change │
-├────────────────────────────────────────────────────┤
-│ ● Revision 696ec55 @ 20aa5dd by alice (you) now │
-│ └─ ✓ merged by alice (you) │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title First change │
+│ Patch 696ec5508494692899337afe6713fe1796d0315c │
+│ Author alice (you) │
+│ Head 20aa5dde6210796c3a2f04079b42316a31d02689 │
+│ Base [.. ] │
+│ Branches feature/1, master │
+│ Commits up to date │
+│ Status merged │
+├──────────────────────────────────────────────────────────┤
+│ 20aa5dd First change │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 696ec55 @ [.. ]..20aa5dd by alice (you) now │
+│ └─ ✓ merged by alice (you) │
+╰──────────────────────────────────────────────────────────╯
```
Now let's revert the patch by pushing a new `master` that doesn't include
@@ -60,18 +60,18 @@ The patch shows up as open again.
```
$ rad patch show 696ec5508494692899337afe6713fe1796d0315c
-╭────────────────────────────────────────────────────╮
-│ Title First change │
-│ Patch 696ec5508494692899337afe6713fe1796d0315c │
-│ Author alice (you) │
-│ Head 20aa5dde6210796c3a2f04079b42316a31d02689 │
-│ Base [.. ] │
-│ Branches feature/1 │
-│ Commits ahead 1, behind 0 │
-│ Status open │
-├────────────────────────────────────────────────────┤
-│ 20aa5dd First change │
-├────────────────────────────────────────────────────┤
-│ ● Revision 696ec55 @ 20aa5dd by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title First change │
+│ Patch 696ec5508494692899337afe6713fe1796d0315c │
+│ Author alice (you) │
+│ Head 20aa5dde6210796c3a2f04079b42316a31d02689 │
+│ Base [.. ] │
+│ Branches feature/1 │
+│ Commits ahead 1, behind 0 │
+│ Status open │
+├──────────────────────────────────────────────────────────┤
+│ 20aa5dd First change │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 696ec55 @ [.. ]..20aa5dd by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
diff --git a/crates/radicle-cli/examples/rad-patch-update.md b/crates/radicle-cli/examples/rad-patch-update.md
index 55917b4e..db768266 100644
--- a/crates/radicle-cli/examples/rad-patch-update.md
+++ b/crates/radicle-cli/examples/rad-patch-update.md
@@ -13,20 +13,20 @@ To rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkE
```
$ rad patch show b6a23eb08656de0ef1fcc0b5fe8820841e5cb2e5
-╭────────────────────────────────────────────────────╮
-│ Title Not a real change │
-│ Patch b6a23eb08656de0ef1fcc0b5fe8820841e5cb2e5 │
-│ Author alice (you) │
-│ Head 51b2f0f77b9849bfaa3e9d3ff68ee2f57771d20c │
-│ Base [.. ] │
-│ Branches feature/1 │
-│ Commits ahead 1, behind 0 │
-│ Status open │
-├────────────────────────────────────────────────────┤
-│ 51b2f0f Not a real change │
-├────────────────────────────────────────────────────┤
-│ ● Revision b6a23eb @ 51b2f0f by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Not a real change │
+│ Patch b6a23eb08656de0ef1fcc0b5fe8820841e5cb2e5 │
+│ Author alice (you) │
+│ Head 51b2f0f77b9849bfaa3e9d3ff68ee2f57771d20c │
+│ Base [.. ] │
+│ Branches feature/1 │
+│ Commits ahead 1, behind 0 │
+│ Status open │
+├──────────────────────────────────────────────────────────┤
+│ 51b2f0f Not a real change │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision b6a23eb @ [.. ]..51b2f0f by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
We can make some changes to the repository:
@@ -55,20 +55,20 @@ The command outputs the new Revision ID, which we can now see here:
```
$ rad patch show b6a23eb08656de0ef1fcc0b5fe8820841e5cb2e5
-╭────────────────────────────────────────────────────╮
-│ Title Not a real change │
-│ Patch b6a23eb08656de0ef1fcc0b5fe8820841e5cb2e5 │
-│ Author alice (you) │
-│ Head 4d272148458a17620541555b1f0905c01658aa9f │
-│ Base [.. ] │
-│ Branches feature/1 │
-│ Commits ahead 2, behind 0 │
-│ Status open │
-├────────────────────────────────────────────────────┤
-│ 4d27214 Rename readme file │
-│ 51b2f0f Not a real change │
-├────────────────────────────────────────────────────┤
-│ ● Revision b6a23eb @ 51b2f0f by alice (you) now │
-│ ↑ Revision ea7def3 @ 4d27214 by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Not a real change │
+│ Patch b6a23eb08656de0ef1fcc0b5fe8820841e5cb2e5 │
+│ Author alice (you) │
+│ Head 4d272148458a17620541555b1f0905c01658aa9f │
+│ Base [.. ] │
+│ Branches feature/1 │
+│ Commits ahead 2, behind 0 │
+│ Status open │
+├──────────────────────────────────────────────────────────┤
+│ 4d27214 Rename readme file │
+│ 51b2f0f Not a real change │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision b6a23eb @ [.. ]..51b2f0f by alice (you) now │
+│ ↑ Revision ea7def3 @ [.. ]..4d27214 by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
diff --git a/crates/radicle-cli/examples/rad-patch-via-push.md b/crates/radicle-cli/examples/rad-patch-via-push.md
index 89d43d46..e00c5ada 100644
--- a/crates/radicle-cli/examples/rad-patch-via-push.md
+++ b/crates/radicle-cli/examples/rad-patch-via-push.md
@@ -20,22 +20,22 @@ We can see a patch was created:
```
$ rad patch show 6035d2f582afbe01ff23ea87528ae523d76875b6
-╭────────────────────────────────────────────────────╮
-│ Title Add things #1 │
-│ Patch 6035d2f582afbe01ff23ea87528ae523d76875b6 │
-│ Author alice (you) │
-│ Head 42d894a83c9c356552a57af09ccdbd5587a99045 │
-│ Base [.. ] │
-│ Branches feature/1 │
-│ Commits ahead 1, behind 0 │
-│ Status open │
-│ │
-│ See commits for details. │
-├────────────────────────────────────────────────────┤
-│ 42d894a Add things │
-├────────────────────────────────────────────────────┤
-│ ● Revision 6035d2f @ 42d894a by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Add things #1 │
+│ Patch 6035d2f582afbe01ff23ea87528ae523d76875b6 │
+│ Author alice (you) │
+│ Head 42d894a83c9c356552a57af09ccdbd5587a99045 │
+│ Base [.. ] │
+│ Branches feature/1 │
+│ Commits ahead 1, behind 0 │
+│ Status open │
+│ │
+│ See commits for details. │
+├──────────────────────────────────────────────────────────┤
+│ 42d894a Add things │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 6035d2f @ [.. ]..42d894a by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
If we check our local branch, we can see its upstream is set to track a remote
@@ -139,22 +139,22 @@ We can then see that the patch head has moved:
```
$ rad patch show 9580891
-╭────────────────────────────────────────────────────╮
-│ Title Add more things │
-│ Patch 95808913573cead52ad7b42c7b475260ec45c4b2 │
-│ Author alice (you) │
-│ Head 02bef3fac41b2f98bb3c02b868a53ddfecb55b5f │
-│ Base [.. ] │
-│ Branches feature/2 │
-│ Commits ahead 2, behind 0 │
-│ Status open │
-├────────────────────────────────────────────────────┤
-│ 02bef3f Improve code │
-│ 8b0ea80 Add more things │
-├────────────────────────────────────────────────────┤
-│ ● Revision 9580891 @ 8b0ea80 by alice (you) now │
-│ ↑ Revision d7040c6 @ 02bef3f by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Add more things │
+│ Patch 95808913573cead52ad7b42c7b475260ec45c4b2 │
+│ Author alice (you) │
+│ Head 02bef3fac41b2f98bb3c02b868a53ddfecb55b5f │
+│ Base [.. ] │
+│ Branches feature/2 │
+│ Commits ahead 2, behind 0 │
+│ Status open │
+├──────────────────────────────────────────────────────────┤
+│ 02bef3f Improve code │
+│ 8b0ea80 Add more things │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 9580891 @ [.. ]..8b0ea80 by alice (you) now │
+│ ↑ Revision d7040c6 @ [.. ]..02bef3f by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
And we can check that all the refs are properly updated in our repository:
@@ -220,23 +220,23 @@ That worked. We can see the new revision if we call `rad patch show`:
```
$ rad patch show 9580891
-╭────────────────────────────────────────────────────╮
-│ Title Add more things │
-│ Patch 95808913573cead52ad7b42c7b475260ec45c4b2 │
-│ Author alice (you) │
-│ Head 9304dbc445925187994a7a93222a3f8bde73b785 │
-│ Base [.. ] │
-│ Branches feature/2 │
-│ Commits ahead 2, behind 0 │
-│ Status open │
-├────────────────────────────────────────────────────┤
-│ 9304dbc Amended commit │
-│ 8b0ea80 Add more things │
-├────────────────────────────────────────────────────┤
-│ ● Revision 9580891 @ 8b0ea80 by alice (you) now │
-│ ↑ Revision d7040c6 @ 02bef3f by alice (you) now │
-│ ↑ Revision 670d027 @ 9304dbc by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Add more things │
+│ Patch 95808913573cead52ad7b42c7b475260ec45c4b2 │
+│ Author alice (you) │
+│ Head 9304dbc445925187994a7a93222a3f8bde73b785 │
+│ Base [.. ] │
+│ Branches feature/2 │
+│ Commits ahead 2, behind 0 │
+│ Status open │
+├──────────────────────────────────────────────────────────┤
+│ 9304dbc Amended commit │
+│ 8b0ea80 Add more things │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision 9580891 @ [.. ]..8b0ea80 by alice (you) now │
+│ ↑ Revision d7040c6 @ [.. ]..02bef3f by alice (you) now │
+│ ↑ Revision 670d027 @ [.. ]..9304dbc by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
## Detached HEAD
diff --git a/crates/radicle-cli/examples/rad-patch.md b/crates/radicle-cli/examples/rad-patch.md
index 8946a1b9..3e5c52e3 100644
--- a/crates/radicle-cli/examples/rad-patch.md
+++ b/crates/radicle-cli/examples/rad-patch.md
@@ -43,22 +43,22 @@ $ rad patch
```
```
$ rad patch show aa45913e757cacd46972733bddee5472c78fa32a -p
-╭────────────────────────────────────────────────────╮
-│ Title Define power requirements │
-│ Patch aa45913e757cacd46972733bddee5472c78fa32a │
-│ Author alice (you) │
-│ Head 3e674d1a1df90807e934f9ae5da2591dd6848a33 │
-│ Base [.. ] │
-│ Branches flux-capacitor-power │
-│ Commits ahead 1, behind 0 │
-│ Status open │
-│ │
-│ See details. │
-├────────────────────────────────────────────────────┤
-│ 3e674d1 Define power requirements │
-├────────────────────────────────────────────────────┤
-│ ● Revision aa45913 @ 3e674d1 by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Define power requirements │
+│ Patch aa45913e757cacd46972733bddee5472c78fa32a │
+│ Author alice (you) │
+│ Head 3e674d1a1df90807e934f9ae5da2591dd6848a33 │
+│ Base [.. ] │
+│ Branches flux-capacitor-power │
+│ Commits ahead 1, behind 0 │
+│ Status open │
+│ │
+│ See details. │
+├──────────────────────────────────────────────────────────┤
+│ 3e674d1 Define power requirements │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision aa45913 @ [.. ]..3e674d1 by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
commit 3e674d1a1df90807e934f9ae5da2591dd6848a33
Author: radicle <radicle@localhost>
@@ -97,23 +97,23 @@ organise your workflow:
$ rad patch label aa45913 --add fun --no-announce
$ rad patch assign aa45913 --add did:key:z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi --no-announce
$ rad patch show aa45913
-╭────────────────────────────────────────────────────╮
-│ Title Define power requirements │
-│ Patch aa45913e757cacd46972733bddee5472c78fa32a │
-│ Author alice (you) │
-│ Labels fun │
-│ Head 3e674d1a1df90807e934f9ae5da2591dd6848a33 │
-│ Base [.. ] │
-│ Branches flux-capacitor-power │
-│ Commits ahead 1, behind 0 │
-│ Status open │
-│ │
-│ See details. │
-├────────────────────────────────────────────────────┤
-│ 3e674d1 Define power requirements │
-├────────────────────────────────────────────────────┤
-│ ● Revision aa45913 @ 3e674d1 by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Define power requirements │
+│ Patch aa45913e757cacd46972733bddee5472c78fa32a │
+│ Author alice (you) │
+│ Labels fun │
+│ Head 3e674d1a1df90807e934f9ae5da2591dd6848a33 │
+│ Base [.. ] │
+│ Branches flux-capacitor-power │
+│ Commits ahead 1, behind 0 │
+│ Status open │
+│ │
+│ See details. │
+├──────────────────────────────────────────────────────────┤
+│ 3e674d1 Define power requirements │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision aa45913 @ [.. ]..3e674d1 by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
Wait, let's add a README too! Just for fun.
@@ -185,26 +185,26 @@ Showing the patch list now will reveal the favorable verdict:
```
$ rad patch show aa45913
-╭────────────────────────────────────────────────────╮
-│ Title Define power requirements │
-│ Patch aa45913e757cacd46972733bddee5472c78fa32a │
-│ Author alice (you) │
-│ Labels fun │
-│ Head 27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
-│ Base [.. ] │
-│ Branches flux-capacitor-power, patch/aa45913 │
-│ Commits ahead 2, behind 0 │
-│ Status open │
-│ │
-│ See details. │
-├────────────────────────────────────────────────────┤
-│ 27857ec Add README, just for the fun │
-│ 3e674d1 Define power requirements │
-├────────────────────────────────────────────────────┤
-│ ● Revision aa45913 @ 3e674d1 by alice (you) now │
-│ ↑ Revision 6e5a3b7 @ 27857ec by alice (you) now │
-│ └─ ✓ accepted by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Define power requirements │
+│ Patch aa45913e757cacd46972733bddee5472c78fa32a │
+│ Author alice (you) │
+│ Labels fun │
+│ Head 27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
+│ Base [.. ] │
+│ Branches flux-capacitor-power, patch/aa45913 │
+│ Commits ahead 2, behind 0 │
+│ Status open │
+│ │
+│ See details. │
+├──────────────────────────────────────────────────────────┤
+│ 27857ec Add README, just for the fun │
+│ 3e674d1 Define power requirements │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision aa45913 @ [.. ]..3e674d1 by alice (you) now │
+│ ↑ Revision 6e5a3b7 @ [.. ]..27857ec by alice (you) now │
+│ └─ ✓ accepted by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
$ rad patch list
╭─────────────────────────────────────────────────────────────────────────────────────────╮
│ ● ID Title Author Reviews Head + - Updated │
@@ -218,24 +218,24 @@ If you make a mistake on the patch description, you can always change it!
```
$ rad patch edit aa45913 --message "Define power requirements" --message "Add requirements file" --no-announce
$ rad patch show aa45913
-╭────────────────────────────────────────────────────╮
-│ Title Define power requirements │
-│ Patch aa45913e757cacd46972733bddee5472c78fa32a │
-│ Author alice (you) │
-│ Labels fun │
-│ Head 27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
-│ Base [.. ] │
-│ Branches flux-capacitor-power, patch/aa45913 │
-│ Commits ahead 2, behind 0 │
-│ Status open │
-│ │
-│ Add requirements file │
-├────────────────────────────────────────────────────┤
-│ 27857ec Add README, just for the fun │
-│ 3e674d1 Define power requirements │
-├────────────────────────────────────────────────────┤
-│ ● Revision aa45913 @ 3e674d1 by alice (you) now │
-│ ↑ Revision 6e5a3b7 @ 27857ec by alice (you) now │
-│ └─ ✓ accepted by alice (you) now │
-╰────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────╮
+│ Title Define power requirements │
+│ Patch aa45913e757cacd46972733bddee5472c78fa32a │
+│ Author alice (you) │
+│ Labels fun │
+│ Head 27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
+│ Base [.. ] │
+│ Branches flux-capacitor-power, patch/aa45913 │
+│ Commits ahead 2, behind 0 │
+│ Status open │
+│ │
+│ Add requirements file │
+├──────────────────────────────────────────────────────────┤
+│ 27857ec Add README, just for the fun │
+│ 3e674d1 Define power requirements │
+├──────────────────────────────────────────────────────────┤
+│ ● Revision aa45913 @ [.. ]..3e674d1 by alice (you) now │
+│ ↑ Revision 6e5a3b7 @ [.. ]..27857ec by alice (you) now │
+│ └─ ✓ accepted by alice (you) now │
+╰──────────────────────────────────────────────────────────╯
```
diff --git a/crates/radicle-cli/examples/workflow/4-patching-contributor.md b/crates/radicle-cli/examples/workflow/4-patching-contributor.md
index 8b7b8ac3..c9038e30 100644
--- a/crates/radicle-cli/examples/workflow/4-patching-contributor.md
+++ b/crates/radicle-cli/examples/workflow/4-patching-contributor.md
@@ -41,22 +41,22 @@ $ rad patch
│ ● e4934b6 Define power requirements bob (you) - 3e674d1 +0 -0 now │
╰─────────────────────────────────────────────────────────────────────────────────────────╯
$ rad patch show e4934b6d9dbe01ce3c7fbb5b77a80d5f1dacdc46
-╭────────────────────────────────────────────────────╮
-│ Title Define power requirements │
-│ Patch e4934b6d9dbe01ce3c7fbb5b77a80d5f1dacdc46 │
-│ Author bob (you) │
-│ Head 3e674d1a1df90807e934f9ae5da2591dd6848a33 │
-│ Base [.. ] │
-│ Branches flux-capacitor-power │
-│ Commits ahead 1, behind 0 │
-│ Status open │
-│ │
-│ See details. │
-├────────────────────────────────────────────────────┤
-│ 3e674d1 Define power requirements │
-├────────────────────────────────────────────────────┤
-│ ● Revision e4934b6 @ 3e674d1 by bob (you) now │
-╰────────────────────────────────────────────────────╯
+╭────────────────────────────────────────────────────────╮
+│ Title Define power requirements │
+│ Patch e4934b6d9dbe01ce3c7fbb5b77a80d5f1dacdc46 │
+│ Author bob (you) │
+│ Head 3e674d1a1df90807e934f9ae5da2591dd6848a33 │
+│ Base [.. ] │
+│ Branches flux-capacitor-power │
+│ Commits ahead 1, behind 0 │
+│ Status open │
+│ │
+│ See details. │
+├────────────────────────────────────────────────────────┤
+│ 3e674d1 Define power requirements │
+├────────────────────────────────────────────────────────┤
+│ ● Revision e4934b6 @ [.. ]..3e674d1 by bob (you) now │
+╰────────────────────────────────────────────────────────╯
```
We can also confirm that the patch branch is in storage:
diff --git a/crates/radicle-cli/examples/workflow/5-patching-maintainer.md b/crates/radicle-cli/examples/workflow/5-patching-maintainer.md
index a7c3bd6b..bcb1c9b1 100644
--- a/crates/radicle-cli/examples/workflow/5-patching-maintainer.md
+++ b/crates/radicle-cli/examples/workflow/5-patching-maintainer.md
@@ -28,23 +28,23 @@ $ git branch -r
bob/patches/e4934b6d9dbe01ce3c7fbb5b77a80d5f1dacdc46
rad/master
$ rad patch show e4934b6
-╭─────────────────────────────────────────────────────────╮
-│ Title Define power requirements │
-│ Patch e4934b6d9dbe01ce3c7fbb5b77a80d5f1dacdc46 │
-│ Author bob z6Mkt67…v4N1tRk │
-│ Head 27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
-│ Base [.. ] │
-│ Commits ahead 2, behind 0 │
-│ Status open │
-│ │
-│ See details. │
-├─────────────────────────────────────────────────────────┤
-│ 27857ec Add README, just for the fun │
-│ 3e674d1 Define power requirements │
-├─────────────────────────────────────────────────────────┤
-│ ● Revision e4934b6 @ 3e674d1 by bob z6Mkt67…v4N1tRk now │
-│ ↑ Revision 773b9aa @ 27857ec by bob z6Mkt67…v4N1tRk now │
-╰─────────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────────────╮
+│ Title Define power requirements │
+│ Patch e4934b6d9dbe01ce3c7fbb5b77a80d5f1dacdc46 │
+│ Author bob z6Mkt67…v4N1tRk │
+│ Head 27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
+│ Base [.. ] │
+│ Commits ahead 2, behind 0 │
+│ Status open │
+│ │
+│ See details. │
+├──────────────────────────────────────────────────────────────────┤
+│ 27857ec Add README, just for the fun │
+│ 3e674d1 Define power requirements │
+├──────────────────────────────────────────────────────────────────┤
+│ ● Revision e4934b6 @ [.. ]..3e674d1 by bob z6Mkt67…v4N1tRk now │
+│ ↑ Revision 773b9aa @ [.. ]..27857ec by bob z6Mkt67…v4N1tRk now │
+╰──────────────────────────────────────────────────────────────────╯
```
Wait! There's a mistake. The REQUIREMENTS should be a markdown file. Let's
@@ -103,26 +103,26 @@ The patch is now merged and closed :).
```
$ rad patch show e4934b6
-╭─────────────────────────────────────────────────────────╮
-│ Title Define power requirements │
-│ Patch e4934b6d9dbe01ce3c7fbb5b77a80d5f1dacdc46 │
-│ Author bob z6Mkt67…v4N1tRk │
-│ Head 27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
-│ Base [.. ] │
-│ Commits ahead 0, behind 1 │
-│ Status merged │
-│ │
-│ See details. │
-├─────────────────────────────────────────────────────────┤
-│ 27857ec Add README, just for the fun │
-│ 3e674d1 Define power requirements │
-├─────────────────────────────────────────────────────────┤
-│ ● Revision e4934b6 @ 3e674d1 by bob z6Mkt67…v4N1tRk now │
-│ ↑ Revision 773b9aa @ 27857ec by bob z6Mkt67…v4N1tRk now │
-│ ↑ Revision 9d62420 @ f567f69 by alice (you) now │
-│ └─ ✓ accepted by alice (you) now │
-│ └─ ✓ merged by alice (you) │
-╰─────────────────────────────────────────────────────────╯
+╭──────────────────────────────────────────────────────────────────╮
+│ Title Define power requirements │
+│ Patch e4934b6d9dbe01ce3c7fbb5b77a80d5f1dacdc46 │
+│ Author bob z6Mkt67…v4N1tRk │
+│ Head 27857ec9eb04c69cacab516e8bf4b5fd36090f66 │
+│ Base [.. ] │
+│ Commits ahead 0, behind 1 │
+│ Status merged │
+│ │
+│ See details. │
+├──────────────────────────────────────────────────────────────────┤
+│ 27857ec Add README, just for the fun │
+│ 3e674d1 Define power requirements │
+├──────────────────────────────────────────────────────────────────┤
+│ ● Revision e4934b6 @ [.. ]..3e674d1 by bob z6Mkt67…v4N1tRk now │
+│ ↑ Revision 773b9aa @ [.. ]..27857ec by bob z6Mkt67…v4N1tRk now │
+│ ↑ Revision 9d62420 @ [.. ]..f567f69 by alice (you) now │
+│ └─ ✓ accepted by alice (you) now │
+│ └─ ✓ merged by alice (you) │
+╰──────────────────────────────────────────────────────────────────╯
```
To publish our new state to the network, we simply push:
diff --git a/crates/radicle-cli/src/terminal/patch/timeline.rs b/crates/radicle-cli/src/terminal/patch/timeline.rs
index 9cf6a47f..c4250bcd 100644
--- a/crates/radicle-cli/src/terminal/patch/timeline.rs
+++ b/crates/radicle-cli/src/terminal/patch/timeline.rs
@@ -53,7 +53,9 @@ struct RevisionEntry<'a> {
timestamp: cob::Timestamp,
/// The id of the [`Revision`].
id: RevisionId,
- /// The commit head of the [`Revision`].
+ /// The base commit of the [`Revision`].
+ base: git::Oid,
+ /// The head commit of the [`Revision`].
head: git::Oid,
/// All [`Update`]s that occurred on the [`Revision`].
updates: Vec<Update<'a>>,
@@ -100,6 +102,7 @@ impl<'a> RevisionEntry<'a> {
author: Author::new(&revision.author().id, profile, verbose),
timestamp: revision.timestamp(),
id,
+ base: *revision.base(),
head: revision.head(),
updates: updates.into_iter().map(|(_, up)| up).collect(),
}
@@ -113,7 +116,7 @@ impl<'a> RevisionEntry<'a> {
use term::{format::*, *};
let id: Label = if verbose {
- self.id.to_string().into()
+ oid_long(self.id).into()
} else {
oid(self.id).into()
};
@@ -127,13 +130,13 @@ impl<'a> RevisionEntry<'a> {
let line = Line::spaced([icon.into(), dim("Revision").into(), id]).space();
let line = line
- .item(dim(if verbose { "with head" } else { "@" }))
+ .item(dim(if verbose { "with range" } else { "@" }))
.space();
let line = line.item(secondary(if verbose {
- Paint::new(self.head.to_string())
+ range_long(self.base, self.head)
} else {
- oid(self.head)
+ range(self.base, self.head)
}));
iter::once(
@@ -169,7 +172,7 @@ impl Update<'_> {
match self {
Update::Reviewed { review } => {
- let by = " ".repeat(if verbose { 0 } else { 13 }) + "by";
+ let by = " ".repeat(if verbose { 0 } else { 22 }) + "by";
let (symbol, verb) = match review.verdict() {
Some(Verdict::Accept) => (PREFIX_SUCCESS, positive("accepted")),
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 7653ad7b-6c47-4a1a-86fb-47550f60914d -v /opt/radcis/ci.rad.levitte.org/cci/state/7653ad7b-6c47-4a1a-86fb-47550f60914d/s:/7653ad7b-6c47-4a1a-86fb-47550f60914d/s:ro -v /opt/radcis/ci.rad.levitte.org/cci/state/7653ad7b-6c47-4a1a-86fb-47550f60914d/w:/7653ad7b-6c47-4a1a-86fb-47550f60914d/w -w /7653ad7b-6c47-4a1a-86fb-47550f60914d/w -v /opt/radcis/ci.rad.levitte.org/.radicle:/${id}/.radicle:ro -e RAD_HOME=/${id}/.radicle rust:trixie bash /7653ad7b-6c47-4a1a-86fb-47550f60914d/s/script.sh
+ export 'RUSTDOCFLAGS=-D warnings'
+ RUSTDOCFLAGS='-D warnings'
+ cargo --version
info: syncing channel updates for '1.90-x86_64-unknown-linux-gnu'
info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-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.90.0 (840b83a10 2025-07-30)
+ rustc --version
rustc 1.90.0 (1159e78c4 2025-09-14)
+ cargo fmt --check
+ cargo clippy --all-targets --workspace -- --deny warnings
Updating crates.io index
Downloading crates ...
Downloaded addr2line v0.25.1
Downloaded clap v4.5.44
Downloaded getrandom v0.2.15
Downloaded fnv v1.0.7
Downloaded fluent-uri v0.3.2
Downloaded itertools v0.14.0
Downloaded nu-ansi-term v0.50.3
Downloaded gix-transport v0.54.0
Downloaded lazy_static v1.5.0
Downloaded jobserver v0.1.31
Downloaded human-panic v2.0.6
Downloaded gix-validate v0.11.0
Downloaded humantime v2.3.0
Downloaded idna_adapter v1.2.0
Downloaded gix-revwalk v0.26.0
Downloaded multibase v0.9.1
Downloaded opaque-debug v0.3.1
Downloaded rand_xorshift v0.4.0
Downloaded noise-framework v0.4.0
Downloaded outref v0.5.2
Downloaded num-iter v0.1.45
Downloaded num-rational v0.4.2
Downloaded radicle-git-ext v0.12.0
Downloaded fastrand v2.3.0
Downloaded scopeguard v1.2.0
Downloaded normalize-line-endings v0.3.0
Downloaded polyval v0.6.2
Downloaded icu_locid_transform_data v1.5.1
Downloaded percent-encoding v2.3.1
Downloaded quote v1.0.41
Downloaded serde_spanned v1.0.4
Downloaded qcheck-macros v1.0.0
Downloaded libm v0.2.8
Downloaded ref-cast v1.0.24
Downloaded ref-cast-impl v1.0.24
Downloaded proc-macro-error2 v2.0.1
Downloaded snapbox-macros v0.3.8
Downloaded salsa20 v0.10.2
Downloaded schemars_derive v1.0.4
Downloaded socks5-client v0.4.1
Downloaded signature v2.2.0
Downloaded sec1 v0.7.3
Downloaded pem-rfc7468 v0.7.0
Downloaded parking_lot v0.12.5
Downloaded sval_serde v2.14.1
Downloaded sval_json v2.14.1
Downloaded sval_ref v2.14.1
Downloaded test-log v0.2.19
Downloaded signature v1.6.4
Downloaded test-log-macros v0.2.19
Downloaded stable_deref_trait v1.2.0
Downloaded proc-macro2 v1.0.101
Downloaded sqlite3-sys v0.18.0
Downloaded tinyvec_macros v0.1.1
Downloaded sval v2.14.1
Downloaded typeid v1.0.3
Downloaded thiserror-impl v2.0.18
Downloaded socket2 v0.5.7
Downloaded thread_local v1.1.9
Downloaded tinystr v0.7.6
Downloaded universal-hash v0.5.1
Downloaded sqlite v0.37.0
Downloaded utf16_iter v1.0.5
Downloaded unit-prefix v0.5.1
Downloaded unicode-display-width v0.3.0
Downloaded tree-sitter-toml-ng v0.6.0
Downloaded utf8parse v0.2.2
Downloaded signal-hook v0.3.18
Downloaded zerofrom v0.1.6
Downloaded zerofrom-derive v0.1.6
Downloaded serde_core v1.0.228
Downloaded tree-sitter-css v0.23.1
Downloaded serde v1.0.228
Downloaded zeroize v1.7.0
Downloaded xattr v1.3.1
Downloaded prodash v31.0.0
Downloaded yansi v0.5.1
Downloaded zerovec-derive v0.10.3
Downloaded yoke v0.7.5
Downloaded rand v0.9.2
Downloaded value-bag v1.11.1
Downloaded num-bigint-dig v0.8.4
Downloaded uuid v1.20.0
Downloaded url v2.5.4
Downloaded p521 v0.13.3
Downloaded radicle-surf v0.27.0
Downloaded unicode-segmentation v1.11.0
Downloaded ssh-key v0.6.6
Downloaded tree-sitter-go v0.23.4
Downloaded serde_json v1.0.140
Downloaded zerovec v0.10.4
Downloaded proptest v1.9.0
Downloaded p384 v0.13.0
Downloaded zerocopy v0.7.35
Downloaded winnow v0.7.14
Downloaded zlib-rs v0.6.0
Downloaded tree-sitter-c v0.23.2
Downloaded vcpkg v0.2.15
Downloaded unicode-width v0.2.1
Downloaded tree-sitter-md v0.3.2
Downloaded regex-syntax v0.8.5
Downloaded object v0.37.3
Downloaded tree-sitter-rust v0.23.2
Downloaded rustix v1.1.3
Downloaded syn v2.0.106
Downloaded rustix v0.38.34
Downloaded tree-sitter-bash v0.23.3
Downloaded syn v1.0.109
Downloaded tracing v0.1.44
Downloaded bstr v1.12.0
Downloaded tracing-subscriber v0.3.22
Downloaded tree-sitter-ruby v0.23.1
Downloaded sysinfo v0.37.2
Downloaded regex-automata v0.4.9
Downloaded jiff v0.2.20
Downloaded libc v0.2.182
Downloaded regex v1.11.1
Downloaded tree-sitter-python v0.23.4
Downloaded tree-sitter v0.24.4
Downloaded chrono v0.4.38
Downloaded aho-corasick v1.1.3
Downloaded unicode-normalization v0.1.23
Downloaded icu_properties_data v1.5.1
Downloaded sha1-checked v0.10.0
Downloaded clap_builder v4.5.44
Downloaded gimli v0.32.3
Downloaded tree-sitter-typescript v0.23.2
Downloaded tokio v1.47.1
Downloaded aes-gcm v0.10.3
Downloaded sha3 v0.10.8
Downloaded portable-atomic v1.11.0
Downloaded emojis v0.6.4
Downloaded rand v0.8.5
Downloaded cyphernet v0.5.2
Downloaded tar v0.4.40
Downloaded unicode-ident v1.0.12
Downloaded typenum v1.17.0
Downloaded toml v0.9.12+spec-1.1.0
Downloaded tinyvec v1.6.0
Downloaded schemars v1.0.4
Downloaded mio v0.8.11
Downloaded writeable v0.5.5
Downloaded vsimd v0.8.0
Downloaded crossterm v0.29.0
Downloaded walkdir v2.5.0
Downloaded tracing-core v0.1.36
Downloaded num-bigint v0.4.6
Downloaded mio v1.0.4
Downloaded unicode-width v0.1.11
Downloaded yoke-derive v0.7.5
Downloaded write16 v1.0.0
Downloaded wait-timeout v0.2.1
Downloaded version_check v0.9.4
Downloaded value-bag-sval2 v1.11.1
Downloaded value-bag-serde1 v1.11.1
Downloaded uuid-simd v0.8.0
Downloaded utf8_iter v1.0.4
Downloaded tree-sitter-html v0.23.2
Downloaded similar v2.5.0
Downloaded tempfile v3.25.0
Downloaded linux-raw-sys v0.4.13
Downloaded systemd-journal-logger v2.2.2
Downloaded timeago v0.4.2
Downloaded toml_writer v1.0.6+spec-1.1.0
Downloaded signals_receipts v0.2.0
Downloaded sharded-slab v0.1.7
Downloaded memchr v2.7.2
Downloaded unarray v0.1.4
Downloaded tracing-log v0.2.0
Downloaded toml_datetime v0.7.5+spec-1.1.0
Downloaded snapbox v0.4.17
Downloaded smallvec v1.15.1
Downloaded thiserror v1.0.69
Downloaded miniz_oxide v0.8.8
Downloaded fancy-regex v0.14.0
Downloaded der v0.7.9
Downloaded crypto-bigint v0.5.5
Downloaded structured-logger v1.0.4
Downloaded libgit2-sys v0.18.3+1.9.2
Downloaded serde_derive v1.0.228
Downloaded thiserror-impl v1.0.69
Downloaded thiserror v2.0.18
Downloaded synstructure v0.13.1
Downloaded sval_buffer v2.14.1
Downloaded spin v0.9.8
Downloaded tree-sitter-language v0.1.2
Downloaded tree-sitter-json v0.24.8
Downloaded tree-sitter-highlight v0.24.4
Downloaded sval_nested v2.14.1
Downloaded streaming-iterator v0.1.9
Downloaded spki v0.7.3
Downloaded rustc-demangle v0.1.26
Downloaded p256 v0.13.2
Downloaded jsonschema v0.30.0
Downloaded serde_derive_internals v0.29.1
Downloaded ssh-encoding v0.2.0
Downloaded signal-hook-registry v1.4.5
Downloaded sha2 v0.10.8
Downloaded pin-project-lite v0.2.16
Downloaded derive_more v2.0.1
Downloaded bytes v1.11.1
Downloaded shlex v1.3.0
Downloaded sval_dynamic v2.14.1
Downloaded subtle v2.5.0
Downloaded signal-hook-mio v0.2.4
Downloaded ryu v1.0.17
Downloaded pkcs1 v0.7.5
Downloaded sval_fmt v2.14.1
Downloaded ssh-cipher v0.2.0
Downloaded rusty-fork v0.3.1
Downloaded gix-pack v0.65.0
Downloaded strsim v0.11.1
Downloaded serde_fmt v1.0.3
Downloaded sem_safe v0.2.0
Downloaded pretty_assertions v1.4.0
Downloaded inquire v0.7.5
Downloaded hashbrown v0.16.1
Downloaded parking_lot_core v0.9.12
Downloaded litrs v0.4.1
Downloaded rsa v0.9.6
Downloaded rand_core v0.9.3
Downloaded num-cmp v0.1.0
Downloaded log v0.4.27
Downloaded clap_complete v4.5.60
Downloaded amplify_derive v4.0.0
Downloaded amplify v4.6.0
Downloaded siphasher v1.0.1
Downloaded siphasher v0.3.11
Downloaded shell-words v1.1.0
Downloaded sha1 v0.10.6
Downloaded lock_api v0.4.14
Downloaded referencing v0.30.0
Downloaded sqlite3-src v0.7.0
Downloaded memmap2 v0.9.8
Downloaded jiff-static v0.2.20
Downloaded erased-serde v0.4.6
Downloaded diff v0.1.13
Downloaded serde-untagged v0.1.7
Downloaded scrypt v0.11.0
Downloaded rustversion v1.0.20
Downloaded rfc6979 v0.4.0
Downloaded litemap v0.7.5
Downloaded email_address v0.2.9
Downloaded const-oid v0.9.6
Downloaded console v0.16.0
Downloaded qcheck v1.0.0
Downloaded proc-macro-error-attr2 v2.0.0
Downloaded primeorder v0.13.6
Downloaded pkcs8 v0.10.2
Downloaded phf v0.11.3
Downloaded paste v1.0.15
Downloaded indexmap v2.2.6
Downloaded icu_normalizer_data v1.5.1
Downloaded gix-object v0.55.0
Downloaded crossbeam-utils v0.8.19
Downloaded ascii v1.1.0
Downloaded ahash v0.8.11
Downloaded aes v0.8.4
Downloaded rand_core v0.6.4
Downloaded rand_chacha v0.9.0
Downloaded pkg-config v0.3.30
Downloaded once_cell v1.21.3
Downloaded num-traits v0.2.19
Downloaded num-complex v0.4.6
Downloaded maybe-async v0.2.10
Downloaded heapless v0.8.0
Downloaded escargot v0.5.10
Downloaded ecdsa v0.16.9
Downloaded colored v2.1.0
Downloaded icu_properties v1.5.1
Downloaded icu_normalizer v1.5.0
Downloaded anstyle-parse v0.2.3
Downloaded anstyle v1.0.13
Downloaded num-integer v0.1.46
Downloaded idna v1.0.3
Downloaded gix-path v0.11.1
Downloaded data-encoding v2.5.0
Downloaded convert_case v0.7.1
Downloaded cipher v0.4.4
Downloaded same-file v1.0.6
Downloaded rand_chacha v0.3.1
Downloaded radicle-std-ext v0.2.0
Downloaded quick-error v1.2.3
Downloaded ppv-lite86 v0.2.17
Downloaded phf_shared v0.11.3
Downloaded pbkdf2 v0.12.2
Downloaded num v0.4.3
Downloaded matchers v0.2.0
Downloaded icu_provider v1.5.0
Downloaded gix-ref v0.59.0
Downloaded crossterm v0.25.0
Downloaded crc32fast v1.5.0
Downloaded poly1305 v0.8.0
Downloaded gix-diff v0.58.0
Downloaded document-features v0.2.11
Downloaded ctr v0.9.2
Downloaded chacha20 v0.9.1
Downloaded fast-glob v0.3.3
Downloaded errno v0.3.13
Downloaded gix-tempfile v21.0.1
Downloaded gix-date v0.14.0
Downloaded itoa v1.0.17
Downloaded icu_collections v1.5.0
Downloaded gix-error v0.0.0
Downloaded newline-converter v0.3.0
Downloaded hmac v0.12.1
Downloaded cpufeatures v0.2.12
Downloaded lexopt v0.3.0
Downloaded icu_locid_transform v1.5.0
Downloaded gix-quote v0.6.2
Downloaded nonempty v0.9.0
Downloaded indicatif v0.18.0
Downloaded gix-error v0.1.0
Downloaded is_terminal_polyfill v1.70.2
Downloaded hash32 v0.3.1
Downloaded gix-lock v21.0.1
Downloaded ec25519 v0.1.0
Downloaded byteorder v1.5.0
Downloaded keccak v0.1.6
Downloaded gix-revwalk v0.27.0
Downloaded gix-config-value v0.17.1
Downloaded gix-prompt v0.13.1
Downloaded gix-negotiate v0.27.0
Downloaded gix-glob v0.24.0
Downloaded icu_locid v1.5.0
Downloaded heck v0.5.0
Downloaded group v0.13.0
Downloaded gix-shallow v0.8.1
Downloaded gix-hash v0.22.1
Downloaded gix-commitgraph v0.32.0
Downloaded dyn-clone v1.0.17
Downloaded data-encoding-macro-internal v0.1.12
Downloaded cypheraddr v0.4.0
Downloaded gix-url v0.35.1
Downloaded gix-chunk v0.6.0
Downloaded git-ref-format v0.6.0
Downloaded gix-revision v0.41.0
Downloaded gix-refspec v0.37.0
Downloaded gix-packetline v0.21.1
Downloaded gix-hashtable v0.12.0
Downloaded gix-fs v0.19.1
Downloaded gix-date v0.13.0
Downloaded gix-actor v0.39.0
Downloaded equivalent v1.0.1
Downloaded dunce v1.0.5
Downloaded crypto-common v0.1.6
Downloaded crossbeam-channel v0.5.15
Downloaded clap_lex v0.7.5
Downloaded amplify_syn v2.0.1
Downloaded gix-credentials v0.36.0
Downloaded gix-actor v0.38.0
Downloaded git2 v0.20.4
Downloaded git-ref-format-core v0.6.0
Downloaded ghash v0.5.1
Downloaded aead v0.5.2
Downloaded icu_provider_macros v1.5.0
Downloaded iana-time-zone v0.1.60
Downloaded hashbrown v0.14.3
Downloaded gix-traverse v0.52.0
Downloaded gix-sec v0.13.1
Downloaded gix-features v0.46.1
Downloaded gix-chunk v0.5.0
Downloaded faster-hex v0.10.0
Downloaded digest v0.10.7
Downloaded ct-codecs v1.1.1
Downloaded chacha20poly1305 v0.10.1
Downloaded arc-swap v1.8.2
Downloaded gix-trace v0.1.18
Downloaded gix-odb v0.75.0
Downloaded getrandom v0.3.3
Downloaded ed25519 v1.5.3
Downloaded displaydoc v0.2.5
Downloaded colorchoice v1.0.0
Downloaded clap_derive v4.5.41
Downloaded anyhow v1.0.82
Downloaded anstream v0.6.21
Downloaded amplify_num v0.5.2
Downloaded inout v0.1.3
Downloaded gix-utils v0.3.1
Downloaded gix-protocol v0.57.0
Downloaded gix-command v0.7.1
Downloaded git-ref-format-macro v0.6.0
Downloaded flate2 v1.1.1
Downloaded env_logger v0.11.8
Downloaded env_filter v0.1.3
Downloaded elliptic-curve v0.13.8
Downloaded either v1.11.0
Downloaded derive_more-impl v2.0.1
Downloaded data-encoding-macro v0.1.14
Downloaded cyphergraphy v0.3.0
Downloaded cc v1.2.2
Downloaded bytesize v2.0.1
Downloaded bytecount v0.6.8
Downloaded anstyle-query v1.0.2
Downloaded gix-object v0.56.0
Downloaded gix-commitgraph v0.33.0
Downloaded fraction v0.15.3
Downloaded ff v0.13.0
Downloaded cbc v0.1.2
Downloaded filetime v0.2.23
Downloaded borrow-or-share v0.2.2
Downloaded bloomy v1.2.0
Downloaded bitflags v2.9.1
Downloaded base64ct v1.6.0
Downloaded base64 v0.22.1
Downloaded base64 v0.21.7
Downloaded base-x v0.2.11
Downloaded adler2 v2.0.0
Downloaded generic-array v0.14.7
Downloaded fxhash v0.2.1
Downloaded form_urlencoded v1.2.1
Downloaded blowfish v0.9.1
Downloaded block-padding v0.3.3
Downloaded block-buffer v0.10.4
Downloaded bitflags v1.3.2
Downloaded bit-vec v0.8.0
Downloaded bit-set v0.8.0
Downloaded bcrypt-pbkdf v0.10.0
Downloaded base32 v0.4.0
Downloaded base16ct v0.2.0
Downloaded backtrace v0.3.76
Downloaded autocfg v1.2.0
Downloaded cfg-if v1.0.0
Downloaded linux-raw-sys v0.11.0
Downloaded libz-sys v1.1.16
Compiling libc v0.2.182
Compiling proc-macro2 v1.0.101
Compiling unicode-ident v1.0.12
Compiling quote v1.0.41
Checking cfg-if v1.0.0
Checking memchr v2.7.2
Compiling version_check v0.9.4
Compiling shlex v1.3.0
Compiling typenum v1.17.0
Compiling syn v2.0.106
Compiling jobserver v0.1.31
Checking getrandom v0.2.15
Checking regex-syntax v0.8.5
Compiling cc v1.2.2
Compiling generic-array v0.14.7
Checking aho-corasick v1.1.3
Checking regex-automata v0.4.9
Checking rand_core v0.6.4
Compiling serde_core v1.0.228
Checking crypto-common v0.1.6
Checking smallvec v1.15.1
Compiling serde v1.0.228
Compiling thiserror v2.0.18
Checking subtle v2.5.0
Checking stable_deref_trait v1.2.0
Checking cpufeatures v0.2.12
Checking fastrand v2.3.0
Checking bstr v1.12.0
Compiling parking_lot_core v0.9.12
Checking scopeguard v1.2.0
Checking lock_api v0.4.14
Checking block-buffer v0.10.4
Checking digest v0.10.7
Checking byteorder v1.5.0
Checking parking_lot v0.12.5
Checking tinyvec_macros v0.1.1
Compiling crc32fast v1.5.0
Checking tinyvec v1.6.0
Checking bitflags v2.9.1
Checking gix-trace v0.1.18
Checking gix-validate v0.11.0
Checking itoa v1.0.17
Compiling typeid v1.0.3
Checking same-file v1.0.6
Checking walkdir v2.5.0
Checking prodash v31.0.0
Checking zlib-rs v0.6.0
Checking unicode-normalization v0.1.23
Compiling serde_derive v1.0.228
Compiling thiserror-impl v2.0.18
Checking gix-utils v0.3.1
Compiling heapless v0.8.0
Checking hash32 v0.3.1
Compiling synstructure v0.13.1
Checking faster-hex v0.10.0
Compiling getrandom v0.3.3
Checking gix-path v0.11.1
Compiling zerofrom-derive v0.1.6
Checking sha1 v0.10.6
Checking gix-features v0.46.1
Checking zeroize v1.7.0
Checking sha1-checked v0.10.0
Compiling yoke-derive v0.7.5
Compiling rustix v1.1.3
Compiling pkg-config v0.3.30
Checking zerofrom v0.1.6
Checking gix-hash v0.22.1
Checking yoke v0.7.5
Compiling zerovec-derive v0.10.3
Checking linux-raw-sys v0.11.0
Compiling displaydoc v0.2.5
Checking erased-serde v0.4.6
Checking serde_fmt v1.0.3
Checking block-padding v0.3.3
Checking value-bag-serde1 v1.11.1
Checking value-bag v1.11.1
Checking once_cell v1.21.3
Checking inout v0.1.3
Checking zerovec v0.10.4
Compiling syn v1.0.109
Checking log v0.4.27
Checking cipher v0.4.4
Checking litemap v0.7.5
Compiling icu_locid_transform_data v1.5.1
Checking writeable v0.5.5
Compiling icu_provider_macros v1.5.0
Checking tinystr v0.7.6
Checking icu_locid v1.5.0
Checking percent-encoding v2.3.1
Compiling icu_properties_data v1.5.1
Checking icu_provider v1.5.0
Compiling icu_normalizer_data v1.5.1
Compiling thiserror v1.0.69
Checking icu_locid_transform v1.5.0
Checking icu_collections v1.5.0
Compiling thiserror-impl v1.0.69
Checking equivalent v1.0.1
Checking hashbrown v0.14.3
Compiling serde_json v1.0.140
Checking icu_properties v1.5.1
Checking indexmap v2.2.6
Checking sha2 v0.10.8
Checking ryu v1.0.17
Checking write16 v1.0.0
Compiling vcpkg v0.2.15
Checking utf16_iter v1.0.5
Compiling ref-cast v1.0.24
Checking utf8_iter v1.0.4
Checking tempfile v3.25.0
Checking icu_normalizer v1.5.0
Compiling libz-sys v1.1.16
Compiling ref-cast-impl v1.0.24
Checking universal-hash v0.5.1
Checking opaque-debug v0.3.1
Checking idna_adapter v1.2.0
Checking dyn-clone v1.0.17
Compiling autocfg v1.2.0
Checking idna v1.0.3
Compiling amplify_syn v2.0.1
Compiling libgit2-sys v0.18.3+1.9.2
Checking signature v1.6.4
Compiling num-traits v0.2.19
Checking ed25519 v1.5.3
Checking form_urlencoded v1.2.1
Compiling serde_derive_internals v0.29.1
Checking aead v0.5.2
Checking ct-codecs v1.1.1
Compiling amplify_derive v4.0.0
Checking amplify_num v0.5.2
Checking ascii v1.1.0
Compiling schemars_derive v1.0.4
Checking ec25519 v0.1.0
Checking amplify v4.6.0
Checking url v2.5.4
Checking git-ref-format-core v0.6.0
Checking poly1305 v0.8.0
Checking chacha20 v0.9.1
Checking schemars v1.0.4
Checking cyphergraphy v0.3.0
Checking polyval v0.6.2
Compiling sqlite3-src v0.7.0
Checking hmac v0.12.1
Checking base64ct v1.6.0
Checking keccak v0.1.6
Checking sha3 v0.10.8
Checking pem-rfc7468 v0.7.0
Checking pbkdf2 v0.12.2
Checking ghash v0.5.1
Checking ctr v0.9.2
Checking aes v0.8.4
Checking rand v0.8.5
Checking base32 v0.4.0
Compiling data-encoding v2.5.0
Checking qcheck v1.0.0
Compiling data-encoding-macro-internal v0.1.12
Checking cypheraddr v0.4.0
Checking aes-gcm v0.10.3
Checking ssh-encoding v0.2.0
Checking chacha20poly1305 v0.10.1
Checking blowfish v0.9.1
Checking cbc v0.1.2
Checking jiff v0.2.20
Checking data-encoding-macro v0.1.14
Checking bcrypt-pbkdf v0.10.0
Checking ssh-cipher v0.2.0
Checking noise-framework v0.4.0
Checking socks5-client v0.4.1
Checking base-x v0.2.11
Checking signature v2.2.0
Compiling crossbeam-utils v0.8.19
Checking ssh-key v0.6.6
Checking multibase v0.9.1
Checking cyphernet v0.5.2
Checking radicle-ssh v0.10.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-ssh)
Checking winnow v0.7.14
Checking crossbeam-channel v0.5.15
Checking hashbrown v0.16.1
Checking lazy_static v1.5.0
Checking gix-hashtable v0.12.0
Checking nonempty v0.9.0
Checking anstyle-query v1.0.2
Checking siphasher v1.0.1
Checking radicle-git-metadata v0.2.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-git-metadata)
Checking gix-error v0.1.0
Checking radicle-dag v0.10.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-dag)
Checking memmap2 v0.9.8
Checking utf8parse v0.2.2
Checking anstyle-parse v0.2.3
Checking radicle-git-ref-format v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-git-ref-format)
Checking is_terminal_polyfill v1.70.2
Checking iana-time-zone v0.1.60
Checking base64 v0.21.7
Checking colorchoice v1.0.0
Checking anstyle v1.0.13
Checking chrono v0.4.38
Checking anstream v0.6.21
Checking colored v2.1.0
Checking radicle-localtime v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-localtime)
Checking serde-untagged v0.1.7
Checking bytesize v2.0.1
Checking gix-error v0.0.0
Checking dunce v1.0.5
Checking fast-glob v0.3.3
Checking tree-sitter-language v0.1.2
Checking gix-date v0.14.0
Checking gix-date v0.13.0
Checking gix-actor v0.39.0
Checking gix-fs v0.19.1
Checking gix-object v0.56.0
Checking gix-tempfile v21.0.1
Checking gix-actor v0.38.0
Checking gix-chunk v0.6.0
Checking mio v1.0.4
Checking gix-quote v0.6.2
Checking gix-commitgraph v0.33.0
Checking gix-object v0.55.0
Checking gix-chunk v0.5.0
Checking sem_safe v0.2.0
Checking errno v0.3.13
Checking either v1.11.0
Checking shell-words v1.1.0
Checking gix-command v0.7.1
Checking signals_receipts v0.2.0
Checking gix-commitgraph v0.32.0
Checking gix-revwalk v0.27.0
Compiling object v0.37.3
Compiling rustversion v1.0.20
Compiling signal-hook v0.3.18
Checking gix-revwalk v0.26.0
Checking gix-lock v21.0.1
Checking gix-url v0.35.1
Checking gix-config-value v0.17.1
Checking gix-sec v0.13.1
Checking signal-hook-registry v1.4.5
Checking gimli v0.32.3
Checking adler2 v2.0.0
Compiling rustix v0.38.34
Checking miniz_oxide v0.8.8
Checking gix-prompt v0.13.1
Checking gix-traverse v0.52.0
Checking addr2line v0.25.1
Checking gix-revision v0.41.0
Checking radicle-signals v0.11.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-signals)
Checking gix-diff v0.58.0
Checking mio v0.8.11
Checking gix-glob v0.24.0
Checking gix-packetline v0.21.1
Compiling tree-sitter v0.24.4
Checking rustc-demangle v0.1.26
Compiling linux-raw-sys v0.4.13
Compiling anyhow v1.0.82
Compiling unicode-segmentation v1.11.0
Compiling convert_case v0.7.1
Checking backtrace v0.3.76
Checking gix-transport v0.54.0
Checking gix-refspec v0.37.0
Checking signal-hook-mio v0.2.4
Checking gix-pack v0.65.0
Checking arc-swap v1.8.2
Checking gix-credentials v0.36.0
Checking gix-ref v0.59.0
Checking gix-shallow v0.8.1
Checking gix-negotiate v0.27.0
Compiling maybe-async v0.2.10
Checking regex v1.11.1
Compiling proc-macro-error-attr2 v2.0.0
Compiling portable-atomic v1.11.0
Compiling proc-macro-error2 v2.0.1
Checking gix-protocol v0.57.0
Checking gix-odb v0.75.0
Compiling xattr v1.3.1
Compiling derive_more-impl v2.0.1
Compiling filetime v0.2.23
Checking uuid v1.20.0
Compiling litrs v0.4.1
Checking bytes v1.11.1
Checking bitflags v1.3.2
Checking unicode-width v0.2.1
Checking crossterm v0.25.0
Checking console v0.16.0
Compiling document-features v0.2.11
Compiling tar v0.4.40
Checking derive_more v2.0.1
Compiling flate2 v1.1.1
Compiling git-ref-format-macro v0.6.0
Checking newline-converter v0.3.0
Checking snapbox-macros v0.3.8
Checking salsa20 v0.10.2
Checking fxhash v0.2.1
Checking siphasher v0.3.11
Compiling heck v0.5.0
Checking normalize-line-endings v0.3.0
Checking unit-prefix v0.5.1
Checking streaming-iterator v0.1.9
Checking strsim v0.11.1
Checking similar v2.5.0
Checking clap_lex v0.7.5
Checking unicode-width v0.1.11
Checking inquire v0.7.5
Checking snapbox v0.4.17
Checking clap_builder v4.5.44
Checking indicatif v0.18.0
Checking bloomy v1.2.0
Compiling clap_derive v4.5.41
Compiling radicle-surf v0.27.0
Checking sqlite3-sys v0.18.0
Checking scrypt v0.11.0
Checking sqlite v0.37.0
Checking git-ref-format v0.6.0
Checking crossterm v0.29.0
Checking radicle-crypto v0.16.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-crypto)
Checking unicode-display-width v0.3.0
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-json v0.24.8
Compiling tree-sitter-md v0.3.2
Compiling tree-sitter-go v0.23.4
Compiling tree-sitter-toml-ng v0.6.0
Compiling tree-sitter-css v0.23.1
Compiling tree-sitter-bash v0.23.3
Compiling tree-sitter-html v0.23.2
Compiling tree-sitter-rust v0.23.2
Compiling tree-sitter-c v0.23.2
Compiling tree-sitter-python v0.23.4
Compiling tree-sitter-ruby v0.23.1
Compiling tree-sitter-typescript v0.23.2
Checking radicle-std-ext v0.2.0
Checking pin-project-lite v0.2.16
Checking toml_writer v1.0.6+spec-1.1.0
Checking tokio v1.47.1
Checking toml v0.9.12+spec-1.1.0
Checking clap v4.5.44
Checking sysinfo v0.37.2
Checking yansi v0.5.1
Compiling radicle-node v0.19.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-node)
Compiling radicle-cli v0.20.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-cli)
Checking diff v0.1.13
Checking pretty_assertions v1.4.0
Checking human-panic v2.0.6
Checking clap_complete v4.5.60
Checking structured-logger v1.0.4
Checking radicle-systemd v0.12.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-systemd)
Checking tree-sitter-highlight v0.24.4
Checking itertools v0.14.0
Checking num-integer v0.1.46
Compiling qcheck-macros v1.0.0
Checking socket2 v0.5.7
Checking humantime v2.3.0
Checking timeago v0.4.2
Compiling escargot v0.5.10
Checking lexopt v0.3.0
Checking bit-vec v0.8.0
Checking bit-set v0.8.0
Checking num-bigint v0.4.6
Checking rand_core v0.9.3
Compiling ahash v0.8.11
Checking num-iter v0.1.45
Checking num-complex v0.4.6
Checking env_filter v0.1.3
Checking borrow-or-share v0.2.2
Checking zerocopy v0.7.35
Checking fluent-uri v0.3.2
Checking num-rational v0.4.2
Checking env_logger v0.11.8
Checking phf_shared v0.11.3
Checking num v0.4.3
Compiling test-log-macros v0.2.19
Checking wait-timeout v0.2.1
Checking ppv-lite86 v0.2.17
Compiling paste v1.0.15
Checking outref v0.5.2
Checking fnv v1.0.7
Checking vsimd v0.8.0
Compiling radicle-remote-helper v0.16.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-remote-helper)
Checking quick-error v1.2.3
Checking rusty-fork v0.3.1
Checking uuid-simd v0.8.0
Checking rand_chacha v0.9.0
Checking test-log v0.2.19
Checking phf v0.11.3
Checking fraction v0.15.3
Checking referencing v0.30.0
Checking rand_xorshift v0.4.0
Checking rand v0.9.2
Checking fancy-regex v0.14.0
Checking email_address v0.2.9
Checking unarray v0.1.4
Checking base64 v0.22.1
Checking num-cmp v0.1.0
Checking bytecount v0.6.8
Checking proptest v1.9.0
Checking emojis v0.6.4
Checking jsonschema v0.30.0
Checking radicle-windows v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-windows)
Checking git2 v0.20.4
Checking radicle-oid v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-oid)
Checking radicle-git-ext v0.12.0
Checking radicle-term v0.17.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-term)
Checking radicle-core v0.2.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-core)
Checking radicle-cob v0.19.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-cob)
Checking radicle v0.23.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle)
Checking radicle-fetch v0.19.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-fetch)
Checking radicle-cli-test v0.13.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-cli-test)
Checking radicle-protocol v0.7.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-protocol)
Checking radicle-schemars v0.7.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-schemars)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.99s
+ cargo build --all-targets --workspace
Compiling libc v0.2.182
Compiling cfg-if v1.0.0
Compiling memchr v2.7.2
Compiling shlex v1.3.0
Compiling regex-syntax v0.8.5
Compiling typenum v1.17.0
Compiling aho-corasick v1.1.3
Compiling generic-array v0.14.7
Compiling serde_core v1.0.228
Compiling jobserver v0.1.31
Compiling cc v1.2.2
Compiling getrandom v0.2.15
Compiling regex-automata v0.4.9
Compiling rand_core v0.6.4
Compiling smallvec v1.15.1
Compiling crypto-common v0.1.6
Compiling serde v1.0.228
Compiling subtle v2.5.0
Compiling thiserror v2.0.18
Compiling cpufeatures v0.2.12
Compiling fastrand v2.3.0
Compiling stable_deref_trait v1.2.0
Compiling scopeguard v1.2.0
Compiling lock_api v0.4.14
Compiling parking_lot_core v0.9.12
Compiling block-buffer v0.10.4
Compiling digest v0.10.7
Compiling bitflags v2.9.1
Compiling parking_lot v0.12.5
Compiling tinyvec_macros v0.1.1
Compiling byteorder v1.5.0
Compiling tinyvec v1.6.0
Compiling gix-trace v0.1.18
Compiling crc32fast v1.5.0
Compiling itoa v1.0.17
Compiling same-file v1.0.6
Compiling walkdir v2.5.0
Compiling typeid v1.0.3
Compiling prodash v31.0.0
Compiling unicode-normalization v0.1.23
Compiling zlib-rs v0.6.0
Compiling erased-serde v0.4.6
Compiling gix-utils v0.3.1
Compiling bstr v1.12.0
Compiling hash32 v0.3.1
Compiling serde_fmt v1.0.3
Compiling value-bag-serde1 v1.11.1
Compiling heapless v0.8.0
Compiling gix-validate v0.11.0
Compiling gix-path v0.11.1
Compiling faster-hex v0.10.0
Compiling value-bag v1.11.1
Compiling log v0.4.27
Compiling sha1 v0.10.6
Compiling zeroize v1.7.0
Compiling sha1-checked v0.10.0
Compiling zerofrom v0.1.6
Compiling getrandom v0.3.3
Compiling yoke v0.7.5
Compiling linux-raw-sys v0.11.0
Compiling gix-features v0.46.1
Compiling gix-hash v0.22.1
Compiling zerovec v0.10.4
Compiling block-padding v0.3.3
Compiling once_cell v1.21.3
Compiling inout v0.1.3
Compiling cipher v0.4.4
Compiling writeable v0.5.5
Compiling litemap v0.7.5
Compiling percent-encoding v2.3.1
Compiling icu_locid_transform_data v1.5.1
Compiling icu_properties_data v1.5.1
Compiling equivalent v1.0.1
Compiling rustix v1.1.3
Compiling hashbrown v0.14.3
Compiling tinystr v0.7.6
Compiling icu_locid v1.5.0
Compiling icu_collections v1.5.0
Compiling icu_provider v1.5.0
Compiling indexmap v2.2.6
Compiling icu_normalizer_data v1.5.1
Compiling icu_locid_transform v1.5.0
Compiling sha2 v0.10.8
Compiling utf8_iter v1.0.4
Compiling ryu v1.0.17
Compiling utf16_iter v1.0.5
Compiling write16 v1.0.0
Compiling icu_properties v1.5.1
Compiling libz-sys v1.1.16
Compiling serde_json v1.0.140
Compiling thiserror v1.0.69
Compiling universal-hash v0.5.1
Compiling opaque-debug v0.3.1
Compiling ref-cast v1.0.24
Compiling tempfile v3.25.0
Compiling dyn-clone v1.0.17
Compiling icu_normalizer v1.5.0
Compiling libgit2-sys v0.18.3+1.9.2
Compiling signature v1.6.4
Compiling ed25519 v1.5.3
Compiling form_urlencoded v1.2.1
Compiling idna_adapter v1.2.0
Compiling idna v1.0.3
Compiling aead v0.5.2
Compiling ct-codecs v1.1.1
Compiling amplify_num v0.5.2
Compiling ascii v1.1.0
Compiling url v2.5.4
Compiling ec25519 v0.1.0
Compiling num-traits v0.2.19
Compiling poly1305 v0.8.0
Compiling amplify v4.6.0
Compiling git-ref-format-core v0.6.0
Compiling chacha20 v0.9.1
Compiling cyphergraphy v0.3.0
Compiling schemars v1.0.4
Compiling polyval v0.6.2
Compiling sqlite3-src v0.7.0
Compiling hmac v0.12.1
Compiling keccak v0.1.6
Compiling base64ct v1.6.0
Compiling pem-rfc7468 v0.7.0
Compiling sha3 v0.10.8
Compiling pbkdf2 v0.12.2
Compiling ghash v0.5.1
Compiling ctr v0.9.2
Compiling aes v0.8.4
Compiling rand v0.8.5
Compiling base32 v0.4.0
Compiling cypheraddr v0.4.0
Compiling aes-gcm v0.10.3
Compiling qcheck v1.0.0
Compiling ssh-encoding v0.2.0
Compiling chacha20poly1305 v0.10.1
Compiling blowfish v0.9.1
Compiling cbc v0.1.2
Compiling data-encoding v2.5.0
Compiling jiff v0.2.20
Compiling data-encoding-macro v0.1.14
Compiling ssh-cipher v0.2.0
Compiling bcrypt-pbkdf v0.10.0
Compiling noise-framework v0.4.0
Compiling socks5-client v0.4.1
Compiling base-x v0.2.11
Compiling signature v2.2.0
Compiling ssh-key v0.6.6
Compiling multibase v0.9.1
Compiling cyphernet v0.5.2
Compiling radicle-ssh v0.10.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-ssh)
Compiling crossbeam-utils v0.8.19
Compiling winnow v0.7.14
Compiling crossbeam-channel v0.5.15
Compiling hashbrown v0.16.1
Compiling lazy_static v1.5.0
Compiling gix-hashtable v0.12.0
Compiling nonempty v0.9.0
Compiling siphasher v1.0.1
Compiling anstyle-query v1.0.2
Compiling gix-error v0.1.0
Compiling radicle-dag v0.10.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-dag)
Compiling radicle-git-metadata v0.2.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-git-metadata)
Compiling memmap2 v0.9.8
Compiling utf8parse v0.2.2
Compiling anstyle-parse v0.2.3
Compiling radicle-git-ref-format v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-git-ref-format)
Compiling is_terminal_polyfill v1.70.2
Compiling iana-time-zone v0.1.60
Compiling base64 v0.21.7
Compiling anstyle v1.0.13
Compiling colorchoice v1.0.0
Compiling chrono v0.4.38
Compiling anstream v0.6.21
Compiling colored v2.1.0
Compiling radicle-localtime v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-localtime)
Compiling gix-error v0.0.0
Compiling serde-untagged v0.1.7
Compiling bytesize v2.0.1
Compiling dunce v1.0.5
Compiling tree-sitter-language v0.1.2
Compiling fast-glob v0.3.3
Compiling gix-date v0.14.0
Compiling adler2 v2.0.0
Compiling gix-actor v0.39.0
Compiling gix-date v0.13.0
Compiling gix-fs v0.19.1
Compiling gix-tempfile v21.0.1
Compiling gix-actor v0.38.0
Compiling gix-object v0.56.0
Compiling gix-chunk v0.6.0
Compiling mio v1.0.4
Compiling gix-quote v0.6.2
Compiling gix-commitgraph v0.33.0
Compiling gix-object v0.55.0
Compiling gix-chunk v0.5.0
Compiling sem_safe v0.2.0
Compiling errno v0.3.13
Compiling either v1.11.0
Compiling shell-words v1.1.0
Compiling unicode-segmentation v1.11.0
Compiling gix-command v0.7.1
Compiling signals_receipts v0.2.0
Compiling gix-commitgraph v0.32.0
Compiling gix-revwalk v0.27.0
Compiling gix-revwalk v0.26.0
Compiling gix-lock v21.0.1
Compiling gix-url v0.35.1
Compiling gix-config-value v0.17.1
Compiling gix-sec v0.13.1
Compiling signal-hook-registry v1.4.5
Compiling gimli v0.32.3
Compiling signal-hook v0.3.18
Compiling gix-prompt v0.13.1
Compiling gix-traverse v0.52.0
Compiling object v0.37.3
Compiling addr2line v0.25.1
Compiling gix-revision v0.41.0
Compiling radicle-signals v0.11.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-signals)
Compiling gix-diff v0.58.0
Compiling miniz_oxide v0.8.8
Compiling gix-glob v0.24.0
Compiling mio v0.8.11
Compiling gix-packetline v0.21.1
Compiling tree-sitter v0.24.4
Compiling rustc-demangle v0.1.26
Compiling rustix v0.38.34
Compiling sqlite3-sys v0.18.0
Compiling sqlite v0.37.0
Compiling backtrace v0.3.76
Compiling radicle-crypto v0.16.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-crypto)
Compiling gix-transport v0.54.0
Compiling signal-hook-mio v0.2.4
Compiling gix-refspec v0.37.0
Compiling gix-pack v0.65.0
Compiling arc-swap v1.8.2
Compiling gix-credentials v0.36.0
Compiling gix-ref v0.59.0
Compiling gix-shallow v0.8.1
Compiling gix-negotiate v0.27.0
Compiling convert_case v0.7.1
Compiling regex v1.11.1
Compiling gix-protocol v0.57.0
Compiling derive_more-impl v2.0.1
Compiling gix-odb v0.75.0
Compiling xattr v1.3.1
Compiling uuid v1.20.0
Compiling filetime v0.2.23
Compiling unicode-width v0.2.1
Compiling bitflags v1.3.2
Compiling bytes v1.11.1
Compiling console v0.16.0
Compiling crossterm v0.25.0
Compiling tar v0.4.40
Compiling git-ref-format-macro v0.6.0
Compiling flate2 v1.1.1
Compiling derive_more v2.0.1
Compiling anyhow v1.0.82
Compiling portable-atomic v1.11.0
Compiling newline-converter v0.3.0
Compiling snapbox-macros v0.3.8
Compiling salsa20 v0.10.2
Compiling fxhash v0.2.1
Compiling strsim v0.11.1
Compiling unicode-width v0.1.11
Compiling similar v2.5.0
Compiling siphasher v0.3.11
Compiling clap_lex v0.7.5
Compiling normalize-line-endings v0.3.0
Compiling unit-prefix v0.5.1
Compiling streaming-iterator v0.1.9
Compiling snapbox v0.4.17
Compiling indicatif v0.18.0
Compiling clap_builder v4.5.44
Compiling bloomy v1.2.0
Compiling inquire v0.7.5
Compiling scrypt v0.11.0
Compiling radicle-surf v0.27.0
Compiling crossterm v0.29.0
Compiling git-ref-format v0.6.0
Compiling unicode-display-width v0.3.0
Compiling systemd-journal-logger v2.2.2
Compiling tree-sitter-ruby v0.23.1
Compiling tree-sitter-go v0.23.4
Compiling tree-sitter-html v0.23.2
Compiling tree-sitter-toml-ng v0.6.0
Compiling tree-sitter-css v0.23.1
Compiling tree-sitter-bash v0.23.3
Compiling tree-sitter-json v0.24.8
Compiling tree-sitter-python v0.23.4
Compiling tree-sitter-c v0.23.2
Compiling tree-sitter-typescript v0.23.2
Compiling tree-sitter-rust v0.23.2
Compiling tree-sitter-md v0.3.2
Compiling toml_datetime v0.7.5+spec-1.1.0
Compiling serde_spanned v1.0.4
Compiling pin-project-lite v0.2.16
Compiling radicle-std-ext v0.2.0
Compiling toml_writer v1.0.6+spec-1.1.0
Compiling tokio v1.47.1
Compiling toml v0.9.12+spec-1.1.0
Compiling clap v4.5.44
Compiling sysinfo v0.37.2
Compiling yansi v0.5.1
Compiling radicle-cli v0.20.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-cli)
Compiling radicle-node v0.19.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-node)
Compiling diff v0.1.13
Compiling pretty_assertions v1.4.0
Compiling human-panic v2.0.6
Compiling clap_complete v4.5.60
Compiling structured-logger v1.0.4
Compiling radicle-systemd v0.12.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-systemd)
Compiling tree-sitter-highlight v0.24.4
Compiling itertools v0.14.0
Compiling num-integer v0.1.46
Compiling socket2 v0.5.7
Compiling timeago v0.4.2
Compiling humantime v2.3.0
Compiling lexopt v0.3.0
Compiling bit-vec v0.8.0
Compiling bit-set v0.8.0
Compiling escargot v0.5.10
Compiling num-bigint v0.4.6
Compiling rand_core v0.9.3
Compiling num-iter v0.1.45
Compiling num-complex v0.4.6
Compiling env_filter v0.1.3
Compiling borrow-or-share v0.2.2
Compiling num-rational v0.4.2
Compiling zerocopy v0.7.35
Compiling ahash v0.8.11
Compiling num v0.4.3
Compiling fluent-uri v0.3.2
Compiling env_logger v0.11.8
Compiling phf_shared v0.11.3
Compiling wait-timeout v0.2.1
Compiling ppv-lite86 v0.2.17
Compiling outref v0.5.2
Compiling quick-error v1.2.3
Compiling fnv v1.0.7
Compiling radicle-remote-helper v0.16.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-remote-helper)
Compiling vsimd v0.8.0
Compiling rand_chacha v0.9.0
Compiling rusty-fork v0.3.1
Compiling uuid-simd v0.8.0
Compiling referencing v0.30.0
Compiling test-log v0.2.19
Compiling phf v0.11.3
Compiling fraction v0.15.3
Compiling rand v0.9.2
Compiling rand_xorshift v0.4.0
Compiling fancy-regex v0.14.0
Compiling email_address v0.2.9
Compiling base64 v0.22.1
Compiling unarray v0.1.4
Compiling num-cmp v0.1.0
Compiling bytecount v0.6.8
Compiling proptest v1.9.0
Compiling jsonschema v0.30.0
Compiling git2 v0.20.4
Compiling emojis v0.6.4
Compiling radicle-oid v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-oid)
Compiling radicle-cob v0.19.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-cob)
Compiling radicle-core v0.2.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-core)
Compiling radicle-git-ext v0.12.0
Compiling radicle v0.23.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle)
Compiling radicle-term v0.17.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-term)
Compiling radicle-windows v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-windows)
Compiling radicle-fetch v0.19.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-fetch)
Compiling radicle-protocol v0.7.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-protocol)
Compiling radicle-cli-test v0.13.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-cli-test)
Compiling radicle-schemars v0.7.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-schemars)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
+ cargo doc --workspace --no-deps --all-features
Checking regex-automata v0.4.9
Compiling syn v1.0.109
Checking idna v1.0.3
Compiling num-traits v0.2.19
Checking radicle-ssh v0.10.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-ssh)
Checking url v2.5.4
Checking git2 v0.20.4
Checking proptest v1.9.0
Checking bstr v1.12.0
Checking gix-validate v0.11.0
Checking git-ref-format-core v0.6.0
Checking gix-path v0.11.1
Compiling amplify_syn v2.0.1
Compiling data-encoding-macro-internal v0.1.12
Checking gix-features v0.46.1
Checking gix-hash v0.22.1
Checking radicle-git-ref-format v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-git-ref-format)
Checking data-encoding-macro v0.1.14
Checking gix-hashtable v0.12.0
Checking multibase v0.9.1
Checking radicle-oid v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-oid)
Checking gix-error v0.1.0
Checking gix-error v0.0.0
Checking radicle-dag v0.10.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-dag)
Compiling amplify_derive v4.0.0
Checking radicle-git-metadata v0.2.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-git-metadata)
Checking gix-date v0.14.0
Checking chrono v0.4.38
Checking radicle-localtime v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-localtime)
Checking gix-date v0.13.0
Checking gix-actor v0.39.0
Checking gix-fs v0.19.1
Checking gix-object v0.56.0
Checking gix-tempfile v21.0.1
Checking gix-actor v0.38.0
Checking gix-chunk v0.6.0
Checking gix-quote v0.6.2
Checking gix-commitgraph v0.33.0
Checking gix-object v0.55.0
Checking gix-chunk v0.5.0
Checking gix-command v0.7.1
Checking gix-commitgraph v0.32.0
Checking gix-revwalk v0.27.0
Checking gix-lock v21.0.1
Checking gix-url v0.35.1
Checking gix-config-value v0.17.1
Checking amplify v4.6.0
Checking gix-revision v0.41.0
Checking cyphergraphy v0.3.0
Checking gix-prompt v0.13.1
Checking gix-revwalk v0.26.0
Checking gix-diff v0.58.0
Checking cypheraddr v0.4.0
Checking noise-framework v0.4.0
Checking gix-traverse v0.52.0
Checking radicle-signals v0.11.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-signals)
Checking gix-glob v0.24.0
Checking gix-packetline v0.21.1
Checking regex v1.11.1
Checking socks5-client v0.4.1
Checking cyphernet v0.5.2
Checking radicle-crypto v0.16.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-crypto)
Checking tree-sitter v0.24.4
Checking gix-transport v0.54.0
Checking gix-refspec v0.37.0
Checking gix-pack v0.65.0
Checking radicle-core v0.2.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-core)
Checking radicle-cob v0.19.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-cob)
Checking git-ref-format v0.6.0
Checking gix-credentials v0.36.0
Checking gix-shallow v0.8.1
Checking gix-ref v0.59.0
Checking gix-negotiate v0.27.0
Checking radicle v0.23.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle)
Checking radicle-git-ext v0.12.0
Checking gix-odb v0.75.0
Checking gix-protocol v0.57.0
Checking uuid v1.20.0
Compiling radicle-cli v0.20.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-cli)
Checking human-panic v2.0.6
Checking radicle-surf v0.27.0
Checking tree-sitter-toml-ng v0.6.0
Checking radicle-term v0.17.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-term)
Checking tree-sitter-highlight v0.24.4
Checking radicle-systemd v0.12.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-systemd)
Documenting radicle-systemd v0.12.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-systemd)
Documenting radicle-term v0.17.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-term)
Documenting radicle v0.23.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle)
Documenting radicle-cob v0.19.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-cob)
Documenting radicle-core v0.2.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-core)
Documenting radicle-crypto v0.16.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-crypto)
Documenting radicle-signals v0.11.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-signals)
Documenting radicle-oid v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-oid)
Documenting radicle-git-ref-format v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-git-ref-format)
Documenting radicle-localtime v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-localtime)
Documenting radicle-ssh v0.10.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-ssh)
Documenting radicle-dag v0.10.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-dag)
Documenting radicle-git-metadata v0.2.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-git-metadata)
Documenting radicle-windows v0.1.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-windows)
Checking radicle-fetch v0.19.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-fetch)
Documenting radicle-cli v0.20.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-cli)
Documenting radicle-schemars v0.7.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-schemars)
Checking radicle-protocol v0.7.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-protocol)
Documenting radicle-protocol v0.7.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-protocol)
Documenting radicle-node v0.19.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-node)
Documenting radicle-fetch v0.19.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-fetch)
Documenting radicle-cli-test v0.13.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-cli-test)
Documenting radicle-remote-helper v0.16.0 (/7653ad7b-6c47-4a1a-86fb-47550f60914d/w/crates/radicle-remote-helper)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.78s
Generated /7653ad7b-6c47-4a1a-86fb-47550f60914d/w/target/doc/radicle/index.html and 21 other files
+ cargo test --workspace --no-fail-fast
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
Running unittests src/lib.rs (target/debug/deps/radicle-33c8bb48107bbda5)
running 323 tests
test canonical::formatter::test::ascii_control_characters ... ok
test cob::cache::migrations::_2::tests::test_migration_2 ... ok
test canonical::formatter::test::securesystemslib_asserts ... ok
test canonical::formatter::test::ordered_nested_object ... ok
test cob::common::test::test_color ... ok
test cob::cache::tests::test_check_version ... ok
test cob::common::test::test_emojis ... ok
test cob::cache::migrations::_2::tests::test_patch_json_deserialization ... ok
test cob::cache::tests::test_migrate_to ... ok
test cob::common::test::test_title ... ok
test cob::identity::test::prop_json_eq_str ... ok
test cob::identity::test::test_identity_redact_revision ... ok
test cob::identity::test::test_identity_update_rejected ... ok
test cob::identity::test::test_identity_reject_concurrent ... ok
test cob::identity::test::test_identity_remove_delegate_concurrent ... ok
test cob::identity::test::test_identity_updates ... ok
test cob::issue::cache::tests::test_counts ... ok
test cob::issue::cache::tests::test_get ... ok
test cob::issue::cache::tests::test_is_empty ... ok
test cob::issue::cache::tests::test_list ... ok
test cob::issue::cache::tests::test_list_by_status ... ok
test cob::issue::cache::tests::test_remove ... ok
test cob::identity::test::test_valid_identity ... ok
test cob::identity::test::test_identity_updates_concurrent ... ok
test cob::issue::test::test_embeds ... ok
test cob::issue::test::test_embeds_edit ... ok
test cob::identity::test::test_identity_updates_concurrent_outdated ... ok
test cob::issue::test::test_invalid_actions ... ok
test cob::issue::test::test_invalid_tx_reference ... ok
test cob::issue::test::test_invalid_cob ... ok
test cob::issue::test::test_invalid_tx ... ok
test cob::issue::test::test_concurrency ... ok
test cob::issue::test::test_issue_all ... ok
test cob::issue::test::test_issue_comment ... ok
test cob::issue::test::test_issue_comment_redact ... ok
test cob::issue::test::test_issue_create_and_assign ... ok
test cob::issue::test::test_issue_create_and_change_state ... ok
test cob::issue::test::test_issue_create_and_get ... ok
test cob::issue::test::test_issue_create_and_reassign ... ok
test cob::issue::test::test_issue_create_and_unassign ... ok
test cob::issue::test::test_issue_edit ... ok
test cob::issue::test::test_issue_edit_description ... ok
test cob::issue::test::test_issue_multilines ... ok
test cob::issue::test::test_issue_state_serde ... ok
test cob::issue::test::test_ordering ... ok
test cob::patch::actions::test::test_review_edit ... ok
test cob::issue::test::test_issue_react ... ok
test cob::issue::test::test_issue_label ... ok
test cob::issue::test::test_issue_reply ... ok
test cob::patch::cache::tests::test_is_empty ... ok
test cob::patch::cache::tests::test_get ... ok
test cob::patch::cache::tests::test_list_by_status ... ok
test cob::patch::cache::tests::test_list ... ok
test cob::patch::encoding::review::test::test_review_deserialize_summary_migration_null_summary ... ok
test cob::patch::encoding::review::test::test_review_deserialize_summary_migration_with_summary ... ok
test cob::patch::encoding::review::test::test_review_deserialize_summary_migration_without_summary ... ok
test cob::patch::encoding::review::test::test_review_deserialize_summary_v2 ... ok
test cob::patch::encoding::review::test::test_review_summary ... ok
test cob::patch::test::test_json ... ok
test cob::patch::test::test_json_serialization ... ok
test cob::patch::cache::tests::test_remove ... ok
test cob::patch::test::test_patch_create_and_get ... ok
test cob::patch::cache::tests::test_counts ... ok
test cob::patch::test::test_patch_discussion ... ok
test cob::patch::test::test_patch_merge ... ok
test cob::patch::test::test_patch_redact ... ok
test cob::patch::test::test_patch_review_comment ... ok
test cob::patch::test::test_patch_review ... ok
test cob::patch::test::test_patch_review_duplicate ... ok
test cob::patch::test::test_patch_review_edit ... ok
test cob::patch::test::test_patch_review_edit_comment ... ok
test cob::patch::test::test_patch_review_remove_summary ... ok
test cob::patch::test::test_reactions_json_serialization ... ok
test cob::patch::test::test_revision_edit_redact ... ok
test cob::patch::test::test_revision_reaction ... ok
test cob::patch::test::test_revision_review_merge_redacted ... ok
test cob::stream::tests::test_all_from ... ok
test cob::patch::test::test_patch_review_revision_redact ... ok
test cob::patch::test::test_patch_update ... ok
test cob::stream::tests::test_all_from_until ... ok
test cob::stream::tests::test_all_until ... ok
test cob::stream::tests::test_regression_from_until ... ok
test cob::thread::tests::test_comment_edit_missing ... ok
test cob::thread::tests::test_comment_edit_redacted ... ok
test cob::stream::tests::test_from_until ... ok
test cob::thread::tests::test_comment_redact_missing ... ok
test cob::thread::tests::test_duplicate_comments ... ok
test cob::thread::tests::test_edit_comment ... ok
test cob::thread::tests::test_redact_comment ... ok
test git::canonical::quorum::test::merge_base_commutative ... ok
test git::canonical::quorum::test::test_merge_bases ... ok
test cob::patch::cache::tests::test_find_by_revision ... ok
test git::canonical::rules::tests::test_deserialization ... ok
test git::canonical::rules::tests::test_deserialize_extensions ... ok
test git::canonical::rules::tests::test_order ... ok
test git::canonical::rules::tests::test_roundtrip ... ok
test cob::thread::tests::test_timeline ... ok
test git::canonical::rules::tests::test_rule_validate_success ... ok
test git::canonical::rules::tests::test_special_branches ... ok
test git::canonical::tests::test_commit_quorum_fork_of_a_fork ... ok
test git::canonical::tests::test_commit_quorum_forked_merge_commits ... ok
test git::canonical::tests::test_commit_quorum_groups ... ok
test git::canonical::tests::test_commit_quorum_linear ... ok
test git::canonical::tests::test_commit_quorum_merges ... ok
test git::canonical::tests::test_commit_quorum_single ... ok
test git::canonical::tests::test_commit_quorum_three_way_fork ... ok
test git::canonical::tests::test_commit_quorum_two_way_fork ... ok
test git::canonical::tests::test_quorum_different_types ... ok
test git::canonical::rules::tests::test_canonical ... ok
test git::canonical::tests::test_tag_quorum ... ok
test git::test::test_version_from_str ... ok
test git::test::test_version_ord ... ok
test identity::did::test::test_did_encode_decode ... ok
test identity::did::test::test_did_vectors ... ok
test git::canonical::rules::tests::test_rule_validate_failures ... ok
test identity::doc::test::test_canonical_doc ... ok
test identity::doc::test::test_canonical_example ... ok
test identity::doc::test::test_duplicate_dids ... ok
test identity::doc::test::test_future_version_error ... ok
test identity::doc::test::test_is_valid_version ... ok
test identity::doc::test::test_max_delegates ... ok
test git::canonical::tests::test_quorum_properties ... ok
test identity::doc::test::test_parse_version ... ok
test identity::doc::test::test_visibility_json ... ok
test identity::doc::test::test_not_found ... ok
test identity::doc::update::test::test_can_update_crefs ... ok
test identity::doc::update::test::test_cannot_include_default_branch_rule ... ok
test identity::project::test::test_project_name ... ok
test identity::doc::update::test::test_default_branch_rule_exists_after_verification ... ok
test node::address::store::test::test_alias ... ok
test node::address::store::test::test_disconnected ... ok
test node::address::store::test::test_disconnected_ban ... ok
test node::address::store::test::test_entries ... ok
test node::address::store::test::test_get_none ... ok
test node::address::store::test::test_insert_and_get ... ok
test node::address::store::test::test_insert_and_remove ... ok
test node::address::store::test::test_insert_and_update ... ok
test node::address::store::test::test_insert_duplicate ... ok
test node::address::store::test::test_node_aliases ... ok
test node::address::store::test::test_remove_nothing ... ok
test node::command::test::command_result ... ok
test node::config::test::deserialize_migrating_scope ... ok
test node::config::test::fetch_level_min ... ok
test node::config::test::onion_absent ... ok
test node::config::test::onion_null ... ok
test node::config::test::partial ... ok
test node::config::test::regression_ipv6_address_brackets ... ok
test node::config::test::regression_ipv6_address_no_brackets ... ok
test node::config::test::serialize_migrating_scope ... ok
test node::db::config::test::database_config_valid_combinations ... ok
test node::db::config::test::invalid ... ok
test node::db::test::migration_8::all_ipv6_formatted_dns_addresses_are_retyped ... ok
test node::db::test::migration_8::dns_address_starting_with_bracket_but_missing_closing_bracket_colon_is_unaffected ... ok
test node::db::test::migration_8::dns_address_with_bracket_not_at_start_is_unaffected ... ok
test node::db::test::migration_8::ipv4_address_is_unaffected ... ok
test node::db::test::migration_8::ipv6_formatted_dns_address_is_deleted_when_correct_ipv6_row_already_exists ... ok
test node::db::test::migration_8::ipv6_formatted_dns_address_is_retyped_to_ipv6 ... ok
test node::db::test::migration_8::migration_applies_to_all_nodes ... ok
test node::db::test::migration_8::plain_dns_hostname_without_brackets_is_unaffected ... ok
test node::db::test::migration_8::retype_preserves_address_metadata ... ok
test node::db::test::test_version ... ok
test node::features::test::test_operations ... ok
test node::notifications::store::test::test_branch_notifications ... ok
test node::notifications::store::test::test_clear ... ok
test node::notifications::store::test::test_cob_notifications ... ok
test node::notifications::store::test::test_counts_by_repo ... ok
test node::notifications::store::test::test_duplicate_notifications ... ok
test node::notifications::store::test::test_notification_status ... ok
test node::policy::store::test::test_follow_and_unfollow_node ... ok
test node::policy::store::test::test_node_aliases ... ok
test node::policy::store::test::test_node_policies ... ok
test node::policy::store::test::test_node_policy ... ok
test node::address::store::test::test_empty ... ok
test node::policy::store::test::test_repo_policy ... ok
test node::policy::store::test::test_repo_policies ... ok
test node::policy::store::test::test_seed_and_unseed_repo ... ok
test node::policy::store::test::test_update_alias ... ok
test node::policy::store::test::test_update_scope ... ok
test node::refs::store::test::test_count ... ok
test node::refs::store::test::test_set_and_delete ... ok
test node::refs::store::test::test_set_and_get ... ok
test node::routing::test::test_count ... ok
test node::routing::test::test_insert_and_get ... ok
test node::routing::test::test_entries ... ok
test node::routing::test::test_insert_and_remove ... ok
test node::routing::test::test_insert_and_get_resources ... ok
test node::routing::test::test_insert_duplicate ... ok
test node::routing::test::test_insert_existing_updated_time ... ok
test node::routing::test::test_len ... ok
test node::routing::test::test_remove_many ... ok
test node::routing::test::test_remove_redundant ... ok
test node::routing::test::test_update_existing_multi ... ok
test node::sync::announce::test::all_synced_nodes_are_preferred_seeds ... ok
test node::sync::announce::test::announcer_adapts_target_to_reach ... ok
test cob::thread::tests::prop_ordering ... ok
test node::routing::test::test_prune ... ok
test node::sync::announce::test::announcer_reached_max_replication_target ... ok
test node::sync::announce::test::announcer_reached_min_replication_target ... ok
test node::sync::announce::test::announcer_preferred_seeds_or_replica_factor ... ok
test node::sync::announce::test::announcer_synced_with_unknown_node ... ok
test node::sync::announce::test::announcer_timed_out ... ok
test node::sync::announce::test::announcer_reached_preferred_seeds ... ok
test node::sync::announce::test::announcer_with_replication_factor_zero_and_preferred_seeds ... ok
test node::sync::announce::test::construct_node_appears_in_multiple_input_sets ... ok
test node::sync::announce::test::construct_only_preferred_seeds_provided ... ok
test node::sync::announce::test::local_node_in_multiple_sets ... ok
test node::sync::announce::test::cannot_construct_announcer ... ok
test node::sync::announce::test::invariant_progress_should_match_state ... ok
test node::sync::announce::test::local_node_in_preferred_seeds ... ok
test node::sync::announce::test::local_node_in_synced_set ... ok
test node::sync::announce::test::local_node_in_unsynced_set ... ok
test node::sync::announce::test::local_node_only_in_all_sets_results_in_no_seeds_error ... ok
test node::sync::announce::test::preferred_seeds_already_synced ... ok
test node::sync::announce::test::synced_with_local_node_is_ignored ... ok
test node::sync::announce::test::timed_out_after_reaching_success ... ok
test node::sync::announce::test::synced_with_same_node_multiple_times ... ok
test node::sync::fetch::test::all_nodes_are_fetchable ... ok
test node::sync::fetch::test::could_not_reach_target ... ok
test node::sync::fetch::test::all_nodes_are_candidates ... ok
test node::sync::fetch::test::ignores_duplicates_and_local_node ... ok
test node::sync::fetch::test::preferred_seeds_target_returned_over_replicas ... ok
test node::sync::fetch::test::reaches_target_of_max_replicas ... ok
test node::sync::fetch::test::reaches_target_of_preferred_seeds ... ok
test node::sync::fetch::test::reaches_target_of_replicas ... ok
test node::sync::test::ensure_replicas_construction ... ok
test node::sync::test::replicas_constrain_to ... ok
test node::test::test_address ... ok
test node::test::test_alias ... ok
test node::test::test_command_result ... ok
test node::test::test_user_agent ... ok
test profile::test::canonicalize_home ... ok
test node::timestamp::tests::test_timestamp_max ... ok
test profile::test::test_config ... ok
test rad::tests::test_checkout ... ok
test rad::tests::test_fork ... ok
test rad::tests::test_init ... ok
test storage::git::tests::test_references_of ... ok
test storage::git::transport::local::url::test::test_url_parse ... ok
test storage::git::transport::local::url::test::test_url_to_string ... ok
test storage::git::transport::remote::url::test::test_url_parse ... ok
test storage::git::tests::test_sign_refs ... ok
test profile::config::test::schema ... ok
test storage::refs::sigrefs::read::test::commit_reader::identity_root_error ... ok
test storage::refs::sigrefs::read::test::commit_reader::missing_commit ... ok
test storage::refs::sigrefs::read::test::commit_reader::read_ok ... ok
test storage::refs::sigrefs::read::test::commit_reader::too_many_parents ... ok
test storage::refs::sigrefs::read::test::commit_reader::tree_error ... ok
test storage::refs::sigrefs::read::test::identity_root_reader::doc_blob_error ... ok
test storage::refs::sigrefs::read::test::identity_root_reader::missing_identity ... ok
test storage::refs::sigrefs::read::test::identity_root_reader::read_ok_none ... ok
test storage::refs::sigrefs::read::test::identity_root_reader::read_ok_some ... ok
test storage::refs::sigrefs::read::test::resolve_tip::find_reference_error ... ok
test storage::refs::sigrefs::read::test::resolve_tip::missing_sigrefs ... ok
test storage::refs::sigrefs::read::test::resolve_tip::resolve_tip_ok ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::detect_parent::root_without_parent ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::detect_parent::root_without_root ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::downgrade::parent ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::downgrade::restore ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::downgrade::root ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::downgrade::root_with_parent ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::head_commit_error ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::head_verify_mismatched_identity_error ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::head_verify_signature_error ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::invalid_parent ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::read_ok_no_parent ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::read_ok_parent ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::read_ok_root ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::replay::alternating ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::replay::chain ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::replay::multiple ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::replay::root_at_head ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::single_commit ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::two_commits ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::walk_commit_error ... ok
test storage::refs::sigrefs::read::test::signed_refs_reader::walk_verify_error ... ok
test storage::refs::sigrefs::read::test::tree_reader::missing_both ... ok
test storage::refs::sigrefs::read::test::tree_reader::missing_refs ... ok
test storage::refs::sigrefs::read::test::tree_reader::missing_signature ... ok
test storage::refs::sigrefs::read::test::tree_reader::parse_refs_error ... ok
test storage::refs::sigrefs::read::test::tree_reader::parse_signature_error ... ok
test storage::refs::sigrefs::read::test::tree_reader::read_ok ... ok
test storage::refs::sigrefs::read::test::tree_reader::read_refs_error ... ok
test storage::refs::sigrefs::read::test::tree_reader::read_signature_error ... ok
test storage::refs::sigrefs::write::test::commit_writer::tree_error ... ok
test storage::refs::sigrefs::write::test::commit_writer::write_commit_error ... ok
test storage::refs::sigrefs::write::test::commit_writer::write_empty_refs ... ok
test storage::refs::sigrefs::write::test::commit_writer::write_root_ok ... ok
test storage::refs::sigrefs::write::test::commit_writer::write_with_parent_ok ... ok
test storage::refs::sigrefs::write::test::head_reader::no_head ... ok
test storage::refs::sigrefs::write::test::head_reader::read_ok ... ok
test storage::refs::sigrefs::write::test::head_reader::reference_error ... ok
test storage::refs::sigrefs::write::test::head_reader::refs_blob_error ... ok
test storage::refs::sigrefs::write::test::head_reader::refs_blob_missing ... ok
test storage::refs::sigrefs::write::test::head_reader::refs_parse_error ... ok
test storage::refs::sigrefs::write::test::head_reader::signature_blob_error ... ok
test storage::refs::sigrefs::write::test::head_reader::signature_blob_missing ... ok
test storage::refs::sigrefs::write::test::head_reader::signature_parse_error ... ok
test storage::refs::sigrefs::write::test::signed_refs_writer::commit_error ... ok
test storage::refs::sigrefs::write::test::signed_refs_writer::head_error ... ok
test storage::refs::sigrefs::write::test::signed_refs_writer::never_write_rad_sigrefs ... ok
test storage::refs::sigrefs::write::test::signed_refs_writer::reference_error ... ok
test storage::refs::sigrefs::write::test::signed_refs_writer::unchanged ... ok
test storage::refs::sigrefs::write::test::signed_refs_writer::unchanged_force_writes_new_commit ... ok
test storage::refs::sigrefs::write::test::signed_refs_writer::write_empty_refs ... ok
test storage::refs::sigrefs::write::test::signed_refs_writer::write_root_ok ... ok
test storage::refs::sigrefs::write::test::signed_refs_writer::write_with_parent_ok ... ok
test storage::refs::sigrefs::write::test::tree_writer::sign_error ... ok
test storage::refs::sigrefs::write::test::tree_writer::write_ok ... ok
test storage::refs::sigrefs::write::test::tree_writer::write_tree_error ... ok
test storage::refs::tests::prop_canonical_roundtrip ... ok
test storage::refs::tests::test_rid_verification ... ok
test storage::tests::test_storage ... ok
test test::assert::test::assert_with_message ... ok
test test::assert::test::test_assert_no_move ... ok
test test::assert::test::test_assert_panic_0 - should panic ... ok
test test::assert::test::test_assert_panic_1 - should panic ... ok
test test::assert::test::test_assert_panic_2 - should panic ... ok
test test::assert::test::test_assert_succeed ... ok
test test::assert::test::test_panic_message ... ok
test version::test::test_version ... ok
test identity::doc::test::prop_encode_decode ... ok
test storage::refs::sigrefs::property::idempotent ... ok
test storage::refs::sigrefs::property::roundtrip ... ok
test result: ok. 323 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.93s
Running unittests src/lib.rs (target/debug/deps/radicle_cli-c4a36e505d74f0bb)
running 46 tests
test commands::block::args::test::should_not_parse ... ok
test commands::block::args::test::should_parse_nid ... ok
test commands::clone::args::test::should_parse_rid_non_urn ... ok
test commands::block::args::test::should_parse_rid ... ok
test commands::clone::args::test::should_parse_rid_url ... ok
test commands::clone::args::test::should_parse_rid_urn ... ok
test commands::cob::args::test::should_allow_log_json_format ... ok
test commands::cob::args::test::should_allow_show_json_format ... ok
test commands::cob::args::test::should_allow_log_pretty_format ... ok
test commands::cob::args::test::should_not_allow_show_pretty_format ... ok
test commands::cob::args::test::should_allow_update_json_format ... ok
test commands::cob::args::test::should_not_allow_update_pretty_format ... ok
test commands::fork::args::test::should_not_parse_rid_url ... ok
test commands::fork::args::test::should_parse_rid_urn ... ok
test commands::fork::args::test::should_parse_rid_non_urn ... ok
test commands::id::args::test::should_not_clobber_payload_args ... ok
test commands::id::args::test::should_not_parse_single_payload ... ok
test commands::id::args::test::should_not_parse_into_payload - should panic ... ok
test commands::id::args::test::should_parse_into_payload ... ok
test commands::id::args::test::should_not_parse_single_payloads ... ok
test commands::id::args::test::should_parse_single_payload ... ok
test commands::id::args::test::should_parse_multiple_payloads ... ok
test commands::init::args::test::should_not_parse_rid_url ... ok
test commands::init::args::test::should_parse_rid_non_urn ... ok
test commands::inspect::test::test_tree ... ok
test commands::patch::review::builder::tests::test_review_comments_basic ... ok
test commands::init::args::test::should_parse_rid_urn ... ok
test commands::patch::review::builder::tests::test_review_comments_multiline ... ok
test commands::patch::review::builder::tests::test_review_comments_before ... ok
test commands::patch::review::builder::tests::test_review_comments_split_hunk ... ok
test commands::publish::args::test::should_not_parse_rid_url ... ok
test commands::publish::args::test::should_parse_rid_urn ... ok
test commands::watch::args::test::should_parse_ref_str ... ok
test git::ddiff::tests::diff_encode_decode_ddiff_hunk ... ok
test commands::publish::args::test::should_parse_rid_non_urn ... ok
test git::pretty_diff::test::test_pretty ... ignored
test git::unified_diff::test::test_diff_content_encode_decode_content ... ok
test terminal::args::test::should_parse_rid ... ok
test terminal::args::test::should_parse_nid ... ok
test terminal::args::test::should_not_parse ... ok
test terminal::format::test::test_bytes ... ok
test git::unified_diff::test::test_diff_encode_decode_diff ... ok
test terminal::format::test::test_strip_comments ... ok
test terminal::patch::test::test_edit_display_message ... ok
test terminal::patch::test::test_create_display_message ... ok
test terminal::patch::test::test_update_display_message ... ok
test result: ok. 45 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
Running unittests src/main.rs (target/debug/deps/rad-b4db7082dd60f38d)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running tests/commands.rs (target/debug/deps/commands-c3d7af8524f1e204)
running 115 tests
test commands::checkout::rad_checkout ... ok
test commands::clone::rad_clone_bare ... ok
test commands::clone::rad_clone ... ok
test commands::clone::rad_clone_all ... ok
test commands::clone::rad_clone_scope ... ok
test commands::clone::rad_clone_directory ... ok
test commands::clone::rad_clone_connect ... ok
test commands::clone::rad_clone_unknown ... ok
test commands::clone::rad_clone_partial_fail ... ok
test commands::cob::rad_cob_multiset ... ok
test commands::clone::test_clone_without_seeds ... ok
test commands::cob::rad_cob_log ... ok
test commands::cob::rad_cob_migrate ... ok
test commands::cob::rad_cob_operations ... ok
test commands::cob::rad_cob_show ... ok
test commands::cob::rad_cob_update_identity ... ok
test commands::cob::rad_cob_update ... ok
test commands::cob::test_cob_deletion ... ok
test commands::cob::test_cob_replication ... ok
test commands::git::git_push_amend ... ok
test commands::git::git_push_and_fetch ... ok
test commands::git::git_push_canonical_annotated_tags ... ok
test commands::git::git_push_canonical_lightweight_tags ... ok
test commands::git::git_push_diverge ... ok
test commands::git::git_push_force_with_lease ... ok
test commands::id::rad_id ... ok
test commands::id::rad_id_collaboration ... ignored, slow
test commands::git::git_push_converge ... ok
test commands::git::git_tag ... ok
test commands::git::git_push_rollback ... ok
test commands::id::rad_id_private ... ok
test commands::id::rad_id_conflict ... ok
test commands::id::rad_id_threshold_soft_fork ... ok
test commands::id::rad_id_unknown_field ... ok
test commands::id::rad_id_threshold ... ok
test commands::id::rad_id_update_delete_field ... ok
test commands::init::rad_init ... ignored, part of many other tests
test commands::id::rad_id_unauthorized_delegate ... ok
test commands::init::rad_init_bare ... ok
test commands::init::rad_init_detached_head ... ok
test commands::id::rad_id_multi_delegate ... ok
test commands::init::rad_init_existing ... ok
test commands::init::rad_init_no_git ... ok
test commands::init::rad_init_existing_bare ... ok
test commands::init::rad_init_private ... ok
test commands::init::rad_init_no_seed ... ok
test commands::init::rad_init_private_no_seed ... ok
test commands::init::rad_init_private_clone ... ok
test commands::inbox::rad_inbox ... ok
test commands::init::rad_init_private_clone_seed ... ok
test commands::init::rad_init_private_seed ... ok
test commands::init::rad_init_sync_not_connected ... ok
test commands::init::rad_init_sync_preferred ... ok
test commands::init::rad_init_with_existing_remote ... ok
test commands::init::rad_publish ... ok
test commands::issue::rad_issue ... ok
test commands::jj::rad_jj_bare ... ok
test commands::jj::rad_jj_colocated_patch ... ok
test commands::issue::rad_issue_list ... ok
test commands::node::rad_node_connect ... ok
test commands::node::rad_node_connect_without_address ... ok
test commands::patch::rad_merge_after_update ... ok
test commands::patch::rad_merge_no_ff ... ok
test commands::node::rad_node ... ok
test commands::patch::rad_merge_via_push ... ok
test commands::patch::rad_patch ... ok
test commands::patch::rad_patch_ahead_behind ... ok
test commands::patch::rad_patch_change_base ... ok
test commands::patch::rad_patch_checkout ... ok
test commands::patch::rad_patch_checkout_revision ... ok
test commands::patch::rad_patch_checkout_force ... ok
test commands::init::rad_init_sync_timeout ... ok
test commands::init::rad_init_sync_and_clone ... ok
test commands::patch::rad_patch_detached_head ... ok
test commands::patch::rad_patch_diff ... ok
test commands::patch::rad_patch_draft ... ok
test commands::patch::rad_patch_edit ... ok
test commands::patch::rad_patch_fetch_2 ... FAILED
test commands::patch::rad_patch_merge_draft ... ok
test commands::patch::rad_patch_fetch_1 ... ok
test commands::patch::rad_patch_delete ... ok
test commands::patch::rad_patch_revert_merge ... ok
test commands::patch::rad_patch_update ... ok
test commands::patch::rad_patch_open_explore ... ok
test commands::patch::rad_patch_via_push ... FAILED
test commands::policy::rad_block ... ok
test commands::policy::rad_seed_and_follow ... ok
test commands::patch::rad_review_by_hunk ... ok
test commands::policy::rad_seed_policy_allow_no_scope ... ok
test commands::policy::rad_seed_scope ... ok
test commands::policy::rad_unseed ... ok
test commands::policy::rad_seed_many ... ok
test commands::policy::rad_unseed_many ... ok
test commands::patch::rad_push_and_pull_patches ... ok
test commands::remote::rad_remote ... ok
test commands::sync::rad_sync_without_node ... ok
test commands::sync::rad_sync ... ok
test commands::utility::framework_home ... ok
test commands::utility::rad_auth ... ok
test commands::utility::rad_auth_errors ... ok
test commands::utility::rad_clean ... ok
test commands::utility::rad_config ... ok
test commands::patch::rad_patch_pull_update ... ok
test commands::utility::rad_diff ... ok
test commands::utility::rad_help ... ok
test commands::utility::rad_inspect ... ok
test commands::utility::rad_key_mismatch ... ok
test commands::utility::rad_self ... ok
test commands::utility::rad_warn_old_nodes ... ok
test commands::sync::rad_fetch ... ok
test commands::watch::rad_watch ... ok
test rad_remote ... ok
test commands::sync::test_replication_via_seed ... ok
test commands::workflow::rad_workflow ... ok
test commands::utility::rad_fork ... ok
failures:
---- commands::patch::rad_patch_fetch_2 stdout ----
1775135925 test: rad-init:6: `rad init --name heartwood --description Radicle Heartwood Protocol & Stack --no-confirm --public -v` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-init:28: `rad init` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-init:35: `rad ls` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-init:46: `rad node inventory` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-patch-fetch-2:6: `git checkout -b alice/1 -q` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-patch-fetch-2:7: `git commit --allow-empty -m Changes #1 -q` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-patch-fetch-2:8: `git push rad -o patch.message=Changes HEAD:refs/patches` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-patch-fetch-2:12: `git checkout master -q` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-patch-fetch-2:13: `git branch -D alice/1 -q` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-patch-fetch-2:14: `git update-ref -d refs/remotes/rad/alice/1` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-patch-fetch-2:15: `git update-ref -d refs/remotes/rad/patches/5e2dedcc5d515fcbc1cca483d3376609fe889bfb` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-patch-fetch-2:16: `git gc --prune=now` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-patch-fetch-2:17: `git branch -r` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-patch-fetch-2:22: `git pull` @ /tmp/.tmpFsCG8H/alice/work
1775135925 test: rad-patch-fetch-2:24: `git branch -r` @ /tmp/.tmpFsCG8H/alice/work
thread 'commands::patch::rad_patch_fetch_2' panicked at crates/radicle-cli-test/src/lib.rs:502:36:
--- Expected
++++ actual: stdout
1 - rad/HEAD -> rad/master
2 1 | rad/master
3 2 | rad/patches/5e2dedcc5d515fcbc1cca483d3376609fe889bfb
Exit status: 0
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- commands::patch::rad_patch_via_push stdout ----
1775135927 test: rad-init:6: `rad init --name heartwood --description Radicle Heartwood Protocol & Stack --no-confirm --public -v` @ /tmp/.tmpnGlHE2/alice/work
1775135927 test: rad-init:28: `rad init` @ /tmp/.tmpnGlHE2/alice/work
1775135927 test: rad-init:35: `rad ls` @ /tmp/.tmpnGlHE2/alice/work
1775135927 test: rad-init:46: `rad node inventory` @ /tmp/.tmpnGlHE2/alice/work
1775135927 test: rad-patch-via-push:7: `git checkout -b feature/1` @ /tmp/.tmpnGlHE2/alice/work
1775135927 test: rad-patch-via-push:9: `git commit -a -m Add things -q --allow-empty` @ /tmp/.tmpnGlHE2/alice/work
1775135927 test: rad-patch-via-push:10: `git push -o patch.message=Add things #1 -o patch.message=See commits for details. rad HEAD:refs/patches` @ /tmp/.tmpnGlHE2/alice/work
1775135927 test: rad-patch-via-push:22: `rad patch show 6035d2f582afbe01ff23ea87528ae523d76875b6` @ /tmp/.tmpnGlHE2/alice/work
1775135927 test: rad-patch-via-push:45: `git branch -vv` @ /tmp/.tmpnGlHE2/alice/work
1775135927 test: rad-patch-via-push:53: `git status --short --branch` @ /tmp/.tmpnGlHE2/alice/work
1775135927 test: rad-patch-via-push:55: `git fetch` @ /tmp/.tmpnGlHE2/alice/work
1775135927 test: rad-patch-via-push:56: `git push` @ /tmp/.tmpnGlHE2/alice/work
1775135927 test: rad-patch-via-push:62: `git show-ref` @ /tmp/.tmpnGlHE2/alice/work
thread 'commands::patch::rad_patch_via_push' panicked at crates/radicle-cli-test/src/lib.rs:502:36:
--- Expected
++++ actual: stdout
1 1 | 42d894a83c9c356552a57af09ccdbd5587a99045 refs/heads/feature/1
2 2 | f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 refs/heads/master
3 - f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 refs/remotes/rad/HEAD
4 3 | f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354 refs/remotes/rad/master
5 4 | 42d894a83c9c356552a57af09ccdbd5587a99045 refs/remotes/rad/patches/6035d2f582afbe01ff23ea87528ae523d76875b6
Exit status: 0
failures:
commands::patch::rad_patch_fetch_2
commands::patch::rad_patch_via_push
test result: FAILED. 111 passed; 2 failed; 2 ignored; 0 measured; 0 filtered out; finished in 76.82s
error: test failed, to rerun pass `-p radicle-cli --test commands`
Running unittests src/lib.rs (target/debug/deps/radicle_cli_test-05fad2a01e919a8b)
running 3 tests
test tests::test_parse ... ok
test tests::test_run ... ok
test tests::test_example_spaced_brackets ... ok
test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_cob-471feae7c52155c6)
running 9 tests
test object::tests::test_serde ... ok
test tests::git::roundtrip ... ok
test tests::invalid_parse_refstr ... ok
test tests::parse_refstr ... ok
test type_name::test::invalid_typenames ... ok
test type_name::test::valid_typenames ... ok
test tests::git::traverse_cobs ... ok
test tests::git::list_cobs ... ok
test tests::git::update_cob ... ok
test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
Running unittests src/lib.rs (target/debug/deps/radicle_core-71c543e62475a20f)
running 4 tests
test repo::test::valid ... ok
test repo::test::invalid ... ok
test repo::test::assert_prop_roundtrip_parse ... ok
test repo::serde_impls::test::assert_prop_roundtrip_serde_json ... ok
test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_crypto-a664afb80ffca618)
running 12 tests
test ssh::fmt::test::test_key ... ok
test ssh::fmt::test::test_fingerprint ... ok
test ssh::keystore::tests::test_init_no_passphrase ... ok
test ssh::test::test_agent_encoding_remove ... ok
test ssh::test::test_agent_encoding_sign ... ok
test ssh::test::prop_encode_decode_sk ... ok
test tests::prop_encode_decode ... ok
test tests::test_e25519_dh ... ok
test tests::test_encode_decode ... ok
test tests::prop_key_equality ... ok
test ssh::keystore::tests::test_signer ... ok
test ssh::keystore::tests::test_init_passphrase ... ok
test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.85s
Running unittests src/lib.rs (target/debug/deps/radicle_dag-05f7457e7194a495)
running 20 tests
test tests::test_cycle ... ok
test tests::test_dependencies ... ok
test tests::test_contains ... ok
test tests::test_diamond ... ok
test tests::test_fold_multiple_roots ... ok
test tests::test_fold_reject ... ok
test tests::test_fold_diamond ... ok
test tests::test_complex ... ok
test tests::test_fold_sorting_2 ... ok
test tests::test_get ... ok
test tests::test_fold_sorting_1 ... ok
test tests::test_is_empty ... ok
test tests::test_len ... ok
test tests::test_prune_1 ... ok
test tests::test_merge_2 ... ok
test tests::test_merge_1 ... ok
test tests::test_prune_2 ... ok
test tests::test_siblings ... ok
test tests::test_remove ... ok
test tests::test_prune_by_sorting ... ok
test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_fetch-6b4cf559646d2d4c)
running 1 test
test stage::test::valid_refspecs ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_git_metadata-f234fa7eabe06ba6)
running 24 tests
test commit::parse::test::error::invalid_author ... ok
test commit::parse::test::error::invalid_committer ... ok
test commit::parse::test::error::invalid_format_continuation_without_preceding_header ... ok
test commit::parse::test::error::invalid_parent ... ok
test commit::parse::test::error::missing_author ... ok
test commit::parse::test::error::missing_committer ... ok
test commit::parse::test::error::missing_header_body_separator ... ok
test commit::parse::test::error::invalid_tree ... ok
test commit::parse::test::error::missing_tree_empty_header ... ok
test commit::parse::test::success::commit_last_paragraph_kept_in_message_when_not_all_trailers ... ok
test commit::parse::test::success::commit_with_multiline_gpgsig ... ok
test commit::parse::test::error::missing_tree_wrong_first_line ... ok
test commit::parse::test::success::commit_gpgsig_is_preserved_and_strip_removes_it ... ok
test commit::parse::test::success::commit_with_extra_headers ... ok
test commit::parse::test::success::commit_with_single_parent ... ok
test commit::parse::test::success::commit_with_trailers ... ok
test commit::parse::test::success::merge_commit ... ok
test commit::parse::test::success::root_commit ... ok
test commit::parse::test::success::roundtrip ... ok
test commit::parse::test::unit::body_last_paragraph_not_trailers_stays_in_message ... ok
test commit::parse::test::unit::body_no_paragraph_separator_means_no_trailers ... ok
test commit::parse::test::unit::trailers_accepts_empty_input ... ok
test commit::parse::test::unit::trailers_rejects_invalid_token_chars ... ok
test commit::parse::test::unit::trailers_rejects_line_without_separator ... ok
test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_git_ref_format-09d2e35a065977f7)
running 9 tests
test test::component ... ok
test test::pattern ... ok
test test::qualified ... ok
test test::component_invalid - should panic ... ok
test test::qualified_invalid - should panic ... ok
test test::refname ... ok
test test::qualified_pattern_invalid - should panic ... ok
test test::qualified_pattern ... ok
test test::refname_invalid - should panic ... ok
test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_localtime-f75e94d3ba02c400)
running 1 test
test serde_impls::test::test_localtime ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_node-5a2153f6583e7536)
running 79 tests
test control::tests::test_control_socket ... ok
test control::tests::test_seed_unseed ... ok
test fingerprint::tests::matching ... ok
test reactor::timer::tests::test_next ... ok
test reactor::timer::tests::test_wake ... ok
test reactor::timer::tests::test_wake_exact ... ok
test tests::e2e::missing_default_branch ... ok
test tests::e2e::fetch_does_not_contain_rad_sigrefs_parent ... ok
test tests::e2e::missing_delegate_default_branch ... ok
test tests::e2e::test_background_foreground_fetch ... ok
test tests::e2e::test_block_prevents_connection ... ok
test tests::e2e::test_block_active_connection ... ok
test tests::e2e::test_block_prevents_fetch ... ok
test tests::e2e::test_channel_reader_limit ... ok
test tests::e2e::test_catchup_on_refs_announcements ... ok
test tests::e2e::test_clone ... ok
test tests::e2e::test_dont_fetch_owned_refs ... ok
test tests::e2e::test_fetch_followed_remotes ... ok
test tests::e2e::test_connection_crossing ... ok
test tests::e2e::test_concurrent_fetches ... ok
test tests::e2e::test_fetch_preserve_owned_refs ... ok
test tests::e2e::test_fetch_unseeded ... ok
test tests::e2e::test_fetch_up_to_date ... ok
test tests::e2e::test_inventory_sync_basic ... ok
test tests::e2e::test_fetch_emits_canonical_ref_update ... ok
test tests::e2e::test_large_fetch ... ok
test tests::e2e::test_migrated_clone ... ok
test tests::e2e::test_missing_remote ... ok
test tests::e2e::test_multiple_offline_inits ... ok
test tests::e2e::test_non_fastforward_identity_doc ... ok
test tests::e2e::test_non_fastforward_sigrefs ... ok
test tests::e2e::test_outdated_delegate_sigrefs ... ok
test tests::e2e::test_outdated_sigrefs ... ok
test tests::e2e::test_replication ... ok
test tests::e2e::test_inventory_sync_bridge ... ok
test tests::e2e::test_replication_invalid ... ok
test tests::e2e::test_inventory_sync_ring ... ok
test tests::e2e::test_inventory_sync_star ... ok
test tests::e2e::test_replication_ref_in_sigrefs ... ok
test tests::test_announcement_rebroadcast ... ok
test tests::test_announcement_rebroadcast_duplicates ... ok
test tests::test_announcement_rebroadcast_timestamp_filtered ... ok
test tests::test_announcement_relay ... ok
test tests::test_connection_kept_alive ... ok
test tests::test_disconnecting_unresponsive_peer ... ok
test tests::test_fetch_missing_inventory_on_gossip ... ok
test tests::test_fetch_missing_inventory_on_schedule ... ok
test tests::test_inbound_connection ... ok
test tests::test_inventory_decode ... ok
test tests::test_init_and_seed ... ok
test tests::test_inventory_relay ... ok
test tests::test_inventory_relay_bad_timestamp ... ok
test tests::test_inventory_sync ... ok
test tests::test_maintain_connections ... ok
test tests::test_maintain_connections_failed_attempt ... ok
test tests::test_maintain_connections_transient ... ok
test tests::test_outbound_connection ... ok
test tests::test_inventory_pruning ... ok
test tests::test_persistent_peer_connect ... ok
test tests::test_persistent_peer_reconnect_attempt ... ok
test tests::test_persistent_peer_reconnect_success ... ok
test tests::test_ping_response ... ok
test tests::test_queued_fetch_from_ann_same_rid ... ok
test tests::test_queued_fetch_max_capacity ... ok
test tests::test_queued_fetch_from_command_same_rid ... ok
test tests::test_redundant_connect ... ok
test tests::test_refs_announcement_fetch_trusted_no_inventory ... ok
test tests::test_refs_announcement_followed ... ok
test tests::test_refs_announcement_no_subscribe ... ok
test tests::test_refs_announcement_offline ... ok
test tests::prop_inventory_exchange_dense ... ok
test tests::test_announcement_message_amplification ... ok
test tests::test_refs_synced_event ... ok
test tests::test_seeding ... ok
test wire::test::test_inventory_ann_with_extension ... ok
test wire::test::test_pong_message_with_extension ... ok
test tests::test_seed_repo_subscribe ... ok
test tests::test_refs_announcement_relay_private ... ok
test tests::test_refs_announcement_relay_public ... ok
test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.22s
Running unittests src/main.rs (target/debug/deps/radicle_node-cd753a90f6343a92)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_oid-8a3ece19594f1498)
running 10 tests
test fmt::test::fixture ... ok
test fmt::test::gix ... ok
test fmt::test::git2 ... ok
test gix::test::zero ... ok
test git2::test::zero ... ok
test str::test::fixture ... ok
test fmt::test::zero ... ok
test str::test::zero ... ok
test str::test::git2_roundtrip ... ok
test str::test::gix_roundrip ... ok
test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_protocol-856ab63ac3c7b622)
running 99 tests
test deserializer::test::test_decode_next ... ok
test deserializer::test::prop_decode_next ... ok
test deserializer::test::test_unparsed ... ok
test fetcher::service::tests::test_fetch_coalescing_different_refs ... ok
test fetcher::test::queue::properties::capacity::bounded ... ok
test fetcher::test::queue::properties::capacity::rejection ... ok
test fetcher::test::queue::properties::dequeue::empty_queue_returns_none ... ok
test fetcher::test::queue::properties::dequeue::enables_reenqueue ... ok
test fetcher::test::queue::properties::dequeue::drained_queue_returns_none ... ok
test fetcher::test::queue::properties::capacity::capacity_reached_returns_same_item ... ok
test fetcher::test::queue::properties::capacity::restored_after_dequeue ... ok
test fetcher::test::queue::properties::fifo::interleaved_operations ... ok
test fetcher::test::queue::properties::fifo::ordering ... ok
test fetcher::test::queue::properties::equality::reflexive ... ok
test fetcher::test::queue::properties::equality::symmetric ... ok
test fetcher::test::queue::properties::merge::combines_refs ... ok
test fetcher::test::queue::properties::merge::different_rid_accepted ... ok
test fetcher::test::queue::properties::merge::longer_timeout_preserved ... ok
test fetcher::test::queue::properties::merge::does_not_increase_queue_length ... ok
test fetcher::test::queue::properties::merge::succeed_when_at_capacity ... ok
test fetcher::test::queue::unit::capacity_takes_precedence_over_merge_for_new_items ... ok
test fetcher::test::queue::unit::empty_refs_items_can_be_equal ... ok
test fetcher::test::queue::unit::max_timeout_accepted ... ok
test fetcher::test::queue::unit::merge_preserves_position_in_queue ... ok
test fetcher::test::queue::unit::zero_timeout_accepted ... ok
test fetcher::test::state::command::cancel::cancellation_is_isolated ... ok
test fetcher::test::state::command::cancel::non_existent_returns_unexpected ... ok
test fetcher::test::state::command::cancel::ongoing_and_queued ... ok
test fetcher::test::state::command::cancel::single_ongoing ... ok
test fetcher::test::state::command::fetch::fetch_after_previous_completed ... ok
test fetcher::test::state::command::fetch::fetch_at_capacity_enqueues ... ok
test fetcher::test::state::command::fetch::fetch_different_repo_same_node_within_capacity ... ok
test fetcher::test::state::command::fetch::fetch_duplicate_returns_already_fetching ... ok
test fetcher::test::state::command::fetch::fetch_queue_merge_empty_refs_fetches_all ... ok
test fetcher::test::state::command::fetch::fetch_queue_merge_takes_longer_timeout ... ok
test fetcher::test::state::command::fetch::fetch_queue_merges_already_queued ... ok
test fetcher::test::state::command::fetch::fetch_queue_rejected_capacity_reached ... ok
test fetcher::test::state::command::fetch::fetch_same_repo_different_nodes_queues_second ... ok
test fetcher::test::queue::properties::equality::transitive ... ok
test fetcher::test::state::command::fetch::fetch_same_repo_different_refs_enqueues ... ok
test fetcher::test::state::command::fetch::fetch_start_first_fetch_for_node ... ok
test fetcher::test::state::command::fetched::complete_one_of_multiple ... ok
test fetcher::test::state::command::fetched::complete_single_ongoing ... ok
test fetcher::test::state::command::fetched::non_existent_returns_not_found ... ok
test fetcher::test::state::command::fetched::complete_then_dequeue_fifo ... ok
test fetcher::test::state::concurrent::fetched_then_cancel ... ok
test fetcher::test::state::concurrent::interleaved_operations ... ok
test fetcher::test::state::config::min_queue_size ... ok
test fetcher::test::state::dequeue::cannot_dequeue_while_node_at_capacity ... ok
test fetcher::test::state::dequeue::empty_queue_returns_none ... ok
test fetcher::test::state::dequeue::maintains_fifo_order ... ok
test fetcher::test::state::invariant::queue_integrity_after_merge ... ok
test fetcher::test::queue::properties::merge::empty_refs_fetches_all ... ok
test fetcher::test::state::multinode::independent_queues ... ok
test service::filter::test::compatible ... ok
test service::filter::test::test_parameters ... ok
test fetcher::test::queue::properties::merge::same_rid_merges_anywhere_in_queue ... ok
test service::filter::test::test_sizes ... ok
test service::limiter::test::test_limiter_different_rates ... ok
test service::limiter::test::test_limiter_multi ... ok
test service::limiter::test::test_limiter_refill ... ok
test service::gossip::store::test::test_announced ... ok
test fetcher::test::state::config::high_concurrency ... ok
test service::message::tests::test_inventory_limit ... ok
test service::message::tests::test_ref_remote_limit ... ok
test wire::frame::test::test_encode_git_large ... ok
test wire::frame::test::test_stream_id ... ok
test fetcher::test::state::multinode::high_count ... ok
test wire::message::tests::prop_roundtrip_address ... ok
test service::message::tests::prop_refs_announcement_signing ... ok
test wire::message::tests::prop_zero_bytes_encode_decode ... ok
test wire::message::tests::test_inv_ann_max_size ... ok
test wire::message::tests::test_node_ann_max_size ... ok
test wire::message::tests::test_ping_encode_size_overflow - should panic ... ok
test wire::message::tests::test_pingpong_encode_max_size ... ok
test wire::message::tests::test_pong_encode_size_overflow - should panic ... ok
test wire::message::tests::prop_roundtrip_message ... ok
test wire::tests::prop_oid ... ok
test wire::tests::prop_roundtrip_filter ... ok
test wire::tests::prop_roundtrip_publickey ... ok
test wire::tests::prop_roundtrip_refs ... ok
test wire::tests::prop_roundtrip_repoid ... ok
test wire::tests::prop_roundtrip_tuple ... ok
test wire::tests::prop_roundtrip_u16 ... ok
test wire::tests::prop_roundtrip_u32 ... ok
test wire::tests::prop_roundtrip_u64 ... ok
test wire::tests::prop_roundtrip_vec ... ok
test wire::tests::prop_signature ... ok
test wire::tests::prop_string ... ok
test wire::tests::test_alias ... ok
test wire::tests::test_bounded_vec_limit ... ok
test wire::tests::test_filter_invalid ... ok
test wire::tests::test_string ... ok
test wire::varint::test::prop_roundtrip_varint ... ok
test wire::varint::test::test_encode_overflow - should panic ... ok
test wire::varint::test::test_encoding ... ok
test wire::message::tests::prop_message_decoder ... ok
test wire::message::tests::test_refs_ann_max_size ... ok
test service::message::tests::test_node_announcement_validate ... ok
test result: ok. 99 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.82s
Running unittests src/main.rs (target/debug/deps/git_remote_rad-c6dcf81fa10f83d0)
running 12 tests
test protocol::tests::test_empty ... ok
test protocol::tests::test_capabilities ... ok
test protocol::tests::test_fetch ... ok
test protocol::tests::test_invalid ... ok
test protocol::tests::test_list ... ok
test protocol::tests::test_fetch_whitespace ... ok
test protocol::tests::test_list_for_push ... ok
test protocol::tests::test_option ... ok
test protocol::tests::test_push_delete ... ok
test protocol::tests::test_option_whitespace_preservation ... ok
test protocol::tests::test_push ... ok
test protocol::tests::test_push_force ... ok
test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/main.rs (target/debug/deps/radicle_schemars-69ab4f0b1858286e)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_signals-1a2ca7fd33a640da)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_ssh-9f14aadafa88ba9c)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_systemd-e2cf2d080022d36d)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_term-0b9f55c733b570cc)
running 21 tests
test ansi::tests::colors_disabled ... ok
test ansi::tests::colors_enabled ... ok
test ansi::tests::wrapping ... ok
test cell::test::test_width ... ok
test element::test::test_spaced ... ok
test element::test::test_truncate ... ok
test element::test::test_width ... ok
test table::test::test_table ... ok
test table::test::test_table_border_truncated ... ok
test table::test::test_table_border ... ok
test table::test::test_table_border_maximized ... ok
test table::test::test_table_truncate ... ok
test table::test::test_table_unicode ... ok
test table::test::test_truncate ... ok
test table::test::test_table_unicode_truncate ... ok
test textarea::test::test_wrapping ... ok
test textarea::test::test_wrapping_code_block ... ok
test vstack::test::test_vstack ... ok
test textarea::test::test_wrapping_fenced_block ... ok
test vstack::test::test_vstack_maximize ... ok
test textarea::test::test_wrapping_paragraphs ... ok
test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/lib.rs (target/debug/deps/radicle_windows-2c067555aa9e0165)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle
running 1 test
test crates/radicle/src/cob/patch/encoding/review.rs - cob::patch::encoding::review::Review (line 23) ... ignored
test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_cli
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_cli_test
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_cob
running 1 test
test crates/radicle-cob/src/backend/stable.rs - backend::stable::with_advanced_timestamp (line 56) ... ignored
test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_core
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_crypto
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_dag
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_fetch
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_git_metadata
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_git_ref_format
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_localtime
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_node
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_oid
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_protocol
running 6 tests
test crates/radicle-protocol/src/bounded.rs - bounded::BoundedVec<T,N>::collect_from (line 30) ... ok
test crates/radicle-protocol/src/bounded.rs - bounded::BoundedVec<T,N>::truncate (line 50) ... ok
test crates/radicle-protocol/src/bounded.rs - bounded::BoundedVec<T,N>::max (line 96) ... ok
test crates/radicle-protocol/src/bounded.rs - bounded::BoundedVec<T,N>::push (line 122) ... ok
test crates/radicle-protocol/src/bounded.rs - bounded::BoundedVec<T,N>::unbound (line 149) ... ok
test crates/radicle-protocol/src/bounded.rs - bounded::BoundedVec<T,N>::with_capacity (line 66) ... ok
test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_signals
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_ssh
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_systemd
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_term
running 1 test
test crates/radicle-term/src/table.rs - table (line 4) ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests radicle_windows
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
error: 1 target failed:
`-p radicle-cli --test commands`
Exit code: 101
{
"response": "finished",
"result": "failure"
}