CI run for rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E

Radicle repository id rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E

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
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   140K  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 144.2M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-12-31 05:12 ./
-rw-r--r-- _rad/_rad       799 2025-12-31 05:12 ./plan.yaml
-rwxr-xr-x _rad/_rad   6394112 2025-12-31 05:12 ./run-ci
INFO: Extracted files:
  5636108      4 drwxr-xr-x   2 1000     1000         4096 Dec 31 05:12 .
  5636110   6248 -rwxr-xr-x   1 1000     1000      6394112 Dec 31 05:12 ./run-ci
  5636109      4 -rw-r--r--   1 1000     1000          799 Dec 31 05:12 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-31T05:12:33Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T05:12:33Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T05:12:33Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T05:12:33Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T05:12:33Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 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: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: cargo_doc
- 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-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:12:33Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-31T05:12:33Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:12:33Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-31T05:12:34Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-31T05:12:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:12:34Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-31T05:12:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-31T05:12:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:12:34Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-31T05:12:34Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-31T05:12:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:12:34Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2025-12-31T05:12:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2025-12-31T05:12:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/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=/workspace/src (exists? true)
   Compiling proc-macro2 v1.0.104
   Compiling unicode-ident v1.0.22
   Compiling quote v1.0.42
    Checking bitflags v2.10.0
   Compiling rustix v1.1.3
    Checking linux-raw-sys v0.11.0
    Checking unicode-width v0.2.2
   Compiling syn v2.0.112
   Compiling pulldown-cmark v0.13.0
    Checking utf8parse v0.2.2
    Checking anstyle-parse v0.2.7
    Checking getopts v0.2.24
    Checking anstyle v1.0.13
    Checking pulldown-cmark-escape v0.11.0
    Checking unicase v2.8.1
    Checking colorchoice v1.0.4
    Checking is_terminal_polyfill v1.70.2
    Checking anstyle-query v1.1.5
    Checking memchr v2.7.6
    Checking anstream v0.6.21
    Checking terminal_size v0.4.3
    Checking strsim v0.11.1
   Compiling thiserror v2.0.17
   Compiling heck v0.5.0
    Checking clap_lex v0.7.6
    Checking clap_builder v4.5.53
   Compiling clap_derive v4.5.49
   Compiling thiserror-impl v2.0.17
    Checking pulldown-cmark-to-cmark v22.0.0
    Checking clap v4.5.53
    Checking pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
    Checking exfmt v0.1.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
[2025-12-31T05:12:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:12:39Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2025-12-31T05:12:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2025-12-31T05:12:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
       cwd=/workspace/src (exists? true)
   Compiling bitflags v2.10.0
   Compiling utf8parse v0.2.2
   Compiling linux-raw-sys v0.11.0
   Compiling unicode-width v0.2.2
   Compiling getopts v0.2.24
   Compiling rustix v1.1.3
   Compiling anstyle-parse v0.2.7
   Compiling memchr v2.7.6
   Compiling anstyle-query v1.1.5
   Compiling colorchoice v1.0.4
   Compiling anstyle v1.0.13
   Compiling pulldown-cmark-escape v0.11.0
   Compiling unicase v2.8.1
   Compiling is_terminal_polyfill v1.70.2
   Compiling anstream v0.6.21
   Compiling pulldown-cmark v0.13.0
   Compiling terminal_size v0.4.3
   Compiling strsim v0.11.1
   Compiling clap_lex v0.7.6
   Compiling clap_builder v4.5.53
   Compiling pulldown-cmark-to-cmark v22.0.0
   Compiling thiserror v2.0.17
   Compiling pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
   Compiling clap v4.5.53
   Compiling exfmt v0.1.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
[2025-12-31T05:12:43Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:12:43Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2025-12-31T05:12:43Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2025-12-31T05:12:43Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
       cwd=/workspace/src (exists? true)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
     Running unittests src/main.rs (/workspace/cache/debug/deps/exfmt-13c5feb4662c11bf)

running 0 tests

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

[2025-12-31T05:12:43Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:12:43Z DEBUG ambient_ci::plan] RUN: Action CargoDoc(
        CargoDoc,
    )
[2025-12-31T05:12:43Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoDoc(
        CargoDoc,
    )
[2025-12-31T05:12:43Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["env", "RUSTDOCFLAGS=-D warnings", "cargo", "doc", "--workspace"]
       cwd=/workspace/src (exists? true)
    Checking unicode-ident v1.0.22
 Documenting bitflags v2.10.0
    Checking proc-macro2 v1.0.104
 Documenting unicode-ident v1.0.22
    Checking quote v1.0.42
    Checking syn v2.0.112
 Documenting proc-macro2 v1.0.104
 Documenting quote v1.0.42
 Documenting syn v2.0.112
 Documenting linux-raw-sys v0.11.0
 Documenting unicode-width v0.2.2
 Documenting utf8parse v0.2.2
 Documenting getopts v0.2.24
 Documenting anstyle-parse v0.2.7
 Documenting rustix v1.1.3
 Documenting memchr v2.7.6
 Documenting pulldown-cmark-escape v0.11.0
 Documenting unicase v2.8.1
 Documenting colorchoice v1.0.4
 Documenting anstyle v1.0.13
 Documenting anstyle-query v1.1.5
 Documenting is_terminal_polyfill v1.70.2
 Documenting pulldown-cmark v0.13.0
 Documenting anstream v0.6.21
 Documenting terminal_size v0.4.3
 Documenting heck v0.5.0
    Checking heck v0.5.0
 Documenting clap_lex v0.7.6
 Documenting strsim v0.11.1
 Documenting clap_derive v4.5.49
 Documenting clap_builder v4.5.53
 Documenting pulldown-cmark-to-cmark v22.0.0
 Documenting thiserror-impl v2.0.17
 Documenting pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
 Documenting thiserror v2.0.17
 Documenting clap v4.5.53
 Documenting exfmt v0.1.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s
   Generated /workspace/cache/doc/exfmt/index.html
[2025-12-31T05:12:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:12:52Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-31T05:12:52Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-31T05:12:52Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:12:52Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-12-31T05:12:52Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-31T05:12:52Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-31T05:12:52Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-31T05:12:52Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-31T05:12:52Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-31T05:12:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:12:53Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-12-31T05:12:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-12-31T05:12:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-31T05:12:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:12:53Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E",
    "name": "exfmt",
    "description": "Format shell examples in documentation",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "f469794348ddac044a33e9fc5154847771ce2422",
    "author": {
      "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "alias": "liw"
    },
    "title": "fix: typo",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "2d58a41f77613acd935232f552e7e28e0931798b",
    "after": "aa4a36ba562080114d54317b378f01a37132056b",
    "commits": [
      "aa4a36ba562080114d54317b378f01a37132056b",
      "3858cd5bebe0e1cbc5f4e7017268b6a8e6d8ae0e",
      "d79a7a8afb04234026a98a7171cba29fa5f1771c",
      "ee0fabeea9ad1e6670392db405e8d688e96a8116",
      "e3925e395d64512f06d122714175d5ca9cd1cebc",
      "1880195eb044170ac1bc5f19a2cf7e4bb5158fdb",
      "874caa83743cbccc916d09142feb9ed9af332aed",
      "3e9a34295165aea90cd47a68334dc74aed89e297",
      "14e94d0d8d56af40209ceee54bb672810bbf1d81",
      "745bd17502c712134eb649425261359383609f1c",
      "5a77b537b5dbf7f565aff91fbc7b8d2ecec8d846"
    ],
    "target": "2d58a41f77613acd935232f552e7e28e0931798b",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "f469794348ddac044a33e9fc5154847771ce2422",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "description": "fix: spell Markdown with a capital\n\n\nfix: trivial fixes\n\n\nchore: update README.html\n\n\nchore: scaffolding for a Rust project\n\n\nfeat: parse input file into AST, write that out in debug mode\n\n\nfeat: render parsed input back to Markdown\n\n\nfeat: add option --debug\n\nThis causes a debug formatted dump of the AST to be written to the named\nfile.\n\n\ntest: add a simple round trip test for README.md\n\n\nchore: ignore test files\n\n\nci: add plan for Radicle CI with Ambient",
        "base": "2d58a41f77613acd935232f552e7e28e0931798b",
        "oid": "aa4a36ba562080114d54317b378f01a37132056b",
        "timestamp": 1767157946
      }
    ]
  }
}

Ambient stdout

[2025-12-31T05:12:28Z INFO  ambient] ambient starts
[2025-12-31T05:12:28Z 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-12-31T05:12:28Z 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-12-31T05:12:28Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/meta.yaml
[2025-12-31T05:12:28Z DEBUG ambient_ci::run] no latest commit stored
[2025-12-31T05:12:28Z DEBUG ambient_ci::run] is a git repository
[2025-12-31T05:12:28Z DEBUG ambient_ci::run] git repository is clean
[2025-12-31T05:12:28Z DEBUG ambient_ci::run] current (HEAD) commit: aa4a36ba562080114d54317b378f01a37132056b
[2025-12-31T05:12:28Z DEBUG ambient_ci::run] no dry run requested
[2025-12-31T05:12:28Z DEBUG ambient_ci::run] forced run requested
[2025-12-31T05:12:28Z DEBUG ambient_ci::run] run? true
[2025-12-31T05:12:28Z INFO  ambient_ci::run] project rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E: running CI
[2025-12-31T05:12:28Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-31T05:12:28Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2025-12-31T05:12:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2025-12-31T05:12:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/cache",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
        },
        source_dir: "/tmp/.tmp034gQX/src",
        deps_dir: "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmp034gQX/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmp034gQX/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmp034gQX/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmp034gQX/src => /tmp/.tmpS3DYXE
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/src wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/src/main.rs wanted=true
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp034gQX/src/src/main.rs => /tmp/.tmpS3DYXE/src/main.rs
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/README.md wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/README.html wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/Makefile wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/Cargo.toml wanted=true
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp034gQX/src/Cargo.toml => /tmp/.tmpS3DYXE/Cargo.toml
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/Cargo.lock wanted=true
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp034gQX/src/Cargo.lock => /tmp/.tmpS3DYXE/Cargo.lock
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.radicle wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.radicle/ambient.yaml wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.gitignore wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/index wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/HEAD wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/config wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/logs wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/logs/HEAD wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/logs/refs wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/logs/refs/heads wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/logs/refs/heads/main wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/logs/refs/remotes wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/packed-refs wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/refs wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/refs/remotes wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/refs/remotes/origin wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/refs/tags wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/refs/heads wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/refs/heads/main wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/ef wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/ef/91c314e4cf6ca52acd0d886f307c2ce4412b3c wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/e3 wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/e3/dc6b485297e2a95d79dec565b5df69ac578e13 wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/8a wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/8a/bfb3c455bb2457220f3efd724b7e9b3c3391f0 wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/12 wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/12/fdfdb213640cbc4ee9de7862b25c32e5850ae5 wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/15 wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/15/4d8a7b48c67e4fc9b9dd197213fdc92548a105 wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/9a wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/9a/9daedbadf5407503c15fd2a9bbf9c7c75486e8 wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/84 wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/84/7cdb92a3c691aed080847b3e9d6c8e22dd7169 wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/53 wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/53/64f5c0dba62a8d0066445bc3e4e517001de96c wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/info wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/pack wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/pack/pack-6a8cb821948730f22944aaf8bca8f6a8c362bc44.idx wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/pack/pack-1f4d72d6ca7ce80174a1dfdac0518fa5b060ecb6.pack wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/pack/pack-6ac56c2ca25298631edcbb58123c2f9c1651c306.pack wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/pack/pack-9cff8509d85fff8d52b5ac09edd148c18ba8ab52.idx wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/pack/pack-6ac56c2ca25298631edcbb58123c2f9c1651c306.idx wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/pack/pack-1f4d72d6ca7ce80174a1dfdac0518fa5b060ecb6.idx wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/pack/pack-01f3564b02bb61972a634dccf5fde1dd95e11655.idx wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/pack/pack-01f3564b02bb61972a634dccf5fde1dd95e11655.pack wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/pack/pack-6a8cb821948730f22944aaf8bca8f6a8c362bc44.pack wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/objects/pack/pack-9cff8509d85fff8d52b5ac09edd148c18ba8ab52.pack wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/branches wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/update.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/post-update.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/pre-push.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/description wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/info wanted=false
[2025-12-31T05:12:28Z DEBUG ambient_ci::util] path=/tmp/.tmp034gQX/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpS3DYXE (exists? true)
    Updating crates.io index
    Updating git repository `https://github.com/kinnison/juntakami.git`
 Downloading crates ...
  Downloaded quote v1.0.42
  Downloaded pulldown-cmark-escape v0.11.0
  Downloaded thiserror-impl v2.0.17
  Downloaded windows-link v0.2.1
  Downloaded terminal_size v0.4.3
  Downloaded windows-targets v0.53.5
  Downloaded heck v0.5.0
  Downloaded unicase v2.8.1
  Downloaded once_cell_polyfill v1.70.2
  Downloaded anstyle-query v1.1.5
  Downloaded strsim v0.11.1
  Downloaded utf8parse v0.2.2
  Downloaded anstyle-parse v0.2.7
  Downloaded clap_derive v4.5.49
  Downloaded proc-macro2 v1.0.104
  Downloaded clap v4.5.53
  Downloaded memchr v2.7.6
  Downloaded bitflags v2.10.0
  Downloaded anstyle-wincon v3.0.11
  Downloaded anstream v0.6.21
  Downloaded clap_builder v4.5.53
  Downloaded pulldown-cmark v0.13.0
  Downloaded anstyle v1.0.13
  Downloaded pulldown-cmark-to-cmark v22.0.0
  Downloaded thiserror v2.0.17
  Downloaded syn v2.0.112
  Downloaded getopts v0.2.24
  Downloaded unicode-width v0.2.2
  Downloaded is_terminal_polyfill v1.70.2
  Downloaded colorchoice v1.0.4
  Downloaded clap_lex v0.7.6
  Downloaded errno v0.3.14
  Downloaded unicode-ident v1.0.22
  Downloaded rustix v1.1.3
  Downloaded libc v0.2.178
  Downloaded windows_aarch64_gnullvm v0.53.1
  Downloaded windows_x86_64_msvc v0.53.1
  Downloaded windows_x86_64_gnullvm v0.53.1
  Downloaded windows_i686_gnullvm v0.53.1
  Downloaded windows_aarch64_msvc v0.53.1
  Downloaded windows_x86_64_gnu v0.53.1
  Downloaded windows_i686_gnu v0.53.1
  Downloaded windows_i686_msvc v0.53.1
  Downloaded windows-sys v0.61.2
  Downloaded linux-raw-sys v0.11.0
  Downloaded windows-sys v0.60.2
[2025-12-31T05:12:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:12:29Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-31T05:12:29Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp1gxbz1/src.tar
[2025-12-31T05:12:29Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp1gxbz1/deps.tar
[2025-12-31T05:12:29Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-31T05:12:29Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir(
                Mkdir {
                    pathname: "/workspace",
                },
            ),
            Mkdir(
                Mkdir {
                    pathname: "/workspace/artifacts",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdc",
                    directory: "/workspace/src",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdf",
                    directory: "/workspace/deps",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vde",
                    directory: "/workspace/cache",
                },
            ),
            CargoClippy(
                CargoClippy,
            ),
            CargoBuild(
                CargoBuild,
            ),
            CargoTest(
                CargoTest,
            ),
            CargoDoc(
                CargoDoc,
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vde",
                    directory: "/workspace/cache",
                },
            ),
            TarCreate(
                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-12-31T05:12:29Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-31T05:12:29Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmp1gxbz1/ambient-execute-plan/run-ci
[2025-12-31T05:12:29Z DEBUG ambient_ci::run] copy OK: true
[2025-12-31T05:12:29Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp1gxbz1/executor.tar
[2025-12-31T05:12:29Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2025-12-31T05:12:29Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E, exists? true
[2025-12-31T05:12:29Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2025-12-31T05:12:29Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log OK
[2025-12-31T05:12:29Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-31T05:12:29Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-31T05:12:29Z 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-12-31T05:12:29Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-31T05:12:29Z 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-12-31T05:12:29Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-31T05:12:29Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-31T05:12:29Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpwqKqXd/.tmp8OTLS5/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-31T05:12:29Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-31T05:12:29Z 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-12-31T05:12:29Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpotVfTd/meta-data
[2025-12-31T05:12:29Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpotVfTd/user-data
[2025-12-31T05:12:30Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpwqKqXd/.tmp8OTLS5/console.log
[2025-12-31T05:12:30Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpwqKqXd/.tmp8OTLS5/console.log
[2025-12-31T05:12:30Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2025-12-31T05:12:30Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2025-12-31T05:12:30Z 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/.tmpwqKqXd/.tmp8OTLS5/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/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/.tmpwqKqXd/.tmp8OTLS5/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpwqKqXd/.tmp8OTLS5/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp1gxbz1/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpwqKqXd/.tmp8OTLS5/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp1gxbz1/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp1gxbz1/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp1gxbz1/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp1gxbz1/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-12-31T05:12:54Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-31T05:12:54Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-12-31T05:12:33Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-31T05:12:33Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-31T05:12:33Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-31T05:12:33Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-31T05:12:33Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 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: cargo_clippy
    - action: cargo_build
    - action: cargo_test
    - action: cargo_doc
    - 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-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:12:33Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-12-31T05:12:33Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:12:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-12-31T05:12:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:12:33Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-12-31T05:12:34Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-31T05:12:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:12:34Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-31T05:12:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-31T05:12:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:12:34Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-12-31T05:12:34Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-31T05:12:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:12:34Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2025-12-31T05:12:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2025-12-31T05:12:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/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=/workspace/src (exists? true)
       Compiling proc-macro2 v1.0.104
       Compiling unicode-ident v1.0.22
       Compiling quote v1.0.42
        Checking bitflags v2.10.0
       Compiling rustix v1.1.3
        Checking linux-raw-sys v0.11.0
        Checking unicode-width v0.2.2
       Compiling syn v2.0.112
       Compiling pulldown-cmark v0.13.0
        Checking utf8parse v0.2.2
        Checking anstyle-parse v0.2.7
        Checking getopts v0.2.24
        Checking anstyle v1.0.13
        Checking pulldown-cmark-escape v0.11.0
        Checking unicase v2.8.1
        Checking colorchoice v1.0.4
        Checking is_terminal_polyfill v1.70.2
        Checking anstyle-query v1.1.5
        Checking memchr v2.7.6
        Checking anstream v0.6.21
        Checking terminal_size v0.4.3
        Checking strsim v0.11.1
       Compiling thiserror v2.0.17
       Compiling heck v0.5.0
        Checking clap_lex v0.7.6
        Checking clap_builder v4.5.53
       Compiling clap_derive v4.5.49
       Compiling thiserror-impl v2.0.17
        Checking pulldown-cmark-to-cmark v22.0.0
        Checking clap v4.5.53
        Checking pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
        Checking exfmt v0.1.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
    [2025-12-31T05:12:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:12:39Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2025-12-31T05:12:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2025-12-31T05:12:39Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
           cwd=/workspace/src (exists? true)
       Compiling bitflags v2.10.0
       Compiling utf8parse v0.2.2
       Compiling linux-raw-sys v0.11.0
       Compiling unicode-width v0.2.2
       Compiling getopts v0.2.24
       Compiling rustix v1.1.3
       Compiling anstyle-parse v0.2.7
       Compiling memchr v2.7.6
       Compiling anstyle-query v1.1.5
       Compiling colorchoice v1.0.4
       Compiling anstyle v1.0.13
       Compiling pulldown-cmark-escape v0.11.0
       Compiling unicase v2.8.1
       Compiling is_terminal_polyfill v1.70.2
       Compiling anstream v0.6.21
       Compiling pulldown-cmark v0.13.0
       Compiling terminal_size v0.4.3
       Compiling strsim v0.11.1
       Compiling clap_lex v0.7.6
       Compiling clap_builder v4.5.53
       Compiling pulldown-cmark-to-cmark v22.0.0
       Compiling thiserror v2.0.17
       Compiling pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
       Compiling clap v4.5.53
       Compiling exfmt v0.1.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
    [2025-12-31T05:12:43Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:12:43Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2025-12-31T05:12:43Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2025-12-31T05:12:43Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
           cwd=/workspace/src (exists? true)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
         Running unittests src/main.rs (/workspace/cache/debug/deps/exfmt-13c5feb4662c11bf)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    [2025-12-31T05:12:43Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:12:43Z DEBUG ambient_ci::plan] RUN: Action CargoDoc(
            CargoDoc,
        )
    [2025-12-31T05:12:43Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoDoc(
            CargoDoc,
        )
    [2025-12-31T05:12:43Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["env", "RUSTDOCFLAGS=-D warnings", "cargo", "doc", "--workspace"]
           cwd=/workspace/src (exists? true)
        Checking unicode-ident v1.0.22
     Documenting bitflags v2.10.0
        Checking proc-macro2 v1.0.104
     Documenting unicode-ident v1.0.22
        Checking quote v1.0.42
        Checking syn v2.0.112
     Documenting proc-macro2 v1.0.104
     Documenting quote v1.0.42
     Documenting syn v2.0.112
     Documenting linux-raw-sys v0.11.0
     Documenting unicode-width v0.2.2
     Documenting utf8parse v0.2.2
     Documenting getopts v0.2.24
     Documenting anstyle-parse v0.2.7
     Documenting rustix v1.1.3
     Documenting memchr v2.7.6
     Documenting pulldown-cmark-escape v0.11.0
     Documenting unicase v2.8.1
     Documenting colorchoice v1.0.4
     Documenting anstyle v1.0.13
     Documenting anstyle-query v1.1.5
     Documenting is_terminal_polyfill v1.70.2
     Documenting pulldown-cmark v0.13.0
     Documenting anstream v0.6.21
     Documenting terminal_size v0.4.3
     Documenting heck v0.5.0
        Checking heck v0.5.0
     Documenting clap_lex v0.7.6
     Documenting strsim v0.11.1
     Documenting clap_derive v4.5.49
     Documenting clap_builder v4.5.53
     Documenting pulldown-cmark-to-cmark v22.0.0
     Documenting thiserror-impl v2.0.17
     Documenting pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
     Documenting thiserror v2.0.17
     Documenting clap v4.5.53
     Documenting exfmt v0.1.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s
       Generated /workspace/cache/doc/exfmt/index.html
    [2025-12-31T05:12:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:12:52Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-31T05:12:52Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-31T05:12:52Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:12:52Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-12-31T05:12:52Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-12-31T05:12:52Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-12-31T05:12:52Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-12-31T05:12:52Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-12-31T05:12:52Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2025-12-31T05:12:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:12:53Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-12-31T05:12:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-12-31T05:12:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-12-31T05:12:53Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2025-12-31T05:12:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:12:53Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-12-31T05:12:54Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-31T05:12:54Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-31T05:12:54Z DEBUG ambient_ci::run] remove old cache
[2025-12-31T05:12:54Z DEBUG ambient_ci::run] extract cache
[2025-12-31T05:12:55Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-31T05:12:55Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-31T05:12:55Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/meta.yaml
[2025-12-31T05:12:55Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>