CI run for rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E

Radicle repository id rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E

Table of Contents

Run log

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


INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sr0     11:0    1   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   320K  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 144.2M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-01-15 06:21 ./
-rw-r--r-- _rad/_rad       906 2026-01-15 06:21 ./plan.yaml
-rwxr-xr-x _rad/_rad   6275392 2026-01-15 06:21 ./run-ci
INFO: Extracted files:
  5636108      4 drwxr-xr-x   2 1000     1000         4096 Jan 15 06:21 .
  5636110   6132 -rwxr-xr-x   1 1000     1000      6275392 Jan 15 06:21 ./run-ci
  5636109      4 -rw-r--r--   1 1000     1000          906 Jan 15 06:21 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-15T06:21:33Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-15T06:21:33Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-15T06:21:33Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-15T06:21:33Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-15T06:21:33Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-15T06:21:33Z 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: cargo_doc
    - 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-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-15T06:21:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-15T06:21: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",
            "CARGO_HOME": "/ci/deps",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-15T06:21:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-15T06:21: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",
            "CARGO_HOME": "/ci/deps",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-15T06:21:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-15T06:21: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",
            "CARGO_HOME": "/ci/deps",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-15T06:21:33Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-15T06:21:33Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-15T06:21:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-15T06:21: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",
            "CARGO_HOME": "/ci/deps",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-15T06:21:33Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-15T06:21:36Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-15T06:21:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:21:36Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-15T06:21:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-15T06:21:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-15T06:21:36Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-15T06:21:39Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-15T06:21:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-15T06:21: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",
            "CARGO_HOME": "/ci/deps",
            "HOME": "/root",
            "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-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-15T06:21:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-15T06:21: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",
            "CARGO_HOME": "/ci/deps",
            "HOME": "/root",
            "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-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-15T06:21:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-15T06:21: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",
            "CARGO_HOME": "/ci/deps",
            "HOME": "/root",
            "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-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2026-01-15T06:21:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2026-01-15T06:21: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",
            "CARGO_HOME": "/ci/deps",
            "HOME": "/root",
            "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.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)
   Compiling proc-macro2 v1.0.104
   Compiling unicode-ident v1.0.22
    Checking bitflags v2.10.0
   Compiling quote v1.0.42
   Compiling rustix v1.1.3
   Compiling pulldown-cmark v0.13.0
    Checking utf8parse v0.2.2
    Checking unicode-width v0.2.2
    Checking linux-raw-sys v0.11.0
   Compiling syn v2.0.112
    Checking getopts v0.2.24
    Checking anstyle-parse v0.2.7
    Checking anstyle-query v1.1.5
    Checking pulldown-cmark-escape v0.11.0
    Checking anstyle v1.0.13
    Checking memchr v2.7.6
    Checking is_terminal_polyfill v1.70.2
    Checking unicase v2.8.1
    Checking colorchoice v1.0.4
    Checking anstream v0.6.21
    Checking terminal_size v0.4.3
    Checking clap_lex v0.7.6
    Checking strsim v0.11.1
   Compiling heck v0.5.0
   Compiling thiserror v2.0.17
    Checking clap_builder v4.5.53
   Compiling clap_derive v4.5.49
   Compiling thiserror-impl v2.0.17
    Checking pulldown-cmark-to-cmark v22.0.0
    Checking pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
    Checking clap v4.5.53
    Checking exfmt v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.65s
[2026-01-15T06:21:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:21:53Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2026-01-15T06:21:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2026-01-15T06:21:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "HOME": "/root",
            "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.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 bitflags v2.10.0
   Compiling linux-raw-sys v0.11.0
   Compiling utf8parse v0.2.2
   Compiling unicode-width v0.2.2
   Compiling rustix v1.1.3
   Compiling getopts v0.2.24
   Compiling anstyle-parse v0.2.7
   Compiling colorchoice v1.0.4
   Compiling is_terminal_polyfill v1.70.2
   Compiling anstyle v1.0.13
   Compiling unicase v2.8.1
   Compiling memchr v2.7.6
   Compiling pulldown-cmark-escape v0.11.0
   Compiling anstyle-query v1.1.5
   Compiling anstream v0.6.21
   Compiling terminal_size v0.4.3
   Compiling pulldown-cmark v0.13.0
   Compiling strsim v0.11.1
   Compiling clap_lex v0.7.6
   Compiling clap_builder v4.5.53
   Compiling pulldown-cmark-to-cmark v22.0.0
   Compiling thiserror v2.0.17
   Compiling pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
   Compiling clap v4.5.53
   Compiling exfmt v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.60s
[2026-01-15T06:22:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:22:04Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2026-01-15T06:22:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2026-01-15T06:22:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/ci/deps",
            "HOME": "/root",
            "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.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.06s
     Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/exfmt-13c5feb4662c11bf)

running 0 tests

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

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

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E",
    "name": "exfmt",
    "description": "Format shell examples in documentation",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "aa4a36ba562080114d54317b378f01a37132056b",
  "after": "aa4a36ba562080114d54317b378f01a37132056b",
  "branch": "main",
  "commits": [
    "aa4a36ba562080114d54317b378f01a37132056b"
  ]
}

Ambient stdout

[2026-01-15T06:21:21Z INFO  ambient] ambient starts
[2026-01-15T06:21:21Z 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-15T06:21:21Z 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-15T06:21:21Z DEBUG ambient_ci::linter] linting project rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E with rsync_target
[2026-01-15T06:21:21Z DEBUG ambient_ci::linter] linting project rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E with http_get
[2026-01-15T06:21:21Z DEBUG ambient_ci::linter] linting project rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E with shellcheck
[2026-01-15T06:21:21Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/meta.yaml
[2026-01-15T06:21:21Z DEBUG ambient_ci::run] latest commit: "aa4a36ba562080114d54317b378f01a37132056b"
[2026-01-15T06:21:21Z DEBUG ambient_ci::run] is a git repository
[2026-01-15T06:21:21Z DEBUG ambient_ci::run] git repository is clean
[2026-01-15T06:21:21Z DEBUG ambient_ci::run] current (HEAD) commit: aa4a36ba562080114d54317b378f01a37132056b
[2026-01-15T06:21:21Z DEBUG ambient_ci::run] no dry run requested
[2026-01-15T06:21:21Z DEBUG ambient_ci::run] forced run requested
[2026-01-15T06:21:21Z DEBUG ambient_ci::run] run? true
[2026-01-15T06:21:21Z INFO  ambient_ci::run] project rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E: running CI
[2026-01-15T06:21:21Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-15T06:21:21Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-15T06:21:21Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2026-01-15T06:21:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2026-01-15T06:21:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/dependencies",
        },
        source_dir: "/tmp/.tmpZ4q0FF/src",
        deps_dir: "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpZ4q0FF/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpZ4q0FF/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpZ4q0FF/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpZ4q0FF/src => /tmp/.tmpNIN00N
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/src wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/src/main.rs wanted=true
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpZ4q0FF/src/src/main.rs => /tmp/.tmpNIN00N/src/main.rs
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/README.md wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/README.html wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/Makefile wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/Cargo.toml wanted=true
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpZ4q0FF/src/Cargo.toml => /tmp/.tmpNIN00N/Cargo.toml
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/Cargo.lock wanted=true
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpZ4q0FF/src/Cargo.lock => /tmp/.tmpNIN00N/Cargo.lock
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.radicle wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.radicle/ambient.yaml wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.gitignore wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/index wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/HEAD wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/config wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/logs wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/logs/HEAD wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/logs/refs wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/logs/refs/heads wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/logs/refs/heads/main wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/logs/refs/remotes wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/packed-refs wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/refs wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/refs/remotes wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/refs/remotes/origin wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/refs/tags wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/refs/heads wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/refs/heads/main wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/b0 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/b0/983d6619985b80a6c391ee0b8a6df49ca8c7bd wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/9f wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/9f/dd7e5b198c3f37dd7b084be6afcb9cb2d351b4 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/d9 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/d9/19232eb0b5d0671a4c18e2e37c9ee96fc4dd61 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/13 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/13/ff0411cca254f5c07109a53b7ebcbc51484a30 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/6e wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/6e/eccf7c34ae60af8225618124ebcd5c750be6d7 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/6e/0ec6837184193e641ef35893b0a4cf4421c64d wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/d2 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/d2/fa974a70804b40363dfadb3280dcd849b9dc3e wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/d2/830f963ebcc092b469a5e0295579203e986ec7 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/ef wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/ef/91c314e4cf6ca52acd0d886f307c2ce4412b3c wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/69 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/69/db8c185f59e33213bb450025bcb449765d438f wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/7e wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/7e/08ad65ca18f9834b6f48e57dba904507df3507 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/a6 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/a6/b654c311fd54f4231e18fbaa928ca2f28e1720 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/02 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/02/136b01d70273d18b2cc2018a10e8c8eb636820 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/e3 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/e3/dc6b485297e2a95d79dec565b5df69ac578e13 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/8a wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/8a/bfb3c455bb2457220f3efd724b7e9b3c3391f0 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/ba wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/ba/23c16fa0f44819f17c20000eafa9288ef202f4 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/79 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/79/d321c625a449f2c9955cd2f8860d33062e3e33 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/7c wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/7c/4c20c0f3c79a28c643a0019262834c66d46259 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/72 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/72/6461204f8140315836f8600911ff6761165bf8 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/39 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/39/c23ded6b05afaf9242ed68aaa6bdc46804f2cc wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/e5 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/e5/9df2f576291fa986c868462de169f9e49575be wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/36 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/36/86d2e681bc2f7f9b70db0b6cc05d6fc0fd08bc wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/52 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/52/4ba708bf615552671e76c8e7d86ab2aa2a5fa5 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/54 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/54/fa54900c9831bbcc0a8b919a4670c8d911bb0c wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/9d wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/9d/75238c22afbdc527466222504a790981da391a wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/12 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/12/fdfdb213640cbc4ee9de7862b25c32e5850ae5 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/15 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/15/4d8a7b48c67e4fc9b9dd197213fdc92548a105 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/9a wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/9a/9daedbadf5407503c15fd2a9bbf9c7c75486e8 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/9a/a5c9be738cfb4553d31dad0d330dbf6b06c03b wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/cf wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/cf/0bb90b71c20c7a089be50583211c5f69a1974d wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/de wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/de/7f27a7b924ce882cc94f18eec908c674bf2724 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/dd wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/dd/e6a9944b5eb42e8080400af2cb9b3def073816 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/76 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/76/45ab6834a74022a59c238e11903b54b0be40fc wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/76/ced8429407f57d6659b3243828c8f0f743e671 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/16 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/16/e8c9f675c391622ef41d2b866e74d70e9ca612 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/bf wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/bf/d7efd40f6b3e18fcb702a400fe9baa913d71f9 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/82 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/82/8d081392f6ac40ee9630a1b0878fdeffaee181 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/2b wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/2b/eb006ccf7da43785e23df6570951615823f5db wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/29 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/29/fde97a3a1634a5743a9cf7e0de4d3555cdd6f1 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/8f wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/8f/fb6a86427e8af1f3f14f08ff797db3b1b5ef57 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/70 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/70/5baf9bd64974bc6f4cd3027f18d5ea2d8f7fa5 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/fd wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/fd/6446438ed3257679e3be0780ae98c83f1090d6 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/01 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/01/b729c60c3ff6044502b297c4a7131031664641 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/21 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/21/ff1dbb8b9f1d241d656305223f0eff94514f76 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/21/a04447796e7833c316aebd4c03a165124c71e8 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/84 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/84/7cdb92a3c691aed080847b3e9d6c8e22dd7169 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/0b wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/0b/e02771892601a5f2b3b716f7c1632427846c52 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/04 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/04/0cba03d1b916831521cddba769ecededd210a0 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/04/42a98ab0e40818b1f11adc052b67b28940ee38 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/eb wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/eb/591ca82542ce98e550f815d22321a05276b7db wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/a2 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/a2/49fa0cd3fbaed1b6e21b3a6a48e66e799ce75c wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/58 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/58/f40f0c3fe17d86fa8afe51197227d1cf9c9897 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/58/b6a49fbe3ebbddf3d8ae92ce7fed85d60ab90b wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/c0 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/c0/22caf9d87beb4f26599a85016b15ebd3c081d8 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/c0/9b098bafa0edd0408f188692c9aed51b35f8c1 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/d3 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/d3/a48944409c34c77d619630249f421c99f4c2e0 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/83 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/83/601319f2629c0504f9fe56151bab4f2eb290bc wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/d5 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/d5/80660a41d18a97dfcffdad97bf117fdd389561 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/6a wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/6a/311859e5dccc0b1b138a07786ea55e9d37f5d2 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/53 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/53/64f5c0dba62a8d0066445bc3e4e517001de96c wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/17 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/17/3e41fae11ea2400ef9c8aed118bce73a80a49d wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/8b wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/8b/a2afce5f7ffa52a9f2f3a260d0a5d54c27f276 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/d4 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/d4/cea6ec142262ddcfe0b3f37e29b6721443b508 wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/4e wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/4e/85f5f196ef2cd1eeb83ec8b208d8c05f64178f wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/info wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-70893d50f88f9680d183294dcbabbb2102912491.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-ee1057b89f52239097d85281464532d28f30cf01.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-99acab1516b944ab0851aad6c63a2458fca22799.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-6a8cb821948730f22944aaf8bca8f6a8c362bc44.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-897325b8de97362ad986c3dfa16f085e3795c701.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-b427430c156fadd82c0b8b97e2ca59c59097dfd7.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-8e4b74985f152b42d27804e2e6d9a8cb591166c9.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-9d844c8fe21b1f4686f1dafcb377bebfec1ae6a0.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-1f4d72d6ca7ce80174a1dfdac0518fa5b060ecb6.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-4f78f4dd846ea29d30d3d18212652900c5bdf9eb.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-8dbc06531d713f85fd5e6b29f506c9de63740fd8.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-e6d7468e12410a5056189eec81734a09579d939d.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-6ac56c2ca25298631edcbb58123c2f9c1651c306.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-ee1057b89f52239097d85281464532d28f30cf01.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-edf712c4dcc3e89b7ea20a4cf2f82906b2279b80.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-e6d7468e12410a5056189eec81734a09579d939d.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-8e4b74985f152b42d27804e2e6d9a8cb591166c9.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-200f23ce0b2ff1ea220f59ae26552ca5841be6e7.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-9cff8509d85fff8d52b5ac09edd148c18ba8ab52.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-6ac56c2ca25298631edcbb58123c2f9c1651c306.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-fff4866a7b01705f8bfdecdc3a100bde3bbf9ed3.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-200f23ce0b2ff1ea220f59ae26552ca5841be6e7.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-40cf0850950f8fa0db926c47bca264a9b778bf8c.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-1f4d72d6ca7ce80174a1dfdac0518fa5b060ecb6.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-93d40fa26d1e55a5bb0c12f951e294f81e74bd35.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-c3a7dff0ae98cfedea03300430a6ed47afd0e861.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-40cf0850950f8fa0db926c47bca264a9b778bf8c.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-897325b8de97362ad986c3dfa16f085e3795c701.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-fff4866a7b01705f8bfdecdc3a100bde3bbf9ed3.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-01f3564b02bb61972a634dccf5fde1dd95e11655.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-99acab1516b944ab0851aad6c63a2458fca22799.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-c3a7dff0ae98cfedea03300430a6ed47afd0e861.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-70893d50f88f9680d183294dcbabbb2102912491.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-93d40fa26d1e55a5bb0c12f951e294f81e74bd35.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-9d844c8fe21b1f4686f1dafcb377bebfec1ae6a0.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-8dbc06531d713f85fd5e6b29f506c9de63740fd8.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-b427430c156fadd82c0b8b97e2ca59c59097dfd7.idx wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-edf712c4dcc3e89b7ea20a4cf2f82906b2279b80.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-01f3564b02bb61972a634dccf5fde1dd95e11655.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-6a8cb821948730f22944aaf8bca8f6a8c362bc44.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-9cff8509d85fff8d52b5ac09edd148c18ba8ab52.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/objects/pack/pack-4f78f4dd846ea29d30d3d18212652900c5bdf9eb.pack wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/branches wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/update.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/post-update.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/pre-push.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/description wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/info wanted=false
[2026-01-15T06:21:21Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpZ4q0FF/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpNIN00N (exists? true)
[2026-01-15T06:21:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:21:21Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-15T06:21:21Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-15T06:21:21Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpApF893/src.tar
[2026-01-15T06:21:21Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpApF893/deps.tar
[2026-01-15T06:21:23Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-15T06:21:23Z 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,
            ),
            CargoDoc(
                CargoDoc,
            ),
            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-15T06:21:23Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-15T06:21:23Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpApF893/ambient-execute-plan/run-ci
[2026-01-15T06:21:23Z DEBUG ambient_ci::run] copy OK: true
[2026-01-15T06:21:23Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpApF893/executor.tar
[2026-01-15T06:21:26Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2026-01-15T06:21:26Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E, exists? true
[2026-01-15T06:21:26Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2026-01-15T06:21:26Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log OK
[2026-01-15T06:21:26Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-15T06:21:26Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-15T06:21:26Z 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-15T06:21:26Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-15T06:21:26Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-15T06:21:26Z 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-15T06:21:26Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-15T06:21:26Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-15T06:21:26Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpUyvdM6/.tmp3bd11e/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-15T06:21:26Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-15T06:21:26Z 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-15T06:21:26Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpP0HKs0/meta-data
[2026-01-15T06:21:26Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpP0HKs0/user-data
[2026-01-15T06:21:26Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpP0HKs0/network-config
[2026-01-15T06:21:26Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpUyvdM6/.tmp3bd11e/console.log
[2026-01-15T06:21:26Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpUyvdM6/.tmp3bd11e/console.log
[2026-01-15T06:21:26Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2026-01-15T06:21:26Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log
[2026-01-15T06:21:26Z 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/.tmpUyvdM6/.tmp3bd11e/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/run.log",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpUyvdM6/.tmp3bd11e/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpApF893/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpUyvdM6/.tmp3bd11e/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/.tmpUyvdM6/.tmp3bd11e/vars.fd",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpApF893/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpApF893/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpApF893/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpApF893/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2026-01-15T06:22:38Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-15T06:22:38Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2026-01-15T06:21:33Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-15T06:21:33Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-15T06:21:33Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-15T06:21:33Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-15T06:21:33Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-15T06:21:33Z 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: cargo_doc
        - 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-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-15T06:21:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-15T06:21: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",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-15T06:21:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-15T06:21: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",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-15T06:21:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-15T06:21: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",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:21:33Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
    [2026-01-15T06:21:33Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:21:33Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-15T06:21:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-15T06:21: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",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:21:33Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
    [2026-01-15T06:21:36Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-15T06:21:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:21:36Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-15T06:21:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-15T06:21:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:21:36Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
    [2026-01-15T06:21:39Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-15T06:21:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-15T06:21: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",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "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-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-15T06:21:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-15T06:21: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",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "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-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-15T06:21:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-15T06:21: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",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "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-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:21:39Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2026-01-15T06:21:39Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2026-01-15T06:21: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",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "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.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)
       Compiling proc-macro2 v1.0.104
       Compiling unicode-ident v1.0.22
        Checking bitflags v2.10.0
       Compiling quote v1.0.42
       Compiling rustix v1.1.3
       Compiling pulldown-cmark v0.13.0
        Checking utf8parse v0.2.2
        Checking unicode-width v0.2.2
        Checking linux-raw-sys v0.11.0
       Compiling syn v2.0.112
        Checking getopts v0.2.24
        Checking anstyle-parse v0.2.7
        Checking anstyle-query v1.1.5
        Checking pulldown-cmark-escape v0.11.0
        Checking anstyle v1.0.13
        Checking memchr v2.7.6
        Checking is_terminal_polyfill v1.70.2
        Checking unicase v2.8.1
        Checking colorchoice v1.0.4
        Checking anstream v0.6.21
        Checking terminal_size v0.4.3
        Checking clap_lex v0.7.6
        Checking strsim v0.11.1
       Compiling heck v0.5.0
       Compiling thiserror v2.0.17
        Checking clap_builder v4.5.53
       Compiling clap_derive v4.5.49
       Compiling thiserror-impl v2.0.17
        Checking pulldown-cmark-to-cmark v22.0.0
        Checking pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
        Checking clap v4.5.53
        Checking exfmt v0.1.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.65s
    [2026-01-15T06:21:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:21:53Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2026-01-15T06:21:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2026-01-15T06:21:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "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.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 bitflags v2.10.0
       Compiling linux-raw-sys v0.11.0
       Compiling utf8parse v0.2.2
       Compiling unicode-width v0.2.2
       Compiling rustix v1.1.3
       Compiling getopts v0.2.24
       Compiling anstyle-parse v0.2.7
       Compiling colorchoice v1.0.4
       Compiling is_terminal_polyfill v1.70.2
       Compiling anstyle v1.0.13
       Compiling unicase v2.8.1
       Compiling memchr v2.7.6
       Compiling pulldown-cmark-escape v0.11.0
       Compiling anstyle-query v1.1.5
       Compiling anstream v0.6.21
       Compiling terminal_size v0.4.3
       Compiling pulldown-cmark v0.13.0
       Compiling strsim v0.11.1
       Compiling clap_lex v0.7.6
       Compiling clap_builder v4.5.53
       Compiling pulldown-cmark-to-cmark v22.0.0
       Compiling thiserror v2.0.17
       Compiling pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
       Compiling clap v4.5.53
       Compiling exfmt v0.1.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.60s
    [2026-01-15T06:22:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:22:04Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2026-01-15T06:22:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2026-01-15T06:22:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "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.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.06s
         Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/exfmt-13c5feb4662c11bf)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    [2026-01-15T06:22:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:22:05Z DEBUG ambient_ci::plan] RUN: Action CargoDoc(
            CargoDoc,
        )
    [2026-01-15T06:22:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoDoc(
            CargoDoc,
        )
    [2026-01-15T06:22:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "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.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=["env", "RUSTDOCFLAGS=-D warnings", "cargo", "doc", "--workspace"]
           cwd=/ci/src (exists? true)
        Checking unicode-ident v1.0.22
     Documenting bitflags v2.10.0
        Checking proc-macro2 v1.0.104
     Documenting unicode-ident v1.0.22
        Checking quote v1.0.42
     Documenting proc-macro2 v1.0.104
        Checking syn v2.0.112
     Documenting quote v1.0.42
     Documenting syn v2.0.112
     Documenting linux-raw-sys v0.11.0
     Documenting utf8parse v0.2.2
     Documenting unicode-width v0.2.2
     Documenting anstyle-parse v0.2.7
     Documenting rustix v1.1.3
     Documenting getopts v0.2.24
     Documenting unicase v2.8.1
     Documenting memchr v2.7.6
     Documenting colorchoice v1.0.4
     Documenting is_terminal_polyfill v1.70.2
     Documenting pulldown-cmark-escape v0.11.0
     Documenting anstyle v1.0.13
     Documenting anstyle-query v1.1.5
     Documenting pulldown-cmark v0.13.0
     Documenting anstream v0.6.21
     Documenting terminal_size v0.4.3
        Checking heck v0.5.0
     Documenting clap_lex v0.7.6
     Documenting heck v0.5.0
     Documenting strsim v0.11.1
     Documenting clap_derive v4.5.49
     Documenting clap_builder v4.5.53
     Documenting pulldown-cmark-to-cmark v22.0.0
     Documenting thiserror-impl v2.0.17
     Documenting pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
     Documenting thiserror v2.0.17
     Documenting clap v4.5.53
     Documenting exfmt v0.1.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.25s
       Generated /ci/cache/cargo-target/doc/exfmt/index.html
    [2026-01-15T06:22:32Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:22:32Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-15T06:22:32Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-15T06:22:32Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:22:32Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/ci/cache",
            ),
            size: None,
        }
    [2026-01-15T06:22:32Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2026-01-15T06:22:32Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2026-01-15T06:22:32Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
    [2026-01-15T06:22:32Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
    [2026-01-15T06:22:32Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-15T06:22:35Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2026-01-15T06:22:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:22:35Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-15T06:22:35Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-15T06:22: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",
                "CARGO_HOME": "/ci/deps",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:22:35Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/ci/artifacts",
            ),
            size: None,
        }
    [2026-01-15T06:22:35Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2026-01-15T06:22:35Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2026-01-15T06:22:35Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
    [2026-01-15T06:22:35Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
    [2026-01-15T06:22:35Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-15T06:22:35Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2026-01-15T06:22:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:22:35Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2026-01-15T06:22:38Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-15T06:22:38Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-15T06:22:38Z DEBUG ambient_ci::run] remove old cache
[2026-01-15T06:22:38Z DEBUG ambient_ci::run] extract cache
[2026-01-15T06:22:40Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-15T06:22:40Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-15T06:22:40Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E/meta.yaml
[2026-01-15T06:22:40Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>