CI run for rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW

Radicle repository id rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW

Table of Contents

Run log

[=3h[=3hBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
Welcome to GRUB!


INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0     6M  1 disk 
vdc    254:32   0   580K  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0   290K  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-01-18 12:33 ./
-rw-r--r-- _rad/_rad       886 2026-01-18 12:33 ./plan.yaml
-rwxr-xr-x _rad/_rad   6275392 2026-01-18 12:33 ./run-ci
INFO: Extracted files:
   393226      4 drwxr-xr-x   2 1000     1000         4096 Jan 18 12:33 .
   393228   6132 -rwxr-xr-x   1 1000     1000      6275392 Jan 18 12:33 ./run-ci
   393227      4 -rw-r--r--   1 1000     1000          886 Jan 18 12:33 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-18T12:33:25Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-18T12:33:25Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-18T12:33:25Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-18T12:33:25Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-18T12:33:25Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-18T12:33:25Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /ci
    - action: mkdir
      pathname: /ci/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    - action: shell
      shell: ln -sf /ci /workspace
    - action: shell
      shell: git config --global user.name 'Ambient CI'
    - action: shell
      shell: git config --global user.email ambient@example.com
    - action: cargo_clippy
    - action: cargo_build
    - action: cargo_test
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /ci
    source_dir: /ci/src
    deps_dir: /ci/deps
    cache_dir: /ci/cache
    artifacts_dir: /ci/artifacts
    
    
[2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:33:25Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-18T12:33:25Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:33:25Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-18T12:33:25Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:33:25Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-18T12:33:26Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
       cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
       cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
       cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/ci/src (exists? true)
    Checking html-page v0.4.1 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
[2026-01-18T12:33:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:27Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2026-01-18T12:33:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2026-01-18T12:33:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
       cwd=/ci/src (exists? true)
   Compiling html-page v0.4.1 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
[2026-01-18T12:33:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:28Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2026-01-18T12:33:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2026-01-18T12:33:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
       cwd=/ci/src (exists? true)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/html_page-dc881ccb9a75c217)

running 29 tests
test test::add_child_to_element ... ok
test test::attribute_can_be_serialized ... ok
test test::boolean_attribute_can_be_serialized ... ok
test test::can_add_attribute_to_element ... ok
test test::can_add_boolean_attribute_to_element ... ok
test test::can_add_class_to_element ... ok
test test::can_add_same_class_twice_to_element ... ok
test test::can_create_element_with_attribute ... ok
test test::can_create_element_with_boolan_attribute ... ok
test test::can_two_classes_to_element ... ok
test test::can_unset_attribute_in_element ... ok
test test::creates_classy_element ... ok
test test::dangerous_attribute_value_is_esacped ... ok
test test::dangerous_text_is_escaped ... ok
test test::element_adds_first_class ... ok
test test::element_adds_second_class ... ok
test test::element_can_be_serialized ... ok
test test::element_has_correct_tag ... ok
test test::element_has_no_attributes_initially ... ok
test test::element_has_no_children_initially ... ok
test test::element_has_no_class_initially ... ok
test test::element_has_no_location_initially ... ok
test test::element_returns_no_value_for_missing_attribute ... ok
test test::element_with_location ... ok
test test::unset_attribute_is_unset ... ok
test test::visits_all_children ... ok
test test_element::empty_br ... ok
test test_element::empty_p ... ok
test test_tag::can_self_close ... ok

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

   Doc-tests html_page

running 4 tests
test src/lib.rs - HtmlPage (line 30) ... ok
test src/lib.rs - (line 12) ... ok
test src/lib.rs - TextVisitor (line 764) ... ok
test src/lib.rs - Visitor (line 708) ... ok

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

[2026-01-18T12:33:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:28Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-18T12:33:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-18T12:33:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:33:28Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/ci/cache",
        ),
        size: None,
    }
[2026-01-18T12:33:28Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-18T12:33:28Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-18T12:33:28Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-18T12:33:28Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-18T12:33:28Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-18T12:33:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:29Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-18T12:33:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-18T12:33:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/ci/artifacts",
        ),
        size: None,
    }
[2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-18T12:33:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:29Z 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:z2i9UF8soK1X6L9hae8UcQPSvdHjW",
    "name": "html-page",
    "description": "Rust types for HTML",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "8d182dad9cdd1262746a615c80b3b13f02f27c2a",
  "after": "8d182dad9cdd1262746a615c80b3b13f02f27c2a",
  "branch": "main",
  "commits": [
    "8d182dad9cdd1262746a615c80b3b13f02f27c2a"
  ]
}

Ambient stdout

[2026-01-18T12:33:19Z INFO  ambient] ambient starts
[2026-01-18T12:33:19Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2026-01-18T12:33:19Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
        uefi: false,
        lint: true,
    }
[2026-01-18T12:33:19Z DEBUG ambient_ci::linter] linting project rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW with rsync_target
[2026-01-18T12:33:19Z DEBUG ambient_ci::linter] linting project rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW with http_get
[2026-01-18T12:33:19Z DEBUG ambient_ci::linter] linting project rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW with shellcheck
[2026-01-18T12:33:19Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW/meta.yaml
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] latest commit: "8d182dad9cdd1262746a615c80b3b13f02f27c2a"
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] is a git repository
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] git repository is clean
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] current (HEAD) commit: 8d182dad9cdd1262746a615c80b3b13f02f27c2a
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] no dry run requested
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] forced run requested
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] run? true
[2026-01-18T12:33:19Z INFO  ambient_ci::run] project rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW: running CI
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-18T12:33:19Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-18T12:33:19Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2026-01-18T12:33:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2026-01-18T12:33:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW/cache/cargo-target",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
        },
        source_dir: "/tmp/.tmpwTHvnI/src",
        deps_dir: "/home/_rad/ambient-state/rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpwTHvnI/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpwTHvnI/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpwTHvnI/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpwTHvnI/src => /tmp/.tmp8I6Y5d
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/src wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/src/lib.rs wanted=true
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpwTHvnI/src/src/lib.rs => /tmp/.tmp8I6Y5d/src/lib.rs
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/deny.toml wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/README.md wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/Makefile wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/Cargo.toml wanted=true
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpwTHvnI/src/Cargo.toml => /tmp/.tmp8I6Y5d/Cargo.toml
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/Cargo.lock wanted=true
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpwTHvnI/src/Cargo.lock => /tmp/.tmp8I6Y5d/Cargo.lock
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.radicle wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.radicle/ambient.yaml wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.gitignore wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/index wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/HEAD wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/config wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/logs wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/logs/HEAD wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/logs/refs wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/logs/refs/heads wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/logs/refs/heads/main wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/logs/refs/remotes wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/packed-refs wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/refs wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/refs/remotes wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/refs/remotes/origin wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/refs/tags wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/refs/heads wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/refs/heads/main wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/24 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/24/a413e824c1abef840ebe499c1605797f92f739 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/d9 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/d9/bfeb8e37c6bb222b3406ad161aa8166dcafa78 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/f4 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/f4/2c695a3b5e371ef8f19a06d8f1c3c46706bfd9 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/6f wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/6f/db771a6e8a5ea33df64cb6145513f131c151cc wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/d6 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/d6/c486f3d2d362b0ae67ef989ba9a8e51f18f620 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/13 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/13/37190c8de4c4100882e7259a8c5ad512356fb4 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/13/d385b58b35ba5f438a8e282188efb39d2ae7d3 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/c9 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/c9/44bc78eed8bd04fae96c488951c5af7de16ce7 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/9e wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/9e/79d9e67c6f3db2b5a2c68a47218154e98b2e81 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/73 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/73/f179573d89ff76880ae83e41983a5a422d4723 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/e3 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/e3/5f08e5398e43bf2f0d6000b18a683764da81aa wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/c8 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/c8/56a5ef79004922894d37ea73a8d9f78df48db3 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/c8/a58e77a61e6461ba7f88c61bae73ef2d3b816c wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/75 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/75/7ee3f513316f3342816bbc2cb17cee57eab6a4 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/63 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/63/d882eb6a9fe0e5a0a514982682217d2cfd3f5a wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/ad wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/ad/8d66f1cecdb2f5348290eb3e6eed961f8a82f9 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/ad/81d0e0aae3478d08897b5bb839105bef1fc5d3 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/ed wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/ed/53614ea5f00d45536c05f39841b490eb98ac35 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/da wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/da/b845faa8b497e4eb31a84d88577e1a9523c061 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/10 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/10/ca009d54410ff11940ebdeb7f58b6a1dd605f4 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/d0 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/d0/9ad7253cb481902f4f19816ed022b6402adff4 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/cb wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/cb/eb3d55c434e455d6325ae1813d9ae36569ed8c wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/6c wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/6c/c726cc69b546cf0313c1470427901df20738df wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/2e wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/2e/37931554cfa4aa25d2a783f3882b25fb8b1d0a wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/90 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/90/523e16ee3b266177aa1e7147ae563363950fcf wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/41 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/41/9c7fbffa30df51d4a8eae9a4279c0034abdb6f wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/ab wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/ab/69101cbd735cbd90177dfce1882662625498cc wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/9a wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/9a/95c3cfc634609f13ae5d668efa1a9c36411e14 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/bb wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/bb/a19fc3efb950ce931d2276e30c592a0b69f960 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/b3 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/b3/25fa7d0b3b5e2656e096fc484ef5d86968c772 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/cc wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/cc/c688dc204604dddc38692aca8c054a12eeac93 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/37 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/37/e432b616f09e21e59b19964513fa3a3a730a62 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/25 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/25/30708653df82ce7f0dfe5033ad2abe86fdbb5a wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/82 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/82/02412ce4c81b2b148320c25e1f64cd2fbf7bcd wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/94 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/94/fe2d6c5351adb0787d6c064f987a9101b7a1d9 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/8f wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/8f/d7fb8e3aa8116479eeafa0df97bf36f1f6aae7 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/01 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/01/be3b0ee4ce25af95d51e9a57ea3b6e3a2fba46 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/dc wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/dc/d2c780718330c52d3c7b63d033ed7fcad36a0c wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/dc/c78d65f398e9f10d71b15731ae483cab7f3fef wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/e0 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/e0/4b915da6db89be6f23da6072f6ca608e8d7ce3 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/e0/ad4b54d4bef726a8b63a5a6651a2770feaf083 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/65 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/65/fac52064fa462fc36cb2350704da21a26b9da1 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/59 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/59/e9db760129108f50a0ccb7eb0eb90ad0359dd1 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/3e wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/3e/1155538e88ab2685767262af6819c463b625f8 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/43 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/43/801d9593d4b3203fb888ecc08e330a1c8901c6 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/d5 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/d5/3d19fb7a056554b090d3139bd787b811a4e861 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/78 wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/78/3ede811d3c6856aed586495b481f680540467d wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/78/2fdf97c2c9f8b257fb9c7c6f5c29fc2394597f wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/1e wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/1e/70e00ce2e345bbd2b24b9fed15ab53362d3b9c wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/info wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/info/commit-graph wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/info/packs wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-16d392ec505402dcd1829d989478d72fd014cb09.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-ea10c3705d978cf0b894d7b2c8604a54f07018e4.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-c4f956d65b0725e6ae9a9dcb26944efb1c902de9.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-c6e25d1267fbb839fcc1f18fed7b94711d9ce467.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-cb9b0dbe996b23248f485f7d9250b070d5542261.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-3f1c115205c5ada6549929752247d6bb8a5f5933.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-fdd797867848792c62169d4400c56ead59405bf6.bitmap wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-cb9b0dbe996b23248f485f7d9250b070d5542261.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-06ab68f72004e37da9f40c9949c40d98cc948c05.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-c6e25d1267fbb839fcc1f18fed7b94711d9ce467.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-06ab68f72004e37da9f40c9949c40d98cc948c05.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-a00848369cc842d23755c8955021bd423828d149.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-fdd797867848792c62169d4400c56ead59405bf6.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-3f1c115205c5ada6549929752247d6bb8a5f5933.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-a00848369cc842d23755c8955021bd423828d149.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-fdd797867848792c62169d4400c56ead59405bf6.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-43d7c5ac360752ded154bcbcaa4a60d8bc7f229a.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-278e2766111a7ff35917594bc38459716bdc588c.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-43350b91b2156ca46da2fa0a0f070218a9f5ca91.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-3fe08e027ab88ef4492c6fbcdbd76981961f2671.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-c4f956d65b0725e6ae9a9dcb26944efb1c902de9.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-43d7c5ac360752ded154bcbcaa4a60d8bc7f229a.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-43350b91b2156ca46da2fa0a0f070218a9f5ca91.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-ea10c3705d978cf0b894d7b2c8604a54f07018e4.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-fdd797867848792c62169d4400c56ead59405bf6.rev wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-ce82798bc699c3badc228c5f094375522b20752d.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-16d392ec505402dcd1829d989478d72fd014cb09.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-278e2766111a7ff35917594bc38459716bdc588c.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-3fe08e027ab88ef4492c6fbcdbd76981961f2671.idx wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/objects/pack/pack-ce82798bc699c3badc228c5f094375522b20752d.pack wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/branches wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/update.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/post-update.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/pre-push.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/description wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/info wanted=false
[2026-01-18T12:33:20Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpwTHvnI/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmp8I6Y5d (exists? true)
[2026-01-18T12:33:20Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-18T12:33:20Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-18T12:33:20Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-18T12:33:20Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpsd9huP/src.tar
[2026-01-18T12:33:20Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpsd9huP/deps.tar
[2026-01-18T12:33:20Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-18T12:33:20Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir(
                Mkdir {
                    pathname: "/ci",
                },
            ),
            Mkdir(
                Mkdir {
                    pathname: "/ci/artifacts",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdc",
                    directory: "/ci/src",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdf",
                    directory: "/ci/deps",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vde",
                    directory: "/ci/cache",
                },
            ),
            Shell(
                Shell {
                    shell: "ln -sf /ci /workspace",
                },
            ),
            Shell(
                Shell {
                    shell: "git config --global user.name 'Ambient CI'",
                },
            ),
            Shell(
                Shell {
                    shell: "git config --global user.email ambient@example.com",
                },
            ),
            CargoClippy(
                CargoClippy,
            ),
            CargoBuild(
                CargoBuild,
            ),
            CargoTest(
                CargoTest,
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vde",
                    directory: "/ci/cache",
                },
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vdd",
                    directory: "/ci/artifacts",
                },
            ),
        ],
        executor_drive: Some(
            "/dev/vdb",
        ),
        source_drive: Some(
            "/dev/vdc",
        ),
        artifact_drive: Some(
            "/dev/vdd",
        ),
        cache_drive: Some(
            "/dev/vde",
        ),
        deps_drive: Some(
            "/dev/vdf",
        ),
        workspace_dir: Some(
            "/ci",
        ),
        source_dir: Some(
            "/ci/src",
        ),
        deps_dir: Some(
            "/ci/deps",
        ),
        cache_dir: Some(
            "/ci/cache",
        ),
        artifacts_dir: Some(
            "/ci/artifacts",
        ),
    }
[2026-01-18T12:33:20Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-18T12:33:20Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpsd9huP/ambient-execute-plan/run-ci
[2026-01-18T12:33:20Z DEBUG ambient_ci::run] copy OK: true
[2026-01-18T12:33:20Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpsd9huP/executor.tar
[2026-01-18T12:33:21Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW/run.log
[2026-01-18T12:33:21Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW, exists? true
[2026-01-18T12:33:21Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW/run.log
[2026-01-18T12:33:21Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW/run.log OK
[2026-01-18T12:33:21Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-18T12:33:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-18T12:33:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2026-01-18T12:33:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-18T12:33:21Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-18T12:33:21Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2026-01-18T12:33:21Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-18T12:33:21Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-18T12:33:21Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpyRw8FM/.tmpO0COfG/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-18T12:33:21Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-18T12:33:21Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2026-01-18T12:33:21Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpRdmbF7/meta-data
[2026-01-18T12:33:21Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpRdmbF7/user-data
[2026-01-18T12:33:21Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpRdmbF7/network-config
[2026-01-18T12:33:21Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpyRw8FM/.tmpO0COfG/console.log
[2026-01-18T12:33:21Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpyRw8FM/.tmpO0COfG/console.log
[2026-01-18T12:33:21Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW/run.log
[2026-01-18T12:33:21Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW/run.log
[2026-01-18T12:33:21Z DEBUG ambient_ci::qemu] run QEMU: QemuArgs {
        args: [
            "-m",
            "11444",
            "-smp",
            "cpus=2",
            "-cpu",
            "kvm64",
            "-machine",
            "type=q35,accel=kvm,usb=off",
            "-uuid",
            "a85c9de7-edc0-4e54-bead-112e5733582c",
            "-boot",
            "strict=on",
            "-name",
            "ambient-ci-vm",
            "-rtc",
            "base=utc,driftfix=slew",
            "-display",
            "none",
            "-device",
            "virtio-rng-pci",
            "-serial",
            "file:/home/_rad/tmp/.tmpyRw8FM/.tmpO0COfG/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW/run.log",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpyRw8FM/.tmpO0COfG/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpsd9huP/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpyRw8FM/.tmpO0COfG/cloud_init.iso",
            "-drive",
            "if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
            "-drive",
            "if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmpyRw8FM/.tmpO0COfG/vars.fd",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpsd9huP/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpsd9huP/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpsd9huP/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpsd9huP/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2026-01-18T12:33:30Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-18T12:33:30Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2026-01-18T12:33:25Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-18T12:33:25Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-18T12:33:25Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-18T12:33:25Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-18T12:33:25Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-18T12:33:25Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
        steps:
        - action: mkdir
          pathname: /ci
        - action: mkdir
          pathname: /ci/artifacts
        - action: tar_extract
          archive: /dev/vdc
          directory: /ci/src
        - action: tar_extract
          archive: /dev/vdf
          directory: /ci/deps
        - action: tar_extract
          archive: /dev/vde
          directory: /ci/cache
        - action: shell
          shell: ln -sf /ci /workspace
        - action: shell
          shell: git config --global user.name 'Ambient CI'
        - action: shell
          shell: git config --global user.email ambient@example.com
        - action: cargo_clippy
        - action: cargo_build
        - action: cargo_test
        - action: tar_create
          archive: /dev/vde
          directory: /ci/cache
        - action: tar_create
          archive: /dev/vdd
          directory: /ci/artifacts
        executor_drive: /dev/vdb
        source_drive: /dev/vdc
        artifact_drive: /dev/vdd
        cache_drive: /dev/vde
        deps_drive: /dev/vdf
        workspace_dir: /ci
        source_dir: /ci/src
        deps_dir: /ci/deps
        cache_dir: /ci/cache
        artifacts_dir: /ci/artifacts
        
        
    [2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:33:25Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
    [2026-01-18T12:33:25Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:33:25Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
    [2026-01-18T12:33:25Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:25Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-18T12:33:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:33:25Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
    [2026-01-18T12:33:26Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
           cwd=/ci/src (exists? true)
    + ln -sf /ci /workspace
    [2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
           cwd=/ci/src (exists? true)
    + git config --global user.name 'Ambient CI'
    [2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
           cwd=/ci/src (exists? true)
    + git config --global user.email ambient@example.com
    [2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:26Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2026-01-18T12:33:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/ci/src (exists? true)
        Checking html-page v0.4.1 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
    [2026-01-18T12:33:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:27Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2026-01-18T12:33:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2026-01-18T12:33:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
           cwd=/ci/src (exists? true)
       Compiling html-page v0.4.1 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
    [2026-01-18T12:33:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:28Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2026-01-18T12:33:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2026-01-18T12:33:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
           cwd=/ci/src (exists? true)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
         Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/html_page-dc881ccb9a75c217)
    
    running 29 tests
    test test::add_child_to_element ... ok
    test test::attribute_can_be_serialized ... ok
    test test::boolean_attribute_can_be_serialized ... ok
    test test::can_add_attribute_to_element ... ok
    test test::can_add_boolean_attribute_to_element ... ok
    test test::can_add_class_to_element ... ok
    test test::can_add_same_class_twice_to_element ... ok
    test test::can_create_element_with_attribute ... ok
    test test::can_create_element_with_boolan_attribute ... ok
    test test::can_two_classes_to_element ... ok
    test test::can_unset_attribute_in_element ... ok
    test test::creates_classy_element ... ok
    test test::dangerous_attribute_value_is_esacped ... ok
    test test::dangerous_text_is_escaped ... ok
    test test::element_adds_first_class ... ok
    test test::element_adds_second_class ... ok
    test test::element_can_be_serialized ... ok
    test test::element_has_correct_tag ... ok
    test test::element_has_no_attributes_initially ... ok
    test test::element_has_no_children_initially ... ok
    test test::element_has_no_class_initially ... ok
    test test::element_has_no_location_initially ... ok
    test test::element_returns_no_value_for_missing_attribute ... ok
    test test::element_with_location ... ok
    test test::unset_attribute_is_unset ... ok
    test test::visits_all_children ... ok
    test test_element::empty_br ... ok
    test test_element::empty_p ... ok
    test test_tag::can_self_close ... ok
    
    test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
    
       Doc-tests html_page
    
    running 4 tests
    test src/lib.rs - HtmlPage (line 30) ... ok
    test src/lib.rs - (line 12) ... ok
    test src/lib.rs - TextVisitor (line 764) ... ok
    test src/lib.rs - Visitor (line 708) ... ok
    
    test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
    
    [2026-01-18T12:33:28Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:28Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-18T12:33:28Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-18T12:33:28Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:33:28Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/ci/cache",
            ),
            size: None,
        }
    [2026-01-18T12:33:28Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2026-01-18T12:33:28Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2026-01-18T12:33:28Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
    [2026-01-18T12:33:28Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
    [2026-01-18T12:33:28Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2026-01-18T12:33:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:29Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-18T12:33:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-18T12:33:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/ci/artifacts",
            ),
            size: None,
        }
    [2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
    [2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
    [2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-18T12:33:29Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2026-01-18T12:33:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-18T12:33:29Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2026-01-18T12:33:30Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-18T12:33:30Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-18T12:33:30Z DEBUG ambient_ci::run] remove old cache
[2026-01-18T12:33:31Z DEBUG ambient_ci::run] extract cache
[2026-01-18T12:33:31Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-18T12:33:31Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-18T12:33:31Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW/meta.yaml
[2026-01-18T12:33:31Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>