CI run for rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M

Radicle repository id rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M

Table of Contents

Run log

[=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
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     6M  1 disk 
vdc    254:32   0     1M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 329.7M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-01-18 12:33 ./
-rw-r--r-- _rad/_rad       884 2026-01-18 12:33 ./plan.yaml
-rwxr-xr-x _rad/_rad   6275392 2026-01-18 12:33 ./run-ci
INFO: Extracted files:
   393226      4 drwxr-xr-x   2 1000     1000         4096 Jan 18 12:33 .
   393230   6132 -rwxr-xr-x   1 1000     1000      6275392 Jan 18 12:33 ./run-ci
   393229      4 -rw-r--r--   1 1000     1000          884 Jan 18 12:33 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-18T12:33:38Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-18T12:33:38Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-18T12:33:38Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-18T12:33:38Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-18T12:33:38Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-18T12:33:38Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /ci
    - action: mkdir
      pathname: /ci/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    - action: shell
      shell: ln -sf /ci /workspace
    - action: shell
      shell: git config --global user.name 'Ambient CI'
    - action: shell
      shell: git config --global user.email ambient@example.com
    - action: cargo_fmt
    - action: cargo_clippy
    - action: cargo_test
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /ci
    source_dir: /ci/src
    deps_dir: /ci/deps
    cache_dir: /ci/cache
    artifacts_dir: /ci/artifacts
    
    
[2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:33:38Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-18T12:33:38Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:33:38Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-18T12:33:40Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-18T12:33:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:40Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-18T12:33:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-18T12:33:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:33:40Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-18T12:34:17Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
       cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
       cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
       cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/ci/src (exists? true)
[2026-01-18T12:34:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:34:19Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2026-01-18T12:34:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2026-01-18T12:34:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/ci/src (exists? true)
    Checking radicle-job v0.4.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
[2026-01-18T12:34:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:34:21Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2026-01-18T12:34:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2026-01-18T12:34:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
       cwd=/ci/src (exists? true)
   Compiling radicle-job v0.4.0 (/ci/src)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 2.27s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_job-238247049fb1fadf)

running 4 tests
test test::idempotent_create ... ok
test test::missing_commit ... ok
test test::runs_insertion_order_iteration ... ok
test test::e2e ... ok

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

     Running unittests src/bin/rad-job.rs (/ci/cache/cargo-target/debug/deps/rad_job-a28eea8ffeb7fb71)

running 0 tests

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

   Doc-tests radicle_job

running 1 test
test src/lib.rs - (line 13) ... ok

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

[2026-01-18T12:34:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:34:26Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-18T12:34:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-18T12:34:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:34:26Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/ci/cache",
        ),
        size: None,
    }
[2026-01-18T12:34:26Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-18T12:34:26Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-18T12:34:26Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-18T12:34:26Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-18T12:34:26Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-18T12:34:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:34:40Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-18T12:34:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-18T12:34:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/ci/artifacts",
        ),
        size: None,
    }
[2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-18T12:34:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:34:40Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M",
    "name": "radicle-job",
    "description": "Radicle Job Collaborative Object",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "525dc9a9e43217e038aa26a1dcb082ada32f1192",
  "after": "525dc9a9e43217e038aa26a1dcb082ada32f1192",
  "branch": "main",
  "commits": [
    "525dc9a9e43217e038aa26a1dcb082ada32f1192"
  ]
}

Ambient stdout

[2026-01-18T12:33:16Z INFO  ambient] ambient starts
[2026-01-18T12:33:16Z 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`
[2026-01-18T12:33:16Z 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",
        },
        uefi: false,
        lint: true,
    }
[2026-01-18T12:33:16Z DEBUG ambient_ci::linter] linting project rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M with rsync_target
[2026-01-18T12:33:16Z DEBUG ambient_ci::linter] linting project rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M with http_get
[2026-01-18T12:33:16Z DEBUG ambient_ci::linter] linting project rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M with shellcheck
[2026-01-18T12:33:16Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/meta.yaml
[2026-01-18T12:33:16Z DEBUG ambient_ci::run] latest commit: "525dc9a9e43217e038aa26a1dcb082ada32f1192"
[2026-01-18T12:33:16Z DEBUG ambient_ci::run] is a git repository
[2026-01-18T12:33:16Z DEBUG ambient_ci::run] git repository is clean
[2026-01-18T12:33:16Z DEBUG ambient_ci::run] current (HEAD) commit: 525dc9a9e43217e038aa26a1dcb082ada32f1192
[2026-01-18T12:33:16Z DEBUG ambient_ci::run] no dry run requested
[2026-01-18T12:33:16Z DEBUG ambient_ci::run] forced run requested
[2026-01-18T12:33:16Z DEBUG ambient_ci::run] run? true
[2026-01-18T12:33:16Z INFO  ambient_ci::run] project rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M: running CI
[2026-01-18T12:33:16Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-18T12:33:16Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-18T12:33:16Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2026-01-18T12:33:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2026-01-18T12:33:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/cache/cargo-target",
        },
        source_dir: "/tmp/.tmpdgrMjg/src",
        deps_dir: "/home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpdgrMjg/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpdgrMjg/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpdgrMjg/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpdgrMjg/src => /tmp/.tmpEVrXYs
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/src wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/src/lib.rs wanted=true
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpdgrMjg/src/src/lib.rs => /tmp/.tmpEVrXYs/src/lib.rs
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/src/error.rs wanted=true
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpdgrMjg/src/src/error.rs => /tmp/.tmpEVrXYs/src/error.rs
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/src/display.rs wanted=true
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpdgrMjg/src/src/display.rs => /tmp/.tmpEVrXYs/src/display.rs
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/src/bin wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/src/bin/rad-job.rs wanted=true
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpdgrMjg/src/src/bin/rad-job.rs => /tmp/.tmpEVrXYs/src/bin/rad-job.rs
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/release.toml wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/flake.nix wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/flake.lock wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/README.md wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/Cargo.toml wanted=true
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpdgrMjg/src/Cargo.toml => /tmp/.tmpEVrXYs/Cargo.toml
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/Cargo.lock wanted=true
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpdgrMjg/src/Cargo.lock => /tmp/.tmpEVrXYs/Cargo.lock
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/CHANGELOG.md wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.radicle wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.radicle/ambient.yaml wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.gitignore wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.envrc wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/index wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/HEAD wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/config wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/logs wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/logs/HEAD wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/logs/refs wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/logs/refs/heads wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/logs/refs/heads/main wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/logs/refs/remotes wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/packed-refs wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/refs wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/refs/remotes wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/refs/remotes/origin wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/refs/tags wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/refs/heads wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/refs/heads/main wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/a1 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/a1/8e3dbed99bf1c450c2c3668814e0d092af0308 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/14 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/14/730c22eeabba6b6920ca465e62154372ba07cf wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/6e wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/6e/5afbc87001f5a159bbe4fb28e87f276c2d46ca wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/4f wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/4f/64c9fceb74371ce2029255b3844c0b255f00bc wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/fb wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/fb/19483dd2e671845adc3897d3a6da5b7dfec943 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/f9 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/f9/634c069902d24adf1da4a0d9129b761e9dae8b wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/f9/a4223ceab0313fdbeb9d6014094efe2cb2876b wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/32 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/32/1a377d916163def8c2a44706925589293dea72 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/97 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/97/81d1973a4d4660e80dff3ce93728b761d4c024 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/42 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/42/cd9e5d9a4154adff77428e5ea77616ae74a258 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/84 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/84/bc338fa95539536e51c7c3efb527289cd1fd7a wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/f6 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/f6/f26cc0116ed438b134565d22d08dbd1a61de4d wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/2d wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/2d/2e7d1cb8226c98fa57fb9f98358f0a570767f7 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/80 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/80/4c195fbffe97ff3a002ce5289c0c0102a807a8 wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/info wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/info/commit-graph wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/info/packs wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-95bead7c5560227c3671c3dbf9d01e2bc94b303d.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-48e8b738da31acdd48ad13ce83d52210d679a696.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-0dd6faf04023c6602bb00dede7f5e9051458a570.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-c8d6c1af49bfc16f82db30e5aa168d1d56995b6b.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-ffffe313492e9842d148f88892f066633c9638b1.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-04f10a689eb1036c46127c0b48abdf289567d115.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-04f10a689eb1036c46127c0b48abdf289567d115.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-cbc6bea7c7728f55dc0c4db2ae2a7ac49d9f7ee2.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-c8d6c1af49bfc16f82db30e5aa168d1d56995b6b.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-7f642858a1f45c8ed3e764641b5b3d28d603ff1d.bitmap wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-f415d10e3d3875c5f2d1fc1bb0b6af2dc4f2dd34.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-13135988afaa4b59aa2c52d008a4e5ccf4f5725d.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-0dd6faf04023c6602bb00dede7f5e9051458a570.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-ffffe313492e9842d148f88892f066633c9638b1.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-f415d10e3d3875c5f2d1fc1bb0b6af2dc4f2dd34.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-176a38ebf2f21f3a86ff88bd76b26d81e6e327af.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-3e65ee3ec94fde64924c46b4744081fd76ea7232.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-13135988afaa4b59aa2c52d008a4e5ccf4f5725d.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-48e8b738da31acdd48ad13ce83d52210d679a696.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-7f642858a1f45c8ed3e764641b5b3d28d603ff1d.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-7f642858a1f45c8ed3e764641b5b3d28d603ff1d.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-e3652fb7c37e03eddad0d735f30f3e1b0da26079.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-baf211b07874873ba4da95542b7cb1a7b87e9620.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-fa2ddf7ab312f4b88886dd6f40cbe46667b6b5b5.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-a70345a7b6a07ceb94ae1565dfca4c388790c8bd.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-3e65ee3ec94fde64924c46b4744081fd76ea7232.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-176a38ebf2f21f3a86ff88bd76b26d81e6e327af.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-e3c9c4c9afb71e5c61714722a0de38d0a382b3cd.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-fa2ddf7ab312f4b88886dd6f40cbe46667b6b5b5.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-cbc6bea7c7728f55dc0c4db2ae2a7ac49d9f7ee2.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-1d5a7fa6f87e3af2dce70f2486869cbf0a5aaa7e.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-e3c9c4c9afb71e5c61714722a0de38d0a382b3cd.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-95bead7c5560227c3671c3dbf9d01e2bc94b303d.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-f4765e3ccea90f6fdc4d9c7b1fd65f9da2357673.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-baf211b07874873ba4da95542b7cb1a7b87e9620.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-e3652fb7c37e03eddad0d735f30f3e1b0da26079.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-1d5a7fa6f87e3af2dce70f2486869cbf0a5aaa7e.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-a70345a7b6a07ceb94ae1565dfca4c388790c8bd.pack wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-f4765e3ccea90f6fdc4d9c7b1fd65f9da2357673.idx wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/objects/pack/pack-7f642858a1f45c8ed3e764641b5b3d28d603ff1d.rev wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/branches wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/update.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/post-update.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/pre-push.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/description wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/info wanted=false
[2026-01-18T12:33:17Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpdgrMjg/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpEVrXYs (exists? true)
[2026-01-18T12:33:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:17Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-18T12:33:17Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-18T12:33:17Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpwIo8DH/src.tar
[2026-01-18T12:33:17Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpwIo8DH/deps.tar
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir(
                Mkdir {
                    pathname: "/ci",
                },
            ),
            Mkdir(
                Mkdir {
                    pathname: "/ci/artifacts",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdc",
                    directory: "/ci/src",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdf",
                    directory: "/ci/deps",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vde",
                    directory: "/ci/cache",
                },
            ),
            Shell(
                Shell {
                    shell: "ln -sf /ci /workspace",
                },
            ),
            Shell(
                Shell {
                    shell: "git config --global user.name 'Ambient CI'",
                },
            ),
            Shell(
                Shell {
                    shell: "git config --global user.email ambient@example.com",
                },
            ),
            CargoFmt(
                CargoFmt,
            ),
            CargoClippy(
                CargoClippy,
            ),
            CargoTest(
                CargoTest,
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vde",
                    directory: "/ci/cache",
                },
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vdd",
                    directory: "/ci/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(
            "/ci",
        ),
        source_dir: Some(
            "/ci/src",
        ),
        deps_dir: Some(
            "/ci/deps",
        ),
        cache_dir: Some(
            "/ci/cache",
        ),
        artifacts_dir: Some(
            "/ci/artifacts",
        ),
    }
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpwIo8DH/ambient-execute-plan/run-ci
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] copy OK: true
[2026-01-18T12:33:19Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpwIo8DH/executor.tar
[2026-01-18T12:33:32Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/run.log
[2026-01-18T12:33:32Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M, exists? true
[2026-01-18T12:33:32Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/run.log
[2026-01-18T12:33:32Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/run.log OK
[2026-01-18T12:33:32Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-18T12:33:32Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-18T12:33:32Z 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"
[2026-01-18T12:33:32Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-18T12:33:32Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-18T12:33:32Z 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",
        ],
    }
[2026-01-18T12:33:32Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-18T12:33:32Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-18T12:33:32Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpSTBKOz/.tmpkwMbDv/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-18T12:33:32Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-18T12:33:32Z 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",
        ],
    }
[2026-01-18T12:33:32Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpCrsh4I/meta-data
[2026-01-18T12:33:32Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpCrsh4I/user-data
[2026-01-18T12:33:32Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpCrsh4I/network-config
[2026-01-18T12:33:33Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpSTBKOz/.tmpkwMbDv/console.log
[2026-01-18T12:33:33Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpSTBKOz/.tmpkwMbDv/console.log
[2026-01-18T12:33:33Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/run.log
[2026-01-18T12:33:33Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/run.log
[2026-01-18T12:33:33Z 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/.tmpSTBKOz/.tmpkwMbDv/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/run.log",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpSTBKOz/.tmpkwMbDv/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpwIo8DH/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpSTBKOz/.tmpkwMbDv/cloud_init.iso",
            "-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/.tmpSTBKOz/.tmpkwMbDv/vars.fd",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpwIo8DH/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpwIo8DH/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpwIo8DH/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpwIo8DH/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2026-01-18T12:34:42Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-18T12:34:42Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2026-01-18T12:33:38Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-18T12:33:38Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-18T12:33:38Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-18T12:33:38Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-18T12:33:38Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-18T12:33:38Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
        steps:
        - action: mkdir
          pathname: /ci
        - action: mkdir
          pathname: /ci/artifacts
        - action: tar_extract
          archive: /dev/vdc
          directory: /ci/src
        - action: tar_extract
          archive: /dev/vdf
          directory: /ci/deps
        - action: tar_extract
          archive: /dev/vde
          directory: /ci/cache
        - action: shell
          shell: ln -sf /ci /workspace
        - action: shell
          shell: git config --global user.name 'Ambient CI'
        - action: shell
          shell: git config --global user.email ambient@example.com
        - action: cargo_fmt
        - action: cargo_clippy
        - action: cargo_test
        - action: tar_create
          archive: /dev/vde
          directory: /ci/cache
        - action: tar_create
          archive: /dev/vdd
          directory: /ci/artifacts
        executor_drive: /dev/vdb
        source_drive: /dev/vdc
        artifact_drive: /dev/vdd
        cache_drive: /dev/vde
        deps_drive: /dev/vdf
        workspace_dir: /ci
        source_dir: /ci/src
        deps_dir: /ci/deps
        cache_dir: /ci/cache
        artifacts_dir: /ci/artifacts
        
        
    [2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:33:38Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
    [2026-01-18T12:33:38Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:38Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-18T12:33:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:33:38Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
    [2026-01-18T12:33:40Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-18T12:33:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:40Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-18T12:33:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-18T12:33:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:33:40Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
    [2026-01-18T12:34:17Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
           cwd=/ci/src (exists? true)
    + ln -sf /ci /workspace
    [2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
           cwd=/ci/src (exists? true)
    + git config --global user.name 'Ambient CI'
    [2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
           cwd=/ci/src (exists? true)
    + git config --global user.email ambient@example.com
    [2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:34:17Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2026-01-18T12:34:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/ci/src (exists? true)
    [2026-01-18T12:34:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:34:19Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2026-01-18T12:34:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2026-01-18T12:34:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/ci/src (exists? true)
        Checking radicle-job v0.4.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
    [2026-01-18T12:34:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:34:21Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2026-01-18T12:34:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2026-01-18T12:34:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
           cwd=/ci/src (exists? true)
       Compiling radicle-job v0.4.0 (/ci/src)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 2.27s
         Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_job-238247049fb1fadf)
    
    running 4 tests
    test test::idempotent_create ... ok
    test test::missing_commit ... ok
    test test::runs_insertion_order_iteration ... ok
    test test::e2e ... ok
    
    test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
    
         Running unittests src/bin/rad-job.rs (/ci/cache/cargo-target/debug/deps/rad_job-a28eea8ffeb7fb71)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
       Doc-tests radicle_job
    
    running 1 test
    test src/lib.rs - (line 13) ... ok
    
    test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s
    
    [2026-01-18T12:34:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:34:26Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-18T12:34:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-18T12:34:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:34:26Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/ci/cache",
            ),
            size: None,
        }
    [2026-01-18T12:34:26Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2026-01-18T12:34:26Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2026-01-18T12:34:26Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
    [2026-01-18T12:34:26Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
    [2026-01-18T12:34:26Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2026-01-18T12:34:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:34:40Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-18T12:34:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-18T12:34:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/ci/artifacts",
            ),
            size: None,
        }
    [2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
    [2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
    [2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-18T12:34:40Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2026-01-18T12:34:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:34:40Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2026-01-18T12:34:42Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-18T12:34:43Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-18T12:34:43Z DEBUG ambient_ci::run] remove old cache
[2026-01-18T12:34:44Z DEBUG ambient_ci::run] extract cache
[2026-01-18T12:34:51Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-18T12:34:51Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-18T12:34:51Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M/meta.yaml
[2026-01-18T12:34:52Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>