CI: FAILURE radicle-job

Table of Contents

Run log

Plan, inside VM without network

plan: Executor starts
After 0.00 seconds at 2026-03-17 12:03:33ZProgram: ambient-execute-plan
Version: 0.13.1@52633e5
plan: Runnable plan
After 0.00 seconds at 2026-03-17 12:03:33Z
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_fmt
- action: cargo_clippy
- action: cargo_test
- 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
plan: Successful action mkdir: /ci
After 0.02 seconds at 2026-03-17 12:03:33Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-03-17 12:03:33Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-03-17 12:03:33Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.02 seconds at 2026-03-17 12:03:33Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-17 12:03:33Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-17 12:03:33Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.03 seconds at 2026-03-17 12:03:33Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-17 12:03:33Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-17 12:03:33Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.05 seconds at 2026-03-17 12:03:33Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-17 12:03:33Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-17 12:03:34Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 0.90 seconds at 2026-03-17 12:03:34Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-17 12:03:34Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-17 12:03:34Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 0.90 seconds at 2026-03-17 12:03:34Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-17 12:03:34Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-17 12:03:34Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-17 12:03:34Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-17 12:03:34Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 0.92 seconds at 2026-03-17 12:03:34Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-03-17 12:03:34Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-17 12:03:34Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-17 12:03:34Z
    Exit code: 0
    Stderr:
    + git config --global user.name 'Ambient CI'
    
  • plan: Action succeeded shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-03-17 12:03:34Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 0.93 seconds at 2026-03-17 12:03:34Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-03-17 12:03:34Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-17 12:03:34Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-17 12:03:34Z
    Exit code: 0
    Stderr:
    + git config --global user.email ambient@example.com
    
  • plan: Action succeeded shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-03-17 12:03:34Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
plan: Start action cargo_fmt
After 0.95 seconds at 2026-03-17 12:03:34Z
CargoFmt(
    CargoFmt,
)
plan: Start program cargo
After 0.95 seconds at 2026-03-17 12:03:34Z
  • cargo
  • --version
plan: Program succeeded
After 1.01 seconds at 2026-03-17 12:03:34Z
Exit code: 0
Stdout:
cargo 1.94.0 (85eff7c80 2026-01-15)
plan: Start program cargo
After 1.01 seconds at 2026-03-17 12:03:34Z
  • cargo
  • clippy
  • --version
plan: Program succeeded
After 1.12 seconds at 2026-03-17 12:03:34Z
Exit code: 0
Stdout:
clippy 0.1.94 (4a4ef493e3 2026-03-02)
plan: Start program rustc
After 1.12 seconds at 2026-03-17 12:03:34Z
  • rustc
  • --version
plan: Program succeeded
After 1.16 seconds at 2026-03-17 12:03:34Z
Exit code: 0
Stdout:
rustc 1.94.0 (4a4ef493e 2026-03-02)
plan: Start program cargo
After 1.16 seconds at 2026-03-17 12:03:34Z
  • cargo
  • fmt
  • --check
plan: ERROR: Program failed
After 1.32 seconds at 2026-03-17 12:03:34Z
Exit code: 1
Stdout:
Diff in /ci/src/src/bin/rad-job.rs:199:
     job.finish(run, Reason::Succeeded, signer)
         .map_err(|err| error::Succeeded::Store { id, err })?;
     match url {
-        Some(v) => job.set_log(run, v, signer)
+        Some(v) => job
+            .set_log(run, v, signer)
             .map_err(|err| error::Succeeded::Store { id, err })?,
         None => oid,
     };
Diff in /ci/src/src/bin/rad-job.rs:219:
     job.finish(run, Reason::Failed, signer)
         .map_err(|err| error::Failed::Store { id, err })?;
     match url {
-        Some(v) => job.set_log(run, v, signer)
+        Some(v) => job
+            .set_log(run, v, signer)
             .map_err(|err| error::Failed::Store { id, err })?,
         None => oid,
     };
Diff in /ci/src/src/lib.rs:282:
         uuid: Uuid,
         /// The [`Url`] where the node will log any information or data.
         log: Url,
-    }
+    },
 }
 
 impl CobAction for Action {
Diff in /ci/src/src/lib.rs:401:
         updated
     }
 
-    fn set_log(
-        &mut self,
-        node: NodeId,
-        uuid: Uuid,
-        log: Url,
-        timestamp: cob::Timestamp,
-    ) -> bool {
+    fn set_log(&mut self, node: NodeId, uuid: Uuid, log: Url, timestamp: cob::Timestamp) -> bool {
         let Some(runs) = self.runs.get_mut(&node) else {
             return false;
         };
Diff in /ci/src/src/lib.rs:1002:
 
         // [TODO] replace RID, NID and COMMIT with the actual repo ID, node ID
         // and a real commit ID for the log itself.
-        let bob_finish_log = Url::parse(&format!("rad:RID/NID/blob/COMMIT?path=run-log.md")).unwrap();
-        job.set_log(bob_uuid, bob_finish_log.clone(), &bob.signer).unwrap();
+        let bob_finish_log =
+            Url::parse(&format!("rad:RID/NID/blob/COMMIT?path=run-log.md")).unwrap();
+        job.set_log(bob_uuid, bob_finish_log.clone(), &bob.signer)
+            .unwrap();
 
         let succeeded = job.succeeded();
         assert!(succeeded.contains_key(alice.signer.public_key()));
plan: Action failed: cargo_fmt
After 1.35 seconds at 2026-03-17 12:03:34Z
CargoFmt(
    CargoFmt,
)

Raw log messages for Ambient troubleshooting

Raw log messages

These raw log messages are meant to help Ambient developers figure out problems. You can ignore them.

  1. {
      "type": "executor_starts",
      "name": "ambient-execute-plan",
      "version": "0.13.1@52633e5",
      "timestamp": {
        "secs_since_epoch": 1773749013,
        "nanos_since_epoch": 644897034
      },
      "log_source": "Plan"
    }
  2. {
      "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_fmt"
        },
        {
          "action": "cargo_clippy"
        },
        {
          "action": "cargo_test"
        },
        {
          "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": 1773749013,
        "nanos_since_epoch": 648825677
      },
      "log_source": "Plan"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1773749013,
        "nanos_since_epoch": 664544418
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1773749013,
        "nanos_since_epoch": 666739329
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773749013,
        "nanos_since_epoch": 668906260
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773749013,
        "nanos_since_epoch": 671342259
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1773749013,
        "nanos_since_epoch": 674471974
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1773749013,
        "nanos_since_epoch": 692878251
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1773749013,
        "nanos_since_epoch": 695503075
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 541333681
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 541830422
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 548284825
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 548724727
      },
      "log_source": "Plan"
    }
  14. {
      "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": 1773749014,
        "nanos_since_epoch": 548735713
      },
      "log_source": "Plan"
    }
  15. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ ln -sf /ci /workspace\n",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 559869307
      },
      "log_source": "Plan"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 560305844
      },
      "log_source": "Plan"
    }
  17. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 560311119
      },
      "log_source": "Plan"
    }
  18. {
      "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": 1773749014,
        "nanos_since_epoch": 560520386
      },
      "log_source": "Plan"
    }
  19. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.name 'Ambient CI'\n",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 577271554
      },
      "log_source": "Plan"
    }
  20. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 577776718
      },
      "log_source": "Plan"
    }
  21. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 577987228
      },
      "log_source": "Plan"
    }
  22. {
      "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": 1773749014,
        "nanos_since_epoch": 577995160
      },
      "log_source": "Plan"
    }
  23. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.email ambient@example.com\n",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 593231497
      },
      "log_source": "Plan"
    }
  24. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 593725826
      },
      "log_source": "Plan"
    }
  25. {
      "type": "execute_action",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 593731129
      },
      "log_source": "Plan"
    }
  26. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 593939302
      },
      "log_source": "Plan"
    }
  27. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.94.0 (85eff7c80 2026-01-15)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 654769012
      },
      "log_source": "Plan"
    }
  28. {
      "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": 1773749014,
        "nanos_since_epoch": 655223068
      },
      "log_source": "Plan"
    }
  29. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.94 (4a4ef493e3 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 760898370
      },
      "log_source": "Plan"
    }
  30. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 763753931
      },
      "log_source": "Plan"
    }
  31. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.94.0 (4a4ef493e 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 808723875
      },
      "log_source": "Plan"
    }
  32. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            102,
            109,
            116
          ]
        },
        {
          "Unix": [
            45,
            45,
            99,
            104,
            101,
            99,
            107
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 809201299
      },
      "log_source": "Plan"
    }
  33. {
      "type": "program_failed",
      "exit_code": 1,
      "stdout": "Diff in /ci/src/src/bin/rad-job.rs:199:\n     job.finish(run, Reason::Succeeded, signer)\n         .map_err(|err| error::Succeeded::Store { id, err })?;\n     match url {\n-        Some(v) => job.set_log(run, v, signer)\n+        Some(v) => job\n+            .set_log(run, v, signer)\n             .map_err(|err| error::Succeeded::Store { id, err })?,\n         None => oid,\n     };\nDiff in /ci/src/src/bin/rad-job.rs:219:\n     job.finish(run, Reason::Failed, signer)\n         .map_err(|err| error::Failed::Store { id, err })?;\n     match url {\n-        Some(v) => job.set_log(run, v, signer)\n+        Some(v) => job\n+            .set_log(run, v, signer)\n             .map_err(|err| error::Failed::Store { id, err })?,\n         None => oid,\n     };\nDiff in /ci/src/src/lib.rs:282:\n         uuid: Uuid,\n         /// The [`Url`] where the node will log any information or data.\n         log: Url,\n-    }\n+    },\n }\n \n impl CobAction for Action {\nDiff in /ci/src/src/lib.rs:401:\n         updated\n     }\n \n-    fn set_log(\n-        &mut self,\n-        node: NodeId,\n-        uuid: Uuid,\n-        log: Url,\n-        timestamp: cob::Timestamp,\n-    ) -> bool {\n+    fn set_log(&mut self, node: NodeId, uuid: Uuid, log: Url, timestamp: cob::Timestamp) -> bool {\n         let Some(runs) = self.runs.get_mut(&node) else {\n             return false;\n         };\nDiff in /ci/src/src/lib.rs:1002:\n \n         // [TODO] replace RID, NID and COMMIT with the actual repo ID, node ID\n         // and a real commit ID for the log itself.\n-        let bob_finish_log = Url::parse(&format!(\"rad:RID/NID/blob/COMMIT?path=run-log.md\")).unwrap();\n-        job.set_log(bob_uuid, bob_finish_log.clone(), &bob.signer).unwrap();\n+        let bob_finish_log =\n+            Url::parse(&format!(\"rad:RID/NID/blob/COMMIT?path=run-log.md\")).unwrap();\n+        job.set_log(bob_uuid, bob_finish_log.clone(), &bob.signer)\n+            .unwrap();\n \n         let succeeded = job.succeeded();\n         assert!(succeeded.contains_key(alice.signer.public_key()));\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 968359591
      },
      "log_source": "Plan"
    }
  34. {
      "type": "action_failed",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1773749014,
        "nanos_since_epoch": 997819143
      },
      "log_source": "Plan"
    }
  35. {
      "type": "executor_ends_in_failure",
      "exit_code": 1,
      "timestamp": {
        "secs_since_epoch": 1773749015,
        "nanos_since_epoch": 1128772
      },
      "log_source": "Plan"
    }

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M",
    "name": "radicle-job",
    "description": "Radicle Job Collaborative Object",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM"
    ]
  },
  "action": "Updated",
  "patch": {
    "id": "a8ec6d69e668c81ad502f189fcf02cd1904e1b90",
    "author": {
      "id": "did:key:z6Mku8hpprWTmCv3BqkssCYDfr2feUdyLSUnycVajFo9XVAx",
      "alias": "levitte"
    },
    "title": "feat: allow a new log to be added to the finishing status",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "8799f728bc1b2e8d1824d2e06557059f8c82127d",
    "after": "687ee1b857d25f77243dcff64a128b9493c564bf",
    "commits": [
      "687ee1b857d25f77243dcff64a128b9493c564bf"
    ],
    "target": "8799f728bc1b2e8d1824d2e06557059f8c82127d",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "a8ec6d69e668c81ad502f189fcf02cd1904e1b90",
        "author": {
          "id": "did:key:z6Mku8hpprWTmCv3BqkssCYDfr2feUdyLSUnycVajFo9XVAx",
          "alias": "levitte"
        },
        "description": "This allows storing the log as a commit in a repository, and referring\nto that commit by commit id.\n\nThis also allows starting with a live / interactive log while the run\nis running, and change that to a stored log when the run is done.",
        "base": "8799f728bc1b2e8d1824d2e06557059f8c82127d",
        "oid": "538c1b38169bc687adfdbfed915590529c05c4ff",
        "timestamp": 1773734898
      },
      {
        "id": "8723ba80d9f2027d46c24c5ad3f9cf739d26f7ab",
        "author": {
          "id": "did:key:z6Mku8hpprWTmCv3BqkssCYDfr2feUdyLSUnycVajFo9XVAx",
          "alias": "levitte"
        },
        "description": "feat: add an action to set the log of a run to another URL\n\nThis allows storing the log as a commit in a repository when finishing\na run, and referring to that commit by commit id.\n\nThis also allows starting with a live / interactive log while the run\nis running, and change that to a stored log when the run is done.\n\nThe CLI commands `rad-job succeeded` and `rad-job failed` are modified\nto allow an optional third URL command line argument.",
        "base": "8799f728bc1b2e8d1824d2e06557059f8c82127d",
        "oid": "687ee1b857d25f77243dcff64a128b9493c564bf",
        "timestamp": 1773749007
      }
    ]
  }
}

Ambient stdout

run CI for rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M
ERROR: CI run failed inside QEMU

Ambient stderr

<empty log>