Log from Radicle native CI

Request message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:zwTxygwuz5LDGBq255RA2CbNGrz8",
    "name": "radicle-ci-broker",
    "description": "Radicle CI broker",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT"
    ]
  },
  "pusher": {
    "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
    "alias": "liw"
  },
  "before": "869b451728d16719b560df142b2d901cbaf3764c",
  "after": "869b451728d16719b560df142b2d901cbaf3764c",
  "branch": "",
  "commits": [
    "869b451728d16719b560df142b2d901cbaf3764c"
  ]
}

.radicle/native.yaml

shell: |
  cargo --version
  rustc --version

  cargo fmt --check
  cargo clippy --all-targets --workspace -- -Dwarnings
  cargo build --all-targets --workspace
  cargo doc --workspace
  cargo test --workspace --no-fail-fast

  subplot docgen ci-broker.subplot -o doc/ci-broker.html
  subplot docgen doc/userguide.subplot -o doc/userguide.html
  make -C doc publish

Table of contents

Run: git clone /home/_rad/.radicle/storage/zwTxygwuz5LDGBq255RA2CbNGrz8 /srv/http/5c3c0fad-f61b-4eea-a8e0-cd243190e9a4/src

Command arguments:

In directory: /

Exit code: 0

Output (stdout and stderr):

Cloning into '/srv/http/5c3c0fad-f61b-4eea-a8e0-cd243190e9a4/src'...
done.

Run: git config advice.detachedHead false

Command arguments:

In directory: /srv/http/5c3c0fad-f61b-4eea-a8e0-cd243190e9a4/src

Exit code: 0

Run: git checkout 869b451728d16719b560df142b2d901cbaf3764c

Command arguments:

In directory: /srv/http/5c3c0fad-f61b-4eea-a8e0-cd243190e9a4/src

Exit code: 0

Output (stdout and stderr):

HEAD is now at 869b451 chore: prepare release 0.8.0

Run: git show 869b451728d16719b560df142b2d901cbaf3764c

Command arguments:

In directory: /srv/http/5c3c0fad-f61b-4eea-a8e0-cd243190e9a4/src

Exit code: 0

Output (stdout and stderr):

commit 869b451728d16719b560df142b2d901cbaf3764c
Author: Lars Wirzenius <liw@liw.fi>
Date:   Fri Nov 8 10:17:11 2024 +0200

    chore: prepare release 0.8.0
    
    Signed-off-by: Lars Wirzenius <liw@liw.fi>

diff --git a/Cargo.lock b/Cargo.lock
index df2a3e0..038e08d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -81,9 +81,9 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
 
 [[package]]
 name = "amplify"
-version = "4.7.0"
+version = "4.8.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7147b742325842988dd6c793d55f58df3ae36bccf7d9b6e07db10ab035be343d"
+checksum = "448cf0c3afc71439b5f837aac5399a1ef2b223f5f38324dbfb4343deec3b80cc"
 dependencies = [
  "amplify_derive",
  "amplify_num",
@@ -125,9 +125,9 @@ dependencies = [
 
 [[package]]
 name = "anstream"
-version = "0.6.15"
+version = "0.6.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
+checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
 dependencies = [
  "anstyle",
  "anstyle-parse",
@@ -140,43 +140,43 @@ dependencies = [
 
 [[package]]
 name = "anstyle"
-version = "1.0.8"
+version = "1.0.10"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
+checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
 
 [[package]]
 name = "anstyle-parse"
-version = "0.2.5"
+version = "0.2.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
+checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
 dependencies = [
  "utf8parse",
 ]
 
 [[package]]
 name = "anstyle-query"
-version = "1.1.1"
+version = "1.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
+checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
 dependencies = [
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
 name = "anstyle-wincon"
-version = "3.0.4"
+version = "3.0.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
+checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
 dependencies = [
  "anstyle",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
 name = "anyhow"
-version = "1.0.89"
+version = "1.0.93"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
+checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
 
 [[package]]
 name = "arc-swap"
@@ -213,9 +213,9 @@ checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
 
 [[package]]
 name = "autocfg"
-version = "1.3.0"
+version = "1.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
+checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 
 [[package]]
 name = "base-x"
@@ -331,9 +331,9 @@ dependencies = [
 
 [[package]]
 name = "cc"
-version = "1.1.19"
+version = "1.1.36"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2d74707dde2ba56f86ae90effb3b43ddd369504387e718014de010cec7959800"
+checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70"
 dependencies = [
  "jobserver",
  "libc",
@@ -384,9 +384,9 @@ dependencies = [
 
 [[package]]
 name = "clap"
-version = "4.5.17"
+version = "4.5.20"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac"
+checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
 dependencies = [
  "clap_builder",
  "clap_derive",
@@ -394,9 +394,9 @@ dependencies = [
 
 [[package]]
 name = "clap_builder"
-version = "4.5.17"
+version = "4.5.20"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73"
+checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
 dependencies = [
  "anstream",
  "anstyle",
@@ -407,14 +407,14 @@ dependencies = [
 
 [[package]]
 name = "clap_derive"
-version = "4.5.13"
+version = "4.5.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
+checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
 dependencies = [
  "heck",
  "proc-macro2",
  "quote",
- "syn 2.0.77",
+ "syn 2.0.87",
 ]
 
 [[package]]
@@ -425,9 +425,9 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
 
 [[package]]
 name = "colorchoice"
-version = "1.0.2"
+version = "1.0.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
+checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 
 [[package]]
 name = "const-oid"
@@ -522,7 +522,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
 dependencies = [
  "quote",
- "syn 2.0.77",
+ "syn 2.0.87",
 ]
 
 [[package]]
@@ -551,7 +551,7 @@ checksum = "1234e1717066d3c71dcf89b75e7b586299e41204d361db56ec51e6ded5014279"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.77",
+ "syn 2.0.87",
 ]
 
 [[package]]
@@ -659,6 +659,17 @@ dependencies = [
  "subtle",
 ]
 
+[[package]]
+name = "displaydoc"
+version = "0.2.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.87",
+]
+
 [[package]]
 name = "doc-comment"
 version = "0.3.3"
@@ -734,9 +745,9 @@ dependencies = [
 
 [[package]]
 name = "encoding_rs"
-version = "0.8.34"
+version = "0.8.35"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
+checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 dependencies = [
  "cfg-if",
 ]
@@ -782,9 +793,9 @@ dependencies = [
 
 [[package]]
 name = "fastrand"
-version = "2.1.1"
+version = "2.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
+checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4"
 
 [[package]]
 name = "ff"
@@ -816,9 +827,9 @@ dependencies = [
 
 [[package]]
 name = "flate2"
-version = "1.0.33"
+version = "1.0.34"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
+checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
 dependencies = [
  "crc32fast",
  "miniz_oxide",
@@ -940,7 +951,7 @@ dependencies = [
  "git-ref-format-core",
  "proc-macro-error",
  "quote",
- "syn 2.0.77",
+ "syn 2.0.87",
 ]
 
 [[package]]
@@ -961,7 +972,7 @@ dependencies = [
  "log",
  "proc-macro2",
  "quote",
- "syn 2.0.77",
+ "syn 2.0.87",
  "time",
 ]
 
@@ -993,8 +1004,8 @@ dependencies = [
  "aho-corasick",
  "bstr",
  "log",
- "regex-automata 0.4.7",
- "regex-syntax 0.8.4",
+ "regex-automata 0.4.8",
+ "regex-syntax 0.8.5",
 ]
 
 [[package]]
@@ -1029,13 +1040,19 @@ dependencies = [
  "allocator-api2",
 ]
 
+[[package]]
+name = "hashbrown"
+version = "0.15.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
+
 [[package]]
 name = "hashlink"
 version = "0.8.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 dependencies = [
- "hashbrown",
+ "hashbrown 0.14.5",
 ]
 
 [[package]]
@@ -1044,7 +1061,7 @@ version = "0.9.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
 dependencies = [
- "hashbrown",
+ "hashbrown 0.14.5",
 ]
 
 [[package]]
@@ -1095,14 +1112,143 @@ version = "2.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 
+[[package]]
+name = "icu_collections"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
+dependencies = [
+ "displaydoc",
+ "yoke",
+ "zerofrom",
+ "zerovec",
+]
+
+[[package]]
+name = "icu_locid"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
+dependencies = [
+ "displaydoc",
+ "litemap",
+ "tinystr",
+ "writeable",
+ "zerovec",
+]
+
+[[package]]
+name = "icu_locid_transform"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
+dependencies = [
+ "displaydoc",
+ "icu_locid",
+ "icu_locid_transform_data",
+ "icu_provider",
+ "tinystr",
+ "zerovec",
+]
+
+[[package]]
+name = "icu_locid_transform_data"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
+
+[[package]]
+name = "icu_normalizer"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
+dependencies = [
+ "displaydoc",
+ "icu_collections",
+ "icu_normalizer_data",
+ "icu_properties",
+ "icu_provider",
+ "smallvec",
+ "utf16_iter",
+ "utf8_iter",
+ "write16",
+ "zerovec",
+]
+
+[[package]]
+name = "icu_normalizer_data"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
+
+[[package]]
+name = "icu_properties"
+version = "1.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
+dependencies = [
+ "displaydoc",
+ "icu_collections",
+ "icu_locid_transform",
+ "icu_properties_data",
+ "icu_provider",
+ "tinystr",
+ "zerovec",
+]
+
+[[package]]
+name = "icu_properties_data"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
+
+[[package]]
+name = "icu_provider"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
+dependencies = [
+ "displaydoc",
+ "icu_locid",
+ "icu_provider_macros",
+ "stable_deref_trait",
+ "tinystr",
+ "writeable",
+ "yoke",
+ "zerofrom",
+ "zerovec",
+]
+
+[[package]]
+name = "icu_provider_macros"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.87",
+]
+
 [[package]]
 name = "idna"
-version = "0.5.0"
+version = "1.0.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
+checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 dependencies = [
- "unicode-bidi",
- "unicode-normalization",
+ "idna_adapter",
+ "smallvec",
+ "utf8_iter",
+]
+
+[[package]]
+name = "idna_adapter"
+version = "1.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
+dependencies = [
+ "icu_normalizer",
+ "icu_properties",
 ]
 
 [[package]]
@@ -1115,7 +1261,7 @@ dependencies = [
  "globset",
  "log",
  "memchr",
- "regex-automata 0.4.7",
+ "regex-automata 0.4.8",
  "same-file",
  "walkdir",
  "winapi-util",
@@ -1123,12 +1269,12 @@ dependencies = [
 
 [[package]]
 name = "indexmap"
-version = "2.5.0"
+version = "2.6.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
+checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
 dependencies = [
  "equivalent",
- "hashbrown",
+ "hashbrown 0.15.1",
 ]
 
 [[package]]
@@ -1182,9 +1328,9 @@ dependencies = [
 
 [[package]]
 name = "libc"
-version = "0.2.158"
+version = "0.2.162"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
+checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
 
 [[package]]
 name = "libgit2-sys"
@@ -1200,9 +1346,9 @@ dependencies = [
 
 [[package]]
 name = "libm"
-version = "0.2.8"
+version = "0.2.11"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
+checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 
 [[package]]
 name = "libredox"
@@ -1245,6 +1391,12 @@ version = "0.4.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 
+[[package]]
+name = "litemap"
+version = "0.7.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
+
 [[package]]
 name = "localtime"
 version = "1.3.1"
@@ -1418,9 +1570,9 @@ dependencies = [
 
 [[package]]
 name = "once_cell"
-version = "1.20.0"
+version = "1.20.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe"
+checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
 
 [[package]]
 name = "opaque-debug"
@@ -1498,9 +1650,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 
 [[package]]
 name = "pest"
-version = "2.7.12"
+version = "2.7.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c73c26c01b8c87956cea613c907c9d6ecffd8d18a2a5908e5de0adfaa185cea"
+checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442"
 dependencies = [
  "memchr",
  "thiserror",
@@ -1509,9 +1661,9 @@ dependencies = [
 
 [[package]]
 name = "pest_derive"
-version = "2.7.12"
+version = "2.7.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "664d22978e2815783adbdd2c588b455b1bd625299ce36b2a99881ac9627e6d8d"
+checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd"
 dependencies = [
  "pest",
  "pest_generator",
@@ -1519,22 +1671,22 @@ dependencies = [
 
 [[package]]
 name = "pest_generator"
-version = "2.7.12"
+version = "2.7.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a2d5487022d5d33f4c30d91c22afa240ce2a644e87fe08caad974d4eab6badbe"
+checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e"
 dependencies = [
  "pest",
  "pest_meta",
  "proc-macro2",
  "quote",
- "syn 2.0.77",
+ "syn 2.0.87",
 ]
 
 [[package]]
 name = "pest_meta"
-version = "2.7.12"
+version = "2.7.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0091754bbd0ea592c4deb3a122ce8ecbb0753b738aa82bc055fcc2eccc8d8174"
+checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d"
 dependencies = [
  "once_cell",
  "pest",
@@ -1553,9 +1705,9 @@ dependencies = [
 
 [[package]]
 name = "pin-project-lite"
-version = "0.2.14"
+version = "0.2.15"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
+checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
 
 [[package]]
 name = "pkcs1"
@@ -1580,9 +1732,9 @@ dependencies = [
 
 [[package]]
 name = "pkg-config"
-version = "0.3.30"
+version = "0.3.31"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
+checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
 
 [[package]]
 name = "poly1305"
@@ -1657,18 +1809,18 @@ dependencies = [
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.86"
+version = "1.0.89"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
+checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
 dependencies = [
  "unicode-ident",
 ]
 
 [[package]]
 name = "pulldown-cmark"
-version = "0.12.1"
+version = "0.12.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "666f0f59e259aea2d72e6012290c09877a780935cc3c18b1ceded41f3890d59c"
+checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
 dependencies = [
  "bitflags",
  "getopts",
@@ -1735,7 +1887,7 @@ dependencies = [
 
 [[package]]
 name = "radicle-ci-broker"
-version = "0.7.0"
+version = "0.8.0"
 dependencies = [
  "anyhow",
  "clap",
@@ -1896,23 +2048,23 @@ dependencies = [
 
 [[package]]
 name = "redox_syscall"
-version = "0.5.4"
+version = "0.5.7"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853"
+checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
 dependencies = [
  "bitflags",
 ]
 
 [[package]]
 name = "regex"
-version = "1.10.6"
+version = "1.11.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
+checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
 dependencies = [
  "aho-corasick",
  "memchr",
- "regex-automata 0.4.7",
- "regex-syntax 0.8.4",
+ "regex-automata 0.4.8",
+ "regex-syntax 0.8.5",
 ]
 
 [[package]]
@@ -1926,13 +2078,13 @@ dependencies = [
 
 [[package]]
 name = "regex-automata"
-version = "0.4.7"
+version = "0.4.8"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
+checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
 dependencies = [
  "aho-corasick",
  "memchr",
- "regex-syntax 0.8.4",
+ "regex-syntax 0.8.5",
 ]
 
 [[package]]
@@ -1943,22 +2095,22 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
 
 [[package]]
 name = "regex-syntax"
-version = "0.8.4"
+version = "0.8.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
+checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
 
 [[package]]
 name = "remove_dir_all"
-version = "0.8.3"
+version = "0.8.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c914caef075f03e9d5c568e2e71b3d3cf17dc61a5481ff379bb744721be0a75a"
+checksum = "a694f9e0eb3104451127f6cc1e5de55f59d3b1fc8c5ddfaeb6f1e716479ceb4a"
 dependencies = [
  "cfg-if",
  "cvt",
  "fs_at",
  "libc",
  "normpath",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
@@ -2019,9 +2171,9 @@ dependencies = [
 
 [[package]]
 name = "rustix"
-version = "0.38.37"
+version = "0.38.39"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
+checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
 dependencies = [
  "bitflags",
  "errno",
@@ -2032,9 +2184,9 @@ dependencies = [
 
 [[package]]
 name = "rustversion"
-version = "1.0.17"
+version = "1.0.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
+checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
 
 [[package]]
 name = "ryu"
@@ -2073,29 +2225,29 @@ dependencies = [
 
 [[package]]
 name = "serde"
-version = "1.0.210"
+version = "1.0.214"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
+checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
 dependencies = [
  "serde_derive",
 ]
 
 [[package]]
 name = "serde_derive"
-version = "1.0.210"
+version = "1.0.214"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
+checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.77",
+ "syn 2.0.87",
 ]
 
 [[package]]
 name = "serde_json"
-version = "1.0.128"
+version = "1.0.132"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
+checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
 dependencies = [
  "indexmap",
  "itoa",
@@ -2332,9 +2484,9 @@ dependencies = [
 
 [[package]]
 name = "ssh-key"
-version = "0.6.6"
+version = "0.6.7"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ca9b366a80cf18bb6406f4cf4d10aebfb46140a8c0c33f666a144c5c76ecbafc"
+checksum = "3b86f5297f0f04d08cabaa0f6bff7cb6aec4d9c3b49d87990d63da9d9156a8c3"
 dependencies = [
  "bcrypt-pbkdf",
  "p256",
@@ -2448,7 +2600,7 @@ dependencies = [
  "culpa",
  "proc-macro2",
  "quote",
- "syn 2.0.77",
+ "syn 2.0.87",
 ]
 
 [[package]]
@@ -2470,20 +2622,31 @@ dependencies = [
 
 [[package]]
 name = "syn"
-version = "2.0.77"
+version = "2.0.87"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
+checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
 dependencies = [
  "proc-macro2",
  "quote",
  "unicode-ident",
 ]
 
+[[package]]
+name = "synstructure"
+version = "0.13.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.87",
+]
+
 [[package]]
 name = "tar"
-version = "0.4.41"
+version = "0.4.43"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
+checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6"
 dependencies = [
  "filetime",
  "libc",
@@ -2492,9 +2655,9 @@ dependencies = [
 
 [[package]]
 name = "tempfile"
-version = "3.12.0"
+version = "3.14.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
+checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
 dependencies = [
  "cfg-if",
  "fastrand",
@@ -2536,12 +2699,12 @@ dependencies = [
 
 [[package]]
 name = "terminal_size"
-version = "0.3.0"
+version = "0.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
+checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
 dependencies = [
  "rustix",
- "windows-sys 0.48.0",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
@@ -2557,22 +2720,22 @@ dependencies = [
 
 [[package]]
 name = "thiserror"
-version = "1.0.63"
+version = "1.0.68"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
+checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
 dependencies = [
  "thiserror-impl",
 ]
 
 [[package]]
 name = "thiserror-impl"
-version = "1.0.63"
+version = "1.0.68"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
+checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.77",
+ "syn 2.0.87",
 ]
 
 [[package]]
@@ -2616,6 +2779,16 @@ dependencies = [
  "time-core",
 ]
 
+[[package]]
+name = "tinystr"
+version = "0.7.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
+dependencies = [
+ "displaydoc",
+ "zerovec",
+]
+
 [[package]]
 name = "tinyvec"
 version = "1.8.0"
@@ -2650,7 +2823,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.77",
+ "syn 2.0.87",
 ]
 
 [[package]]
@@ -2700,9 +2873,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
 
 [[package]]
 name = "ucd-trie"
-version = "0.1.6"
+version = "0.1.7"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
+checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
 
 [[package]]
 name = "unescape"
@@ -2762,18 +2935,9 @@ dependencies = [
 
 [[package]]
 name = "unicase"
-version = "2.7.0"
+version = "2.8.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
-dependencies = [
- "version_check",
-]
-
-[[package]]
-name = "unicode-bidi"
-version = "0.3.15"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
+checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
 
 [[package]]
 name = "unicode-ident"
@@ -2789,18 +2953,18 @@ checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
 
 [[package]]
 name = "unicode-normalization"
-version = "0.1.23"
+version = "0.1.24"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
+checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
 dependencies = [
  "tinyvec",
 ]
 
 [[package]]
 name = "unicode-width"
-version = "0.1.13"
+version = "0.1.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
+checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
 
 [[package]]
 name = "universal-hash"
@@ -2814,9 +2978,9 @@ dependencies = [
 
 [[package]]
 name = "url"
-version = "2.5.2"
+version = "2.5.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
+checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
 dependencies = [
  "form_urlencoded",
  "idna",
@@ -2824,12 +2988,24 @@ dependencies = [
  "serde",
 ]
 
+[[package]]
+name = "utf16_iter"
+version = "1.0.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
+
 [[package]]
 name = "utf8-width"
 version = "0.1.7"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
 
+[[package]]
+name = "utf8_iter"
+version = "1.0.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
+
 [[package]]
 name = "utf8parse"
 version = "0.2.2"
@@ -2838,9 +3014,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
 
 [[package]]
 name = "uuid"
-version = "1.10.0"
+version = "1.11.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
+checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
 dependencies = [
  "getrandom",
 ]
@@ -2881,9 +3057,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
 
 [[package]]
 name = "wasm-bindgen"
-version = "0.2.93"
+version = "0.2.95"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
+checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
 dependencies = [
  "cfg-if",
  "once_cell",
@@ -2892,24 +3068,24 @@ dependencies = [
 
 [[package]]
 name = "wasm-bindgen-backend"
-version = "0.2.93"
+version = "0.2.95"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
+checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
 dependencies = [
  "bumpalo",
  "log",
  "once_cell",
  "proc-macro2",
  "quote",
- "syn 2.0.77",
+ "syn 2.0.87",
  "wasm-bindgen-shared",
 ]
 
 [[package]]
 name = "wasm-bindgen-macro"
-version = "0.2.93"
+version = "0.2.95"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
+checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
 dependencies = [
  "quote",
  "wasm-bindgen-macro-support",
@@ -2917,22 +3093,22 @@ dependencies = [
 
 [[package]]
 name = "wasm-bindgen-macro-support"
-version = "0.2.93"
+version = "0.2.95"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
+checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.77",
+ "syn 2.0.87",
  "wasm-bindgen-backend",
  "wasm-bindgen-shared",
 ]
 
 [[package]]
 name = "wasm-bindgen-shared"
-version = "0.2.93"
+version = "0.2.95"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
+checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
 
 [[package]]
 name = "winapi"
@@ -2974,15 +3150,6 @@ dependencies = [
  "windows-targets 0.48.5",
 ]
 
-[[package]]
-name = "windows-sys"
-version = "0.48.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
-dependencies = [
- "windows-targets 0.48.5",
-]
-
 [[package]]
 name = "windows-sys"
 version = "0.52.0"
@@ -3131,6 +3298,18 @@ dependencies = [
  "memchr",
 ]
 
+[[package]]
+name = "write16"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
+
+[[package]]
+name = "writeable"
+version = "0.5.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
+
 [[package]]
 name = "xattr"
 version = "1.3.1"
@@ -3153,6 +3332,30 @@ dependencies = [
  "hashlink 0.8.4",
 ]
 
+[[package]]
+name = "yoke"
+version = "0.7.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
+dependencies = [
+ "serde",
+ "stable_deref_trait",
+ "yoke-derive",
+ "zerofrom",
+]
+
+[[package]]
+name = "yoke-derive"
+version = "0.7.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.87",
+ "synstructure",
+]
+
 [[package]]
 name = "zerocopy"
 version = "0.7.35"
@@ -3171,7 +3374,28 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.77",
+ "syn 2.0.87",
+]
+
+[[package]]
+name = "zerofrom"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
+dependencies = [
+ "zerofrom-derive",
+]
+
+[[package]]
+name = "zerofrom-derive"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.87",
+ "synstructure",
 ]
 
 [[package]]
@@ -3179,3 +3403,25 @@ name = "zeroize"
 version = "1.8.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
+
+[[package]]
+name = "zerovec"
+version = "0.10.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
+dependencies = [
+ "yoke",
+ "zerofrom",
+ "zerovec-derive",
+]
+
+[[package]]
+name = "zerovec-derive"
+version = "0.10.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.87",
+]
diff --git a/Cargo.toml b/Cargo.toml
index 0e5756d..ea272a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "radicle-ci-broker"
-version = "0.7.0"
+version = "0.8.0"
 edition = "2021"
 rust-version = "1.80"
 authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.xyz>"]
diff --git a/NEWS.md b/NEWS.md
index 0152a97..e22cb64 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,6 +4,47 @@ This file summarizes the user-visible changes to `radicle-ci-broker`
 between releases.
 
 
+## Version 0.8.0, released 2024-11-08
+
+This release has a major new feature (`max_run_time`, see first entry
+below), which is also a bug fix, and was tricky to implement. That
+meant it took a while and that delayed this release by weeks. There's
+a bunch of smaller changes too.
+
+* The way the CI broker runs a CI adapter has been rewritten to allow
+  the node operator to set a time limit on a CI run, and to fix a bug
+  where the CI broker would get stuck if the adapter produced too much
+  output.
+
+  To set the maximum duration of a CI run, add the `max_run_time`
+  field to the configuration file. The default is one hour.
+
+  Example: `max_run_time: 10h`
+
+  The <https://docs.rs/duration-str/latest/duration_str/> page
+  describes the unit suffixes that are supported.
+
+* The event filters can now use the `Node` predicate to require
+  changes to originate in a specific node.
+
+* The `cibtool event remove` sub-command has an option `--all` to
+  remove all queued events. This may be useful in the future for
+  breaking upgrades, or when the node operator is having a bad day.
+
+* The `cib` program does not start unless it has a local node.
+
+* There is a start of a user guide, which is published automatically
+  at <https://pages.radicle.liw.fi/ci-broker/userguide.html> for now.
+  The location is likely to change in the future.
+
+* The front report page now says if the CI run succeeded or failed, if
+  the run has finished. Previously it only said the run had finished.
+
+* The report pages are now updated whenever the state of a CI run
+  changes. This makes it easier to follow the run via a web browser.
+  Previously the pages were generated on a schedule.
+
+
 ## Version 0.7.0, released 2024-10-14
 
 This release breaks many existing instances. The event filter
diff --git a/debian/changelog b/debian/changelog
index 5d4bec1..d2efb9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+radicle-ci-broker (0.8.0) unstable; urgency=medium
+
+  * New release.
+
+ -- Lars Wirzenius <liw@liw.fi>  Fri, 08 Nov 2024 09:57:26 +0200
+
 radicle-ci-broker (0.7.0) unstable; urgency=medium
 
   * New release.

Run: timeout 600 bash -c set -xeuo pipefail cargo --version rustc --version cargo fmt --check cargo clippy --all-targets --workspace -- -Dwarnings cargo build --all-targets --workspace cargo doc --workspace cargo test --workspace --no-fail-fast subplot docgen ci-broker.subplot -o doc/ci-broker.html subplot docgen doc/userguide.subplot -o doc/userguide.html make -C doc publish

Command arguments:

In directory: /srv/http/5c3c0fad-f61b-4eea-a8e0-cd243190e9a4/src

Exit code: 0

Output (stdout and stderr):

+ cargo --version
cargo 1.80.1 (376290515 2024-07-16)
+ rustc --version
rustc 1.80.1 (3f5fd8dd4 2024-08-06)
+ cargo fmt --check
+ cargo clippy --all-targets --workspace -- -Dwarnings
 Downloading crates ...
  Downloaded fastrand v2.2.0
  Downloaded tempfile v3.14.0
   Compiling proc-macro2 v1.0.89
   Compiling unicode-ident v1.0.13
   Compiling version_check v0.9.5
   Compiling libc v0.2.162
   Compiling typenum v1.17.0
    Checking cfg-if v1.0.0
   Compiling serde v1.0.214
   Compiling shlex v1.3.0
   Compiling thiserror v1.0.68
   Compiling memchr v2.7.4
   Compiling once_cell v1.20.2
   Compiling byteorder v1.5.0
   Compiling syn v1.0.109
   Compiling bitflags v2.6.0
    Checking subtle v2.6.1
    Checking stable_deref_trait v1.2.0
   Compiling rustix v0.38.39
   Compiling crossbeam-utils v0.8.20
   Compiling pkg-config v0.3.31
   Compiling linux-raw-sys v0.4.14
   Compiling anyhow v1.0.93
   Compiling log v0.4.22
   Compiling regex-syntax v0.8.5
   Compiling generic-array v0.14.7
   Compiling ahash v0.8.11
   Compiling itoa v1.0.11
    Checking writeable v0.5.5
   Compiling num-conv v0.1.0
    Checking cpufeatures v0.2.14
   Compiling time-core v0.1.2
    Checking litemap v0.7.3
   Compiling allocator-api2 v0.2.18
   Compiling aho-corasick v1.1.3
   Compiling same-file v1.0.6
   Compiling utf8parse v0.2.2
   Compiling time-macros v0.2.18
   Compiling anstyle-parse v0.2.6
   Compiling walkdir v2.5.0
    Checking icu_locid_transform_data v1.5.0
   Compiling colorchoice v1.0.3
   Compiling ucd-trie v0.1.7
   Compiling anstyle v1.0.10
   Compiling anstyle-query v1.1.2
   Compiling quote v1.0.37
   Compiling is_terminal_polyfill v1.70.1
   Compiling bstr v1.10.0
   Compiling vcpkg v0.2.15
    Checking icu_properties_data v1.5.0
   Compiling anstream v0.6.18
   Compiling unic-common v0.9.0
   Compiling powerfmt v0.2.0
   Compiling syn v2.0.87
   Compiling jobserver v0.1.32
   Compiling getrandom v0.2.15
   Compiling crossbeam-epoch v0.9.18
   Compiling libm v0.2.11
   Compiling unicode-width v0.1.14
   Compiling cc v1.1.36
   Compiling rand_core v0.6.4
   Compiling heck v0.5.0
   Compiling doc-comment v0.3.3
   Compiling unic-char-range v0.9.0
   Compiling crossbeam-deque v0.8.5
   Compiling deranged v0.3.11
   Compiling unic-ucd-version v0.9.0
   Compiling unic-char-property v0.9.0
   Compiling proc-macro-error-attr v1.0.4
   Compiling encoding_rs v0.8.35
    Checking utf8_iter v1.0.4
   Compiling arraydeque v0.5.1
    Checking utf16_iter v1.0.5
    Checking icu_normalizer_data v1.5.0
   Compiling serde_json v1.0.132
    Checking write16 v1.0.0
   Compiling strsim v0.11.1
   Compiling fastrand v2.2.0
    Checking smallvec v1.13.2
   Compiling clap_lex v0.7.2
    Checking crypto-common v0.1.6
    Checking block-padding v0.3.3
    Checking block-buffer v0.10.4
    Checking universal-hash v0.5.1
   Compiling clap_builder v4.5.20
    Checking inout v0.1.3
    Checking digest v0.10.7
   Compiling unic-ucd-segment v0.9.0
   Compiling proc-macro-error v1.0.4
    Checking cipher v0.4.4
    Checking opaque-debug v0.3.1
   Compiling pulldown-cmark v0.12.2
   Compiling unicode-linebreak v0.1.5
   Compiling regex-automata v0.4.8
   Compiling tempfile v3.14.0
   Compiling time v0.3.36
   Compiling deunicode v1.6.0
   Compiling smawk v0.3.2
   Compiling ryu v1.0.18
   Compiling amplify_syn v2.0.1
    Checking signature v1.6.4
   Compiling slug v0.1.6
   Compiling humansize v2.1.3
   Compiling textwrap v0.16.1
   Compiling unic-segment v0.9.0
    Checking ed25519 v1.5.3
   Compiling getopts v0.2.21
   Compiling subplot v0.11.0
    Checking amplify_num v0.5.3
    Checking ascii v1.1.0
   Compiling lazy_static v1.5.0
    Checking percent-encoding v2.3.1
   Compiling libz-sys v1.1.20
   Compiling pikchr v0.1.3
   Compiling libgit2-sys v0.17.0+1.8.1
   Compiling humantime v2.1.0
   Compiling unicase v2.8.0
    Checking ct-codecs v1.1.2
   Compiling utf8-width v0.1.7
   Compiling pulldown-cmark-escape v0.11.0
   Compiling html-escape v0.2.13
    Checking ec25519 v0.1.0
    Checking form_urlencoded v1.2.1
   Compiling sqlite3-src v0.5.1
    Checking polyval v0.6.2
    Checking sha2 v0.10.8
   Compiling tracing-core v0.1.32
   Compiling amplify_derive v4.0.1
   Compiling line-col v0.2.1
    Checking base64ct v1.6.0
   Compiling pin-project-lite v0.2.15
    Checking keccak v0.1.5
   Compiling file_diff v1.0.0
   Compiling base64 v0.22.1
    Checking sha3 v0.10.8
    Checking ghash v0.5.1
    Checking pem-rfc7468 v0.7.0
    Checking aes v0.8.4
    Checking ctr v0.9.2
    Checking aead v0.5.2
    Checking hashbrown v0.15.1
   Compiling autocfg v1.4.0
    Checking equivalent v1.0.1
   Compiling cfg_aliases v0.2.1
   Compiling data-encoding v2.6.0
    Checking base32 v0.4.0
    Checking ssh-encoding v0.2.0
   Compiling nix v0.29.0
    Checking blowfish v0.9.1
   Compiling globset v0.4.15
   Compiling regex v1.11.1
    Checking aes-gcm v0.10.3
    Checking chacha20 v0.9.1
    Checking cbc v0.1.2
   Compiling num-traits v0.2.19
    Checking poly1305 v0.8.0
    Checking pbkdf2 v0.12.2
    Checking indexmap v2.6.0
   Compiling ignore v0.4.23
    Checking zeroize v1.8.1
   Compiling synstructure v0.13.1
   Compiling env_filter v0.1.2
   Compiling env_logger v0.11.5
   Compiling data-encoding-macro-internal v0.1.13
   Compiling adler2 v2.0.0
    Checking radicle-std-ext v0.1.0
   Compiling miniz_oxide v0.8.0
    Checking ssh-cipher v0.2.0
   Compiling globwalk v0.9.1
    Checking bcrypt-pbkdf v0.10.0
    Checking rand v0.8.5
   Compiling xattr v1.3.1
   Compiling filetime v0.2.25
   Compiling crc32fast v1.4.2
   Compiling slog v2.7.0
    Checking signature v2.2.0
    Checking base-x v0.2.11
   Compiling tar v0.4.43
    Checking ssh-key v0.6.7
   Compiling flate2 v1.0.34
    Checking data-encoding-macro v0.1.15
    Checking multibase v0.9.1
    Checking qcheck v1.0.0
    Checking cvt v0.1.2
   Compiling rust_decimal v1.36.0
   Compiling glob v0.3.1
    Checking tinyvec_macros v0.1.1
    Checking tinyvec v1.8.0
    Checking amplify v4.8.0
    Checking terminal_size v0.4.0
    Checking radicle-dag v0.9.0
    Checking normpath v1.3.0
   Compiling serde_yml v0.0.11
    Checking base64 v0.21.7
    Checking arrayvec v0.7.6
    Checking fs_at v0.2.1
    Checking cyphergraphy v0.3.0
   Compiling radicle-surf v0.22.1
    Checking crossbeam-channel v0.5.13
    Checking chrono v0.4.38
    Checking remove_dir_all v0.8.4
    Checking fs2 v0.4.3
    Checking cypheraddr v0.4.0
    Checking unescape v0.1.0
    Checking arc-swap v1.7.1
    Checking winnow v0.6.20
    Checking unicode-normalization v0.1.24
    Checking socks5-client v0.4.1
    Checking state v0.5.3
    Checking shell-words v1.1.0
    Checking libyml v0.0.4
    Checking siphasher v1.0.1
    Checking slog-scope v4.4.0
    Checking cyphernet v0.5.2
    Checking uuid v1.11.0
    Checking html-page v0.4.0
   Compiling serde_derive v1.0.214
   Compiling thiserror-impl v1.0.68
   Compiling zerocopy-derive v0.7.35
   Compiling zerofrom-derive v0.1.4
   Compiling yoke-derive v0.7.4
   Compiling zerovec-derive v0.10.3
   Compiling displaydoc v0.2.5
   Compiling icu_provider_macros v1.5.0
   Compiling clap_derive v4.5.18
   Compiling git-testament-derive v0.2.0
   Compiling tracing-attributes v0.1.27
   Compiling culpa-macros v1.0.2
   Compiling ctor v0.2.8
   Compiling zerocopy v0.7.35
   Compiling git-testament v0.2.5
   Compiling pest v2.7.14
   Compiling git-ref-format-core v0.3.1
    Checking radicle-ssh v0.9.0
   Compiling ppv-lite86 v0.2.20
    Checking zerofrom v0.1.4
   Compiling culpa v1.0.2
    Checking yoke v0.7.4
   Compiling hashbrown v0.14.5
   Compiling tracing v0.1.40
   Compiling subplotlib-derive v0.11.0
   Compiling git-ref-format-macro v0.3.1
    Checking zerovec v0.10.4
   Compiling clap v4.5.20
   Compiling rand_chacha v0.3.1
   Compiling hashlink v0.8.4
   Compiling hashlink v0.9.1
   Compiling yaml-rust2 v0.8.1
    Checking tinystr v0.7.6
    Checking icu_collections v1.5.0
   Compiling pest_meta v2.7.14
    Checking icu_locid v1.5.0
   Compiling tempfile-fast v0.3.4
    Checking icu_provider v1.5.0
   Compiling pest_generator v2.7.14
    Checking icu_locid_transform v1.5.0
    Checking icu_properties v1.5.1
   Compiling pest_derive v2.7.14
    Checking nonempty v0.9.0
    Checking localtime v1.3.1
    Checking duration-str v0.11.2
    Checking git-ref-format v0.3.1
    Checking icu_normalizer v1.5.0
   Compiling serde_path_to_error v0.1.16
    Checking idna_adapter v1.2.0
    Checking idna v1.0.3
    Checking slog-json v2.6.1
   Compiling marked-yaml v0.7.1
    Checking url v2.5.3
   Compiling roadmap v0.6.1
   Compiling tera v1.20.0
    Checking git2 v0.19.0
    Checking radicle-git-ext v0.8.1
   Compiling subplot-build v0.11.0
   Compiling subplotlib v0.11.0
   Compiling radicle-ci-broker v0.8.0 (/srv/http/5c3c0fad-f61b-4eea-a8e0-cd243190e9a4/src)
    Checking sqlite3-sys v0.15.2
    Checking sqlite v0.32.0
    Checking radicle-crypto v0.11.0
    Checking radicle-cob v0.12.0
    Checking radicle v0.13.0
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.65s
+ cargo build --all-targets --workspace
   Compiling cfg-if v1.0.0
   Compiling bitflags v2.6.0
   Compiling memchr v2.7.4
   Compiling once_cell v1.20.2
   Compiling log v0.4.22
   Compiling itoa v1.0.11
   Compiling subtle v2.6.1
   Compiling typenum v1.17.0
   Compiling libc v0.2.162
   Compiling stable_deref_trait v1.2.0
   Compiling regex-syntax v0.8.5
   Compiling serde v1.0.214
   Compiling thiserror v1.0.68
   Compiling zerofrom v0.1.4
   Compiling fastrand v2.2.0
   Compiling percent-encoding v2.3.1
   Compiling utf8parse v0.2.2
   Compiling crossbeam-utils v0.8.20
   Compiling anstyle-query v1.1.2
   Compiling yoke v0.7.4
   Compiling anstyle-parse v0.2.6
   Compiling powerfmt v0.2.0
   Compiling ryu v1.0.18
   Compiling rustix v0.38.39
   Compiling cpufeatures v0.2.14
   Compiling anstyle v1.0.10
   Compiling colorchoice v1.0.3
   Compiling writeable v0.5.5
   Compiling litemap v0.7.3
   Compiling zerovec v0.10.4
   Compiling is_terminal_polyfill v1.70.1
   Compiling num-conv v0.1.0
   Compiling time-core v0.1.2
   Compiling deranged v0.3.11
   Compiling ahash v0.8.11
   Compiling anyhow v1.0.93
   Compiling anstream v0.6.18
   Compiling time-macros v0.2.18
   Compiling getrandom v0.2.15
   Compiling icu_locid_transform_data v1.5.0
   Compiling strsim v0.11.1
   Compiling hashbrown v0.14.5
   Compiling clap_lex v0.7.2
   Compiling aho-corasick v1.1.3
   Compiling generic-array v0.14.7
   Compiling rand_core v0.6.4
   Compiling bstr v1.10.0
   Compiling pest v2.7.14
   Compiling crossbeam-epoch v0.9.18
   Compiling icu_properties_data v1.5.0
   Compiling rand_chacha v0.3.1
   Compiling crossbeam-deque v0.8.5
   Compiling encoding_rs v0.8.35
   Compiling hashlink v0.8.4
   Compiling utf8_iter v1.0.4
   Compiling write16 v1.0.0
   Compiling tinystr v0.7.6
   Compiling crypto-common v0.1.6
   Compiling block-padding v0.3.3
   Compiling block-buffer v0.10.4
   Compiling icu_collections v1.5.0
   Compiling icu_normalizer_data v1.5.0
   Compiling inout v0.1.3
   Compiling icu_locid v1.5.0
   Compiling digest v0.10.7
   Compiling smallvec v1.13.2
   Compiling utf16_iter v1.0.5
   Compiling cipher v0.4.4
   Compiling universal-hash v0.5.1
   Compiling rand v0.8.5
   Compiling hashlink v0.9.1
   Compiling clap_builder v4.5.20
   Compiling utf8-width v0.1.7
   Compiling opaque-debug v0.3.1
   Compiling signature v1.6.4
   Compiling lazy_static v1.5.0
   Compiling html-escape v0.2.13
   Compiling ed25519 v1.5.3
   Compiling subplot v0.11.0
   Compiling ascii v1.1.0
   Compiling ct-codecs v1.1.2
   Compiling tempfile v3.14.0
   Compiling icu_provider v1.5.0
   Compiling regex-automata v0.4.8
   Compiling time v0.3.36
   Compiling pest_meta v2.7.14
   Compiling amplify_num v0.5.3
   Compiling linux-raw-sys v0.4.14
   Compiling pulldown-cmark v0.12.2
   Compiling icu_locid_transform v1.5.0
   Compiling yaml-rust2 v0.8.1
   Compiling tempfile-fast v0.3.4
   Compiling ec25519 v0.1.0
   Compiling polyval v0.6.2
   Compiling libz-sys v1.1.20
   Compiling sha2 v0.10.8
   Compiling pest_generator v2.7.14
   Compiling serde_path_to_error v0.1.16
   Compiling icu_properties v1.5.1
   Compiling serde_json v1.0.132
   Compiling marked-yaml v0.7.1
   Compiling tracing-core v0.1.32
   Compiling form_urlencoded v1.2.1
   Compiling git-ref-format-core v0.3.1
   Compiling keccak v0.1.5
   Compiling git-testament-derive v0.2.0
   Compiling clap v4.5.20
   Compiling amplify v4.8.0
   Compiling byteorder v1.5.0
   Compiling roadmap v0.6.1
   Compiling base64 v0.22.1
   Compiling base64ct v1.6.0
   Compiling tracing v0.1.40
   Compiling git-ref-format-macro v0.3.1
   Compiling sha3 v0.10.8
   Compiling pem-rfc7468 v0.7.0
   Compiling globset v0.4.15
   Compiling regex v1.11.1
   Compiling pest_derive v2.7.14
   Compiling cyphergraphy v0.3.0
   Compiling ghash v0.5.1
   Compiling libgit2-sys v0.17.0+1.8.1
   Compiling aes v0.8.4
   Compiling ctr v0.9.2
   Compiling ignore v0.4.23
   Compiling env_filter v0.1.2
   Compiling aead v0.5.2
   Compiling hashbrown v0.15.1
   Compiling base32 v0.4.0
   Compiling env_logger v0.11.5
   Compiling equivalent v1.0.1
   Compiling git-ref-format v0.3.1
   Compiling ssh-encoding v0.2.0
   Compiling sqlite3-src v0.5.1
   Compiling icu_normalizer v1.5.0
   Compiling git-testament v0.2.5
   Compiling cypheraddr v0.4.0
   Compiling blowfish v0.9.1
   Compiling aes-gcm v0.10.3
   Compiling chacha20 v0.9.1
   Compiling cbc v0.1.2
   Compiling poly1305 v0.8.0
   Compiling pbkdf2 v0.12.2
   Compiling data-encoding v2.6.0
   Compiling radicle-std-ext v0.1.0
   Compiling zeroize v1.8.1
   Compiling sqlite3-sys v0.15.2
   Compiling socks5-client v0.4.1
   Compiling bcrypt-pbkdf v0.10.0
   Compiling xattr v1.3.1
   Compiling crc32fast v1.4.2
   Compiling filetime v0.2.25
   Compiling globwalk v0.9.1
   Compiling indexmap v2.6.0
   Compiling idna_adapter v1.2.0
   Compiling ssh-cipher v0.2.0
   Compiling base-x v0.2.11
   Compiling data-encoding-macro v0.1.15
   Compiling signature v2.2.0
   Compiling tera v1.20.0
   Compiling idna v1.0.3
   Compiling multibase v0.9.1
   Compiling tar v0.4.43
   Compiling flate2 v1.0.34
   Compiling cyphernet v0.5.2
   Compiling ssh-key v0.6.7
   Compiling radicle-ssh v0.9.0
   Compiling num-traits v0.2.19
   Compiling nix v0.29.0
   Compiling sqlite v0.32.0
   Compiling url v2.5.3
   Compiling qcheck v1.0.0
   Compiling nonempty v0.9.0
   Compiling cvt v0.1.2
   Compiling tinyvec_macros v0.1.1
   Compiling culpa v1.0.2
   Compiling tinyvec v1.8.0
   Compiling slog v2.7.0
   Compiling git2 v0.19.0
   Compiling terminal_size v0.4.0
   Compiling radicle-dag v0.9.0
   Compiling normpath v1.3.0
   Compiling base64 v0.21.7
   Compiling radicle-surf v0.22.1
   Compiling arrayvec v0.7.6
   Compiling chrono v0.4.38
   Compiling subplotlib-derive v0.11.0
   Compiling fs_at v0.2.1
   Compiling rust_decimal v1.36.0
   Compiling remove_dir_all v0.8.4
   Compiling unicode-normalization v0.1.24
   Compiling localtime v1.3.1
   Compiling fs2 v0.4.3
   Compiling crossbeam-channel v0.5.13
   Compiling state v0.5.3
   Compiling libyml v0.0.4
   Compiling unescape v0.1.0
   Compiling siphasher v1.0.1
   Compiling shell-words v1.1.0
   Compiling arc-swap v1.7.1
   Compiling winnow v0.6.20
   Compiling slog-json v2.6.1
   Compiling html-page v0.4.0
   Compiling uuid v1.11.0
   Compiling slog-scope v4.4.0
   Compiling serde_yml v0.0.11
   Compiling subplot-build v0.11.0
   Compiling radicle-git-ext v0.8.1
   Compiling radicle-crypto v0.11.0
   Compiling duration-str v0.11.2
   Compiling subplotlib v0.11.0
   Compiling radicle-cob v0.12.0
   Compiling radicle-ci-broker v0.8.0 (/srv/http/5c3c0fad-f61b-4eea-a8e0-cd243190e9a4/src)
   Compiling radicle v0.13.0
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.52s
+ cargo doc --workspace
    Checking unicode-ident v1.0.13
 Documenting unicode-ident v1.0.13
 Documenting cfg-if v1.0.0
 Documenting typenum v1.17.0
 Documenting libc v0.2.162
 Documenting subtle v2.6.1
 Documenting stable_deref_trait v1.2.0
 Documenting bitflags v2.6.0
 Documenting litemap v0.7.3
 Documenting writeable v0.5.5
 Documenting cpufeatures v0.2.14
 Documenting icu_locid_transform_data v1.5.0
 Documenting icu_properties_data v1.5.0
 Documenting utf16_iter v1.0.5
 Documenting write16 v1.0.0
 Documenting icu_normalizer_data v1.5.0
    Checking proc-macro2 v1.0.89
 Documenting utf8_iter v1.0.4
 Documenting proc-macro2 v1.0.89
 Documenting smallvec v1.13.2
 Documenting opaque-debug v0.3.1
 Documenting memchr v2.7.4
    Checking quote v1.0.37
 Documenting ed25519 v1.5.3
 Documenting linux-raw-sys v0.4.14
 Documenting itoa v1.0.11
 Documenting percent-encoding v2.3.1
 Documenting log v0.4.22
    Checking syn v2.0.87
    Checking syn v1.0.109
 Documenting ascii v1.1.0
 Documenting amplify_num v0.5.3
 Documenting ct-codecs v1.1.2
    Checking git-ref-format-core v0.3.1
 Documenting byteorder v1.5.0
 Documenting fastrand v2.2.0
 Documenting base64ct v1.6.0
 Documenting quote v1.0.37
 Documenting keccak v0.1.5
 Documenting form_urlencoded v1.2.1
 Documenting hashbrown v0.15.1
 Documenting equivalent v1.0.1
    Checking data-encoding v2.6.0
 Documenting rustix v0.38.39
 Documenting base32 v0.4.0
    Checking amplify_syn v2.0.1
    Checking proc-macro-error v1.0.4
 Documenting data-encoding-macro-internal v0.1.13
    Checking synstructure v0.13.1
 Documenting sqlite3-src v0.5.1
 Documenting zeroize v1.8.1
 Documenting radicle-std-ext v0.1.0
 Documenting data-encoding v2.6.0
 Documenting powerfmt v0.2.0
 Documenting pem-rfc7468 v0.7.0
 Documenting once_cell v1.20.2
 Documenting synstructure v0.13.1
 Documenting zerovec-derive v0.10.3
 Documenting displaydoc v0.2.5
 Documenting serde_derive v1.0.214
 Documenting generic-array v0.14.7
 Documenting icu_provider_macros v1.5.0
 Documenting thiserror-impl v1.0.68
 Documenting amplify_syn v2.0.1
 Documenting proc-macro-error-attr v1.0.4
 Documenting indexmap v2.6.0
 Documenting getrandom v0.2.15
 Documenting libz-sys v1.1.20
 Documenting ryu v1.0.18
 Documenting data-encoding-macro v0.1.15
 Documenting sqlite3-sys v0.15.2
 Documenting deranged v0.3.11
 Documenting time-macros v0.2.18
 Documenting zerofrom-derive v0.1.4
 Documenting yoke-derive v0.7.4
 Documenting signature v2.2.0
 Documenting crypto-common v0.1.6
 Documenting block-padding v0.3.3
 Documenting block-buffer v0.10.4
 Documenting ec25519 v0.1.0
 Documenting proc-macro-error v1.0.4
 Documenting thiserror v1.0.68
 Documenting amplify_derive v4.0.1
 Documenting libgit2-sys v0.17.0+1.8.1
 Documenting rand_core v0.6.4
 Documenting utf8parse v0.2.2
 Documenting inout v0.1.3
 Documenting time-core v0.1.2
 Documenting num-conv v0.1.0
 Documenting zerofrom v0.1.4
 Documenting base-x v0.2.11
 Documenting digest v0.10.7
 Documenting serde v1.0.214
 Documenting universal-hash v0.5.1
 Documenting git-ref-format-macro v0.3.1
 Documenting aead v0.5.2
 Documenting radicle-ssh v0.9.0
 Documenting rand v0.8.5
 Documenting sqlite v0.32.0
 Documenting anstyle-parse v0.2.6
 Documenting cipher v0.4.4
 Documenting tempfile v3.14.0
 Documenting time v0.3.36
 Documenting multibase v0.9.1
 Documenting yoke v0.7.4
 Documenting nix v0.29.0
 Documenting amplify v4.8.0
 Documenting polyval v0.6.2
 Documenting poly1305 v0.8.0
 Documenting aho-corasick v1.1.3
 Documenting num-traits v0.2.19
 Documenting sha2 v0.10.8
 Documenting sha3 v0.10.8
 Documenting pbkdf2 v0.12.2
 Documenting qcheck v1.0.0
 Documenting cvt v0.1.2
 Documenting is_terminal_polyfill v1.70.1
 Documenting zerovec v0.10.4
 Documenting aes v0.8.4
 Documenting cyphergraphy v0.3.0
 Documenting ctr v0.9.2
 Documenting chacha20 v0.9.1
 Documenting ghash v0.5.1
 Documenting blowfish v0.9.1
 Documenting ssh-encoding v0.2.0
 Documenting cbc v0.1.2
 Documenting anstyle-query v1.1.2
 Documenting regex-syntax v0.8.5
 Documenting git-ref-format-core v0.3.1
 Documenting serde_json v1.0.132
 Documenting nonempty v0.9.0
 Documenting tinyvec_macros v0.1.1
 Documenting colorchoice v1.0.3
 Documenting tinystr v0.7.6
 Documenting icu_collections v1.5.0
 Documenting cypheraddr v0.4.0
 Documenting anstyle v1.0.10
 Documenting aes-gcm v0.10.3
 Documenting bcrypt-pbkdf v0.10.0
 Documenting fs_at v0.2.1
 Documenting tinyvec v1.8.0
 Documenting terminal_size v0.4.0
 Documenting culpa-macros v1.0.2
 Documenting radicle-dag v0.9.0
   Compiling radicle-ci-broker v0.8.0 (/srv/http/5c3c0fad-f61b-4eea-a8e0-cd243190e9a4/src)
 Documenting slog v2.7.0
 Documenting icu_locid v1.5.0
 Documenting git-ref-format v0.3.1
 Documenting crossbeam-utils v0.8.20
 Documenting anstream v0.6.18
 Documenting ssh-cipher v0.2.0
 Documenting utf8-width v0.1.7
 Documenting arrayvec v0.7.6
 Documenting socks5-client v0.4.1
 Documenting lazy_static v1.5.0
    Checking heck v0.5.0
 Documenting strsim v0.11.1
 Documenting heck v0.5.0
 Documenting normpath v1.3.0
 Documenting clap_lex v0.7.2
 Documenting unicode-normalization v0.1.24
 Documenting regex-automata v0.4.8
 Documenting crossbeam-channel v0.5.13
 Documenting culpa v1.0.2
 Documenting localtime v1.3.1
 Documenting html-escape v0.2.13
 Documenting icu_provider v1.5.0
 Documenting rust_decimal v1.36.0
 Documenting ssh-key v0.6.7
 Documenting chrono v0.4.38
 Documenting clap_derive v4.5.18
 Documenting cyphernet v0.5.2
 Documenting subplotlib-derive v0.11.0
 Documenting remove_dir_all v0.8.4
 Documenting clap_builder v4.5.20
 Documenting fs2 v0.4.3
 Documenting filetime v0.2.25
 Documenting unescape v0.1.0
 Documenting shell-words v1.1.0
 Documenting icu_locid_transform v1.5.0
 Documenting arc-swap v1.7.1
 Documenting base64 v0.22.1
 Documenting siphasher v1.0.1
 Documenting libyml v0.0.4
 Documenting state v0.5.3
 Documenting winnow v0.6.20
 Documenting html-page v0.4.0
 Documenting slog-json v2.6.1
 Documenting uuid v1.11.0
 Documenting anyhow v1.0.93
 Documenting slog-scope v4.4.0
 Documenting icu_properties v1.5.1
 Documenting regex v1.11.1
 Documenting clap v4.5.20
 Documenting serde_yml v0.0.11
 Documenting duration-str v0.11.2
 Documenting subplotlib v0.11.0
 Documenting icu_normalizer v1.5.0
 Documenting idna_adapter v1.2.0
 Documenting idna v1.0.3
 Documenting url v2.5.3
 Documenting git2 v0.19.0
 Documenting radicle-git-ext v0.8.1
 Documenting radicle-crypto v0.11.0
 Documenting radicle-surf v0.22.1
 Documenting radicle-cob v0.12.0
 Documenting radicle v0.13.0
 Documenting radicle-ci-broker v0.8.0 (/srv/http/5c3c0fad-f61b-4eea-a8e0-cd243190e9a4/src)
warning: unresolved link to `RunningProcess`
   --> src/adapter.rs:178:44
    |
178 |     /// Error from [`TimeoutCommand`] or [`RunningProcess`].
    |                                            ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default

warning: `radicle-ci-broker` (lib doc) generated 1 warning
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.25s
   Generated /srv/http/5c3c0fad-f61b-4eea-a8e0-cd243190e9a4/src/target/doc/radicle_ci_broker/index.html and 3 other files
+ cargo test --workspace --no-fail-fast
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
     Running unittests src/lib.rs (target/debug/deps/radicle_ci_broker-495e1cb64d064e27)

running 80 tests
test broker::test::does_not_find_unknown_repo ... ok
test broker::test::adds_adapter ... ok
test adapter::test::adapter_has_bad_interpreter ... ok
test adapter::test::adapter_is_not_executable ... ok
test adapter::test::adapter_does_not_exist ... ok
test broker::test::does_not_have_a_default_adapter_initially ... ok
test ci_event::test::branch_created ... ok
test ci_event::test::branch_deleted ... ok
test ci_event::test::branch_updated ... ok
test ci_event::test::nothing_updated ... ok
test broker::test::finds_default_adapter_for_unknown_repo ... ok
test ci_event::test::patch_created ... ok
test ci_event::test::skipped ... ok
test ci_event::test::patch_updated ... ok
test ci_event::test_namespaced_branch::empty ... ok
test ci_event::test_namespaced_branch::has_namespace ... ok
test broker::test::has_no_adapters_initially ... ok
test ci_event::test_namespaced_branch::lacks_namespace ... ok
test ci_event::test_namespaced_branch::has_namespace_with_path ... ok
test ci_event::test_patch_id::empty ... ok
test ci_event::test_patch_id::lacks_namespace ... ok
test ci_event::test_patch_id::has_namespace ... ok
test config::test::parse_config_yaml_without_max_run_time ... ok
test config::test::parse_config_yaml ... ok
test filter::test::allows_all_for_default_repository ... ok
test filter::test::allows_all_for_right_node ... ok
test filter::test::allows_all_for_main_branch ... ok
test filter::test::allows_branch_creation ... ok
test filter::test::allows_any_event ... ok
test filter::test::allows_branch_deletion ... ok
test filter::test::allows_branch_update ... ok
test filter::test::allows_if_all_allow ... ok
test ci_event::test_patch_id::has_namespace_with_path ... ok
test filter::test::allows_no_event ... ok
test filter::test::allows_if_any_allows ... ok
test filter::test::allows_opposite ... ok
test filter::test::allows_patch_creation ... ok
test filter::test::allows_none_for_wrong_node ... ok
test filter::test::allows_patch_update ... ok
test filter::test::allows_shutdown ... ok
test filter::test::allows_specific_patch ... ok
test filter::test::doesnt_allow_any_for_other_branch ... ok
test filter::test::doesnt_allow_any_for_other_repository ... ok
test filter::test::doesnt_allows_other_patch ... ok
test filter::test::only_allows_branch_deletion ... ok
test filter::test::only_allows_branch_update ... ok
test filter::test::only_allows_branch_creation ... ok
test msg::test_push_branch::get_no_push_branch ... ok
test msg::test_push_branch::get_push_branch ... ok
test filter::test::only_allows_patch_creation ... ok
test filter::test::only_allows_patch_update ... ok
test broker::test::sets_a_default_adapter_initially ... ok
test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_created ... ok
test run::test::serialize_run_state ... ok
test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_updated ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_created ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... ok
test adapter::test::adapter_is_killed_before_any_messages ... ok
test adapter::test::adapter_outputs_too_many_messages ... ok
test adapter::test::adapter_is_killed_after_first_message ... ok
test adapter::test::adapter_first_message_isnt_triggered ... ok
test adapter::test::adapter_exits_nonzero ... ok
test adapter::test::adapter_is_killed_after_second_message ... ok
test adapter::test::adapter_ends_ok_before_second_message ... ok
test adapter::test::adapter_reports_failure ... ok
test adapter::test::adapter_produces_as_bad_message ... ok
test adapter::test::adapter_reports_success ... ok
test broker::test::adapter_fails ... ok
test timeoutcmd::tests::hello_world ... ok
test timeoutcmd::tests::bin_false ... ok
test timeoutcmd::tests::bin_true ... ok
test timeoutcmd::tests::pipe_through_cat ... ok
test broker::test::executes_adapter ... ok
test timeoutcmd::tests::hello_world_to_stderr ... ok
test timeoutcmd::tests::sleep_1 ... ok
test timeoutcmd::tests::sleep_for_too_long ... ok
test timeoutcmd::tests::kill ... ok
test timeoutcmd::tests::yes_to_stderr ... ok
test timeoutcmd::tests::kill_stderr ... ok
test timeoutcmd::tests::yes_to_stdout ... ok

test result: ok. 80 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.19s

     Running unittests src/bin/cib.rs (target/debug/deps/cib-e4c48798f2e7e6c6)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running unittests src/bin/cibtool.rs (target/debug/deps/cibtool-2cf48344a146e958)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running unittests src/bin/synthetic-events.rs (target/debug/deps/synthetic_events-999522308590d13c)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/subplot.rs (target/debug/deps/subplot-525b692d59bb3615)

running 38 tests
test adapter_with_url_runs_successfully ... ok
test dummy_adapter_runs_successfully ... ok
test can_add_shutdown_event_to_queue ... ok
test event_synthesizer_terminates_after_first_connection ... ok
test allows_setting_minimum_log_level ... ok
test don_t_insert_event_for_non_existent_repository ... ok
test convert_recorded_node_events_into_ci_events ... ok
test add_information_about_triggered_run_to_database ... ok
test add_information_about_run_that_s_finished_in_failure_to_database ... ok
test add_information_about_run_that_s_finished_successfully_to_database ... ok
test can_trigger_a_ci_run ... ok
test add_information_about_run_that_s_running_to_database ... ok
test don_t_insert_events_into_queue_when_not_allowed_by_filter ... ok
test logs_termination_due_to_error ... ok
test adapter_can_provide_url_for_info_on_run ... ok
test events_can_be_queued_and_removed_from_queue ... ok
test filter_recorded_ci_events ... ok
test shows_config_as_json ... ok
test gives_helpful_error_message_if_it_doesn_t_understand_its_configuration_file ... ok
test can_remove_all_queued_events ... ok
test gives_helpful_error_message_if_node_socket_can_t_be_found ... ok
test insert_events_into_queue ... ok
test record_node_events ... ok
test we_can_run_rad ... ok
test produces_a_json_status_file ... ok
test reports_it_version ... ok
test logs_start_and_successful_end ... ok
test produces_a_report_page_upon_request ... ok
test shuts_down_when_requested ... ok
test logs_adapter_stderr_output ... ok
test stops_if_the_node_connection_breaks ... ok
test process_queued_events ... ok
test update_and_show_information_about_run_to_running ... ok
test smoke_test__runs_adapter ... ok
test acceptance_criteria_for_upgrades has been running for over 60 seconds
test count_in_a_single_process has been running for over 60 seconds
test count_in_concurrent_processes has been running for over 60 seconds
test insert_many_events_into_queue has been running for over 60 seconds
test count_in_a_single_process ... ok
test insert_many_events_into_queue ... ok
test count_in_concurrent_processes ... ok
test acceptance_criteria_for_upgrades ... ok

test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 88.81s

   Doc-tests radicle_ci_broker

running 2 tests
test src/msg.rs - msg::RunId (line 44) ... ok
test src/timeoutcmd.rs - timeoutcmd (line 21) ... ok

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.55s

+ subplot docgen ci-broker.subplot -o doc/ci-broker.html
INFO: Starting Subplot
INFO: Subplot finished successfully
+ subplot docgen doc/userguide.subplot -o doc/userguide.html
INFO: Starting Subplot
INFO: Subplot finished successfully
+ make -C doc publish
make: Entering directory '/srv/http/5c3c0fad-f61b-4eea-a8e0-cd243190e9a4/src/doc'
plantuml -tsvg --output=. architecture.uml
plantuml -tsvg --output=. architecture-ext.uml
dot -Tsvg comp.dot > comp.svg.tmp
mv comp.svg.tmp comp.svg
dot -Tsvg comp-ext.dot > comp-ext.svg.tmp
mv comp-ext.svg.tmp comp-ext.svg
pandoc -V date="Version: $(git describe --long --dirty --all)" --toc --number-sections --standalone --self-contained architecture.md -o architecture.html
bash publish.sh
+ '[' /srv/pages/ci-broker '!=' unset ']'
+ echo web root set, publishing arch doc there
web root set, publishing arch doc there
+ install -d -m 0755 /srv/pages/ci-broker
+ install -m 0644 ./architecture.html ./ci-broker.html ./userguide.html /srv/pages/ci-broker
make: Leaving directory '/srv/http/5c3c0fad-f61b-4eea-a8e0-cd243190e9a4/src/doc'