CI run for rad:z39mP9rQAaGmERfUMPULfPUi473tY

Radicle repository id rad:z39mP9rQAaGmERfUMPULfPUi473tY

Table of Contents

Run log

[2025-11-05T23:28:44Z INFO  ambient] ambient starts
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[=3h[=3hBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
Welcome to GRUB!


INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sr0     11:0    1   370K  0 rom  
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0   6.1M  1 disk 
vdc    254:32   0   6.5M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 925.3M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-11-05 23:27 ./
-rw-r--r-- _rad/_rad       877 2025-11-05 23:27 ./plan.yaml
-rwxr-xr-x _rad/_rad   6369536 2025-11-05 23:27 ./run-ci
INFO: Extracted files:
  5767197      4 drwxr-xr-x   2 1000     1000         4096 Nov  5 23:27 .
  5767198      4 -rw-r--r--   1 1000     1000          877 Nov  5 23:27 ./plan.yaml
  5767199   6224 -rwxr-xr-x   1 1000     1000      6369536 Nov  5 23:27 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-11-05T23:27:24Z TRACE ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-11-05T23:27:24Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-11-05T23:27:24Z INFO  ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-11-05T23:27:24Z WARN  ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-11-05T23:27:24Z ERROR ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
  pathname: /workspace
- action: mkdir
  pathname: /workspace/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /workspace/src
- action: tar_extract
  archive: /dev/vdf
  directory: /workspace/deps
- action: tar_extract
  archive: /dev/vde
  directory: /workspace/cache
- action: spawn
  argv:
  - find
  - /workspace
  - -maxdepth
  - '2'
  - -ls
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: tar_create
  archive: /dev/vde
  directory: /workspace/cache
- action: tar_create
  archive: /dev/vdd
  directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts


[2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
        pathname: "/workspace",
    }
[2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
        pathname: "/workspace",
    }
[2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
[2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
        pathname: "/workspace/artifacts",
    }
[2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
        pathname: "/workspace/artifacts",
    }
[2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
[2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
[2025-11-05T23:27:24Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-11-05T23:27:24Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
[2025-11-05T23:27:24Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-11-05T23:27:26Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-05T23:27:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-05T23:27:26Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-11-05T23:27:26Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-11-05T23:27:26Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
[2025-11-05T23:27:26Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-11-05T23:27:30Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-05T23:27:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-05T23:27:30Z DEBUG ambient_ci::plan] RUN: Action Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
[2025-11-05T23:27:30Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
[2025-11-05T23:27:30Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
       cwd=/workspace/src (exists? true)
  1572865      4 drwxr-xr-x   6 root     root         4096 Nov  5 23:27 /workspace
  1573382      4 drwxr-xr-x   3 root     root         4096 Nov  5 23:27 /workspace/deps
  1602335    120 -rw-r--r--   1 root     root       122880 Nov  5 23:27 /workspace/deps/.global-cache
  1602337      0 -rw-r--r--   1 root     root            0 Sep 10 13:34 /workspace/deps/.package-cache
  1573383      4 drwxr-xr-x   5 root     root         4096 Sep 10 13:34 /workspace/deps/registry
  1602336      0 -rw-r--r--   1 root     root            0 Sep 10 13:34 /workspace/deps/.package-cache-mutate
  1572867      4 drwxr-xr-x   9 root     root         4096 Nov  5 23:27 /workspace/src
  1572904     92 -rw-r--r--   1 root     root        90685 Nov  5 23:27 /workspace/src/demo.png
  1572966      4 drwxr-xr-x   8 root     root         4096 Nov  5 23:27 /workspace/src/.git
  1572896      4 -rw-r--r--   1 root     root         3624 Nov  5 23:27 /workspace/src/flake.nix
  1572954     12 -rw-r--r--   1 root     root         9723 Nov  5 23:27 /workspace/src/LICENSE-APACHE
  1572870      4 drwxr-xr-x   3 root     root         4096 Nov  5 23:27 /workspace/src/src
  1572959      4 -rw-r--r--   1 root     root           88 Nov  5 23:27 /workspace/src/.gitsigners
  1572903      4 -rw-r--r--   1 root     root           87 Nov  5 23:27 /workspace/src/deny.toml
  1572868      4 -rw-r--r--   1 root     root         2074 Nov  5 23:27 /workspace/src/Cargo.toml
  1572906      4 drwxr-xr-x   5 root     root         4096 Nov  5 23:27 /workspace/src/bin
  1572895      4 -rw-r--r--   1 root     root           77 Nov  5 23:27 /workspace/src/rust-toolchain.toml
  1572964      4 drwxr-xr-x   2 root     root         4096 Nov  5 23:27 /workspace/src/.cargo
  1572905      4 -rw-r--r--   1 root     root         1172 Nov  5 23:27 /workspace/src/build.rs
  1572953      4 -rw-r--r--   1 root     root         1079 Nov  5 23:27 /workspace/src/LICENSE-MIT
  1572952     12 -rw-r--r--   1 root     root         8533 Nov  5 23:27 /workspace/src/README.md
  1572897      4 -rw-r--r--   1 root     root         2945 Nov  5 23:27 /workspace/src/flake.lock
  1572898      4 drwxr-xr-x   2 root     root         4096 Nov  5 23:27 /workspace/src/examples
  1572961      4 drwxr-xr-x   3 root     root         4096 Nov  5 23:27 /workspace/src/.github
  1572869    108 -rw-r--r--   1 root     root       108154 Nov  5 23:27 /workspace/src/Cargo.lock
  1572956      4 drwxr-xr-x   2 root     root         4096 Nov  5 23:27 /workspace/src/.radicle
  1572955      4 -rw-r--r--   1 root     root         3089 Nov  5 23:27 /workspace/src/CHANGELOG.md
  1572960      4 -rw-r--r--   1 root     root           31 Nov  5 23:27 /workspace/src/.gitignore
  1602338      4 drwxr-xr-x   3 root     root         4096 Sep 20 05:44 /workspace/cache
  1602339      4 -rw-r--r--   1 root     root         1037 Nov  5 23:27 /workspace/cache/.rustc_info.json
  1602340      4 drwxr-xr-x   7 root     root         4096 Nov  5 22:19 /workspace/cache/debug
  1572866      4 drwxr-xr-x   2 root     root         4096 Nov  5 23:27 /workspace/artifacts
[2025-11-05T23:27:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-05T23:27:30Z DEBUG ambient_ci::plan] RUN: Action CargoFmt
[2025-11-05T23:27:30Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFmt
[2025-11-05T23:27:30Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/workspace/src (exists? true)
[2025-11-05T23:27:31Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-05T23:27:31Z DEBUG ambient_ci::plan] RUN: Action CargoClippy
[2025-11-05T23:27:31Z DEBUG ambient_ci::action] Plan::execute: plan=CargoClippy
[2025-11-05T23:27:31Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/workspace/src (exists? true)
   Compiling serde_core v1.0.228
   Compiling serde v1.0.228
   Compiling serde_derive v1.0.228
    Checking utf8parse v0.2.2
    Checking anstyle-parse v0.2.7
    Checking colorchoice v1.0.4
   Compiling portable-atomic v1.11.1
    Checking anstyle v1.0.13
    Checking is_terminal_polyfill v1.70.2
   Compiling object v0.36.7
    Checking anstream v0.6.21
    Checking adler2 v2.0.1
    Checking gimli v0.31.1
    Checking bitflags v2.9.3
    Checking url v2.5.7
    Checking git2 v0.19.0
    Checking rustix v1.0.8
    Checking git-ref-format-core v0.3.1
    Checking git-ref-format v0.3.1
    Checking radicle-git-ext v0.8.1
    Checking indexmap v2.11.0
    Checking tempfile v3.21.0
    Checking nonempty v0.9.0
    Checking compact_str v0.8.1
    Checking serde_json v1.0.143
    Checking ratatui v0.29.0
    Checking radicle-crypto v0.14.0
    Checking crossterm v0.29.0
    Checking addr2line v0.24.2
    Checking erased-serde v0.4.6
    Checking miniz_oxide v0.8.9
    Checking console v0.16.1
    Checking serde_spanned v1.0.3
    Checking toml_datetime v0.7.3
    Checking unit-prefix v0.5.1
    Checking clap_lex v0.7.6
    Checking rustc-demangle v0.1.26
    Checking toml_writer v1.0.4
    Checking strsim v0.11.1
    Checking clap_builder v4.5.51
    Checking backtrace v0.3.75
    Checking toml v0.9.8
    Checking indicatif v0.18.2
    Checking inquire v0.7.5
    Checking radicle-cob v0.17.0
    Checking serde-untagged v0.1.8
    Checking nix v0.29.0
    Checking schemars v1.0.4
    Checking localtime v1.3.1
    Checking os_info v3.12.0
    Checking bytesize v2.0.1
    Checking uuid v1.18.1
   Compiling clap_derive v4.5.49
    Checking dunce v1.0.5
   Compiling radicle-cli v0.17.0
    Checking radicle v0.20.0
    Checking clap v4.5.51
    Checking radicle-term v0.16.0
    Checking human-panic v2.0.4
    Checking xterm-query v0.5.2
    Checking radicle-surf v0.22.1
    Checking nix v0.30.1
    Checking itertools v0.14.0
   Compiling radicle-tui v0.6.0 (/workspace/src)
    Checking ansi-to-tui v7.0.0
    Checking terminal-light v1.8.0
    Checking homedir v0.3.6
    Checking tui-tree-widget v0.23.1
    Checking tui-textarea v0.7.0
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.38s
[2025-11-05T23:27:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-05T23:27:48Z DEBUG ambient_ci::plan] RUN: Action CargoBuild
[2025-11-05T23:27:48Z DEBUG ambient_ci::action] Plan::execute: plan=CargoBuild
[2025-11-05T23:27:48Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
       cwd=/workspace/src (exists? true)
   Compiling serde_core v1.0.228
   Compiling strsim v0.11.1
   Compiling adler2 v2.0.1
   Compiling darling_core v0.20.11
   Compiling serde v1.0.228
   Compiling bitflags v2.9.3
   Compiling url v2.5.7
   Compiling rustix v1.0.8
   Compiling git2 v0.19.0
   Compiling git-ref-format-core v0.3.1
   Compiling git-ref-format v0.3.1
   Compiling darling_macro v0.20.11
   Compiling utf8parse v0.2.2
   Compiling radicle-git-ext v0.8.1
   Compiling anstyle-parse v0.2.7
   Compiling darling v0.20.11
   Compiling indexmap v2.11.0
   Compiling miniz_oxide v0.8.9
   Compiling colorchoice v1.0.4
   Compiling anstyle v1.0.13
   Compiling is_terminal_polyfill v1.70.2
   Compiling anstream v0.6.21
   Compiling compact_str v0.8.1
   Compiling flate2 v1.1.2
   Compiling instability v0.3.9
   Compiling serde_json v1.0.143
   Compiling tempfile v3.21.0
   Compiling nonempty v0.9.0
   Compiling gimli v0.31.1
   Compiling ratatui v0.29.0
   Compiling addr2line v0.24.2
   Compiling radicle-crypto v0.14.0
   Compiling erased-serde v0.4.6
   Compiling radicle-surf v0.22.1
   Compiling crossterm v0.29.0
   Compiling portable-atomic v1.11.1
   Compiling object v0.36.7
   Compiling console v0.16.1
   Compiling serde_spanned v1.0.3
   Compiling toml_datetime v0.7.3
   Compiling unit-prefix v0.5.1
   Compiling rustc-demangle v0.1.26
   Compiling toml_writer v1.0.4
   Compiling clap_lex v0.7.6
   Compiling clap_builder v4.5.51
   Compiling backtrace v0.3.75
   Compiling toml v0.9.8
   Compiling indicatif v0.18.2
   Compiling inquire v0.7.5
   Compiling radicle-cob v0.17.0
   Compiling serde-untagged v0.1.8
   Compiling nix v0.29.0
   Compiling schemars v1.0.4
   Compiling uuid v1.18.1
   Compiling bytesize v2.0.1
   Compiling os_info v3.12.0
   Compiling localtime v1.3.1
   Compiling dunce v1.0.5
   Compiling radicle v0.20.0
   Compiling radicle-cli v0.17.0
   Compiling radicle-term v0.16.0
   Compiling clap v4.5.51
   Compiling human-panic v2.0.4
   Compiling xterm-query v0.5.2
   Compiling nix v0.30.1
   Compiling itertools v0.14.0
   Compiling radicle-tui v0.6.0 (/workspace/src)
   Compiling terminal-light v1.8.0
   Compiling ansi-to-tui v7.0.0
   Compiling homedir v0.3.6
   Compiling tui-textarea v0.7.0
   Compiling tui-tree-widget v0.23.1
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.11s
[2025-11-05T23:28:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-05T23:28:33Z DEBUG ambient_ci::plan] RUN: Action CargoTest
[2025-11-05T23:28:33Z DEBUG ambient_ci::action] Plan::execute: plan=CargoTest
[2025-11-05T23:28:33Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
       cwd=/workspace/src (exists? true)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
     Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_tui-5e33d8a2822a401c)

running 7 tests
test ui::test::state_value_read_buffer_should_succeed ... ok
test ui::test::state_value_apply_should_succeed ... ok
test ui::test::state_value_reset_after_apply_should_succeed ... ok
test ui::test::state_value_reset_should_succeed ... ok
test ui::utils::test::lines_should_be_merged_correctly ... ok
test ui::utils::test::lines_with_start_should_be_merged_correctly ... ok
test ui::test::state_value_read_should_succeed ... ok

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

     Running unittests bin/main.rs (/workspace/cache/debug/deps/rad_tui-3f7b42f47699c764)

running 67 tests
test cli::empty_command_should_be_forwarded ... ok
test cli::empty_command_should_not_be_forwarded ... ok
test cli::help_command_should_not_be_forwarded ... ok
test cli::help_command_should_be_forwarded ... ok
test cli::version_command_should_be_forwarded ... ok
test cli::version_command_should_not_be_forwarded ... ok
test cli::version_command_should_print_json ... ok
test cob::issue::tests::issue_filter_display_with_state_and_assigned_should_succeed ... ok
test cob::issue::tests::issue_filter_display_with_state_should_succeed ... ok
test cob::issue::tests::issue_filter_display_with_status_and_author_should_succeed ... ok
test cob::patch::tests::patch_filter_display_with_status_and_author_should_succeed ... ok
test cob::patch::tests::patch_filter_display_with_status_and_authored_should_succeed ... ok
test cob::patch::tests::patch_filter_display_with_status_should_succeed ... ok
test commands::tui_inbox::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_inbox::cli::empty_operation_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_inbox::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_inbox::cli::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_inbox::cli::unknown_operation_should_be_forwarded ... ok
test commands::tui_inbox::cli::unknown_operation_should_not_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_should_not_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_issue::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_should_not_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_issue::cli::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_issue::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_issue::cli::unknown_operation_should_be_forwarded ... ok
test commands::tui_issue::cli::unknown_operation_should_not_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_should_not_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_with_help_should_be_forwarded ... ok
test commands::tui_patch::cli::empty_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_should_not_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_should_not_be_forwarded_explicitly ... ok
test commands::tui_patch::cli::list_operation_with_help_should_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_with_help_should_not_be_forwarded ... ok
test commands::tui_patch::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
test commands::tui_patch::cli::unknown_operation_should_be_forwarded ... ok
test commands::tui_patch::cli::unknown_operation_should_not_be_forwarded ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_basic ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_before ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_multiline ... ok
test commands::tui_patch::review::builder::tests::test_review_comments_split_hunk ... ok
test commands::tui_patch::review::test::app_with_single_hunk_can_be_constructed ... ok
test commands::tui_patch::review::test::app_with_single_file_multiple_hunks_can_be_constructed ... ok
test commands::tui_patch::review::test::hunk_can_be_selected ... ok
test commands::tui_patch::review::test::first_hunk_is_selected_by_default ... ok
test commands::tui_patch::review::test::hunks_are_rejected_by_default ... ok
test commands::tui_patch::review::test::hunk_state_is_synchronized ... ok
test commands::tui_patch::review::test::multiple_files_single_hunk_can_be_accepted ... ok
test commands::tui_patch::review::test::single_file_multiple_hunks_only_first_can_be_accepted ... ok
test commands::tui_patch::review::test::single_file_multiple_hunks_only_last_can_be_accepted ... ok
test ui::items::tests::diff_line_index_checks_ranges_correctly ... ok
test ui::items::tests::hunk_comments_on_deleted_simple_are_inserted_correctly ... ok
test ui::items::tests::hunk_comments_on_modified_complex_are_inserted_correctly ... ok
test commands::tui_patch::review::test::single_file_single_hunk_can_be_accepted ... ok
test ui::items::tests::issue_item_filter_from_str_should_succeed ... ok
test ui::items::tests::notification_item_filter_from_str_should_succeed ... ok
test ui::items::tests::patch_item_filter_from_str_should_succeed ... ok
test ui::items::tests::hunk_comments_on_modified_simple_are_inserted_correctly ... ok

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

   Doc-tests radicle_tui

running 0 tests

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

[2025-11-05T23:28:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-05T23:28:34Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-11-05T23:28:34Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-11-05T23:28:34Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
[2025-11-05T23:28:34Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-11-05T23:28:34Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-11-05T23:28:34Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-11-05T23:28:34Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-11-05T23:28:34Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-11-05T23:28:34Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-11-05T23:28:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-05T23:28:38Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
        archive: "/dev/vdd",
        directory: "/workspace/artifacts",
    }
[2025-11-05T23:28:38Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
        archive: "/dev/vdd",
        directory: "/workspace/artifacts",
    }
[2025-11-05T23:28:38Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
    }
[2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-11-05T23:28:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-05T23:28:38Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
[2025-11-05T23:28:44Z INFO  ambient] ambient ends successfully

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",
      "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "f5170b9d240e7e40983d4dfbe6023ac480ffdc00",
    "author": {
      "id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
      "alias": "erikli"
    },
    "title": "chore: Update radicle dependencies",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "24268953ff3271c017cba45f9d7a7bddce9ac529",
    "after": "ee20b956ad6fd11194160bcebb2b640134fe7607",
    "commits": [
      "ee20b956ad6fd11194160bcebb2b640134fe7607"
    ],
    "target": "24268953ff3271c017cba45f9d7a7bddce9ac529",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "f5170b9d240e7e40983d4dfbe6023ac480ffdc00",
        "author": {
          "id": "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
          "alias": "erikli"
        },
        "description": "",
        "base": "24268953ff3271c017cba45f9d7a7bddce9ac529",
        "oid": "ee20b956ad6fd11194160bcebb2b640134fe7607",
        "timestamp": 1762385223
      }
    ]
  }
}

Ambient stdout

[2025-11-05T23:27:12Z INFO  ambient] ambient starts
[2025-11-05T23:27:12Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-11-05T23:27:12Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-11-05T23:27:12Z DEBUG ambient] configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-11-05T23:27:12Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2025-11-05T23:27:12Z DEBUG ambient_ci::run] latest commit: "24268953ff3271c017cba45f9d7a7bddce9ac529"
[2025-11-05T23:27:12Z DEBUG ambient_ci::run] is a git repository
[2025-11-05T23:27:12Z DEBUG ambient_ci::run] git repository is clean
[2025-11-05T23:27:12Z DEBUG ambient_ci::run] current (HEAD) commit: ee20b956ad6fd11194160bcebb2b640134fe7607
[2025-11-05T23:27:12Z DEBUG ambient_ci::run] no dry run requested
[2025-11-05T23:27:12Z DEBUG ambient_ci::run] forced run requested
[2025-11-05T23:27:12Z DEBUG ambient_ci::run] run? true
[2025-11-05T23:27:12Z INFO  ambient_ci::run] project rad:z39mP9rQAaGmERfUMPULfPUi473tY: running CI
[2025-11-05T23:27:12Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-11-05T23:27:12Z DEBUG ambient_ci::plan] RUN: Action CargoFetch {
        sourcedir: "/tmp/.tmp2SJqCR/src",
    }
[2025-11-05T23:27:12Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFetch {
        sourcedir: "/tmp/.tmp2SJqCR/src",
    }
[2025-11-05T23:27:12Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/cache",
        },
        source_dir: "/tmp/.tmp2SJqCR/src",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmp2SJqCR/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmp2SJqCR/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmp2SJqCR/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "fetch"]
       cwd=/tmp/.tmp2SJqCR/src (exists? true)
    Updating crates.io index
 Downloading crates ...
  Downloaded os_info v3.12.0
  Downloaded time-macros v0.2.23
  Downloaded web-time v1.1.0
  Downloaded encode_unicode v1.0.0
  Downloaded windows-link v0.2.1
  Downloaded dunce v1.0.5
  Downloaded once_cell_polyfill v1.70.2
  Downloaded plist v1.8.0
  Downloaded clap_derive v4.5.49
  Downloaded clap_lex v0.7.6
  Downloaded anstyle-wincon v3.0.10
  Downloaded is_terminal_polyfill v1.70.2
  Downloaded unit-prefix v0.5.1
  Downloaded portable-atomic v1.11.1
  Downloaded radicle-cli v0.17.0
  Downloaded serde v1.0.228
  Downloaded uuid v1.18.1
  Downloaded itertools v0.14.0
  Downloaded toml v0.9.8
  Downloaded serde_core v1.0.228
  Downloaded serde_derive v1.0.228
  Downloaded serde_spanned v1.0.3
  Downloaded toml_datetime v0.7.3
  Downloaded indicatif v0.18.2
  Downloaded clap v4.5.51
  Downloaded anstyle-parse v0.2.7
  Downloaded colorchoice v1.0.4
  Downloaded utf8parse v0.2.2
  Downloaded anstream v0.6.21
  Downloaded anstyle v1.0.13
  Downloaded toml_writer v1.0.4
  Downloaded human-panic v2.0.4
  Downloaded clap_builder v4.5.51
  Downloaded quick-xml v0.38.3
  Downloaded console v0.16.1
  Downloaded windows-sys v0.61.2
  Downloaded windows-sys v0.52.0
  Downloaded radicle-crypto v0.14.0
  Downloaded radicle-term v0.16.0
  Downloaded radicle-cob v0.17.0
  Downloaded radicle v0.20.0
[2025-11-05T23:27:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-05T23:27:18Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-05T23:27:18Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmprvArkZ/src.tar
[2025-11-05T23:27:18Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmprvArkZ/deps.tar
[2025-11-05T23:27:19Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-11-05T23:27:19Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir {
                pathname: "/workspace",
            },
            Mkdir {
                pathname: "/workspace/artifacts",
            },
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
            Spawn {
                argv: [
                    "find",
                    "/workspace",
                    "-maxdepth",
                    "2",
                    "-ls",
                ],
            },
            CargoFmt,
            CargoClippy,
            CargoBuild,
            CargoTest,
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        ],
        executor_drive: Some(
            "/dev/vdb",
        ),
        source_drive: Some(
            "/dev/vdc",
        ),
        artifact_drive: Some(
            "/dev/vdd",
        ),
        cache_drive: Some(
            "/dev/vde",
        ),
        deps_drive: Some(
            "/dev/vdf",
        ),
        workspace_dir: Some(
            "/workspace",
        ),
        source_dir: Some(
            "/workspace/src",
        ),
        deps_dir: Some(
            "/workspace/deps",
        ),
        cache_dir: Some(
            "/workspace/cache",
        ),
        artifacts_dir: Some(
            "/workspace/artifacts",
        ),
    }
[2025-11-05T23:27:19Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-11-05T23:27:19Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmprvArkZ/ambient-execute-plan/run-ci
[2025-11-05T23:27:19Z DEBUG ambient_ci::run] copy OK: true
[2025-11-05T23:27:19Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmprvArkZ/executor.tar
[2025-11-05T23:27:21Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-11-05T23:27:21Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY, exists? true
[2025-11-05T23:27:21Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-11-05T23:27:21Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log OK
[2025-11-05T23:27:21Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-11-05T23:27:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-11-05T23:27:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-11-05T23:27:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-11-05T23:27:21Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-11-05T23:27:21Z DEBUG ambient_ci::qemu] run QEMU
[2025-11-05T23:27:21Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-11-05T23:27:21Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpYwKdn9/.tmpONg1e9/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-11-05T23:27:21Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-11-05T23:27:21Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-11-05T23:27:21Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpmxvFeJ/meta-data
[2025-11-05T23:27:21Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpmxvFeJ/user-data
[2025-11-05T23:27:21Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpYwKdn9/.tmpONg1e9/console.log
[2025-11-05T23:27:21Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpYwKdn9/.tmpONg1e9/console.log
[2025-11-05T23:27:21Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-11-05T23:27:21Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log
[2025-11-05T23:27:21Z DEBUG ambient_ci::qemu] run QEMU: QemuArgs {
        args: [
            "-m",
            "11444",
            "-smp",
            "cpus=2",
            "-cpu",
            "kvm64",
            "-machine",
            "type=q35,accel=kvm,usb=off",
            "-uuid",
            "a85c9de7-edc0-4e54-bead-112e5733582c",
            "-boot",
            "strict=on",
            "-name",
            "ambient-ci-vm",
            "-rtc",
            "base=utc,driftfix=slew",
            "-display",
            "none",
            "-device",
            "virtio-rng-pci",
            "-serial",
            "file:/home/_rad/tmp/.tmpYwKdn9/.tmpONg1e9/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/run.log",
            "-drive",
            "if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
            "-drive",
            "if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmpYwKdn9/.tmpONg1e9/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpYwKdn9/.tmpONg1e9/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmprvArkZ/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpYwKdn9/.tmpONg1e9/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmprvArkZ/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmprvArkZ/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmprvArkZ/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmprvArkZ/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-11-05T23:28:41Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-11-05T23:28:41Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-11-05T23:27:24Z TRACE ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
    [2025-11-05T23:27:24Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
    [2025-11-05T23:27:24Z INFO  ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
    [2025-11-05T23:27:24Z WARN  ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
    [2025-11-05T23:27:24Z ERROR ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
    RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /workspace
    - action: mkdir
      pathname: /workspace/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /workspace/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /workspace/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /workspace/cache
    - action: spawn
      argv:
      - find
      - /workspace
      - -maxdepth
      - '2'
      - -ls
    - action: cargo_fmt
    - action: cargo_clippy
    - action: cargo_build
    - action: cargo_test
    - action: tar_create
      archive: /dev/vde
      directory: /workspace/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /workspace/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /workspace
    source_dir: /workspace/src
    deps_dir: /workspace/deps
    cache_dir: /workspace/cache
    artifacts_dir: /workspace/artifacts
    
    
    [2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
            pathname: "/workspace",
        }
    [2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
            pathname: "/workspace",
        }
    [2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    [2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
            pathname: "/workspace/artifacts",
        }
    [2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
            pathname: "/workspace/artifacts",
        }
    [2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    [2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        }
    [2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        }
    [2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    [2025-11-05T23:27:24Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-11-05T23:27:24Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-05T23:27:24Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        }
    [2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        }
    [2025-11-05T23:27:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    [2025-11-05T23:27:24Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-11-05T23:27:26Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-05T23:27:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-05T23:27:26Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-11-05T23:27:26Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-11-05T23:27:26Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    [2025-11-05T23:27:26Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-11-05T23:27:30Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-05T23:27:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-05T23:27:30Z DEBUG ambient_ci::plan] RUN: Action Spawn {
            argv: [
                "find",
                "/workspace",
                "-maxdepth",
                "2",
                "-ls",
            ],
        }
    [2025-11-05T23:27:30Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
            argv: [
                "find",
                "/workspace",
                "-maxdepth",
                "2",
                "-ls",
            ],
        }
    [2025-11-05T23:27:30Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
           cwd=/workspace/src (exists? true)
      1572865      4 drwxr-xr-x   6 root     root         4096 Nov  5 23:27 /workspace
      1573382      4 drwxr-xr-x   3 root     root         4096 Nov  5 23:27 /workspace/deps
      1602335    120 -rw-r--r--   1 root     root       122880 Nov  5 23:27 /workspace/deps/.global-cache
      1602337      0 -rw-r--r--   1 root     root            0 Sep 10 13:34 /workspace/deps/.package-cache
      1573383      4 drwxr-xr-x   5 root     root         4096 Sep 10 13:34 /workspace/deps/registry
      1602336      0 -rw-r--r--   1 root     root            0 Sep 10 13:34 /workspace/deps/.package-cache-mutate
      1572867      4 drwxr-xr-x   9 root     root         4096 Nov  5 23:27 /workspace/src
      1572904     92 -rw-r--r--   1 root     root        90685 Nov  5 23:27 /workspace/src/demo.png
      1572966      4 drwxr-xr-x   8 root     root         4096 Nov  5 23:27 /workspace/src/.git
      1572896      4 -rw-r--r--   1 root     root         3624 Nov  5 23:27 /workspace/src/flake.nix
      1572954     12 -rw-r--r--   1 root     root         9723 Nov  5 23:27 /workspace/src/LICENSE-APACHE
      1572870      4 drwxr-xr-x   3 root     root         4096 Nov  5 23:27 /workspace/src/src
      1572959      4 -rw-r--r--   1 root     root           88 Nov  5 23:27 /workspace/src/.gitsigners
      1572903      4 -rw-r--r--   1 root     root           87 Nov  5 23:27 /workspace/src/deny.toml
      1572868      4 -rw-r--r--   1 root     root         2074 Nov  5 23:27 /workspace/src/Cargo.toml
      1572906      4 drwxr-xr-x   5 root     root         4096 Nov  5 23:27 /workspace/src/bin
      1572895      4 -rw-r--r--   1 root     root           77 Nov  5 23:27 /workspace/src/rust-toolchain.toml
      1572964      4 drwxr-xr-x   2 root     root         4096 Nov  5 23:27 /workspace/src/.cargo
      1572905      4 -rw-r--r--   1 root     root         1172 Nov  5 23:27 /workspace/src/build.rs
      1572953      4 -rw-r--r--   1 root     root         1079 Nov  5 23:27 /workspace/src/LICENSE-MIT
      1572952     12 -rw-r--r--   1 root     root         8533 Nov  5 23:27 /workspace/src/README.md
      1572897      4 -rw-r--r--   1 root     root         2945 Nov  5 23:27 /workspace/src/flake.lock
      1572898      4 drwxr-xr-x   2 root     root         4096 Nov  5 23:27 /workspace/src/examples
      1572961      4 drwxr-xr-x   3 root     root         4096 Nov  5 23:27 /workspace/src/.github
      1572869    108 -rw-r--r--   1 root     root       108154 Nov  5 23:27 /workspace/src/Cargo.lock
      1572956      4 drwxr-xr-x   2 root     root         4096 Nov  5 23:27 /workspace/src/.radicle
      1572955      4 -rw-r--r--   1 root     root         3089 Nov  5 23:27 /workspace/src/CHANGELOG.md
      1572960      4 -rw-r--r--   1 root     root           31 Nov  5 23:27 /workspace/src/.gitignore
      1602338      4 drwxr-xr-x   3 root     root         4096 Sep 20 05:44 /workspace/cache
      1602339      4 -rw-r--r--   1 root     root         1037 Nov  5 23:27 /workspace/cache/.rustc_info.json
      1602340      4 drwxr-xr-x   7 root     root         4096 Nov  5 22:19 /workspace/cache/debug
      1572866      4 drwxr-xr-x   2 root     root         4096 Nov  5 23:27 /workspace/artifacts
    [2025-11-05T23:27:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-05T23:27:30Z DEBUG ambient_ci::plan] RUN: Action CargoFmt
    [2025-11-05T23:27:30Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFmt
    [2025-11-05T23:27:30Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.88.0 (873a06493 2025-05-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.88 (6b00bc3880 2025-06-23)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.88.0 (6b00bc388 2025-06-23)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/workspace/src (exists? true)
    [2025-11-05T23:27:31Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-05T23:27:31Z DEBUG ambient_ci::plan] RUN: Action CargoClippy
    [2025-11-05T23:27:31Z DEBUG ambient_ci::action] Plan::execute: plan=CargoClippy
    [2025-11-05T23:27:31Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.88.0 (873a06493 2025-05-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.88 (6b00bc3880 2025-06-23)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.88.0 (6b00bc388 2025-06-23)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/workspace/src (exists? true)
       Compiling serde_core v1.0.228
       Compiling serde v1.0.228
       Compiling serde_derive v1.0.228
        Checking utf8parse v0.2.2
        Checking anstyle-parse v0.2.7
        Checking colorchoice v1.0.4
       Compiling portable-atomic v1.11.1
        Checking anstyle v1.0.13
        Checking is_terminal_polyfill v1.70.2
       Compiling object v0.36.7
        Checking anstream v0.6.21
        Checking adler2 v2.0.1
        Checking gimli v0.31.1
        Checking bitflags v2.9.3
        Checking url v2.5.7
        Checking git2 v0.19.0
        Checking rustix v1.0.8
        Checking git-ref-format-core v0.3.1
        Checking git-ref-format v0.3.1
        Checking radicle-git-ext v0.8.1
        Checking indexmap v2.11.0
        Checking tempfile v3.21.0
        Checking nonempty v0.9.0
        Checking compact_str v0.8.1
        Checking serde_json v1.0.143
        Checking ratatui v0.29.0
        Checking radicle-crypto v0.14.0
        Checking crossterm v0.29.0
        Checking addr2line v0.24.2
        Checking erased-serde v0.4.6
        Checking miniz_oxide v0.8.9
        Checking console v0.16.1
        Checking serde_spanned v1.0.3
        Checking toml_datetime v0.7.3
        Checking unit-prefix v0.5.1
        Checking clap_lex v0.7.6
        Checking rustc-demangle v0.1.26
        Checking toml_writer v1.0.4
        Checking strsim v0.11.1
        Checking clap_builder v4.5.51
        Checking backtrace v0.3.75
        Checking toml v0.9.8
        Checking indicatif v0.18.2
        Checking inquire v0.7.5
        Checking radicle-cob v0.17.0
        Checking serde-untagged v0.1.8
        Checking nix v0.29.0
        Checking schemars v1.0.4
        Checking localtime v1.3.1
        Checking os_info v3.12.0
        Checking bytesize v2.0.1
        Checking uuid v1.18.1
       Compiling clap_derive v4.5.49
        Checking dunce v1.0.5
       Compiling radicle-cli v0.17.0
        Checking radicle v0.20.0
        Checking clap v4.5.51
        Checking radicle-term v0.16.0
        Checking human-panic v2.0.4
        Checking xterm-query v0.5.2
        Checking radicle-surf v0.22.1
        Checking nix v0.30.1
        Checking itertools v0.14.0
       Compiling radicle-tui v0.6.0 (/workspace/src)
        Checking ansi-to-tui v7.0.0
        Checking terminal-light v1.8.0
        Checking homedir v0.3.6
        Checking tui-tree-widget v0.23.1
        Checking tui-textarea v0.7.0
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.38s
    [2025-11-05T23:27:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-05T23:27:48Z DEBUG ambient_ci::plan] RUN: Action CargoBuild
    [2025-11-05T23:27:48Z DEBUG ambient_ci::action] Plan::execute: plan=CargoBuild
    [2025-11-05T23:27:48Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.88.0 (873a06493 2025-05-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.88 (6b00bc3880 2025-06-23)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.88.0 (6b00bc388 2025-06-23)
    SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
           cwd=/workspace/src (exists? true)
       Compiling serde_core v1.0.228
       Compiling strsim v0.11.1
       Compiling adler2 v2.0.1
       Compiling darling_core v0.20.11
       Compiling serde v1.0.228
       Compiling bitflags v2.9.3
       Compiling url v2.5.7
       Compiling rustix v1.0.8
       Compiling git2 v0.19.0
       Compiling git-ref-format-core v0.3.1
       Compiling git-ref-format v0.3.1
       Compiling darling_macro v0.20.11
       Compiling utf8parse v0.2.2
       Compiling radicle-git-ext v0.8.1
       Compiling anstyle-parse v0.2.7
       Compiling darling v0.20.11
       Compiling indexmap v2.11.0
       Compiling miniz_oxide v0.8.9
       Compiling colorchoice v1.0.4
       Compiling anstyle v1.0.13
       Compiling is_terminal_polyfill v1.70.2
       Compiling anstream v0.6.21
       Compiling compact_str v0.8.1
       Compiling flate2 v1.1.2
       Compiling instability v0.3.9
       Compiling serde_json v1.0.143
       Compiling tempfile v3.21.0
       Compiling nonempty v0.9.0
       Compiling gimli v0.31.1
       Compiling ratatui v0.29.0
       Compiling addr2line v0.24.2
       Compiling radicle-crypto v0.14.0
       Compiling erased-serde v0.4.6
       Compiling radicle-surf v0.22.1
       Compiling crossterm v0.29.0
       Compiling portable-atomic v1.11.1
       Compiling object v0.36.7
       Compiling console v0.16.1
       Compiling serde_spanned v1.0.3
       Compiling toml_datetime v0.7.3
       Compiling unit-prefix v0.5.1
       Compiling rustc-demangle v0.1.26
       Compiling toml_writer v1.0.4
       Compiling clap_lex v0.7.6
       Compiling clap_builder v4.5.51
       Compiling backtrace v0.3.75
       Compiling toml v0.9.8
       Compiling indicatif v0.18.2
       Compiling inquire v0.7.5
       Compiling radicle-cob v0.17.0
       Compiling serde-untagged v0.1.8
       Compiling nix v0.29.0
       Compiling schemars v1.0.4
       Compiling uuid v1.18.1
       Compiling bytesize v2.0.1
       Compiling os_info v3.12.0
       Compiling localtime v1.3.1
       Compiling dunce v1.0.5
       Compiling radicle v0.20.0
       Compiling radicle-cli v0.17.0
       Compiling radicle-term v0.16.0
       Compiling clap v4.5.51
       Compiling human-panic v2.0.4
       Compiling xterm-query v0.5.2
       Compiling nix v0.30.1
       Compiling itertools v0.14.0
       Compiling radicle-tui v0.6.0 (/workspace/src)
       Compiling terminal-light v1.8.0
       Compiling ansi-to-tui v7.0.0
       Compiling homedir v0.3.6
       Compiling tui-textarea v0.7.0
       Compiling tui-tree-widget v0.23.1
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.11s
    [2025-11-05T23:28:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-05T23:28:33Z DEBUG ambient_ci::plan] RUN: Action CargoTest
    [2025-11-05T23:28:33Z DEBUG ambient_ci::action] Plan::execute: plan=CargoTest
    [2025-11-05T23:28:33Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.88.0 (873a06493 2025-05-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.88 (6b00bc3880 2025-06-23)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.88.0 (6b00bc388 2025-06-23)
    SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
           cwd=/workspace/src (exists? true)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
         Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_tui-5e33d8a2822a401c)
    
    running 7 tests
    test ui::test::state_value_read_buffer_should_succeed ... ok
    test ui::test::state_value_apply_should_succeed ... ok
    test ui::test::state_value_reset_after_apply_should_succeed ... ok
    test ui::test::state_value_reset_should_succeed ... ok
    test ui::utils::test::lines_should_be_merged_correctly ... ok
    test ui::utils::test::lines_with_start_should_be_merged_correctly ... ok
    test ui::test::state_value_read_should_succeed ... ok
    
    test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running unittests bin/main.rs (/workspace/cache/debug/deps/rad_tui-3f7b42f47699c764)
    
    running 67 tests
    test cli::empty_command_should_be_forwarded ... ok
    test cli::empty_command_should_not_be_forwarded ... ok
    test cli::help_command_should_not_be_forwarded ... ok
    test cli::help_command_should_be_forwarded ... ok
    test cli::version_command_should_be_forwarded ... ok
    test cli::version_command_should_not_be_forwarded ... ok
    test cli::version_command_should_print_json ... ok
    test cob::issue::tests::issue_filter_display_with_state_and_assigned_should_succeed ... ok
    test cob::issue::tests::issue_filter_display_with_state_should_succeed ... ok
    test cob::issue::tests::issue_filter_display_with_status_and_author_should_succeed ... ok
    test cob::patch::tests::patch_filter_display_with_status_and_author_should_succeed ... ok
    test cob::patch::tests::patch_filter_display_with_status_and_authored_should_succeed ... ok
    test cob::patch::tests::patch_filter_display_with_status_should_succeed ... ok
    test commands::tui_inbox::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
    test commands::tui_inbox::cli::empty_operation_should_not_be_forwarded ... ok
    test commands::tui_inbox::cli::empty_operation_with_help_should_be_forwarded ... ok
    test commands::tui_inbox::cli::empty_operation_with_help_should_not_be_forwarded ... ok
    test commands::tui_inbox::cli::list_operation_should_not_be_forwarded ... ok
    test commands::tui_inbox::cli::list_operation_should_not_be_forwarded_explicitly ... ok
    test commands::tui_inbox::cli::list_operation_with_help_should_be_forwarded ... ok
    test commands::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded ... ok
    test commands::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
    test commands::tui_inbox::cli::unknown_operation_should_be_forwarded ... ok
    test commands::tui_inbox::cli::unknown_operation_should_not_be_forwarded ... ok
    test commands::tui_issue::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
    test commands::tui_issue::cli::empty_operation_should_not_be_forwarded ... ok
    test commands::tui_issue::cli::empty_operation_with_help_should_be_forwarded ... ok
    test commands::tui_issue::cli::empty_operation_with_help_should_not_be_forwarded ... ok
    test commands::tui_issue::cli::list_operation_should_not_be_forwarded ... ok
    test commands::tui_issue::cli::list_operation_should_not_be_forwarded_explicitly ... ok
    test commands::tui_issue::cli::list_operation_with_help_should_be_forwarded ... ok
    test commands::tui_issue::cli::list_operation_with_help_should_not_be_forwarded ... ok
    test commands::tui_issue::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
    test commands::tui_issue::cli::unknown_operation_should_be_forwarded ... ok
    test commands::tui_issue::cli::unknown_operation_should_not_be_forwarded ... ok
    test commands::tui_patch::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
    test commands::tui_patch::cli::empty_operation_should_not_be_forwarded ... ok
    test commands::tui_patch::cli::empty_operation_with_help_should_be_forwarded ... ok
    test commands::tui_patch::cli::empty_operation_with_help_should_not_be_forwarded ... ok
    test commands::tui_patch::cli::list_operation_should_not_be_forwarded ... ok
    test commands::tui_patch::cli::list_operation_should_not_be_forwarded_explicitly ... ok
    test commands::tui_patch::cli::list_operation_with_help_should_be_forwarded ... ok
    test commands::tui_patch::cli::list_operation_with_help_should_not_be_forwarded ... ok
    test commands::tui_patch::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
    test commands::tui_patch::cli::unknown_operation_should_be_forwarded ... ok
    test commands::tui_patch::cli::unknown_operation_should_not_be_forwarded ... ok
    test commands::tui_patch::review::builder::tests::test_review_comments_basic ... ok
    test commands::tui_patch::review::builder::tests::test_review_comments_before ... ok
    test commands::tui_patch::review::builder::tests::test_review_comments_multiline ... ok
    test commands::tui_patch::review::builder::tests::test_review_comments_split_hunk ... ok
    test commands::tui_patch::review::test::app_with_single_hunk_can_be_constructed ... ok
    test commands::tui_patch::review::test::app_with_single_file_multiple_hunks_can_be_constructed ... ok
    test commands::tui_patch::review::test::hunk_can_be_selected ... ok
    test commands::tui_patch::review::test::first_hunk_is_selected_by_default ... ok
    test commands::tui_patch::review::test::hunks_are_rejected_by_default ... ok
    test commands::tui_patch::review::test::hunk_state_is_synchronized ... ok
    test commands::tui_patch::review::test::multiple_files_single_hunk_can_be_accepted ... ok
    test commands::tui_patch::review::test::single_file_multiple_hunks_only_first_can_be_accepted ... ok
    test commands::tui_patch::review::test::single_file_multiple_hunks_only_last_can_be_accepted ... ok
    test ui::items::tests::diff_line_index_checks_ranges_correctly ... ok
    test ui::items::tests::hunk_comments_on_deleted_simple_are_inserted_correctly ... ok
    test ui::items::tests::hunk_comments_on_modified_complex_are_inserted_correctly ... ok
    test commands::tui_patch::review::test::single_file_single_hunk_can_be_accepted ... ok
    test ui::items::tests::issue_item_filter_from_str_should_succeed ... ok
    test ui::items::tests::notification_item_filter_from_str_should_succeed ... ok
    test ui::items::tests::patch_item_filter_from_str_should_succeed ... ok
    test ui::items::tests::hunk_comments_on_modified_simple_are_inserted_correctly ... ok
    
    test result: ok. 67 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.96s
    
       Doc-tests radicle_tui
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    [2025-11-05T23:28:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-05T23:28:34Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-11-05T23:28:34Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-11-05T23:28:34Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    [2025-11-05T23:28:34Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-11-05T23:28:34Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-11-05T23:28:34Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-11-05T23:28:34Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-11-05T23:28:34Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-11-05T23:28:34Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2025-11-05T23:28:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-05T23:28:38Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        }
    [2025-11-05T23:28:38Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        }
    [2025-11-05T23:28:38Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
        }
    [2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-11-05T23:28:38Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2025-11-05T23:28:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-05T23:28:38Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-11-05T23:28:41Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-11-05T23:28:41Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-11-05T23:28:41Z DEBUG ambient_ci::run] remove old cache
[2025-11-05T23:28:41Z DEBUG ambient_ci::run] extract cache
[2025-11-05T23:28:43Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-11-05T23:28:43Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-05T23:28:44Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z39mP9rQAaGmERfUMPULfPUi473tY/meta.yaml
[2025-11-05T23:28:44Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>