CI run for rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8

Radicle repository id rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8

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   372K  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     6M  1 disk 
vdc    254:32   0   720K  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 123.1M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-01-25 06:16 ./
-rw-r--r-- _rad/_rad       906 2026-01-25 06:16 ./plan.yaml
-rwxr-xr-x _rad/_rad   6275392 2026-01-25 06:16 ./run-ci
INFO: Extracted files:
   524298      4 drwxr-xr-x   2 1000     1000         4096 Jan 25 06:16 .
   524301      4 -rw-r--r--   1 1000     1000          906 Jan 25 06:16 ./plan.yaml
   524302   6132 -rwxr-xr-x   1 1000     1000      6275392 Jan 25 06:16 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-25T06:16:38Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:16:38Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:16:38Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:16:38Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:16:38Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-25T06:16:38Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /ci
    - action: mkdir
      pathname: /ci/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    - action: shell
      shell: ln -sf /ci /workspace
    - action: shell
      shell: git config --global user.name 'Ambient CI'
    - action: shell
      shell: git config --global user.email ambient@example.com
    - action: cargo_fmt
    - action: cargo_clippy
    - action: cargo_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-25T06:16:38Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-25T06:16:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-25T06:16:38Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-25T06:16:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:16:38Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-25T06:16:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-25T06:16:38Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-25T06:16:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:16:38Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-25T06:16:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-25T06:16:38Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-25T06:16:38Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-25T06:16:39Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T06:16:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:16:39Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-25T06:16:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-25T06:16:39Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-25T06:16:39Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-25T06:16:40Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T06:16:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:16:40Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-25T06:16:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-25T06:16:40Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-25T06:16:40Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-25T06:16:46Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-25T06:16:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-25T06:16:46Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        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-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-25T06:16:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-25T06:16:46Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        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-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-25T06:16:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-25T06:16:46Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        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-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2026-01-25T06:16:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2026-01-25T06:16:46Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/ci/src (exists? true)
[2026-01-25T06:16:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:16:47Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2026-01-25T06:16:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2026-01-25T06:16:47Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/ci/src (exists? true)
   Compiling proc-macro2 v1.0.92
   Compiling unicode-ident v1.0.14
   Compiling version_check v0.9.5
    Checking cfg-if v1.0.0
   Compiling ahash v0.8.11
    Checking once_cell v1.20.2
    Checking zerocopy v0.7.35
   Compiling quote v1.0.37
   Compiling serde v1.0.216
   Compiling syn v2.0.90
    Checking utf8parse v0.2.2
    Checking anstyle-parse v0.2.6
    Checking hashbrown v0.14.5
    Checking colorchoice v1.0.3
   Compiling rustix v0.38.42
    Checking anstyle v1.0.10
    Checking is_terminal_polyfill v1.70.1
    Checking anstyle-query v1.1.2
   Compiling doc-comment v0.3.3
    Checking anstream v0.6.18
    Checking hashlink v0.9.1
    Checking encoding_rs v0.8.35
    Checking arraydeque v0.5.1
    Checking clap_lex v0.7.4
    Checking linux-raw-sys v0.4.14
    Checking itoa v1.0.14
   Compiling heck v0.5.0
   Compiling serde_derive v1.0.216
   Compiling thiserror v2.0.8
    Checking strsim v0.11.1
    Checking bitflags v2.6.0
   Compiling anyhow v1.0.94
    Checking clap_builder v4.5.23
   Compiling clap_derive v4.5.18
    Checking serde_path_to_error v0.1.16
   Compiling thiserror-impl v2.0.8
    Checking yaml-rust2 v0.9.0
    Checking unicode-width v0.1.14
    Checking unicode-linebreak v0.1.5
    Checking fastrand v2.3.0
    Checking smawk v0.3.2
    Checking tempfile v3.14.0
    Checking textwrap v0.16.1
    Checking marked-yaml v0.7.2
    Checking clap v4.5.23
    Checking roadmap v0.7.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.27s
[2026-01-25T06:17:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:17:12Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2026-01-25T06:17:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2026-01-25T06:17:12Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
       cwd=/ci/src (exists? true)
   Compiling cfg-if v1.0.0
   Compiling once_cell v1.20.2
   Compiling zerocopy v0.7.35
   Compiling utf8parse v0.2.2
   Compiling anstyle-parse v0.2.6
   Compiling ahash v0.8.11
   Compiling anstyle-query v1.1.2
   Compiling anstyle v1.0.10
   Compiling hashbrown v0.14.5
   Compiling colorchoice v1.0.3
   Compiling is_terminal_polyfill v1.70.1
   Compiling anstream v0.6.18
   Compiling serde v1.0.216
   Compiling hashlink v0.9.1
   Compiling encoding_rs v0.8.35
   Compiling bitflags v2.6.0
   Compiling arraydeque v0.5.1
   Compiling strsim v0.11.1
   Compiling itoa v1.0.14
   Compiling clap_lex v0.7.4
   Compiling linux-raw-sys v0.4.14
   Compiling clap_builder v4.5.23
   Compiling rustix v0.38.42
   Compiling serde_path_to_error v0.1.16
   Compiling yaml-rust2 v0.9.0
   Compiling doc-comment v0.3.3
   Compiling smawk v0.3.2
   Compiling fastrand v2.3.0
   Compiling unicode-linebreak v0.1.5
   Compiling unicode-width v0.1.14
   Compiling textwrap v0.16.1
   Compiling tempfile v3.14.0
   Compiling thiserror v2.0.8
   Compiling marked-yaml v0.7.2
   Compiling clap v4.5.23
   Compiling anyhow v1.0.94
   Compiling roadmap v0.7.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.23s
[2026-01-25T06:17:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:17:33Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2026-01-25T06:17:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2026-01-25T06:17:33Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
       cwd=/ci/src (exists? true)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/roadmap-fb357cc40e31d870)

running 16 tests
test map::tests::add_step_to_roadmap ... ok
test map::tests::empty_dot ... ok
test map::tests::get_step_from_roadmap ... ok
test map::tests::new_roadmap ... ok
test map::tests::set_missing_goal_status ... ok
test parser::tests::yaml_happy ... ok
test parser::tests::yaml_is_empty ... ok
test map::tests::simple_dot ... ok
test parser::tests::yaml_unknown_dep ... ok
test parser::tests::yaml_is_list ... ok
test parser::tests::yaml_unknown_status ... ok
test status::test::happy_from_text ... ok
test step::tests::add_step_dependency ... ok
test step::tests::new_step ... ok
test status::test::sad_from_text ... ok
test step::tests::set_status ... ok

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

     Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/roadmap-753b9aa353e2de9c)

running 0 tests

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

   Doc-tests roadmap

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

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

[2026-01-25T06:17:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:17:35Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-25T06:17:35Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-25T06:17:35Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-25T06:17:35Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/ci/cache",
        ),
        size: None,
    }
[2026-01-25T06:17:35Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-25T06:17:35Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-25T06:17:35Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-25T06:17:35Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-25T06:17:35Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-25T06:17:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:17:41Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-25T06:17:41Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-25T06:17:41Z 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",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/ci/artifacts",
        ),
        size: None,
    }
[2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-25T06:17:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:17:41Z 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:z4PiGKYWcz3XPzLf91DAgSHxjNvg8",
    "name": "roadmap",
    "description": "Visualize a project roadmap as a dependency graph",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "8c75ac4fd6c37862ea4da972c2b464cd8afd9c3b",
  "after": "8c75ac4fd6c37862ea4da972c2b464cd8afd9c3b",
  "branch": "main",
  "commits": [
    "8c75ac4fd6c37862ea4da972c2b464cd8afd9c3b"
  ]
}

Ambient stdout

[2026-01-25T06:16:24Z INFO  ambient] ambient starts
[2026-01-25T06:16:24Z 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-25T06:16:24Z 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-25T06:16:24Z DEBUG ambient_ci::linter] linting project rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8 with rsync_target
[2026-01-25T06:16:24Z DEBUG ambient_ci::linter] linting project rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8 with http_get
[2026-01-25T06:16:24Z DEBUG ambient_ci::linter] linting project rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8 with shellcheck
[2026-01-25T06:16:24Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/meta.yaml
[2026-01-25T06:16:24Z DEBUG ambient_ci::run] latest commit: "8c75ac4fd6c37862ea4da972c2b464cd8afd9c3b"
[2026-01-25T06:16:24Z DEBUG ambient_ci::run] is a git repository
[2026-01-25T06:16:24Z DEBUG ambient_ci::run] git repository is clean
[2026-01-25T06:16:24Z DEBUG ambient_ci::run] current (HEAD) commit: 8c75ac4fd6c37862ea4da972c2b464cd8afd9c3b
[2026-01-25T06:16:24Z DEBUG ambient_ci::run] no dry run requested
[2026-01-25T06:16:24Z DEBUG ambient_ci::run] forced run requested
[2026-01-25T06:16:24Z DEBUG ambient_ci::run] run? true
[2026-01-25T06:16:24Z INFO  ambient_ci::run] project rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8: running CI
[2026-01-25T06:16:24Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-25T06:16:24Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-25T06:16:24Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2026-01-25T06:16:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2026-01-25T06:16:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/cache/cargo-target",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/dependencies",
        },
        source_dir: "/tmp/.tmpIef7fS/src",
        deps_dir: "/home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpIef7fS/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpIef7fS/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpIef7fS/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpIef7fS/src => /tmp/.tmpGnKcCh
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/src wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/src/step.rs wanted=true
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIef7fS/src/src/step.rs => /tmp/.tmpGnKcCh/src/step.rs
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/src/status.rs wanted=true
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIef7fS/src/src/status.rs => /tmp/.tmpGnKcCh/src/status.rs
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/src/parser.rs wanted=true
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIef7fS/src/src/parser.rs => /tmp/.tmpGnKcCh/src/parser.rs
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/src/map.rs wanted=true
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIef7fS/src/src/map.rs => /tmp/.tmpGnKcCh/src/map.rs
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/src/main.rs wanted=true
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIef7fS/src/src/main.rs => /tmp/.tmpGnKcCh/src/main.rs
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/src/lib.rs wanted=true
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIef7fS/src/src/lib.rs => /tmp/.tmpGnKcCh/src/lib.rs
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/src/err.rs wanted=true
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIef7fS/src/src/err.rs => /tmp/.tmpGnKcCh/src/err.rs
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/legend.yaml wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/legend.svg wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/check wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/README.md wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/Cargo.toml wanted=true
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIef7fS/src/Cargo.toml => /tmp/.tmpGnKcCh/Cargo.toml
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/Cargo.lock wanted=true
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIef7fS/src/Cargo.lock => /tmp/.tmpGnKcCh/Cargo.lock
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.radicle wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.radicle/ambient.yaml wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.gitignore wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/index wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/HEAD wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/config wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/logs wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/logs/HEAD wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/logs/refs wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/logs/refs/heads wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/logs/refs/heads/main wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/logs/refs/remotes wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/packed-refs wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/refs wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/refs/remotes wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/refs/remotes/origin wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/refs/tags wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/refs/heads wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/refs/heads/main wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/f3 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/f3/4f23b8fdd2fcf6f14a34c34811641b60a0998a wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/7b wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/7b/fe6321cfe49b6e696dd85620c6c77f78e8be9a wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/81 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/81/26fb36d85718896360fc0a23cbd7236b5ef260 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/d9 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/d9/94aec9a4ac5d363dee79cb051efce77f1686e2 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/b2 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/b2/b4648b8119d642f9b9684b91eab62894e425d3 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/a4 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/a4/405386160da2ed013486ddd7d31f1c93855f8f wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/5f wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/5f/427458ded633a058b1801f91b652f4be46c05f wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/5f/c19cd979b4c6b50c13632a636975db1b175822 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/ee wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/ee/9052b50a08178cf331ef637f551f51f92f19f3 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/f9 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/f9/9c2cf0aaa8d5878512da6af5ed31a165696699 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/34 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/34/b6fdae7380c5f845ed1264486736728f75fd8b wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/73 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/73/e514bb3a0ccfa6e344f15c47edfbe215b9d8a5 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/66 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/66/f5d9606e8453e2301380a7efdda2c6f23dc0e6 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/74 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/74/90c217713e35d157f6321767e0e4d06a6dfad6 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/91 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/91/7ee9aa706de4c147e3b3a9885fd9a7d116114b wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/a9 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/a9/1ece025e2253f4ac29f6734ac7c5410a72f872 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/ed wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/ed/af50e2324a249eb94e371b2f63094fdd8bc070 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/da wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/da/178cea92600bd5a8e0a9e8f787f27ba6796918 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/f0 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/f0/d4c140a2bd3beb8eee48f4181e5c903bd62ca8 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/38 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/38/e72944eba58671234af15a17ee1736574ffe84 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/54 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/54/57387d2321c36b21c272e600b171245d254320 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/90 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/90/c15dce49e682e53f3c0c9db08b3acba390b821 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/ca wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/ca/97ac4fd49761c694bab5f2104aa24e1e1149bb wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/bb wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/bb/b010fef26738779fe3d981446238eea8b0429d wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/96 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/96/30800c4d3049291d61784415be0c6978013a29 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/25 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/25/a6faba0259076a01c8f89b971062b85d89c21b wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/40 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/40/bf5098287c16ccaa312576e2b85a7e8b9e076e wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/40/957a0b5d2dcc2fd93ddf861cd5c36f790c92db wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/29 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/29/f554c8b5601a3858026ec118bfcba1835423bc wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/bc wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/bc/5c0052acdd0d2b5fba865680ce710f344b4108 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/0c wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/0c/6338facf5cea9353e770193c7aede285bbdeda wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/0b wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/0b/b6fe7b2a9271768d97832f5c1f2631a4d2fb80 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/7f wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/7f/5c4b6bebbe4040661b98d9a7469224413adbe6 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/a2 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/a2/d0b5e964e7ec7ab89157399dae31a9291974e5 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/59 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/59/aced34c6fe7780548fa32bff46c6a3cee128e0 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/61 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/61/f26a9a840b11c85b063f0209ee963f8c9b3c66 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/3e wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/3e/f9ace75477eb5152363cc6ae67258736cbd173 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/3e/5f0e9a1ee55ca3251deb5b9cf36398e2102328 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/43 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/43/fff7e6cf83d8fdcdc59fb09cd10bba3c5ed4ae wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/d4 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/d4/3c47ff24ce5d629f191b6f6b5158c5655182e2 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/d4/b540bdfe1e03d3d0a3e95eca94c4b18a08a4bf wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/b1 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/b1/1f95a87625c375fd378958e85a3ea59afec191 wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/info wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/info/commit-graph wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/info/packs wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-4a1c60083c12a9c3057636410cfedf13dd6b75f5.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-84d62375eaf6320dbbd9ed6d04de17eacb808952.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-750e82dd448acb469fbed102b293b34e26e0e63c.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-9522c4261ffba68940cfee1dc016074ad35a7eba.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-ad3a1f9590b219b4c69bbc26ce0f0daf43092c59.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-2ab82c6272efcdddbe3c6c027f8ed6219ab54535.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-ece7a646798cb0481683562a3153763c4a35ed4f.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-4261c50eba3c6e5ff2969ade3653a2f5a79fe0eb.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-4a1c60083c12a9c3057636410cfedf13dd6b75f5.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-9522c4261ffba68940cfee1dc016074ad35a7eba.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-84d62375eaf6320dbbd9ed6d04de17eacb808952.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-9522c4261ffba68940cfee1dc016074ad35a7eba.bitmap wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-58e7841f19f186ba977229d8344647fd58021400.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-2ab82c6272efcdddbe3c6c027f8ed6219ab54535.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-4261c50eba3c6e5ff2969ade3653a2f5a79fe0eb.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-ece7a646798cb0481683562a3153763c4a35ed4f.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-9ce3c50a33681d910310b5766b02a449a8496a1d.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-58e7841f19f186ba977229d8344647fd58021400.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-b0e0836405ee122049ba6d446300847bbae5bdcc.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-750e82dd448acb469fbed102b293b34e26e0e63c.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-19559c77952ccafaccd7c8474ac57698422bba4a.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-b0e10b6530b8bb1693c17bb0ebad80945c87f3af.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-9ff47eaf707a9162d6ab111f727888765195191d.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-9d238f7f3c46a8876e1c222900582eeb8207342f.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-c7c600916f9b945ef63e4ec52ff66420641c2cab.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-3ff0c4ddce45486d972810066093112e3fdbacb1.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-523a2d811707a16f8becba87f5cbf379145050bd.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-b0e10b6530b8bb1693c17bb0ebad80945c87f3af.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-b0e0836405ee122049ba6d446300847bbae5bdcc.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-dac25366cc4be97baed6f9905865628323dc9e64.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-9ce3c50a33681d910310b5766b02a449a8496a1d.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-c7c600916f9b945ef63e4ec52ff66420641c2cab.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-9ff47eaf707a9162d6ab111f727888765195191d.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-523a2d811707a16f8becba87f5cbf379145050bd.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-dac25366cc4be97baed6f9905865628323dc9e64.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-19559c77952ccafaccd7c8474ac57698422bba4a.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-7dafc6f3df00262f3e6d98eb5547f2c23970c5a7.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-9d238f7f3c46a8876e1c222900582eeb8207342f.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-ad3a1f9590b219b4c69bbc26ce0f0daf43092c59.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-7dafc6f3df00262f3e6d98eb5547f2c23970c5a7.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-3ff0c4ddce45486d972810066093112e3fdbacb1.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-07a6dbe16dcc4818c926ee25c4c3f2482e9f0dff.pack wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-9522c4261ffba68940cfee1dc016074ad35a7eba.rev wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/objects/pack/pack-07a6dbe16dcc4818c926ee25c4c3f2482e9f0dff.idx wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/branches wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/update.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/post-update.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/pre-push.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/description wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/info wanted=false
[2026-01-25T06:16:25Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIef7fS/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpGnKcCh (exists? true)
[2026-01-25T06:16:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-25T06:16:25Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-25T06:16:25Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-25T06:16:25Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmplp3iss/src.tar
[2026-01-25T06:16:25Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmplp3iss/deps.tar
[2026-01-25T06:16:27Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-25T06:16:27Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir(
                Mkdir {
                    pathname: "/ci",
                },
            ),
            Mkdir(
                Mkdir {
                    pathname: "/ci/artifacts",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdc",
                    directory: "/ci/src",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdf",
                    directory: "/ci/deps",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vde",
                    directory: "/ci/cache",
                },
            ),
            Shell(
                Shell {
                    shell: "ln -sf /ci /workspace",
                },
            ),
            Shell(
                Shell {
                    shell: "git config --global user.name 'Ambient CI'",
                },
            ),
            Shell(
                Shell {
                    shell: "git config --global user.email ambient@example.com",
                },
            ),
            CargoFmt(
                CargoFmt,
            ),
            CargoClippy(
                CargoClippy,
            ),
            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-25T06:16:27Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-25T06:16:27Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmplp3iss/ambient-execute-plan/run-ci
[2026-01-25T06:16:27Z DEBUG ambient_ci::run] copy OK: true
[2026-01-25T06:16:27Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmplp3iss/executor.tar
[2026-01-25T06:16:32Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/run.log
[2026-01-25T06:16:32Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8, exists? true
[2026-01-25T06:16:32Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/run.log
[2026-01-25T06:16:32Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/run.log OK
[2026-01-25T06:16:32Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-25T06:16:32Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-25T06:16:32Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2026-01-25T06:16:32Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-25T06:16:32Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-25T06:16:32Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2026-01-25T06:16:32Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-25T06:16:32Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-25T06:16:32Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpi92iRQ/.tmph9LQW5/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-25T06:16:32Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-25T06:16:32Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2026-01-25T06:16:32Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpgXNKiE/meta-data
[2026-01-25T06:16:32Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpgXNKiE/user-data
[2026-01-25T06:16:32Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpgXNKiE/network-config
[2026-01-25T06:16:32Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpi92iRQ/.tmph9LQW5/console.log
[2026-01-25T06:16:32Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpi92iRQ/.tmph9LQW5/console.log
[2026-01-25T06:16:32Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/run.log
[2026-01-25T06:16:32Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/run.log
[2026-01-25T06:16:32Z 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/.tmpi92iRQ/.tmph9LQW5/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/run.log",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpi92iRQ/.tmph9LQW5/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmplp3iss/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpi92iRQ/.tmph9LQW5/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/.tmpi92iRQ/.tmph9LQW5/vars.fd",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmplp3iss/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmplp3iss/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmplp3iss/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmplp3iss/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2026-01-25T06:17:44Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-25T06:17:44Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2026-01-25T06:16:38Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-25T06:16:38Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-25T06:16:38Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-25T06:16:38Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-25T06:16:38Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-25T06:16:38Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
        steps:
        - action: mkdir
          pathname: /ci
        - action: mkdir
          pathname: /ci/artifacts
        - action: tar_extract
          archive: /dev/vdc
          directory: /ci/src
        - action: tar_extract
          archive: /dev/vdf
          directory: /ci/deps
        - action: tar_extract
          archive: /dev/vde
          directory: /ci/cache
        - action: shell
          shell: ln -sf /ci /workspace
        - action: shell
          shell: git config --global user.name 'Ambient CI'
        - action: shell
          shell: git config --global user.email ambient@example.com
        - action: cargo_fmt
        - action: cargo_clippy
        - action: cargo_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-25T06:16:38Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-25T06:16:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-25T06:16:38Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-25T06:16:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:16:38Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-25T06:16:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-25T06:16:38Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-25T06:16:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:16:38Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-25T06:16:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-25T06:16:38Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-25T06:16:38Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
    [2026-01-25T06:16:39Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-25T06:16:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:16:39Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-25T06:16:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-25T06:16:39Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-25T06:16:39Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
    [2026-01-25T06:16:40Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-25T06:16:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:16:40Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-25T06:16:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-25T06:16:40Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-25T06:16:40Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
    [2026-01-25T06:16:46Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-25T06:16:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-25T06:16:46Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            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-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-25T06:16:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-25T06:16:46Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            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-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-25T06:16:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-25T06:16:46Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            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-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:16:46Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2026-01-25T06:16:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2026-01-25T06:16:46Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/ci/src (exists? true)
    [2026-01-25T06:16:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:16:47Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2026-01-25T06:16:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2026-01-25T06:16:47Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/ci/src (exists? true)
       Compiling proc-macro2 v1.0.92
       Compiling unicode-ident v1.0.14
       Compiling version_check v0.9.5
        Checking cfg-if v1.0.0
       Compiling ahash v0.8.11
        Checking once_cell v1.20.2
        Checking zerocopy v0.7.35
       Compiling quote v1.0.37
       Compiling serde v1.0.216
       Compiling syn v2.0.90
        Checking utf8parse v0.2.2
        Checking anstyle-parse v0.2.6
        Checking hashbrown v0.14.5
        Checking colorchoice v1.0.3
       Compiling rustix v0.38.42
        Checking anstyle v1.0.10
        Checking is_terminal_polyfill v1.70.1
        Checking anstyle-query v1.1.2
       Compiling doc-comment v0.3.3
        Checking anstream v0.6.18
        Checking hashlink v0.9.1
        Checking encoding_rs v0.8.35
        Checking arraydeque v0.5.1
        Checking clap_lex v0.7.4
        Checking linux-raw-sys v0.4.14
        Checking itoa v1.0.14
       Compiling heck v0.5.0
       Compiling serde_derive v1.0.216
       Compiling thiserror v2.0.8
        Checking strsim v0.11.1
        Checking bitflags v2.6.0
       Compiling anyhow v1.0.94
        Checking clap_builder v4.5.23
       Compiling clap_derive v4.5.18
        Checking serde_path_to_error v0.1.16
       Compiling thiserror-impl v2.0.8
        Checking yaml-rust2 v0.9.0
        Checking unicode-width v0.1.14
        Checking unicode-linebreak v0.1.5
        Checking fastrand v2.3.0
        Checking smawk v0.3.2
        Checking tempfile v3.14.0
        Checking textwrap v0.16.1
        Checking marked-yaml v0.7.2
        Checking clap v4.5.23
        Checking roadmap v0.7.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.27s
    [2026-01-25T06:17:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:17:12Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2026-01-25T06:17:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2026-01-25T06:17:12Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
           cwd=/ci/src (exists? true)
       Compiling cfg-if v1.0.0
       Compiling once_cell v1.20.2
       Compiling zerocopy v0.7.35
       Compiling utf8parse v0.2.2
       Compiling anstyle-parse v0.2.6
       Compiling ahash v0.8.11
       Compiling anstyle-query v1.1.2
       Compiling anstyle v1.0.10
       Compiling hashbrown v0.14.5
       Compiling colorchoice v1.0.3
       Compiling is_terminal_polyfill v1.70.1
       Compiling anstream v0.6.18
       Compiling serde v1.0.216
       Compiling hashlink v0.9.1
       Compiling encoding_rs v0.8.35
       Compiling bitflags v2.6.0
       Compiling arraydeque v0.5.1
       Compiling strsim v0.11.1
       Compiling itoa v1.0.14
       Compiling clap_lex v0.7.4
       Compiling linux-raw-sys v0.4.14
       Compiling clap_builder v4.5.23
       Compiling rustix v0.38.42
       Compiling serde_path_to_error v0.1.16
       Compiling yaml-rust2 v0.9.0
       Compiling doc-comment v0.3.3
       Compiling smawk v0.3.2
       Compiling fastrand v2.3.0
       Compiling unicode-linebreak v0.1.5
       Compiling unicode-width v0.1.14
       Compiling textwrap v0.16.1
       Compiling tempfile v3.14.0
       Compiling thiserror v2.0.8
       Compiling marked-yaml v0.7.2
       Compiling clap v4.5.23
       Compiling anyhow v1.0.94
       Compiling roadmap v0.7.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.23s
    [2026-01-25T06:17:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:17:33Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2026-01-25T06:17:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2026-01-25T06:17:33Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
           cwd=/ci/src (exists? true)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
         Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/roadmap-fb357cc40e31d870)
    
    running 16 tests
    test map::tests::add_step_to_roadmap ... ok
    test map::tests::empty_dot ... ok
    test map::tests::get_step_from_roadmap ... ok
    test map::tests::new_roadmap ... ok
    test map::tests::set_missing_goal_status ... ok
    test parser::tests::yaml_happy ... ok
    test parser::tests::yaml_is_empty ... ok
    test map::tests::simple_dot ... ok
    test parser::tests::yaml_unknown_dep ... ok
    test parser::tests::yaml_is_list ... ok
    test parser::tests::yaml_unknown_status ... ok
    test status::test::happy_from_text ... ok
    test step::tests::add_step_dependency ... ok
    test step::tests::new_step ... ok
    test status::test::sad_from_text ... ok
    test step::tests::set_status ... ok
    
    test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
    
         Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/roadmap-753b9aa353e2de9c)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
       Doc-tests roadmap
    
    running 1 test
    test src/lib.rs - (line 11) ... ok
    
    test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
    
    [2026-01-25T06:17:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:17:35Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-25T06:17:35Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-25T06:17:35Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-25T06:17:35Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/ci/cache",
            ),
            size: None,
        }
    [2026-01-25T06:17:35Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2026-01-25T06:17:35Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2026-01-25T06:17:35Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
    [2026-01-25T06:17:35Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
    [2026-01-25T06:17:35Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2026-01-25T06:17:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:17:41Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-25T06:17:41Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-25T06:17:41Z 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",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/ci/artifacts",
            ),
            size: None,
        }
    [2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
    [2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
    [2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-25T06:17:41Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2026-01-25T06:17:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-25T06:17:41Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2026-01-25T06:17:44Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-25T06:17:45Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-25T06:17:45Z DEBUG ambient_ci::run] remove old cache
[2026-01-25T06:17:45Z DEBUG ambient_ci::run] extract cache
[2026-01-25T06:17:47Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-25T06:17:47Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-25T06:17:47Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8/meta.yaml
[2026-01-25T06:17:48Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>