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 11:55:47ZProgram: ambient-execute-plan
Version: 0.13.1@52633e5
plan: Runnable plan
After 0.00 seconds at 2026-03-17 11:55:47Z
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 11:55:47Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-03-17 11:55:47Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-03-17 11:55:47Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.02 seconds at 2026-03-17 11:55:47Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-17 11:55:47Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-17 11:55:47Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.03 seconds at 2026-03-17 11:55:47Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-17 11:55:47Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-17 11:55:47Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.05 seconds at 2026-03-17 11:55:47Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-17 11:55:47Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-17 11:55:48Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 0.93 seconds at 2026-03-17 11:55:48Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-17 11:55:48Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-17 11:55:48Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 0.93 seconds at 2026-03-17 11:55:48Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-17 11:55:48Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-17 11:55:48Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-17 11:55:48Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-17 11:55:48Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 0.95 seconds at 2026-03-17 11:55:48Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-03-17 11:55:48Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-17 11:55:48Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-17 11:55:48Z
    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 11:55:48Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 0.97 seconds at 2026-03-17 11:55:48Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-03-17 11:55:48Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-17 11:55:48Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-17 11:55:48Z
    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 11:55:48Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
plan: Start action cargo_fmt
After 0.98 seconds at 2026-03-17 11:55:48Z
CargoFmt(
    CargoFmt,
)
plan: Start program cargo
After 0.98 seconds at 2026-03-17 11:55:48Z
  • cargo
  • --version
plan: Program succeeded
After 1.04 seconds at 2026-03-17 11:55:48Z
Exit code: 0
Stdout:
cargo 1.94.0 (85eff7c80 2026-01-15)
plan: Start program cargo
After 1.05 seconds at 2026-03-17 11:55:48Z
  • cargo
  • clippy
  • --version
plan: Program succeeded
After 1.15 seconds at 2026-03-17 11:55:48Z
Exit code: 0
Stdout:
clippy 0.1.94 (4a4ef493e3 2026-03-02)
plan: Start program rustc
After 1.15 seconds at 2026-03-17 11:55:48Z
  • rustc
  • --version
plan: Program succeeded
After 1.20 seconds at 2026-03-17 11:55:48Z
Exit code: 0
Stdout:
rustc 1.94.0 (4a4ef493e 2026-03-02)
plan: Start program cargo
After 1.20 seconds at 2026-03-17 11:55:48Z
  • cargo
  • fmt
  • --check
plan: ERROR: Program failed
After 1.36 seconds at 2026-03-17 11:55:48Z
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.39 seconds at 2026-03-17 11:55:48Z
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": 1773748547,
        "nanos_since_epoch": 610495775
      },
      "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": 1773748547,
        "nanos_since_epoch": 613466870
      },
      "log_source": "Plan"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1773748547,
        "nanos_since_epoch": 628549882
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1773748547,
        "nanos_since_epoch": 630973435
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773748547,
        "nanos_since_epoch": 633151252
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773748547,
        "nanos_since_epoch": 635554721
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1773748547,
        "nanos_since_epoch": 637863504
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1773748547,
        "nanos_since_epoch": 654993615
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1773748547,
        "nanos_since_epoch": 657619935
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1773748548,
        "nanos_since_epoch": 533329468
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773748548,
        "nanos_since_epoch": 535994423
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773748548,
        "nanos_since_epoch": 540508237
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1773748548,
        "nanos_since_epoch": 543153429
      },
      "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": 1773748548,
        "nanos_since_epoch": 545518423
      },
      "log_source": "Plan"
    }
  15. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ ln -sf /ci /workspace\n",
      "timestamp": {
        "secs_since_epoch": 1773748548,
        "nanos_since_epoch": 552740985
      },
      "log_source": "Plan"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1773748548,
        "nanos_since_epoch": 555371686
      },
      "log_source": "Plan"
    }
  17. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1773748548,
        "nanos_since_epoch": 557761789
      },
      "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": 1773748548,
        "nanos_since_epoch": 560435920
      },
      "log_source": "Plan"
    }
  19. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.name 'Ambient CI'\n",
      "timestamp": {
        "secs_since_epoch": 1773748548,
        "nanos_since_epoch": 570596157
      },
      "log_source": "Plan"
    }
  20. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1773748548,
        "nanos_since_epoch": 573542139
      },
      "log_source": "Plan"
    }
  21. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1773748548,
        "nanos_since_epoch": 576220959
      },
      "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": 1773748548,
        "nanos_since_epoch": 579004320
      },
      "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": 1773748548,
        "nanos_since_epoch": 587360924
      },
      "log_source": "Plan"
    }
  24. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1773748548,
        "nanos_since_epoch": 590369474
      },
      "log_source": "Plan"
    }
  25. {
      "type": "execute_action",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1773748548,
        "nanos_since_epoch": 593182279
      },
      "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": 1773748548,
        "nanos_since_epoch": 595202444
      },
      "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": 1773748548,
        "nanos_since_epoch": 652722287
      },
      "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": 1773748548,
        "nanos_since_epoch": 655592822
      },
      "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": 1773748548,
        "nanos_since_epoch": 761252245
      },
      "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": 1773748548,
        "nanos_since_epoch": 761295219
      },
      "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": 1773748548,
        "nanos_since_epoch": 808033990
      },
      "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": 1773748548,
        "nanos_since_epoch": 810874400
      },
      "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": 1773748548,
        "nanos_since_epoch": 968052284
      },
      "log_source": "Plan"
    }
  34. {
      "type": "action_failed",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1773748548,
        "nanos_since_epoch": 997442916
      },
      "log_source": "Plan"
    }
  35. {
      "type": "executor_ends_in_failure",
      "exit_code": 1,
      "timestamp": {
        "secs_since_epoch": 1773748549,
        "nanos_since_epoch": 1025958
      },
      "log_source": "Plan"
    }

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M",
    "name": "radicle-job",
    "description": "Radicle Job Collaborative Object",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mku8hpprWTmCv3BqkssCYDfr2feUdyLSUnycVajFo9XVAx",
    "alias": "levitte"
  },
  "before": "814f7b391f3becd9b976f7cb60d7293b620506db",
  "after": "814f7b391f3becd9b976f7cb60d7293b620506db",
  "branch": "main",
  "commits": [
    "814f7b391f3becd9b976f7cb60d7293b620506db"
  ]
}

Ambient stdout

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

Ambient stderr

<empty log>