CI: FAILURE radicle-tui

Table of Contents

Run log

Plan, inside VM without network

plan: Executor starts
After 0.00 seconds at 2026-03-29 19:06:13ZProgram: ambient-execute-plan
Version: 0.13.1@52633e5
plan: Runnable plan
After 0.00 seconds at 2026-03-29 19:06:13Z
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_build
- 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-29 19:06:13Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-03-29 19:06:13Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-03-29 19:06:13Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.02 seconds at 2026-03-29 19:06:13Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-29 19:06:13Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-29 19:06:13Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.03 seconds at 2026-03-29 19:06:13Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-29 19:06:13Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-29 19:06:13Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.10 seconds at 2026-03-29 19:06:13Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-29 19:06:13Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-29 19:06:15Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 2.24 seconds at 2026-03-29 19:06:15Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-29 19:06:15Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-29 19:06:15Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 2.25 seconds at 2026-03-29 19:06:15Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-29 19:06:15Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-29 19:06:15Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-29 19:06:15Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-29 19:06:15Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 2.26 seconds at 2026-03-29 19:06:15Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-03-29 19:06:15Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-29 19:06:15Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-29 19:06:15Z
    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-29 19:06:15Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 2.28 seconds at 2026-03-29 19:06:15Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-03-29 19:06:15Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-29 19:06:15Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-29 19:06:15Z
    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-29 19:06:15Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
plan: Start action cargo_fmt
After 2.29 seconds at 2026-03-29 19:06:15Z
CargoFmt(
    CargoFmt,
)
plan: Start program cargo
After 2.29 seconds at 2026-03-29 19:06:15Z
  • cargo
  • --version
plan: Program succeeded
After 2.36 seconds at 2026-03-29 19:06:15Z
Exit code: 0
Stdout:
cargo 1.92.0 (344c4567c 2025-10-21)
plan: Start program cargo
After 2.36 seconds at 2026-03-29 19:06:15Z
  • cargo
  • clippy
  • --version
plan: Program succeeded
After 2.48 seconds at 2026-03-29 19:06:16Z
Exit code: 0
Stdout:
clippy 0.1.92 (ded5c06cf2 2025-12-08)
plan: Start program rustc
After 2.48 seconds at 2026-03-29 19:06:16Z
  • rustc
  • --version
plan: Program succeeded
After 2.54 seconds at 2026-03-29 19:06:16Z
Exit code: 0
Stdout:
rustc 1.92.0 (ded5c06cf 2025-12-08)
plan: Start program cargo
After 2.54 seconds at 2026-03-29 19:06:16Z
  • cargo
  • fmt
  • --check
plan: ERROR: Program failed
After 2.88 seconds at 2026-03-29 19:06:16Z
Exit code: 1
Stdout:
Diff in /ci/src/src/ui/widget.rs:8:
 use ratatui::layout::{Alignment, Direction, Layout, Position, Rect};
 use ratatui::style::{Style, Stylize};
 use ratatui::text::{Line, Span, Text};
-use ratatui::widgets::{Block, BorderType, Row, Scrollbar, ScrollbarOrientation, ScrollbarState, Wrap};
+use ratatui::widgets::{
+    Block, BorderType, Row, Scrollbar, ScrollbarOrientation, ScrollbarState, Wrap,
+};
 use ratatui::Frame;
 use ratatui::{layout::Constraint, widgets::Paragraph};
 
Diff in /ci/src/src/ui/widget.rs:1029:
 
         frame.render_stateful_widget(scroller, scroller_area, &mut scroller_state);
         frame.render_widget(
-            Paragraph::new(self.text.clone()).scroll((self.cursor.x, self.cursor.y))
-            .wrap(Wrap { trim: false }),
+            Paragraph::new(self.text.clone())
+                .scroll((self.cursor.x, self.cursor.y))
+                .wrap(Wrap { trim: false }),
             text_area,
         );
         if let Some(footer) = self.footer {
plan: Action failed: cargo_fmt
After 2.88 seconds at 2026-03-29 19:06:16Z
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": 1774811173,
        "nanos_since_epoch": 611149524
      },
      "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_build"
        },
        {
          "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": 1774811173,
        "nanos_since_epoch": 613828402
      },
      "log_source": "Plan"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1774811173,
        "nanos_since_epoch": 629519625
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1774811173,
        "nanos_since_epoch": 631899316
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774811173,
        "nanos_since_epoch": 634086637
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774811173,
        "nanos_since_epoch": 636537250
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1774811173,
        "nanos_since_epoch": 638908337
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1774811173,
        "nanos_since_epoch": 708852304
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1774811173,
        "nanos_since_epoch": 708887804
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1774811175,
        "nanos_since_epoch": 850439822
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774811175,
        "nanos_since_epoch": 850474714
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774811175,
        "nanos_since_epoch": 857689911
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1774811175,
        "nanos_since_epoch": 857712618
      },
      "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": 1774811175,
        "nanos_since_epoch": 857723353
      },
      "log_source": "Plan"
    }
  15. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ ln -sf /ci /workspace\n",
      "timestamp": {
        "secs_since_epoch": 1774811175,
        "nanos_since_epoch": 869110032
      },
      "log_source": "Plan"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1774811175,
        "nanos_since_epoch": 869131245
      },
      "log_source": "Plan"
    }
  17. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1774811175,
        "nanos_since_epoch": 869136285
      },
      "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": 1774811175,
        "nanos_since_epoch": 869347647
      },
      "log_source": "Plan"
    }
  19. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.name 'Ambient CI'\n",
      "timestamp": {
        "secs_since_epoch": 1774811175,
        "nanos_since_epoch": 888408682
      },
      "log_source": "Plan"
    }
  20. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1774811175,
        "nanos_since_epoch": 888439146
      },
      "log_source": "Plan"
    }
  21. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1774811175,
        "nanos_since_epoch": 888656791
      },
      "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": 1774811175,
        "nanos_since_epoch": 888665490
      },
      "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": 1774811175,
        "nanos_since_epoch": 904256368
      },
      "log_source": "Plan"
    }
  24. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1774811175,
        "nanos_since_epoch": 904277946
      },
      "log_source": "Plan"
    }
  25. {
      "type": "execute_action",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1774811175,
        "nanos_since_epoch": 904485728
      },
      "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": 1774811175,
        "nanos_since_epoch": 904493301
      },
      "log_source": "Plan"
    }
  27. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.92.0 (344c4567c 2025-10-21)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774811175,
        "nanos_since_epoch": 972705069
      },
      "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": 1774811175,
        "nanos_since_epoch": 972743864
      },
      "log_source": "Plan"
    }
  29. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.92 (ded5c06cf2 2025-12-08)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774811176,
        "nanos_since_epoch": 95809507
      },
      "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": 1774811176,
        "nanos_since_epoch": 95851098
      },
      "log_source": "Plan"
    }
  31. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.92.0 (ded5c06cf 2025-12-08)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774811176,
        "nanos_since_epoch": 152194054
      },
      "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": 1774811176,
        "nanos_since_epoch": 152233610
      },
      "log_source": "Plan"
    }
  33. {
      "type": "program_failed",
      "exit_code": 1,
      "stdout": "Diff in /ci/src/src/ui/widget.rs:8:\n use ratatui::layout::{Alignment, Direction, Layout, Position, Rect};\n use ratatui::style::{Style, Stylize};\n use ratatui::text::{Line, Span, Text};\n-use ratatui::widgets::{Block, BorderType, Row, Scrollbar, ScrollbarOrientation, ScrollbarState, Wrap};\n+use ratatui::widgets::{\n+    Block, BorderType, Row, Scrollbar, ScrollbarOrientation, ScrollbarState, Wrap,\n+};\n use ratatui::Frame;\n use ratatui::{layout::Constraint, widgets::Paragraph};\n \nDiff in /ci/src/src/ui/widget.rs:1029:\n \n         frame.render_stateful_widget(scroller, scroller_area, &mut scroller_state);\n         frame.render_widget(\n-            Paragraph::new(self.text.clone()).scroll((self.cursor.x, self.cursor.y))\n-            .wrap(Wrap { trim: false }),\n+            Paragraph::new(self.text.clone())\n+                .scroll((self.cursor.x, self.cursor.y))\n+                .wrap(Wrap { trim: false }),\n             text_area,\n         );\n         if let Some(footer) = self.footer {\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774811176,
        "nanos_since_epoch": 488409789
      },
      "log_source": "Plan"
    }
  34. {
      "type": "action_failed",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1774811176,
        "nanos_since_epoch": 488482227
      },
      "log_source": "Plan"
    }
  35. {
      "type": "executor_ends_in_failure",
      "exit_code": 1,
      "timestamp": {
        "secs_since_epoch": 1774811176,
        "nanos_since_epoch": 488505435
      },
      "log_source": "Plan"
    }

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:z39mP9rQAaGmERfUMPULfPUi473tY",
    "name": "radicle-tui",
    "description": "Radicle terminal user interface",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
      "did:key:z6MkswQE8gwZw924amKatxnNCXA55BMupMmRg7LvJuim2C1V"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "e3b04a6fb6b31a3bd5a8e738d3ac66d376ca3109",
    "author": {
      "id": "did:key:z6MkupYX82HhqCENXYCkBFdNNSeXX57Ssu4WXAZPVHaTKiKf",
      "alias": "radsammyt"
    },
    "title": "lib: word wrapping on text views",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "d4484a8c000a89a3b838d4cf3afcefa329ac1740",
    "after": "9629c6898539c0e9272c4426ca2a1b04d22f3d10",
    "commits": [
      "9629c6898539c0e9272c4426ca2a1b04d22f3d10"
    ],
    "target": "d4484a8c000a89a3b838d4cf3afcefa329ac1740",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "e3b04a6fb6b31a3bd5a8e738d3ac66d376ca3109",
        "author": {
          "id": "did:key:z6MkupYX82HhqCENXYCkBFdNNSeXX57Ssu4WXAZPVHaTKiKf",
          "alias": "radsammyt"
        },
        "description": "forces text views to have word wrapping, mainly for the usecase of\nissue comments.\n\nthis might be the best way to go about this (haven't done rust in a while) so\ndo let me know if theres anything i'm missing.",
        "base": "d4484a8c000a89a3b838d4cf3afcefa329ac1740",
        "oid": "9629c6898539c0e9272c4426ca2a1b04d22f3d10",
        "timestamp": 1774811154
      }
    ]
  }
}

Ambient stdout

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

Ambient stderr

<empty log>