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   170K  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:13 ./
-rw-r--r-- _rad/_rad       799 2025-12-31 05:13 ./plan.yaml
-rwxr-xr-x _rad/_rad   6394112 2025-12-31 05:13 ./run-ci
INFO: Extracted files:
  5636108      4 drwxr-xr-x   2 1000     1000         4096 Dec 31 05:13 .
  5636110   6248 -rwxr-xr-x   1 1000     1000      6394112 Dec 31 05:13 ./run-ci
  5636109      4 -rw-r--r--   1 1000     1000          799 Dec 31 05:13 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-31T05:13:48Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T05:13:48Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T05:13:48Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T05:13:48Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-31T05:13:48Z 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:13:48Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:13:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:13:48Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:13:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:13:48Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:13:48Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-31T05:13:48Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-31T05:13:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:13:48Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:13:48Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-31T05:13:49Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-31T05:13:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:13:49Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-31T05:13:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-31T05:13:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:13:49Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-31T05:13:49Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-31T05:13:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:13:49Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2025-12-31T05:13:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2025-12-31T05:13:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
        },
        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)
    Checking exfmt v0.1.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s
[2025-12-31T05:13:50Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:13:50Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2025-12-31T05:13:50Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2025-12-31T05:13:50Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
        },
        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 exfmt v0.1.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s
[2025-12-31T05:13:50Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:13:50Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2025-12-31T05:13:50Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2025-12-31T05:13:50Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
        },
        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:13:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:13:51Z DEBUG ambient_ci::plan] RUN: Action CargoDoc(
        CargoDoc,
    )
[2025-12-31T05:13:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoDoc(
        CargoDoc,
    )
[2025-12-31T05:13:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
        },
        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)
 Documenting exfmt v0.1.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
   Generated /workspace/cache/doc/exfmt/index.html
[2025-12-31T05:13:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:13:51Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-31T05:13:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-31T05:13:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:13:51Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-12-31T05:13:51Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-31T05:13:51Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-31T05:13:51Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-31T05:13:51Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-31T05:13:51Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-31T05:13:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:13:52Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-12-31T05:13:52Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-12-31T05:13:52Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-31T05:13:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:13:52Z 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:z3ViKVext2cuYuZjVZekK4JkcmQ2E",
    "name": "exfmt",
    "description": "Format shell examples in documentation",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
    "alias": "liw"
  },
  "before": "aa4a36ba562080114d54317b378f01a37132056b",
  "after": "aa4a36ba562080114d54317b378f01a37132056b",
  "branch": "main",
  "commits": [
    "aa4a36ba562080114d54317b378f01a37132056b",
    "3858cd5bebe0e1cbc5f4e7017268b6a8e6d8ae0e",
    "d79a7a8afb04234026a98a7171cba29fa5f1771c",
    "ee0fabeea9ad1e6670392db405e8d688e96a8116",
    "e3925e395d64512f06d122714175d5ca9cd1cebc",
    "1880195eb044170ac1bc5f19a2cf7e4bb5158fdb",
    "874caa83743cbccc916d09142feb9ed9af332aed",
    "3e9a34295165aea90cd47a68334dc74aed89e297",
    "14e94d0d8d56af40209ceee54bb672810bbf1d81",
    "745bd17502c712134eb649425261359383609f1c",
    "5a77b537b5dbf7f565aff91fbc7b8d2ecec8d846"
  ]
}

Ambient stdout

[2025-12-31T05:13:45Z INFO  ambient] ambient starts
[2025-12-31T05:13:45Z 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:13:45Z 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:13:45Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/meta.yaml
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] latest commit: "aa4a36ba562080114d54317b378f01a37132056b"
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] is a git repository
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] git repository is clean
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] current (HEAD) commit: aa4a36ba562080114d54317b378f01a37132056b
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] no dry run requested
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] forced run requested
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] run? true
[2025-12-31T05:13:45Z INFO  ambient_ci::run] project rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E: running CI
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-31T05:13:45Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2025-12-31T05:13:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2025-12-31T05:13:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/dependencies",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/cache",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
        },
        source_dir: "/tmp/.tmpR5CVmF/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/.tmpR5CVmF/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpR5CVmF/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpR5CVmF/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpR5CVmF/src => /tmp/.tmpGH9Shc
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/src wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/src/main.rs wanted=true
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpR5CVmF/src/src/main.rs => /tmp/.tmpGH9Shc/src/main.rs
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/README.md wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/README.html wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/Makefile wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/Cargo.toml wanted=true
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpR5CVmF/src/Cargo.toml => /tmp/.tmpGH9Shc/Cargo.toml
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/Cargo.lock wanted=true
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpR5CVmF/src/Cargo.lock => /tmp/.tmpGH9Shc/Cargo.lock
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.radicle wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.radicle/ambient.yaml wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.gitignore wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/index wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/HEAD wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/config wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/logs wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/logs/HEAD wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/logs/refs wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/logs/refs/heads wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/logs/refs/heads/main wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/logs/refs/remotes wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/packed-refs wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/refs wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/refs/remotes wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/refs/remotes/origin wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/refs/tags wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/refs/heads wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/refs/heads/main wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/6e wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/6e/0ec6837184193e641ef35893b0a4cf4421c64d wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/ef wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/ef/91c314e4cf6ca52acd0d886f307c2ce4412b3c wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/e3 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/e3/dc6b485297e2a95d79dec565b5df69ac578e13 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/8a wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/8a/bfb3c455bb2457220f3efd724b7e9b3c3391f0 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/ba wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/ba/23c16fa0f44819f17c20000eafa9288ef202f4 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/39 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/39/c23ded6b05afaf9242ed68aaa6bdc46804f2cc wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/52 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/52/4ba708bf615552671e76c8e7d86ab2aa2a5fa5 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/12 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/12/fdfdb213640cbc4ee9de7862b25c32e5850ae5 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/15 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/15/4d8a7b48c67e4fc9b9dd197213fdc92548a105 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/9a wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/9a/9daedbadf5407503c15fd2a9bbf9c7c75486e8 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/de wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/de/7f27a7b924ce882cc94f18eec908c674bf2724 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/bf wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/bf/d7efd40f6b3e18fcb702a400fe9baa913d71f9 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/29 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/29/fde97a3a1634a5743a9cf7e0de4d3555cdd6f1 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/01 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/01/b729c60c3ff6044502b297c4a7131031664641 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/21 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/21/ff1dbb8b9f1d241d656305223f0eff94514f76 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/21/a04447796e7833c316aebd4c03a165124c71e8 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/84 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/84/7cdb92a3c691aed080847b3e9d6c8e22dd7169 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/c0 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/c0/9b098bafa0edd0408f188692c9aed51b35f8c1 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/d3 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/d3/a48944409c34c77d619630249f421c99f4c2e0 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/53 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/53/64f5c0dba62a8d0066445bc3e4e517001de96c wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/17 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/17/3e41fae11ea2400ef9c8aed118bce73a80a49d wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/d4 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/d4/cea6ec142262ddcfe0b3f37e29b6721443b508 wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/info wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-6a8cb821948730f22944aaf8bca8f6a8c362bc44.idx wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-1f4d72d6ca7ce80174a1dfdac0518fa5b060ecb6.pack wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-4f78f4dd846ea29d30d3d18212652900c5bdf9eb.idx wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-8dbc06531d713f85fd5e6b29f506c9de63740fd8.pack wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-6ac56c2ca25298631edcbb58123c2f9c1651c306.pack wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-9cff8509d85fff8d52b5ac09edd148c18ba8ab52.idx wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-6ac56c2ca25298631edcbb58123c2f9c1651c306.idx wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-1f4d72d6ca7ce80174a1dfdac0518fa5b060ecb6.idx wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-01f3564b02bb61972a634dccf5fde1dd95e11655.idx wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-8dbc06531d713f85fd5e6b29f506c9de63740fd8.idx wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-01f3564b02bb61972a634dccf5fde1dd95e11655.pack wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-6a8cb821948730f22944aaf8bca8f6a8c362bc44.pack wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-9cff8509d85fff8d52b5ac09edd148c18ba8ab52.pack wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/objects/pack/pack-4f78f4dd846ea29d30d3d18212652900c5bdf9eb.pack wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/branches wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/update.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/post-update.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/pre-push.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/description wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/info wanted=false
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] path=/tmp/.tmpR5CVmF/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpGH9Shc (exists? true)
[2025-12-31T05:13:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-31T05:13:45Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpXLibh0/src.tar
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpXLibh0/deps.tar
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-31T05:13:45Z 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:13:45Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpXLibh0/ambient-execute-plan/run-ci
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] copy OK: true
[2025-12-31T05:13:45Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpXLibh0/executor.tar
[2025-12-31T05:13:45Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2025-12-31T05:13:45Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E, exists? true
[2025-12-31T05:13:45Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2025-12-31T05:13:45Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log OK
[2025-12-31T05:13:45Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-31T05:13:45Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-31T05:13:45Z 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:13:45Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-31T05:13:45Z 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:13:45Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-31T05:13:45Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-31T05:13:45Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpU8n3WX/.tmppObS62/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-31T05:13:45Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-31T05:13:45Z 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:13:45Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpe5iLUM/meta-data
[2025-12-31T05:13:45Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpe5iLUM/user-data
[2025-12-31T05:13:45Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpU8n3WX/.tmppObS62/console.log
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpU8n3WX/.tmppObS62/console.log
[2025-12-31T05:13:45Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2025-12-31T05:13:45Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2025-12-31T05:13:45Z 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/.tmpU8n3WX/.tmppObS62/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/.tmpU8n3WX/.tmppObS62/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpU8n3WX/.tmppObS62/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpXLibh0/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpU8n3WX/.tmppObS62/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpXLibh0/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpXLibh0/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpXLibh0/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpXLibh0/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-12-31T05:13:54Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-31T05:13:54Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-12-31T05:13:48Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-31T05:13:48Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-31T05:13:48Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-31T05:13:48Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-31T05:13:48Z 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:13:48Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:13:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:13:48Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:13:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:13:48Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:13:48Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-12-31T05:13:48Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-31T05:13:48Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:13:48Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-12-31T05:13:48Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:13:48Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-12-31T05:13:49Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-31T05:13:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:13:49Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-31T05:13:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-31T05:13:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:13:49Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-12-31T05:13:49Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-31T05:13:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:13:49Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2025-12-31T05:13:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2025-12-31T05:13:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
            },
            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)
        Checking exfmt v0.1.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s
    [2025-12-31T05:13:50Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:13:50Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2025-12-31T05:13:50Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2025-12-31T05:13:50Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
            },
            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 exfmt v0.1.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s
    [2025-12-31T05:13:50Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:13:50Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2025-12-31T05:13:50Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2025-12-31T05:13:50Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
            },
            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:13:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:13:51Z DEBUG ambient_ci::plan] RUN: Action CargoDoc(
            CargoDoc,
        )
    [2025-12-31T05:13:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoDoc(
            CargoDoc,
        )
    [2025-12-31T05:13:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
            },
            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)
     Documenting exfmt v0.1.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
       Generated /workspace/cache/doc/exfmt/index.html
    [2025-12-31T05:13:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:13:51Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-31T05:13:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-31T05:13:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:13:51Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-12-31T05:13:51Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-12-31T05:13:51Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-12-31T05:13:51Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-12-31T05:13:51Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-12-31T05:13:51Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2025-12-31T05:13:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:13:52Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-12-31T05:13:52Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-12-31T05:13:52Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-12-31T05:13:52Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2025-12-31T05:13:52Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-31T05:13:52Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-12-31T05:13:54Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-31T05:13:55Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-31T05:13:55Z DEBUG ambient_ci::run] remove old cache
[2025-12-31T05:13:55Z DEBUG ambient_ci::run] extract cache
[2025-12-31T05:13:55Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-31T05:13:55Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-31T05:13:55Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/meta.yaml
[2025-12-31T05:13:55Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>