These raw log messages are meant to help Ambient developers figure out problems. You can ignore them.
{
"type": "executor_starts",
"name": "ambient-execute-plan",
"version": "0.13.1@52633e5",
"timestamp": {
"secs_since_epoch": 1774336398,
"nanos_since_epoch": 638002764
},
"log_source": "Plan"
}{
"type": "runnable_plan",
"steps": [
{
"action": "mkdir",
"pathname": "/ci"
},
{
"action": "mkdir",
"pathname": "/ci/artifacts"
},
{
"action": "tar_extract",
"archive": "/dev/vdc",
"directory": "/ci/src"
},
{
"action": "tar_extract",
"archive": "/dev/vdf",
"directory": "/ci/deps"
},
{
"action": "tar_extract",
"archive": "/dev/vde",
"directory": "/ci/cache"
},
{
"action": "shell",
"shell": "ln -sf /ci /workspace"
},
{
"action": "shell",
"shell": "git config --global user.name 'Ambient CI'"
},
{
"action": "shell",
"shell": "git config --global user.email ambient@example.com"
},
{
"action": "cargo_clippy"
},
{
"action": "shell",
"shell": "export CARGO_TARGET_DIR=/ci/cache\nexport CARGO_HOME=/ci/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /ci/artifacts/.\n"
},
{
"action": "custom",
"name": "dch",
"args": {
"debemail": "liw@liw.fi",
"debfullname": "Lars Wirzenius"
}
},
{
"action": "deb",
"packages": "."
},
{
"action": "tar_create",
"archive": "/dev/vde",
"directory": "/ci/cache"
},
{
"action": "tar_create",
"archive": "/dev/vdd",
"directory": "/ci/artifacts"
}
],
"executor_drive": "/dev/vdb",
"source_drive": "/dev/vdc",
"artifact_drive": "/dev/vdd",
"cache_drive": "/dev/vde",
"deps_drive": "/dev/vdf",
"workspace_dir": "/ci",
"source_dir": "/ci/src",
"deps_dir": "/ci/deps",
"cache_dir": "/ci/cache",
"artifacts_dir": "/ci/artifacts",
"timestamp": {
"secs_since_epoch": 1774336398,
"nanos_since_epoch": 638380336
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "mkdir",
"pathname": "/ci",
"timestamp": {
"secs_since_epoch": 1774336398,
"nanos_since_epoch": 638616149
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "mkdir",
"pathname": "/ci",
"timestamp": {
"secs_since_epoch": 1774336398,
"nanos_since_epoch": 638868158
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "mkdir",
"pathname": "/ci/artifacts",
"timestamp": {
"secs_since_epoch": 1774336398,
"nanos_since_epoch": 639026444
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "mkdir",
"pathname": "/ci/artifacts",
"timestamp": {
"secs_since_epoch": 1774336398,
"nanos_since_epoch": 639054676
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vdc",
"directory": "/ci/src",
"timestamp": {
"secs_since_epoch": 1774336398,
"nanos_since_epoch": 639238378
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vdc",
"directory": "/ci/src",
"timestamp": {
"secs_since_epoch": 1774336398,
"nanos_since_epoch": 685087335
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vdf",
"directory": "/ci/deps",
"timestamp": {
"secs_since_epoch": 1774336398,
"nanos_since_epoch": 685115583
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vdf",
"directory": "/ci/deps",
"timestamp": {
"secs_since_epoch": 1774336400,
"nanos_since_epoch": 726488768
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vde",
"directory": "/ci/cache",
"timestamp": {
"secs_since_epoch": 1774336400,
"nanos_since_epoch": 726525853
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vde",
"directory": "/ci/cache",
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 776823602
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "ln -sf /ci /workspace",
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 776894365
},
"log_source": "Plan"
}{
"type": "start_program",
"argv": [
{
"Unix": [
98,
97,
115,
104
]
},
{
"Unix": [
45,
99
]
},
{
"Unix": [
115,
101,
116,
32,
45,
120,
101,
117,
111,
32,
112,
105,
112,
101,
102,
97,
105,
108,
10,
108,
110,
32,
45,
115,
102,
32,
47,
99,
105,
32,
47,
119,
111,
114,
107,
115,
112,
97,
99,
101,
10
]
}
],
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 776911576
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ ln -sf /ci /workspace\n",
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 781143066
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "ln -sf /ci /workspace",
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 781256683
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "git config --global user.name 'Ambient CI'",
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 781260866
},
"log_source": "Plan"
}{
"type": "start_program",
"argv": [
{
"Unix": [
98,
97,
115,
104
]
},
{
"Unix": [
45,
99
]
},
{
"Unix": [
115,
101,
116,
32,
45,
120,
101,
117,
111,
32,
112,
105,
112,
101,
102,
97,
105,
108,
10,
103,
105,
116,
32,
99,
111,
110,
102,
105,
103,
32,
45,
45,
103,
108,
111,
98,
97,
108,
32,
117,
115,
101,
114,
46,
110,
97,
109,
101,
32,
39,
65,
109,
98,
105,
101,
110,
116,
32,
67,
73,
39,
10
]
}
],
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 781462313
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ git config --global user.name 'Ambient CI'\n",
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 787592470
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "git config --global user.name 'Ambient CI'",
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 787764925
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "git config --global user.email ambient@example.com",
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 787769138
},
"log_source": "Plan"
}{
"type": "start_program",
"argv": [
{
"Unix": [
98,
97,
115,
104
]
},
{
"Unix": [
45,
99
]
},
{
"Unix": [
115,
101,
116,
32,
45,
120,
101,
117,
111,
32,
112,
105,
112,
101,
102,
97,
105,
108,
10,
103,
105,
116,
32,
99,
111,
110,
102,
105,
103,
32,
45,
45,
103,
108,
111,
98,
97,
108,
32,
117,
115,
101,
114,
46,
101,
109,
97,
105,
108,
32,
97,
109,
98,
105,
101,
110,
116,
64,
101,
120,
97,
109,
112,
108,
101,
46,
99,
111,
109,
10
]
}
],
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 787986999
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ git config --global user.email ambient@example.com\n",
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 790503402
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "git config --global user.email ambient@example.com",
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 790683421
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "cargo_clippy",
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 790687360
},
"log_source": "Plan"
}{
"type": "start_program",
"argv": [
{
"Unix": [
99,
97,
114,
103,
111
]
},
{
"Unix": [
45,
45,
118,
101,
114,
115,
105,
111,
110
]
}
],
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 790923161
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "cargo 1.94.0 (85eff7c80 2026-01-15)\n",
"stderr": "",
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 935127884
},
"log_source": "Plan"
}{
"type": "start_program",
"argv": [
{
"Unix": [
99,
97,
114,
103,
111
]
},
{
"Unix": [
99,
108,
105,
112,
112,
121
]
},
{
"Unix": [
45,
45,
118,
101,
114,
115,
105,
111,
110
]
}
],
"timestamp": {
"secs_since_epoch": 1774336412,
"nanos_since_epoch": 938844692
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "clippy 0.1.94 (4a4ef493e3 2026-03-02)\n",
"stderr": "",
"timestamp": {
"secs_since_epoch": 1774336413,
"nanos_since_epoch": 169581961
},
"log_source": "Plan"
}{
"type": "start_program",
"argv": [
{
"Unix": [
114,
117,
115,
116,
99
]
},
{
"Unix": [
45,
45,
118,
101,
114,
115,
105,
111,
110
]
}
],
"timestamp": {
"secs_since_epoch": 1774336413,
"nanos_since_epoch": 169624193
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "rustc 1.94.0 (4a4ef493e 2026-03-02)\n",
"stderr": "",
"timestamp": {
"secs_since_epoch": 1774336413,
"nanos_since_epoch": 216895485
},
"log_source": "Plan"
}{
"type": "start_program",
"argv": [
{
"Unix": [
99,
97,
114,
103,
111
]
},
{
"Unix": [
99,
108,
105,
112,
112,
121
]
},
{
"Unix": [
45,
45,
111,
102,
102,
108,
105,
110,
101
]
},
{
"Unix": [
45,
45,
108,
111,
99,
107,
101,
100
]
},
{
"Unix": [
45,
45,
119,
111,
114,
107,
115,
112,
97,
99,
101
]
},
{
"Unix": [
45,
45,
97,
108,
108,
45,
116,
97,
114,
103,
101,
116,
115
]
},
{
"Unix": [
45,
45,
110,
111,
45,
100,
101,
112,
115
]
},
{
"Unix": [
45,
45
]
},
{
"Unix": [
45,
45,
100,
101,
110,
121
]
},
{
"Unix": [
119,
97,
114,
110,
105,
110,
103,
115
]
}
],
"timestamp": {
"secs_since_epoch": 1774336413,
"nanos_since_epoch": 219748557
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": " Compiling radicle-ci-broker v0.27.0 (/ci/src)\n Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s\n",
"timestamp": {
"secs_since_epoch": 1774336416,
"nanos_since_epoch": 742833084
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "cargo_clippy",
"timestamp": {
"secs_since_epoch": 1774336416,
"nanos_since_epoch": 746621297
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "export CARGO_TARGET_DIR=/ci/cache\nexport CARGO_HOME=/ci/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /ci/artifacts/.\n",
"timestamp": {
"secs_since_epoch": 1774336416,
"nanos_since_epoch": 748632081
},
"log_source": "Plan"
}{
"type": "start_program",
"argv": [
{
"Unix": [
98,
97,
115,
104
]
},
{
"Unix": [
45,
99
]
},
{
"Unix": [
115,
101,
116,
32,
45,
120,
101,
117,
111,
32,
112,
105,
112,
101,
102,
97,
105,
108,
10,
101,
120,
112,
111,
114,
116,
32,
67,
65,
82,
71,
79,
95,
84,
65,
82,
71,
69,
84,
95,
68,
73,
82,
61,
47,
99,
105,
47,
99,
97,
99,
104,
101,
10,
101,
120,
112,
111,
114,
116,
32,
67,
65,
82,
71,
79,
95,
72,
79,
77,
69,
61,
47,
99,
105,
47,
100,
101,
112,
115,
10,
101,
120,
112,
111,
114,
116,
32,
72,
79,
77,
69,
61,
47,
114,
111,
111,
116,
10,
101,
120,
112,
111,
114,
116,
32,
80,
65,
84,
72,
61,
34,
47,
114,
111,
111,
116,
47,
46,
99,
97,
114,
103,
111,
47,
98,
105,
110,
58,
47,
114,
111,
111,
116,
47,
46,
114,
97,
100,
105,
99,
108,
101,
47,
98,
105,
110,
58,
36,
80,
65,
84,
72,
34,
10,
10,
35,
32,
67,
104,
101,
99,
107,
32,
116,
104,
97,
116,
32,
96,
114,
97,
100,
96,
32,
105,
115,
32,
116,
104,
101,
114,
101,
46,
10,
114,
97,
100,
32,
45,
45,
104,
101,
108,
112,
32,
62,
47,
100,
101,
118,
47,
110,
117,
108,
108,
32,
124,
124,
32,
40,
101,
99,
104,
111,
32,
114,
97,
100,
32,
105,
115,
32,
110,
111,
116,
32,
116,
104,
101,
114,
101,
59,
32,
101,
120,
105,
116,
32,
49,
41,
10,
10,
99,
97,
114,
103,
111,
32,
100,
111,
99,
32,
45,
45,
119,
111,
114,
107,
115,
112,
97,
99,
101,
32,
45,
45,
110,
111,
45,
100,
101,
112,
115,
10,
10,
35,
32,
70,
73,
88,
77,
69,
58,
32,
87,
101,
32,
99,
97,
110,
39,
116,
32,
114,
117,
110,
32,
117,
112,
103,
114,
97,
100,
101,
32,
116,
101,
115,
116,
115,
32,
102,
114,
111,
109,
32,
111,
108,
100,
101,
114,
32,
118,
101,
114,
115,
105,
111,
110,
115,
32,
98,
101,
99,
97,
117,
115,
101,
10,
35,
32,
65,
109,
98,
105,
101,
110,
116,
32,
111,
110,
108,
121,
32,
102,
101,
116,
99,
104,
101,
115,
32,
100,
101,
112,
101,
110,
100,
101,
110,
99,
105,
101,
115,
32,
102,
111,
114,
32,
116,
104,
101,
32,
99,
117,
114,
114,
101,
110,
116,
32,
118,
101,
114,
115,
105,
111,
110,
46,
10,
35,
32,
84,
104,
117,
115,
44,
32,
119,
101,
32,
99,
97,
110,
39,
116,
32,
98,
117,
105,
108,
100,
32,
116,
104,
101,
32,
111,
108,
100,
32,
118,
101,
114,
115,
105,
111,
110,
115,
46,
32,
84,
104,
105,
115,
32,
105,
115,
32,
97,
110,
32,
65,
109,
98,
105,
101,
110,
116,
10,
35,
32,
112,
114,
111,
98,
108,
101,
109,
32,
116,
104,
97,
116,
32,
119,
101,
32,
99,
97,
110,
39,
116,
32,
102,
105,
120,
32,
104,
101,
114,
101,
46,
32,
83,
111,
32,
119,
101,
32,
115,
107,
105,
112,
32,
116,
104,
101,
32,
117,
112,
103,
114,
97,
100,
101,
32,
116,
101,
115,
116,
115,
46,
10,
101,
120,
112,
111,
114,
116,
32,
82,
65,
68,
95,
80,
65,
83,
83,
80,
72,
82,
65,
69,
61,
115,
101,
99,
114,
101,
116,
10,
114,
97,
100,
32,
97,
117,
116,
104,
32,
45,
45,
97,
108,
105,
97,
115,
32,
97,
109,
98,
105,
101,
110,
116,
10,
101,
110,
118,
10,
99,
97,
114,
103,
111,
32,
116,
101,
115,
116,
32,
45,
45,
119,
111,
114,
107,
115,
112,
97,
99,
101,
32,
45,
45,
110,
111,
45,
102,
97,
105,
108,
45,
102,
97,
115,
116,
32,
45,
45,
32,
45,
45,
115,
107,
105,
112,
32,
117,
112,
103,
114,
97,
100,
101,
32,
45,
45,
116,
101,
115,
116,
45,
116,
104,
114,
101,
97,
100,
115,
32,
50,
10,
10,
115,
117,
98,
112,
108,
111,
116,
32,
100,
111,
99,
103,
101,
110,
32,
99,
105,
45,
98,
114,
111,
107,
101,
114,
46,
115,
117,
98,
112,
108,
111,
116,
32,
45,
111,
32,
100,
111,
99,
47,
99,
105,
45,
98,
114,
111,
107,
101,
114,
46,
104,
116,
109,
108,
10,
115,
117,
98,
112,
108,
111,
116,
32,
100,
111,
99,
103,
101,
110,
32,
100,
111,
99,
47,
117,
115,
101,
114,
103,
117,
105,
100,
101,
46,
115,
117,
98,
112,
108,
111,
116,
32,
45,
111,
32,
100,
111,
99,
47,
117,
115,
101,
114,
103,
117,
105,
100,
101,
46,
104,
116,
109,
108,
10,
109,
97,
107,
101,
32,
45,
67,
32,
100,
111,
99,
10,
99,
112,
32,
100,
111,
99,
47,
42,
46,
104,
116,
109,
108,
32,
47,
99,
105,
47,
97,
114,
116,
105,
102,
97,
99,
116,
115,
47,
46,
10,
10
]
}
],
"timestamp": {
"secs_since_epoch": 1774336416,
"nanos_since_epoch": 760977140
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "\nInitializing your radicle š¾ identity\n\nā Creating your Ed25519 keypair...\nā Your Radicle DID is did:key:z6MkeWYCcMBKqL8abWH1HVDXHYGaHitC46h51RbND6LbBsPt. This identifies your device. Run `rad self` to show it at all times.\nā You're all set.\n\nTo create a Radicle repository, run `rad init` from a Git repository with at least one commit.\nTo clone a repository, run `rad clone <rid>`. For example, `rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5` clones the Radicle 'heartwood' repository.\nTo get a list of all commands, run `rad`.\nCARGO_TARGET_DIR=/ci/cache\nPWD=/ci/src\nSYSTEMD_EXEC_PID=283\nHOME=/root\nLANG=C.UTF-8\nCARGO_HOME=/ci/deps\nINVOCATION_ID=2fb43f30fb644d28b16c94210bcb49f5\nRAD_PASSPHRAE=secret\nSHLVL=2\nJOURNAL_STREAM=8:12689\nPATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\nOLDPWD=/\n_=/usr/bin/env\n\nrunning 87 tests\ntest adapter::test::adapter_does_not_exist ... ok\ntest adapter::test::adapter_ends_ok_before_first_message ... ok\ntest adapter::test::adapter_ends_ok_before_second_message ... ok\ntest adapter::test::adapter_exits_nonzero ... ok\ntest adapter::test::adapter_first_message_isnt_triggered ... ok\ntest adapter::test::adapter_has_bad_interpreter ... ok\ntest adapter::test::adapter_is_killed_after_second_message ... ok\ntest adapter::test::adapter_is_killed_before_any_messages ... ok\ntest adapter::test::adapter_is_killed_before_first_message ... ok\ntest adapter::test::adapter_is_not_executable ... ok\ntest adapter::test::adapter_outputs_too_many_messages ... ok\ntest adapter::test::adapter_produces_as_bad_message ... ok\ntest adapter::test::adapter_reports_failure ... ok\ntest adapter::test::adapter_reports_success ... ok\ntest broker::test::adapter_fails ... ok\ntest ci_event::test::branch_created ... ok\ntest broker::test::executes_adapter ... ok\ntest ci_event::test::branch_deleted ... ok\ntest ci_event::test::diff_refs ... ok\ntest ci_event::test::branch_updated ... ok\ntest ci_event::test::nothing_updated ... ok\ntest ci_event::test::patch_created ... ok\ntest ci_event::test::patch_updated ... ok\ntest ci_event::test::skipped ... ok\ntest ci_event::test_parsed_ref::patch ... ok\ntest ci_event::test_parsed_ref::branch ... ok\ntest config::test::parse_config_yaml ... ok\ntest config::test::parse_config_yaml_without_max_run_time ... ok\ntest filter::test::allows_all_for_default_repository ... ok\ntest filter::test::allows_all_for_main_branch ... ok\ntest filter::test::allows_all_for_right_node ... ok\ntest filter::test::allows_any_event ... ok\ntest filter::test::allows_branch_creation ... ok\ntest filter::test::allows_branch_deletion ... ok\ntest filter::test::allows_branch_update ... ok\ntest filter::test::allows_if_all_allow ... ok\ntest filter::test::allows_if_any_allows ... ok\ntest filter::test::allows_no_event ... ok\ntest filter::test::allows_none_for_wrong_node ... ok\ntest filter::test::allows_opposite ... ok\ntest ci_event::test_parsed_ref::tag ... ok\ntest filter::test::allows_patch_creation ... ok\ntest filter::test::allows_patch_update ... ok\ntest filter::test::allows_shutdown ... ok\ntest filter::test::allows_specific_patch ... ok\ntest filter::test::deserialize_yaml_nested_not ... ok\ntest filter::test::allows_wanted_tag ... ok\ntest filter::test::doesnt_allow_any_for_other_branch ... ok\ntest filter::test::doesnt_allow_any_for_other_repository ... ok\ntest filter::test::doesnt_allow_unexpected_tag ... ok\ntest filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_prefix ... ok\ntest filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_suffix ... ok\ntest filter::test::doesnt_allows_other_patch ... ok\ntest filter::test::only_allows_branch_creation ... ok\ntest filter::test::only_allows_branch_deletion ... ok\ntest filter::test::only_allows_branch_update ... ok\ntest filter::test::only_allows_patch_creation ... ok\ntest filter::test::only_allows_patch_update ... ok\ntest filter::test::yaml_roundtrip ... ok\ntest msg::trigger_from_ci_event_tests::trigger_patch_from_patch_updated ... ok\ntest msg::trigger_from_ci_event_tests::trigger_patch_from_patch_created ... ok\ntest msg::trigger_from_ci_event_tests::trigger_push_from_branch_created ... ok\ntest refs::test::creates_patch_from_str ... ok\ntest msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... ok\ntest refs::test::extracts_branch_namespaced_branch ... ok\ntest refs::test::namespaced_branch_from_plain ... ok\ntest refs::test::plain_branch_name ... ok\ntest refs::test::qualified_branch_name_from_plain ... ok\ntest refs::test::ref_string_from_plain_branch_name ... ok\ntest run::test::serialize_run_state ... ok\ntest sensitive::test_sensitive::debugged ... ok\ntest sensitive::test_sensitive::displayed ... ok\ntest sensitive::test_sensitive::deser ... ok\ntest sensitive::test_sensitive::ser ... ok\ntest timeoutcmd::tests::bin_false ... ok\ntest timeoutcmd::tests::bin_true ... ok\ntest timeoutcmd::tests::hello_world ... ok\ntest timeoutcmd::tests::hello_world_to_stderr ... ok\ntest timeoutcmd::tests::kill_stderr ... ok\ntest timeoutcmd::tests::kill ... ok\ntest timeoutcmd::tests::pipe_through_cat ... ok\ntest timeoutcmd::tests::sleep_1 ... ok\ntest timeoutcmd::tests::sleep_for_too_long ... ok\ntest timeoutcmd::tests::yes_to_stderr ... ok\ntest timeoutcmd::tests::sleep_for_too_long_while_reading_with_realtimelines ... ok\ntest timeoutcmd::tests::yes_to_stdout ... ok\ntest timeoutcmd::tests::yes_to_stdout_while_reading_with_realtimelines ... ok\n\ntest result: ok. 87 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.95s\n\n\nrunning 0 tests\n\ntest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n\nrunning 0 tests\n\ntest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n\nrunning 0 tests\n\ntest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n\nrunning 0 tests\n\ntest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n\nrunning 73 tests\ntest adapter_with_url_runs_successfully ... ok\ntest add_information_about_run_that_s_finished_in_failure_to_database ... ok\ntest adapter_can_provide_url_for_info_on_run ... ok\ntest add_information_about_run_that_s_running_to_database ... ok\ntest add_information_about_run_that_s_finished_successfully_to_database ... ok\ntest allows_setting_minimum_log_level ... ok\ntest add_information_about_triggered_run_to_database ... ok\ntest can_add_a_branch_creation_event_to_queue ... ok\ntest can_add_a_branch_deletion_event_to_queue ... ok\ntest can_add_a_branch_update_event_to_queue ... ok\ntest can_add_a_patch_creation_event_to_queue ... ok\ntest can_add_a_patch_update_event_to_queue ... ok\ntest can_add_shutdown_event_to_queue ... ok\ntest can_output_trigger_message_for_a_ci_run ... ok\ntest can_remove_all_queued_events ... ok\ntest can_trigger_a_ci_run ... ok\ntest convert_recorded_node_events_into_ci_events ... ok\ntest can_shut_down_cleanly ... ok\ntest count_in_a_single_process has been running for over 60 seconds\ntest count_in_concurrent_processes has been running for over 60 seconds\ntest count_in_a_single_process ... ok\ntest create_a_repository ... ok\ntest don_t_insert_event_for_non_existent_repository ... ok\ntest count_in_concurrent_processes ... ok\ntest event_synthesizer_terminates_after_first_connection ... ok\ntest dummy_adapter_runs_successfully ... ok\ntest extract_cib_log_from_journald_and_pretty_print ... ok\ntest events_can_be_queued_and_removed_from_queue ... ok\ntest fails_run_if_building_trigger_fails__but_does_not_crash ... ok\ntest filter_predicate_allow ... ok\ntest filter_predicate_anydelegate ... ok\ntest filter_predicate_and ... ok\ntest filter_predicate_branch ... ok\ntest filter_predicate_branchcreated ... ok\ntest filter_predicate_branchdeleted ... ok\ntest filter_predicate_branchupdated ... ok\ntest filter_predicate_deny ... ok\ntest filter_predicate_defaultbranch ... ok\ntest filter_predicate_hasfile ... ok\ntest filter_predicate_not ... ok\ntest filter_predicate_node ... ok\ntest filter_predicate_repository ... ok\ntest filter_predicate_or ... ok\ntest filter_predicate_tag ... ok\ntest gives_helpful_error_message_if_it_doesn_t_understand_its_configuration_file ... ok\ntest filter_recorded_ci_events ... ok\ntest gives_helpful_error_message_if_node_socket_can_t_be_found ... ok\ntest handles_adapter_failing_on_a_failed_run ... ok\ntest handles_adapter_failing_on_a_successful_run ... ok\ntest insert_events_into_queue ... ok\ntest logs_adapter_stderr_output ... ok\ntest logs_start_and_successful_end ... ok\ntest logs_termination_due_to_error ... ok\ntest process_queued_events ... ok\ntest processes_empty_event_queue_successfully ... ok\ntest produces_a_json_status_file ... ok\ntest produces_a_report_page_upon_request ... ok\ntest queue_a_node_event_for_processing ... ok\ntest record_node_events ... ok\ntest refuses_config_with_an_unknown_field ... ok\ntest remove_information_about_a_run_from_the_database ... ok\ntest reports_it_version ... ok\ntest runs_adapter_on_each_type_of_event ... ok\ntest runs_adapter_with_configuration ... ok\ntest runs_adapter_without_a_report_directory ... ok\ntest runs_adapters_for_all_matching_triggers ... ok\ntest set_up_a_node ... ok\ntest shows_adapter_specification ... ok\ntest insert_many_events_into_queue ... ok\ntest shows_json_config_as_json ... ok\ntest shows_yaml_config_as_json ... ok\ntest stops_if_the_node_connection_breaks ... ok\ntest update_and_show_information_about_run_to_running ... ok\ntest we_can_run_rad ... ok\ntest smoke_test__runs_adapter ... ok\n\ntest result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 182.64s\n\n\nrunning 2 tests\ntest src/msg.rs - msg::RunId (line 51) ... ok\ntest src/timeoutcmd.rs - timeoutcmd (line 21) ... ok\n\ntest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\nall doctests ran in 0.66s; merged doctests compilation took 0.65s\nmake: Entering directory '/ci/src/doc'\n./messages.sh > messages.md\nsubplot docgen --date \"Version: $(git describe --long --dirty)\" architecture.subplot -o architecture.html\npandoc --standalone --metadata title=\"Radicle CI overview\" \"overview.md\" --output \"overview.html\"\npandoc --standalone --metadata title=\"Radicle CI event filter implementation\" \"filter-impl.md\" --output \"filter-impl.html\"\npandoc --standalone --metadata title=\"Radicle CI adapter implementation\" \"adapter-impl.md\" --output \"adapter-impl.html\"\nmake: Leaving directory '/ci/src/doc'\n",
"stderr": "+ export CARGO_TARGET_DIR=/ci/cache\n+ CARGO_TARGET_DIR=/ci/cache\n+ export CARGO_HOME=/ci/deps\n+ CARGO_HOME=/ci/deps\n+ export HOME=/root\n+ HOME=/root\n+ export PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n+ PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n+ rad --help\n+ cargo doc --workspace --no-deps\n Compiling radicle-ci-broker v0.27.0 (/ci/src)\n Documenting radicle-ci-broker v0.27.0 (/ci/src)\nwarning: unresolved link to `RunningProcess`\n --> src/adapter.rs:378:44\n |\n378 | /// Error from [`TimeoutCommand`] or [`RunningProcess`].\n | ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope\n |\n = help: to escape `[` and `]` characters, add '\\' before them like `\\[` or `\\]`\n = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default\n\nwarning: unresolved link to `RunningProcess`\n --> src/timeoutcmd.rs:74:24\n |\n74 | /// output. See also [`RunningProcess`].\n | ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope\n |\n = help: to escape `[` and `]` characters, add '\\' before them like `\\[` or `\\]`\n\nwarning: `radicle-ci-broker` (lib doc) generated 2 warnings\n Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s\n Generated /ci/cache/doc/radicle_ci_broker/index.html and 4 other files\n+ export RAD_PASSPHRAE=secret\n+ RAD_PASSPHRAE=secret\n+ rad auth --alias ambient\n+ env\n+ cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n Compiling radicle-ci-broker v0.27.0 (/ci/src)\n Finished `test` profile [unoptimized + debuginfo] target(s) in 4.49s\n Running unittests src/lib.rs (/ci/cache/debug/deps/radicle_ci_broker-80911f56819bd89a)\n Running unittests src/bin/cib.rs (/ci/cache/debug/deps/cib-1e5b52c60286cd20)\n Running unittests src/bin/cibtool.rs (/ci/cache/debug/deps/cibtool-a7f9ed504ab56244)\n Running unittests src/bin/default_branch.rs (/ci/cache/debug/deps/default_branch-078659664fedd5e3)\n Running unittests src/bin/synthetic-events.rs (/ci/cache/debug/deps/synthetic_events-673067e621a01528)\n Running tests/subplot.rs (/ci/cache/debug/deps/subplot-3201ebd02d7c79f8)\n Doc-tests radicle_ci_broker\n+ subplot docgen ci-broker.subplot -o doc/ci-broker.html\n INFO Starting Subplot\n INFO Subplot finished successfully\n+ subplot docgen doc/userguide.subplot -o doc/userguide.html\n INFO Starting Subplot\n INFO Subplot finished successfully\n+ make -C doc\nfatal: No names found, cannot describe anything.\n INFO Starting Subplot\n INFO Subplot finished successfully\n+ cp doc/adapter-impl.html doc/architecture.html doc/ci-broker.html doc/filter-impl.html doc/overview.html doc/userguide.html /ci/artifacts/.\n",
"timestamp": {
"secs_since_epoch": 1774336623,
"nanos_since_epoch": 180655307
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "export CARGO_TARGET_DIR=/ci/cache\nexport CARGO_HOME=/ci/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /ci/artifacts/.\n",
"timestamp": {
"secs_since_epoch": 1774336623,
"nanos_since_epoch": 337880788
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "custom",
"name": "dch",
"args": {
"debfullname": "Lars Wirzenius",
"debemail": "liw@liw.fi"
},
"timestamp": {
"secs_since_epoch": 1774336623,
"nanos_since_epoch": 338034127
},
"log_source": "Plan"
}{
"type": "custom_action_starts",
"source": "/ci/src",
"custom": {
"name": "dch",
"args": {
"debfullname": "Lars Wirzenius",
"debemail": "liw@liw.fi"
}
},
"exe": ".ambient/dch",
"exe_exists": false,
"timestamp": {
"secs_since_epoch": 1774336623,
"nanos_since_epoch": 338056081
},
"log_source": "Plan"
}{
"type": "custom_action_output",
"stdout": [
72,
69,
65,
68,
32,
105,
115,
32,
110,
111,
119,
32,
97,
116,
32,
57,
56,
48,
100,
102,
49,
102,
53,
32,
99,
104,
111,
114,
101,
58,
32,
112,
114,
101,
112,
97,
114,
101,
32,
114,
101,
108,
101,
97,
115,
101,
32,
48,
46,
50,
55,
46,
48,
10,
82,
101,
109,
111,
118,
105,
110,
103,
32,
100,
111,
99,
47,
97,
100,
97,
112,
116,
101,
114,
45,
105,
109,
112,
108,
46,
104,
116,
109,
108,
10,
82,
101,
109,
111,
118,
105,
110,
103,
32,
100,
111,
99,
47,
97,
114,
99,
104,
105,
116,
101,
99,
116,
117,
114,
101,
46,
104,
116,
109,
108,
10,
82,
101,
109,
111,
118,
105,
110,
103,
32,
100,
111,
99,
47,
99,
105,
45,
98,
114,
111,
107,
101,
114,
46,
104,
116,
109,
108,
10,
82,
101,
109,
111,
118,
105,
110,
103,
32,
100,
111,
99,
47,
102,
105,
108,
116,
101,
114,
45,
105,
109,
112,
108,
46,
104,
116,
109,
108,
10,
82,
101,
109,
111,
118,
105,
110,
103,
32,
100,
111,
99,
47,
109,
101,
115,
115,
97,
103,
101,
115,
46,
109,
100,
10,
82,
101,
109,
111,
118,
105,
110,
103,
32,
100,
111,
99,
47,
111,
118,
101,
114,
118,
105,
101,
119,
46,
104,
116,
109,
108,
10,
82,
101,
109,
111,
118,
105,
110,
103,
32,
100,
111,
99,
47,
117,
115,
101,
114,
103,
117,
105,
100,
101,
46,
104,
116,
109,
108,
10
],
"stderr": [
43,
32,
101,
120,
112,
111,
114,
116,
32,
39,
68,
69,
66,
69,
77,
65,
73,
76,
61,
34,
108,
105,
119,
64,
108,
105,
119,
46,
102,
105,
34,
39,
10,
43,
32,
68,
69,
66,
69,
77,
65,
73,
76,
61,
39,
34,
108,
105,
119,
64,
108,
105,
119,
46,
102,
105,
34,
39,
10,
43,
32,
101,
120,
112,
111,
114,
116,
32,
39,
68,
69,
66,
70,
85,
76,
76,
78,
65,
77,
69,
61,
34,
76,
97,
114,
115,
32,
87,
105,
114,
122,
101,
110,
105,
117,
115,
34,
39,
10,
43,
32,
68,
69,
66,
70,
85,
76,
76,
78,
65,
77,
69,
61,
39,
34,
76,
97,
114,
115,
32,
87,
105,
114,
122,
101,
110,
105,
117,
115,
34,
39,
10,
43,
32,
101,
120,
112,
111,
114,
116,
32,
67,
65,
82,
71,
79,
95,
84,
65,
82,
71,
69,
84,
95,
68,
73,
82,
61,
47,
119,
111,
114,
107,
115,
112,
97,
99,
101,
47,
99,
97,
99,
104,
101,
10,
43,
32,
67,
65,
82,
71,
79,
95,
84,
65,
82,
71,
69,
84,
95,
68,
73,
82,
61,
47,
119,
111,
114,
107,
115,
112,
97,
99,
101,
47,
99,
97,
99,
104,
101,
10,
43,
32,
101,
120,
112,
111,
114,
116,
32,
67,
65,
82,
71,
79,
95,
72,
79,
77,
69,
61,
47,
119,
111,
114,
107,
115,
112,
97,
99,
101,
47,
100,
101,
112,
115,
10,
43,
32,
67,
65,
82,
71,
79,
95,
72,
79,
77,
69,
61,
47,
119,
111,
114,
107,
115,
112,
97,
99,
101,
47,
100,
101,
112,
115,
10,
43,
32,
101,
120,
112,
111,
114,
116,
32,
72,
79,
77,
69,
61,
47,
114,
111,
111,
116,
10,
43,
32,
72,
79,
77,
69,
61,
47,
114,
111,
111,
116,
10,
43,
32,
101,
120,
112,
111,
114,
116,
32,
80,
65,
84,
72,
61,
47,
114,
111,
111,
116,
47,
46,
99,
97,
114,
103,
111,
47,
98,
105,
110,
58,
47,
114,
111,
111,
116,
47,
46,
99,
97,
114,
103,
111,
47,
98,
105,
110,
58,
47,
117,
115,
114,
47,
108,
111,
99,
97,
108,
47,
115,
98,
105,
110,
58,
47,
117,
115,
114,
47,
108,
111,
99,
97,
108,
47,
98,
105,
110,
58,
47,
117,
115,
114,
47,
115,
98,
105,
110,
58,
47,
117,
115,
114,
47,
98,
105,
110,
58,
47,
115,
98,
105,
110,
58,
47,
98,
105,
110,
10,
43,
32,
80,
65,
84,
72,
61,
47,
114,
111,
111,
116,
47,
46,
99,
97,
114,
103,
111,
47,
98,
105,
110,
58,
47,
114,
111,
111,
116,
47,
46,
99,
97,
114,
103,
111,
47,
98,
105,
110,
58,
47,
117,
115,
114,
47,
108,
111,
99,
97,
108,
47,
115,
98,
105,
110,
58,
47,
117,
115,
114,
47,
108,
111,
99,
97,
108,
47,
98,
105,
110,
58,
47,
117,
115,
114,
47,
115,
98,
105,
110,
58,
47,
117,
115,
114,
47,
98,
105,
110,
58,
47,
115,
98,
105,
110,
58,
47,
98,
105,
110,
10,
43,
32,
103,
105,
116,
32,
114,
101,
115,
101,
116,
32,
45,
45,
104,
97,
114,
100,
10,
43,
32,
103,
105,
116,
32,
99,
108,
101,
97,
110,
32,
45,
102,
100,
120,
10,
43,
43,
32,
100,
112,
107,
103,
45,
112,
97,
114,
115,
101,
99,
104,
97,
110,
103,
101,
108,
111,
103,
32,
45,
83,
86,
101,
114,
115,
105,
111,
110,
10,
43,
43,
32,
115,
101,
100,
32,
39,
115,
47,
45,
91,
94,
45,
93,
42,
36,
47,
47,
39,
10,
43,
32,
86,
61,
48,
46,
50,
55,
46,
48,
10,
43,
43,
32,
100,
97,
116,
101,
32,
45,
117,
32,
43,
37,
89,
37,
109,
37,
100,
84,
37,
72,
37,
77,
37,
83,
10,
43,
32,
84,
61,
50,
48,
50,
54,
48,
51,
50,
52,
84,
48,
55,
49,
55,
48,
51,
10,
43,
32,
118,
101,
114,
115,
105,
111,
110,
61,
48,
46,
50,
55,
46,
48,
46,
99,
105,
50,
48,
50,
54,
48,
51,
50,
52,
84,
48,
55,
49,
55,
48,
51,
45,
49,
10,
43,
32,
100,
99,
104,
32,
45,
118,
32,
48,
46,
50,
55,
46,
48,
46,
99,
105,
50,
48,
50,
54,
48,
51,
50,
52,
84,
48,
55,
49,
55,
48,
51,
45,
49,
32,
39,
67,
73,
32,
98,
117,
105,
108,
100,
32,
117,
110,
100,
101,
114,
32,
65,
109,
98,
105,
101,
110,
116,
46,
39,
10,
43,
32,
100,
99,
104,
32,
45,
114,
32,
39,
39,
10
],
"timestamp": {
"secs_since_epoch": 1774336623,
"nanos_since_epoch": 593635828
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "custom",
"name": "dch",
"args": {
"debemail": "liw@liw.fi",
"debfullname": "Lars Wirzenius"
},
"timestamp": {
"secs_since_epoch": 1774336623,
"nanos_since_epoch": 593903225
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "deb",
"packages": ".",
"timestamp": {
"secs_since_epoch": 1774336623,
"nanos_since_epoch": 645347227
},
"log_source": "Plan"
}{
"type": "start_program",
"argv": [
{
"Unix": [
47,
98,
105,
110,
47,
98,
97,
115,
104
]
},
{
"Unix": [
45,
99
]
},
{
"Unix": [
35,
33,
47,
117,
115,
114,
47,
98,
105,
110,
47,
101,
110,
118,
32,
98,
97,
115,
104,
10,
115,
101,
116,
32,
45,
120,
101,
117,
111,
32,
112,
105,
112,
101,
102,
97,
105,
108,
10,
10,
101,
99,
104,
111,
32,
34,
80,
65,
84,
72,
32,
97,
116,
32,
115,
116,
97,
114,
116,
58,
32,
36,
80,
65,
84,
72,
34,
10,
101,
120,
112,
111,
114,
116,
32,
80,
65,
84,
72,
61,
34,
47,
114,
111,
111,
116,
47,
46,
99,
97,
114,
103,
111,
47,
98,
105,
110,
58,
36,
80,
65,
84,
72,
34,
10,
101,
120,
112,
111,
114,
116,
32,
67,
65,
82,
71,
79,
95,
72,
79,
77,
69,
61,
47,
99,
105,
47,
100,
101,
112,
115,
10,
101,
120,
112,
111,
114,
116,
32,
68,
69,
66,
69,
77,
65,
73,
76,
61,
108,
105,
119,
64,
108,
105,
119,
46,
102,
105,
10,
101,
120,
112,
111,
114,
116,
32,
68,
69,
66,
70,
85,
76,
76,
78,
65,
77,
69,
61,
34,
76,
97,
114,
115,
32,
87,
105,
114,
122,
101,
110,
105,
117,
115,
34,
10,
47,
98,
105,
110,
47,
101,
110,
118,
10,
10,
99,
111,
109,
109,
97,
110,
100,
32,
45,
118,
32,
99,
97,
114,
103,
111,
10,
99,
111,
109,
109,
97,
110,
100,
32,
45,
118,
32,
114,
117,
115,
116,
99,
10,
10,
99,
97,
114,
103,
111,
32,
45,
45,
118,
101,
114,
115,
105,
111,
110,
10,
114,
117,
115,
116,
99,
32,
45,
45,
118,
101,
114,
115,
105,
111,
110,
10,
10,
35,
32,
71,
101,
116,
32,
110,
97,
109,
101,
32,
97,
110,
100,
32,
118,
101,
114,
115,
105,
111,
110,
32,
111,
102,
32,
115,
111,
117,
114,
99,
101,
32,
112,
97,
99,
107,
97,
103,
101,
46,
10,
110,
97,
109,
101,
61,
34,
36,
40,
100,
112,
107,
103,
45,
112,
97,
114,
115,
101,
99,
104,
97,
110,
103,
101,
108,
111,
103,
32,
45,
83,
83,
111,
117,
114,
99,
101,
41,
34,
10,
118,
101,
114,
115,
105,
111,
110,
61,
34,
36,
40,
100,
112,
107,
103,
45,
112,
97,
114,
115,
101,
99,
104,
97,
110,
103,
101,
108,
111,
103,
32,
45,
83,
86,
101,
114,
115,
105,
111,
110,
41,
34,
10,
10,
35,
32,
71,
101,
116,
32,
117,
112,
115,
116,
114,
101,
97,
109,
32,
118,
101,
114,
115,
105,
111,
110,
58,
32,
101,
118,
101,
114,
121,
116,
104,
105,
110,
103,
32,
98,
101,
102,
111,
114,
101,
32,
116,
104,
101,
32,
108,
97,
115,
116,
32,
100,
97,
115,
104,
46,
10,
117,
118,
61,
34,
36,
40,
101,
99,
104,
111,
32,
34,
36,
118,
101,
114,
115,
105,
111,
110,
34,
32,
124,
32,
115,
101,
100,
32,
39,
115,
47,
45,
91,
94,
45,
93,
42,
36,
47,
47,
39,
41,
34,
10,
10,
35,
32,
70,
105,
108,
101,
115,
32,
116,
104,
97,
116,
32,
119,
105,
108,
108,
32,
98,
101,
32,
99,
114,
101,
97,
116,
101,
100,
46,
10,
97,
114,
99,
104,
61,
34,
36,
40,
100,
112,
107,
103,
32,
45,
45,
112,
114,
105,
110,
116,
45,
97,
114,
99,
104,
105,
116,
101,
99,
116,
117,
114,
101,
41,
34,
10,
111,
114,
105,
103,
61,
34,
46,
46,
47,
36,
123,
110,
97,
109,
101,
125,
95,
36,
123,
117,
118,
125,
46,
111,
114,
105,
103,
46,
116,
97,
114,
46,
120,
122,
34,
10,
100,
101,
98,
61,
34,
46,
46,
47,
36,
123,
110,
97,
109,
101,
125,
95,
36,
123,
118,
101,
114,
115,
105,
111,
110,
125,
95,
36,
123,
97,
114,
99,
104,
125,
46,
100,
101,
98,
34,
10,
99,
104,
97,
110,
103,
101,
115,
61,
34,
46,
46,
47,
36,
123,
110,
97,
109,
101,
125,
95,
36,
123,
118,
101,
114,
115,
105,
111,
110,
125,
95,
36,
123,
97,
114,
99,
104,
125,
46,
99,
104,
97,
110,
103,
101,
115,
34,
10,
10,
35,
32,
67,
114,
101,
97,
116,
101,
32,
34,
117,
112,
115,
116,
114,
101,
97,
109,
32,
116,
97,
114,
98,
97,
108,
108,
34,
46,
10,
103,
105,
116,
32,
97,
114,
99,
104,
105,
118,
101,
32,
72,
69,
65,
68,
32,
124,
32,
120,
122,
32,
62,
34,
36,
111,
114,
105,
103,
34,
10,
10,
35,
32,
66,
117,
105,
108,
100,
32,
112,
97,
99,
107,
97,
103,
101,
46,
10,
100,
112,
107,
103,
45,
98,
117,
105,
108,
100,
112,
97,
99,
107,
97,
103,
101,
32,
45,
117,
115,
32,
45,
117,
99,
10,
10,
35,
32,
68,
117,
109,
112,
32,
115,
111,
109,
101,
32,
105,
110,
102,
111,
114,
109,
97,
116,
105,
111,
110,
32,
116,
111,
32,
109,
97,
107,
101,
32,
105,
116,
32,
101,
97,
115,
105,
101,
114,
32,
116,
111,
32,
118,
105,
115,
117,
97,
108,
108,
121,
32,
118,
101,
114,
105,
102,
121,
10,
35,
32,
101,
118,
101,
114,
121,
116,
104,
105,
110,
103,
32,
108,
111,
111,
107,
115,
32,
79,
75,
46,
32,
65,
108,
115,
111,
44,
32,
116,
101,
115,
116,
32,
116,
104,
101,
32,
112,
97,
99,
107,
97,
103,
101,
32,
119,
105,
116,
104,
32,
116,
104,
101,
32,
108,
105,
110,
116,
105,
97,
110,
32,
116,
111,
111,
108,
46,
10,
10,
108,
115,
32,
45,
108,
32,
46,
46,
10,
102,
111,
114,
32,
120,
32,
105,
110,
32,
46,
46,
47,
42,
46,
100,
101,
98,
59,
32,
100,
111,
32,
100,
112,
107,
103,
32,
45,
99,
32,
34,
36,
120,
34,
59,
32,
100,
111,
110,
101,
10,
35,
32,
70,
73,
88,
77,
69,
58,
32,
100,
105,
115,
97,
98,
108,
101,
100,
32,
119,
104,
105,
108,
101,
32,
116,
104,
105,
115,
32,
112,
114,
101,
118,
101,
110,
116,
115,
32,
114,
97,
100,
105,
99,
108,
101,
45,
110,
97,
116,
105,
118,
101,
45,
99,
105,
32,
100,
101,
98,
32,
102,
114,
111,
109,
32,
98,
101,
105,
110,
103,
32,
98,
117,
105,
108,
116,
46,
10,
35,
32,
108,
105,
110,
116,
105,
97,
110,
32,
45,
105,
32,
45,
45,
97,
108,
108,
111,
119,
45,
114,
111,
111,
116,
32,
45,
45,
102,
97,
105,
108,
45,
111,
110,
32,
119,
97,
114,
110,
105,
110,
103,
32,
46,
46,
47,
42,
46,
99,
104,
97,
110,
103,
101,
115,
10,
10,
35,
32,
77,
111,
118,
101,
32,
102,
105,
108,
101,
115,
32,
116,
111,
32,
97,
114,
116,
105,
102,
97,
99,
116,
115,
32,
100,
105,
114,
101,
99,
116,
111,
114,
121,
46,
10,
109,
118,
32,
46,
46,
47,
42,
95,
42,
32,
47,
99,
105,
47,
97,
114,
116,
105,
102,
97,
99,
116,
115,
47,
46,
10,
32,
32,
32,
32,
32,
32,
32,
32
]
}
],
"timestamp": {
"secs_since_epoch": 1774336623,
"nanos_since_epoch": 645578749
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\nDEBFULLNAME=Lars Wirzenius\nCARGO_TARGET_DIR=/ci/cache/cargo-target\nPWD=/ci/src\nSYSTEMD_EXEC_PID=283\nHOME=/root\nLANG=C.UTF-8\nCARGO_HOME=/ci/deps\nDEBEMAIL=liw@liw.fi\nINVOCATION_ID=2fb43f30fb644d28b16c94210bcb49f5\nSHLVL=2\nJOURNAL_STREAM=8:12689\nPATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\nOLDPWD=/\n_=/bin/env\n/root/.cargo/bin/cargo\n/root/.cargo/bin/rustc\ncargo 1.94.0 (85eff7c80 2026-01-15)\nrustc 1.94.0 (4a4ef493e 2026-03-02)\ndpkg-buildpackage: info: source package radicle-ci-broker\ndpkg-buildpackage: info: source version 0.27.0.ci20260324T071703-1\ndpkg-buildpackage: info: source distribution unstable\ndpkg-buildpackage: info: source changed by \"Lars Wirzenius\" <\"liw@liw.fi\">\ndpkg-buildpackage: info: host architecture amd64\ndh clean\n dh_auto_clean\n dh_clean\ndpkg-source: info: using source format '3.0 (quilt)'\ndpkg-source: info: building radicle-ci-broker using existing ./radicle-ci-broker_0.27.0.ci20260324T071703.orig.tar.xz\ndpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.27.0.ci20260324T071703-1.debian.tar.xz\ndpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.27.0.ci20260324T071703-1.dsc\ndh build\n dh_update_autotools_config\n dh_autoreconf\n dh_auto_configure\n debian/rules override_dh_auto_build\nmake[1]: Entering directory '/ci/src'\ntrue\nmake[1]: Leaving directory '/ci/src'\n debian/rules override_dh_auto_test\nmake[1]: Entering directory '/ci/src'\necho tests are disabled, for now\ntests are disabled, for now\nmake[1]: Leaving directory '/ci/src'\n create-stamp debian/debhelper-build-stamp\ndh binary\n dh_testroot\n dh_prep\n debian/rules override_dh_auto_install\nmake[1]: Entering directory '/ci/src'\ncargo install --offline --locked --path=. --root=debian/radicle-ci-broker/usr --bin cib --bin cibtool\nfind debian -name '.crates*.*' -delete\nmake[1]: Leaving directory '/ci/src'\n dh_installdocs\n dh_installchangelogs\n dh_installman\n dh_lintian\n dh_perl\n dh_link\n dh_strip_nondeterminism\n dh_compress\n dh_fixperms\n dh_missing\n dh_strip\n dh_makeshlibs\n dh_shlibdeps\n dh_installdeb\n dh_gencontrol\n dh_md5sums\n dh_builddeb\ndpkg-deb: building package 'radicle-ci-broker-dbgsym' in '../radicle-ci-broker-dbgsym_0.27.0.ci20260324T071703-1_amd64.deb'.\ndpkg-deb: building package 'radicle-ci-broker' in '../radicle-ci-broker_0.27.0.ci20260324T071703-1_amd64.deb'.\ndpkg-genchanges: info: including full source code in upload\ndpkg-buildpackage: info: full upload (original source is included)\ntotal 91928\ndrwxr-xr-x 2 root root 4096 Mar 24 07:17 artifacts\ndrwxr-xr-x 6 root root 4096 Mar 24 06:43 cache\ndrwxr-xr-x 3 root root 4096 Mar 24 07:13 deps\n-rw-r--r-- 1 root root 87049796 Mar 24 07:18 radicle-ci-broker-dbgsym_0.27.0.ci20260324T071703-1_amd64.deb\n-rw-r--r-- 1 root root 2380 Mar 24 07:17 radicle-ci-broker_0.27.0.ci20260324T071703-1.debian.tar.xz\n-rw-r--r-- 1 root root 1078 Mar 24 07:17 radicle-ci-broker_0.27.0.ci20260324T071703-1.dsc\n-rw-r--r-- 1 root root 6371 Mar 24 07:18 radicle-ci-broker_0.27.0.ci20260324T071703-1_amd64.buildinfo\n-rw-r--r-- 1 root root 2640 Mar 24 07:18 radicle-ci-broker_0.27.0.ci20260324T071703-1_amd64.changes\n-rw-r--r-- 1 root root 6510800 Mar 24 07:18 radicle-ci-broker_0.27.0.ci20260324T071703-1_amd64.deb\n-rw-r--r-- 1 root root 530912 Mar 24 07:17 radicle-ci-broker_0.27.0.ci20260324T071703.orig.tar.xz\ndrwxr-xr-x 10 root root 4096 Mar 24 07:17 src\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/lib/\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/lib/debug/\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/lib/debug/.build-id/\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/lib/debug/.build-id/01/\n-rw-r--r-- root/root 44084048 2026-03-24 07:17 ./usr/lib/debug/.build-id/01/1e20359e74c085235745ca6a6a9383a49e7d84.debug\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/lib/debug/.build-id/fe/\n-rw-r--r-- root/root 47811168 2026-03-24 07:17 ./usr/lib/debug/.build-id/fe/32f8dd69f68891493a95559d26c298af85e5c7.debug\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/share/\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/share/doc/\nlrwxrwxrwx root/root 0 2026-03-24 07:17 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/bin/\n-rwxr-xr-x root/root 10530136 2026-03-24 07:17 ./usr/bin/cib\n-rwxr-xr-x root/root 12044416 2026-03-24 07:17 ./usr/bin/cibtool\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/share/\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/share/doc/\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/share/doc/radicle-ci-broker/\n-rw-r--r-- root/root 732 2026-03-24 07:17 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz\n-rw-r--r-- root/root 396 2026-03-24 07:17 ./usr/share/doc/radicle-ci-broker/copyright\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/share/lintian/\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/share/lintian/overrides/\n-rw-r--r-- root/root 120 2026-03-24 07:17 ./usr/share/lintian/overrides/radicle-ci-broker\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/share/man/\ndrwxr-xr-x root/root 0 2026-03-24 07:17 ./usr/share/man/man1/\n-rw-r--r-- root/root 298 2026-03-24 07:17 ./usr/share/man/man1/cib.1.gz\n-rw-r--r-- root/root 277 2026-03-24 07:17 ./usr/share/man/man1/cibtool.1.gz\n",
"stderr": "+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n+ export CARGO_HOME=/ci/deps\n+ CARGO_HOME=/ci/deps\n+ export DEBEMAIL=liw@liw.fi\n+ DEBEMAIL=liw@liw.fi\n+ export 'DEBFULLNAME=Lars Wirzenius'\n+ DEBFULLNAME='Lars Wirzenius'\n+ /bin/env\n+ command -v cargo\n+ command -v rustc\n+ cargo --version\n+ rustc --version\n++ dpkg-parsechangelog -SSource\n+ name=radicle-ci-broker\n++ dpkg-parsechangelog -SVersion\n+ version=0.27.0.ci20260324T071703-1\n++ echo 0.27.0.ci20260324T071703-1\n++ sed 's/-[^-]*$//'\n+ uv=0.27.0.ci20260324T071703\n++ dpkg --print-architecture\n+ arch=amd64\n+ orig=../radicle-ci-broker_0.27.0.ci20260324T071703.orig.tar.xz\n+ deb=../radicle-ci-broker_0.27.0.ci20260324T071703-1_amd64.deb\n+ changes=../radicle-ci-broker_0.27.0.ci20260324T071703-1_amd64.changes\n+ git archive HEAD\n+ xz\n+ dpkg-buildpackage -us -uc\n dpkg-source --before-build .\n debian/rules clean\n dpkg-source -b .\n debian/rules build\n debian/rules binary\n Installing radicle-ci-broker v0.27.0 (/ci/src)\n Compiling radicle-ci-broker v0.27.0 (/ci/src)\n Finished `release` profile [optimized + debuginfo] target(s) in 48.95s\n Installing /ci/src/debian/radicle-ci-broker/usr/bin/cib\n Installing /ci/src/debian/radicle-ci-broker/usr/bin/cibtool\n Installed package `radicle-ci-broker v0.27.0 (/ci/src)` (executables `cib`, `cibtool`)\nwarning: be sure to add `/ci/src/debian/radicle-ci-broker/usr/bin` to your PATH to be able to run the installed binaries\n dpkg-genbuildinfo -O../radicle-ci-broker_0.27.0.ci20260324T071703-1_amd64.buildinfo\n dpkg-genchanges -O../radicle-ci-broker_0.27.0.ci20260324T071703-1_amd64.changes\n dpkg-source --after-build .\n+ ls -l ..\n+ for x in ../*.deb\n+ dpkg -c ../radicle-ci-broker-dbgsym_0.27.0.ci20260324T071703-1_amd64.deb\n+ for x in ../*.deb\n+ dpkg -c ../radicle-ci-broker_0.27.0.ci20260324T071703-1_amd64.deb\n+ mv ../radicle-ci-broker-dbgsym_0.27.0.ci20260324T071703-1_amd64.deb ../radicle-ci-broker_0.27.0.ci20260324T071703-1.debian.tar.xz ../radicle-ci-broker_0.27.0.ci20260324T071703-1.dsc ../radicle-ci-broker_0.27.0.ci20260324T071703-1_amd64.buildinfo ../radicle-ci-broker_0.27.0.ci20260324T071703-1_amd64.changes ../radicle-ci-broker_0.27.0.ci20260324T071703-1_amd64.deb ../radicle-ci-broker_0.27.0.ci20260324T071703.orig.tar.xz /ci/artifacts/.\n",
"timestamp": {
"secs_since_epoch": 1774336706,
"nanos_since_epoch": 179506714
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "deb",
"packages": ".",
"timestamp": {
"secs_since_epoch": 1774336706,
"nanos_since_epoch": 284588903
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_create",
"archive": "/dev/vde",
"directory": "/ci/cache",
"timestamp": {
"secs_since_epoch": 1774336706,
"nanos_since_epoch": 284763412
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_create",
"archive": "/dev/vde",
"directory": "/ci/cache",
"timestamp": {
"secs_since_epoch": 1774336717,
"nanos_since_epoch": 510450593
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_create",
"archive": "/dev/vdd",
"directory": "/ci/artifacts",
"timestamp": {
"secs_since_epoch": 1774336717,
"nanos_since_epoch": 513260759
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_create",
"archive": "/dev/vdd",
"directory": "/ci/artifacts",
"timestamp": {
"secs_since_epoch": 1774336717,
"nanos_since_epoch": 727752640
},
"log_source": "Plan"
}{
"type": "plan_succeeded",
"timestamp": {
"secs_since_epoch": 1774336717,
"nanos_since_epoch": 732032157
},
"log_source": "Plan"
}{
"type": "executor_ends_successfully",
"timestamp": {
"secs_since_epoch": 1774336717,
"nanos_since_epoch": 733751546
},
"log_source": "Plan"
}{
"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": "980df1f55c7c483f98bcabfe1ef2d20575481aba",
"after": "980df1f55c7c483f98bcabfe1ef2d20575481aba",
"branch": "main",
"commits": [
"980df1f55c7c483f98bcabfe1ef2d20575481aba"
]
}run CI for rad:zwTxygwuz5LDGBq255RA2CbNGrz8
<empty log>