CI run for rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s

Radicle repository id rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s

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   920K  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 321.8M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-01-15 06:12 ./
-rw-r--r-- _rad/_rad      1432 2026-01-15 06:12 ./plan.yaml
-rwxr-xr-x _rad/_rad   6275392 2026-01-15 06:12 ./run-ci
INFO: Extracted files:
  5636108      4 drwxr-xr-x   2 1000     1000         4096 Jan 15 06:12 .
  5636110   6132 -rwxr-xr-x   1 1000     1000      6275392 Jan 15 06:12 ./run-ci
  5636109      4 -rw-r--r--   1 1000     1000         1432 Jan 15 06:12 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-15T06:12:47Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-15T06:12:47Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-15T06:12:47Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-15T06:12:47Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-15T06:12:47Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-15T06:12:47Z 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_test
    - action: shell
      shell: |
        subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html
    - action: shell
      shell: |
        export CARGO_TARGET_DIR=/workspace/cache
        export CARGO_HOME=/workspace/deps
        export HOME=/root
        export PATH="/root/.cargo/bin:$PATH"
    
        cargo doc --workspace --no-deps
    
        # Clean up after tests and documentation building.
        git reset --hard
        git clean -fdx
        git status --ignored
    - action: custom
      name: dch
      args:
        debemail: liw@liw.fi
        debfullname: Lars Wirzenius
    - action: deb
      packages: .
    - 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:12:47Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-15T06:12:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:12:47Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-15T06:12:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:12:47Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-15T06:12:47Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-15T06:12:47Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-15T06:12:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:12:47Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-15T06:12:47Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-15T06:12:51Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-15T06:12:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:12:51Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-15T06:12:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-15T06:12:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-15T06:12:51Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-15T06:13:10Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
       cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
       cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
       cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/ci/src (exists? true)
[2026-01-15T06:13:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:13:12Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2026-01-15T06:13:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2026-01-15T06:13:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/ci/src (exists? true)
   Compiling proc-macro2 v1.0.66
   Compiling unicode-ident v1.0.11
   Compiling libc v0.2.147
   Compiling quote v1.0.33
   Compiling syn v2.0.31
    Checking utf8parse v0.2.1
    Checking anstyle-parse v0.2.1
    Checking memchr v2.6.3
    Checking anstyle v1.0.10
    Checking anstyle-query v1.0.0
    Checking colorchoice v1.0.0
    Checking aho-corasick v1.0.5
   Compiling pkg-config v0.3.27
   Compiling serde v1.0.188
    Checking regex-syntax v0.7.5
   Compiling serde_derive v1.0.188
    Checking regex-automata v0.3.8
   Compiling virt-sys v0.3.0
   Compiling thiserror v1.0.48
   Compiling rustix v0.38.11
   Compiling nix v0.18.0
    Checking regex v1.9.5
   Compiling thiserror-impl v1.0.48
    Checking anstream v0.5.0
    Checking linux-raw-sys v0.4.5
    Checking clap_lex v0.5.1
    Checking log v0.4.22
    Checking equivalent v1.0.1
    Checking ryu v1.0.15
    Checking is_terminal_polyfill v1.70.1
    Checking strsim v0.10.0
    Checking itoa v1.0.9
    Checking bitflags v2.4.0
    Checking cfg-if v1.0.0
   Compiling heck v0.4.1
   Compiling anyhow v1.0.75
    Checking bitflags v1.3.2
   Compiling serde_json v1.0.105
    Checking hashbrown v0.14.0
    Checking cfg-if v0.1.10
    Checking indexmap v2.0.0
   Compiling clap_derive v4.4.2
    Checking clap_builder v4.4.2
    Checking anstream v0.6.18
    Checking env_filter v0.1.2
    Checking dirs-sys-next v0.1.2
    Checking unsafe-libyaml v0.2.9
    Checking humantime v2.1.0
   Compiling vmadm v0.4.1 (/ci/src)
    Checking fastrand v2.0.0
    Checking uuid v1.11.0
    Checking tempfile v3.8.0
    Checking virt v0.4.1
    Checking serde_yaml v0.9.25
    Checking env_logger v0.11.5
    Checking directories-next v2.0.0
    Checking clap v4.4.2
    Checking home-dir v0.1.0
    Checking shell-words v1.1.0
    Checking bytesize v1.3.0
    Checking lazy_static v1.4.0
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.37s
[2026-01-15T06:13:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:13:41Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2026-01-15T06:13:41Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2026-01-15T06:13:41Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
       cwd=/ci/src (exists? true)
   Compiling libc v0.2.147
   Compiling utf8parse v0.2.1
   Compiling anstyle-parse v0.2.1
   Compiling memchr v2.6.3
   Compiling anstyle v1.0.10
   Compiling colorchoice v1.0.0
   Compiling anstyle-query v1.0.0
   Compiling aho-corasick v1.0.5
   Compiling regex-syntax v0.7.5
   Compiling regex-automata v0.3.8
   Compiling serde v1.0.188
   Compiling regex v1.9.5
   Compiling anstream v0.5.0
   Compiling equivalent v1.0.1
   Compiling bitflags v1.3.2
   Compiling cfg-if v0.1.10
   Compiling hashbrown v0.14.0
   Compiling clap_lex v0.5.1
   Compiling ryu v1.0.15
   Compiling itoa v1.0.9
   Compiling bitflags v2.4.0
   Compiling is_terminal_polyfill v1.70.1
   Compiling log v0.4.22
   Compiling cfg-if v1.0.0
   Compiling linux-raw-sys v0.4.5
   Compiling strsim v0.10.0
   Compiling rustix v0.38.11
   Compiling clap_builder v4.4.2
   Compiling env_filter v0.1.2
   Compiling anstream v0.6.18
   Compiling indexmap v2.0.0
   Compiling nix v0.18.0
   Compiling thiserror v1.0.48
   Compiling virt-sys v0.3.0
   Compiling dirs-sys-next v0.1.2
   Compiling uuid v1.11.0
   Compiling fastrand v2.0.0
   Compiling unsafe-libyaml v0.2.9
   Compiling humantime v2.1.0
   Compiling vmadm v0.4.1 (/ci/src)
   Compiling env_logger v0.11.5
   Compiling serde_yaml v0.9.25
   Compiling tempfile v3.8.0
   Compiling home-dir v0.1.0
   Compiling virt v0.4.1
   Compiling directories-next v2.0.0
   Compiling anyhow v1.0.75
   Compiling clap v4.4.2
   Compiling serde_json v1.0.105
   Compiling lazy_static v1.4.0
   Compiling bytesize v1.3.0
   Compiling shell-words v1.1.0
    Finished `test` profile [unoptimized + debuginfo] target(s) in 32.43s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/vmadm-442dabdbaf5b6855)

running 5 tests
test sshkeys::keypair_test::generate_key ... ok
test util::test::accepts_bridge_name ... ok
test util::test::accepts_network_name ... ok
test util::test::rejects_plain_name ... ok
test sshkeys::keypair_test::certify_host_key ... ok

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

     Running unittests src/bin/vmadm.rs (/ci/cache/cargo-target/debug/deps/vmadm-4465ed2610537305)

running 0 tests

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

   Doc-tests vmadm

running 0 tests

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

[2026-01-15T06:14:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:14:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
        },
    )
[2026-01-15T06:14:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
        },
    )
[2026-01-15T06:14:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nsubplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n\n"]
       cwd=/ci/src (exists? true)
+ subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html
 INFO Starting Subplot
 INFO Subplot finished successfully
[2026-01-15T06:14:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:14:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
        },
    )
[2026-01-15T06:14:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
        },
    )
[2026-01-15T06:14:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\n"]
       cwd=/ci/src (exists? true)
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ cargo doc --workspace --no-deps
   Compiling vmadm v0.4.1 (/ci/src)
 Documenting vmadm v0.4.1 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
   Generated /workspace/cache/doc/vmadm/index.html
+ git reset --hard
HEAD is now at f2ddab4 build: add Makefile
+ git clean -fdx
+ git status --ignored
HEAD detached at f2ddab4
nothing to commit, working tree clean
[2026-01-15T06:14:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:14:16Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2026-01-15T06:14:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2026-01-15T06:14:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
custom: source=/ci/src
custom: exe=".ambient/dch" exists=false
+ export 'DEBEMAIL="liw@liw.fi"'
+ DEBEMAIL='"liw@liw.fi"'
+ export 'DEBFULLNAME="Lars Wirzenius"'
+ DEBFULLNAME='"Lars Wirzenius"'
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ git reset --hard
HEAD is now at f2ddab4 build: add Makefile
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.4.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260115T061416
+ version=0.4.0.ci20260115T061416-1
+ dch -v 0.4.0.ci20260115T061416-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-15T06:14:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:14:17Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
[2026-01-15T06:14:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
[2026-01-15T06:14:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "#!/usr/bin/env bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /ci/artifacts/.\n        "]
       cwd=/ci/src (exists? true)
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/ci/cache/cargo-target
PWD=/ci/src
SYSTEMD_EXEC_PID=317
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=f682e04029054f048650eed32ca92e80
SHLVL=2
JOURNAL_STREAM=8:14612
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
+ command -v cargo
/root/.cargo/bin/cargo
+ command -v rustc
/root/.cargo/bin/rustc
+ cargo --version
cargo 1.92.0 (344c4567c 2025-10-21)
+ rustc --version
rustc 1.92.0 (ded5c06cf 2025-12-08)
++ dpkg-parsechangelog -SSource
+ name=vmadm
++ dpkg-parsechangelog -SVersion
+ version=0.4.0.ci20260115T061416-1
++ sed 's/-[^-]*$//'
++ echo 0.4.0.ci20260115T061416-1
+ uv=0.4.0.ci20260115T061416
++ dpkg --print-architecture
+ arch=amd64
+ orig=../vmadm_0.4.0.ci20260115T061416.orig.tar.xz
+ deb=../vmadm_0.4.0.ci20260115T061416-1_amd64.deb
+ changes=../vmadm_0.4.0.ci20260115T061416-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package vmadm
dpkg-buildpackage: info: source version 0.4.0.ci20260115T061416-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building vmadm using existing ./vmadm_0.4.0.ci20260115T061416.orig.tar.xz
dpkg-source: info: building vmadm in vmadm_0.4.0.ci20260115T061416-1.debian.tar.xz
dpkg-source: info: building vmadm in vmadm_0.4.0.ci20260115T061416-1.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/ci/src'
true
make[1]: Leaving directory '/ci/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests not run when building Debian package
tests not run when building Debian package
echo they need a running libvirt and system configuration
they need a running libvirt and system configuration
make[1]: Leaving directory '/ci/src'
   create-stamp debian/debhelper-build-stamp
 debian/rules binary
dh binary
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/ci/src'
cargo install --path=. --root=debian/vmadm --offline
  Installing vmadm v0.4.1 (/ci/src)
     Locking 92 packages to latest compatible versions
   Compiling proc-macro2 v1.0.66
   Compiling unicode-ident v1.0.11
   Compiling libc v0.2.147
   Compiling quote v1.0.33
   Compiling syn v2.0.31
   Compiling utf8parse v0.2.1
   Compiling anstyle-parse v0.2.1
   Compiling anstyle v1.0.10
   Compiling memchr v2.6.3
   Compiling colorchoice v1.0.0
   Compiling anstyle-query v1.0.0
   Compiling aho-corasick v1.0.5
   Compiling pkg-config v0.3.27
   Compiling serde v1.0.188
   Compiling regex-syntax v0.7.5
   Compiling regex-automata v0.3.8
   Compiling virt-sys v0.3.0
   Compiling serde_derive v1.0.188
   Compiling thiserror v1.0.48
   Compiling nix v0.18.0
   Compiling rustix v0.38.11
   Compiling regex v1.9.5
   Compiling thiserror-impl v1.0.48
   Compiling anstream v0.5.0
   Compiling is_terminal_polyfill v1.70.1
   Compiling heck v0.4.1
   Compiling serde_json v1.0.105
   Compiling hashbrown v0.14.0
   Compiling anyhow v1.0.75
   Compiling itoa v1.0.9
   Compiling linux-raw-sys v0.4.5
   Compiling equivalent v1.0.1
   Compiling cfg-if v0.1.10
   Compiling log v0.4.22
   Compiling bitflags v2.4.0
   Compiling strsim v0.10.0
   Compiling ryu v1.0.15
   Compiling clap_lex v0.5.1
   Compiling cfg-if v1.0.0
   Compiling bitflags v1.3.2
   Compiling clap_builder v4.4.2
   Compiling env_filter v0.1.2
   Compiling indexmap v2.0.0
   Compiling clap_derive v4.4.2
   Compiling anstream v0.6.18
   Compiling dirs-sys-next v0.1.2
   Compiling uuid v1.11.0
   Compiling fastrand v2.0.0
   Compiling humantime v2.1.0
   Compiling vmadm v0.4.1 (/ci/src)
   Compiling unsafe-libyaml v0.2.9
   Compiling env_logger v0.11.5
   Compiling serde_yaml v0.9.25
   Compiling tempfile v3.8.0
   Compiling virt v0.4.1
   Compiling directories-next v2.0.0
   Compiling home-dir v0.1.0
   Compiling clap v4.4.2
   Compiling lazy_static v1.4.0
   Compiling bytesize v1.3.0
   Compiling shell-words v1.1.0
    Finished `release` profile [optimized] target(s) in 1m 17s
  Installing debian/vmadm/bin/vmadm
   Installed package `vmadm v0.4.1 (/ci/src)` (executable `vmadm`)
warning: be sure to add `debian/vmadm/bin` to your PATH to be able to run the installed binaries
find debian/vmadm -name '.crates*' -delete
make[1]: Leaving directory '/ci/src'
   dh_installdocs
   dh_installchangelogs
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: Built-Using field of package vmadm: substitution variable ${cargo:Built-Using} used, but is not defined
dpkg-gencontrol: warning: Built-Using field of package vmadm: substitution variable ${cargo:Built-Using} used, but is not defined
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'vmadm-dbgsym' in '../vmadm-dbgsym_0.4.0.ci20260115T061416-1_amd64.deb'.
dpkg-deb: building package 'vmadm' in '../vmadm_0.4.0.ci20260115T061416-1_amd64.deb'.
 dpkg-genbuildinfo -O../vmadm_0.4.0.ci20260115T061416-1_amd64.buildinfo
 dpkg-genchanges -O../vmadm_0.4.0.ci20260115T061416-1_amd64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: full upload (original source is included)
+ ls -l ..
total 1104
drwxr-xr-x 2 root root   4096 Jan 15 06:14 artifacts
drwxr-xr-x 6 root root   4096 Jan 15 06:13 cache
drwxr-xr-x 3 root root   4096 Jan 15 06:12 deps
drwxr-xr-x 9 root root   4096 Jan 15 06:14 src
-rw-r--r-- 1 root root 126272 Jan 15 06:15 vmadm-dbgsym_0.4.0.ci20260115T061416-1_amd64.deb
-rw-r--r-- 1 root root   1656 Jan 15 06:14 vmadm_0.4.0.ci20260115T061416-1.debian.tar.xz
-rw-r--r-- 1 root root    956 Jan 15 06:14 vmadm_0.4.0.ci20260115T061416-1.dsc
-rw-r--r-- 1 root root   8621 Jan 15 06:15 vmadm_0.4.0.ci20260115T061416-1_amd64.buildinfo
-rw-r--r-- 1 root root   2306 Jan 15 06:15 vmadm_0.4.0.ci20260115T061416-1_amd64.changes
-rw-r--r-- 1 root root 914744 Jan 15 06:15 vmadm_0.4.0.ci20260115T061416-1_amd64.deb
-rw-r--r-- 1 root root  42340 Jan 15 06:14 vmadm_0.4.0.ci20260115T061416.orig.tar.xz
+ for x in ../*.deb
+ dpkg -c ../vmadm-dbgsym_0.4.0.ci20260115T061416-1_amd64.deb
drwxr-xr-x root/root         0 2026-01-15 06:14 ./
drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/
drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/lib/
drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/lib/debug/.build-id/b0/
-rw-r--r-- root/root    883488 2026-01-15 06:14 ./usr/lib/debug/.build-id/b0/ad89e1a2e8446ebe23ce4e807065eb463725f1.debug
drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/share/
drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-01-15 06:14 ./usr/share/doc/vmadm-dbgsym -> vmadm
+ for x in ../*.deb
+ dpkg -c ../vmadm_0.4.0.ci20260115T061416-1_amd64.deb
drwxr-xr-x root/root         0 2026-01-15 06:14 ./
drwxr-xr-x root/root         0 2026-01-15 06:14 ./bin/
-rwxr-xr-x root/root   3321168 2026-01-15 06:14 ./bin/vmadm
drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/
drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/share/
drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/share/doc/vmadm/
-rw-r--r-- root/root       352 2026-01-15 06:14 ./usr/share/doc/vmadm/changelog.Debian.gz
-rw-r--r-- root/root       957 2026-01-15 06:14 ./usr/share/doc/vmadm/copyright
+ mv ../vmadm-dbgsym_0.4.0.ci20260115T061416-1_amd64.deb ../vmadm_0.4.0.ci20260115T061416-1.debian.tar.xz ../vmadm_0.4.0.ci20260115T061416-1.dsc ../vmadm_0.4.0.ci20260115T061416-1_amd64.buildinfo ../vmadm_0.4.0.ci20260115T061416-1_amd64.changes ../vmadm_0.4.0.ci20260115T061416-1_amd64.deb ../vmadm_0.4.0.ci20260115T061416.orig.tar.xz /ci/artifacts/.
[2026-01-15T06:15:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:15:44Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-15T06:15:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-15T06:15:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-15T06:15:44Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/ci/cache",
        ),
        size: None,
    }
[2026-01-15T06:15:44Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-15T06:15:44Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-15T06:15:44Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-15T06:15:44Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-15T06:15:44Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-15T06:15:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:15:53Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-15T06:15:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-15T06:15:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/ci/artifacts",
        ),
        size: None,
    }
[2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-15T06:15:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:15:53Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s",
    "name": "vmadm",
    "description": "Virtual machine administration tool for libvirt",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "f2ddab4604a7af078be6c7c7f6e286b53053972d",
  "after": "f2ddab4604a7af078be6c7c7f6e286b53053972d",
  "branch": "main",
  "commits": [
    "f2ddab4604a7af078be6c7c7f6e286b53053972d"
  ]
}

Ambient stdout

[2026-01-15T06:12:30Z INFO  ambient] ambient starts
[2026-01-15T06:12:30Z 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:12:30Z 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:12:30Z DEBUG ambient_ci::linter] linting project rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s with rsync_target
[2026-01-15T06:12:30Z DEBUG ambient_ci::linter] linting project rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s with http_get
[2026-01-15T06:12:30Z DEBUG ambient_ci::linter] linting project rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s with shellcheck
[2026-01-15T06:12:30Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/meta.yaml
[2026-01-15T06:12:30Z DEBUG ambient_ci::run] latest commit: "f2ddab4604a7af078be6c7c7f6e286b53053972d"
[2026-01-15T06:12:30Z DEBUG ambient_ci::run] is a git repository
[2026-01-15T06:12:30Z DEBUG ambient_ci::run] git repository is clean
[2026-01-15T06:12:30Z DEBUG ambient_ci::run] current (HEAD) commit: f2ddab4604a7af078be6c7c7f6e286b53053972d
[2026-01-15T06:12:30Z DEBUG ambient_ci::run] no dry run requested
[2026-01-15T06:12:30Z DEBUG ambient_ci::run] forced run requested
[2026-01-15T06:12:30Z DEBUG ambient_ci::run] run? true
[2026-01-15T06:12:30Z INFO  ambient_ci::run] project rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s: running CI
[2026-01-15T06:12:30Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-15T06:12:30Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-15T06:12:30Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2026-01-15T06:12:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2026-01-15T06:12:30Z 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:z3U5PDwEqz64be8vfqEyyj2rkfd1s/cache/cargo-target",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/dependencies",
        },
        source_dir: "/tmp/.tmpjcoB0A/src",
        deps_dir: "/home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpjcoB0A/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpjcoB0A/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpjcoB0A/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpjcoB0A/src => /tmp/.tmpA4eNlr
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/vmadm.subplot wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/vmadm.md wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/subplot wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/subplot/vmadm.yaml wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/subplot/vmadm.py wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/ssh wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/ssh/test.key.pub wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/ssh/test.key wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/ssh/config wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/util.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/util.rs => /tmp/.tmpA4eNlr/src/util.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/sshkeys.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/sshkeys.rs => /tmp/.tmpA4eNlr/src/sshkeys.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/spec.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/spec.rs => /tmp/.tmpA4eNlr/src/spec.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/progress.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/progress.rs => /tmp/.tmpA4eNlr/src/progress.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/libvirt.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/libvirt.rs => /tmp/.tmpA4eNlr/src/libvirt.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/lib.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/lib.rs => /tmp/.tmpA4eNlr/src/lib.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/install.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/install.rs => /tmp/.tmpA4eNlr/src/install.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/image.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/image.rs => /tmp/.tmpA4eNlr/src/image.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/config.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/config.rs => /tmp/.tmpA4eNlr/src/config.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/cmd wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/cmd/start.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/cmd/start.rs => /tmp/.tmpA4eNlr/src/cmd/start.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/cmd/spec.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/cmd/spec.rs => /tmp/.tmpA4eNlr/src/cmd/spec.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/cmd/shutdown.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/cmd/shutdown.rs => /tmp/.tmpA4eNlr/src/cmd/shutdown.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/cmd/recreate.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/cmd/recreate.rs => /tmp/.tmpA4eNlr/src/cmd/recreate.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/cmd/reboot.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/cmd/reboot.rs => /tmp/.tmpA4eNlr/src/cmd/reboot.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/cmd/new.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/cmd/new.rs => /tmp/.tmpA4eNlr/src/cmd/new.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/cmd/mod.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/cmd/mod.rs => /tmp/.tmpA4eNlr/src/cmd/mod.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/cmd/list.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/cmd/list.rs => /tmp/.tmpA4eNlr/src/cmd/list.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/cmd/delete.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/cmd/delete.rs => /tmp/.tmpA4eNlr/src/cmd/delete.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/cmd/config.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/cmd/config.rs => /tmp/.tmpA4eNlr/src/cmd/config.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/cmd/cloud_init.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/cmd/cloud_init.rs => /tmp/.tmpA4eNlr/src/cmd/cloud_init.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/cloudinit.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/cloudinit.rs => /tmp/.tmpA4eNlr/src/cloudinit.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/bin wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/src/bin/vmadm.rs wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/src/bin/vmadm.rs => /tmp/.tmpA4eNlr/src/bin/vmadm.rs
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/list_new_release_tags wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/debian wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/debian/source wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/debian/source/format wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/debian/rules wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/debian/lintian-override wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/debian/copyright wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/debian/control wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/debian/compat wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/debian/changelog wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/debian/cargo-checksum.json wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/cloud-init.py wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/check wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/build_release_deb.sh wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/build.rs wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/RELEASE.md wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/README.md wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/NEWS wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/Makefile wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/Cargo.toml wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/Cargo.toml => /tmp/.tmpA4eNlr/Cargo.toml
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/Cargo.lock wanted=true
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpjcoB0A/src/Cargo.lock => /tmp/.tmpA4eNlr/Cargo.lock
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/COPYING wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.radicle wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.radicle/ambient.yaml wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.gitignore wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.ambient wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.ambient/dch wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/index wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/HEAD wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/config wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/logs wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/logs/HEAD wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/logs/refs wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/logs/refs/heads wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/logs/refs/heads/main wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/logs/refs/remotes wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/packed-refs wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/refs wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/refs/remotes wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/refs/remotes/origin wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/refs/tags wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/refs/heads wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/refs/heads/main wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/e9 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/e9/c9e6a14831fb56551abd9f60ac4ce23a613a28 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/9f wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/9f/0c9bef965880a046316d8a6e2044c9e3683701 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/3f wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/3f/6e38d1a664c3ecbc04c22fda005b712ee2a513 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/ff wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/ff/4bea3ab5b579cfa3716005129abda6dd2ba8da wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/5a wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/5a/ee7ad97312ed864aa31872601c3d732c9a00f2 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/5a/bd9d207f53dd058e2c6997198a4a9b0c9c3411 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/8e wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/8e/39df408c2dd52f03e59b36fe464071c9f2953d wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/6e wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/6e/e47cd0996a7722267db6c369a5b9c4c1f88cf1 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/c5 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/c5/7480ae9814a8650399a328e737b082e3f263f2 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/d2 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/d2/7111461a0037f767ddd0f306779e4cca366d9f wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/d2/0c3dfe912b7c39fa473de10731aec44af39c68 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/7e wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/7e/e9d16f263d05d896898d4ce21483cd2f668094 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/aa wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/aa/ffe58a3ba6557a1759f1f50a35d1848844bc8f wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/ae wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/ae/afbd88ead2d8d87cc927bb2975a4e217e3d88c wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/49 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/49/6d178636945467cbde420ebe7e8dcb748268cc wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/45 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/45/a14c31e815b0432f1d763f48e03fe936a8db60 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/36 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/36/b3ae30acf8d66ad1db04d2a0c6c27af7c47d9a wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/38 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/38/340f95f601c2292c9a851212e2f9794f25e370 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/52 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/52/c539af7f3cf387f34991d556a017163c66806b wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/cd wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/cd/0f7bcba099efa97e5442f6710aaadf942ff024 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/41 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/41/0623d65bf736bbc0df752a4fe5d9a2512b59ce wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/44 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/44/c3314b893cbfb0e1ad9e1b5a2990c268a35b18 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/de wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/de/522117c9a5a7a81bac5428aceb0928b1bdcda3 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/16 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/16/3e0a46acf5a23db114b980ce600a66e66b996f wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/d1 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/d1/e4cbe8c6c8cfe82ee6e83a743eb3f837e76183 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/e8 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/e8/e712542989f8f12fa55313c1819b58dc39a4cd wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/fd wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/fd/f23a8ba13b89d2b6615a0ae96e98931ba70f35 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/fe wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/fe/478446d13cb6c4c99edbfa27ccdc78b26c317a wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/3c wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/3c/6d8440204d69141449b3d2b6d6c98fbbcaac74 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/7f wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/7f/0b768480894d5ee809b9caaede58d30f1ee48f wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/5e wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/5e/9347ca1785960654da9051bf946b8aecb62234 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/65 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/65/5b010d69e91d6457d1b7f94b616a29d4e99057 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/6b wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/6b/127d94b11a59c75f216369e43ce453bfcafbd8 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/f6 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/f6/49016eb01278f460dddba2432313dcea21fc18 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/31 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/31/5320bcf4612d9ff82628c30c90e374366ba117 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/64 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/64/d53674b1a832d4a5dd2b9d220d13c9ff01b9a1 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/4c wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/4c/08efccd9fd83db74aa3b2f96155ffc8ba62b01 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/22 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/22/f5303d1ddf4e3898bd9180c849ee517e3fee75 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/23 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/23/ef9747124032b525cae1ec3ea1c2b1a6c61a3b wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/71 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/71/cc3ef72ab10fc3644b2ace7c70bdc8c878f89c wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/48 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/48/ae4667ab9b624f8aa80356e3144d5debaa8c53 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/e1 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/e1/4543e23e7b6044c83aa04149ddc1e9c333fb4b wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/d4 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/d4/2b0b4d0c3db5e84bd7410bc1f1a672c1c27483 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/78 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/78/b8d950c573f8de3c19826f66e13f9be18349dc wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/80 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/80/8eefbc236a77f8645fa3e3d6f407c144143118 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/09 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/09/c78a6406f3aa5329d90a2804d5da66750c44a9 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/db wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/db/e17fa2aa1dca380d9e0aa824d3b12e4120a1bb wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/db/b9b29583c081ec19d29060443d8afa969a00d5 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/b1 wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/b1/891b9e13fe80555ee7c463b823e48a7ff43b6b wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/info wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/info/commit-graph wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/info/packs wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-c949d6e826eb076e46d3f7df62edc21a73cb8f9f.idx wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-399698944df36788bc9f263f115dbdad5953ec63.pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-80b290e09ac342bf26561295bb8c7c0b8b6e22c6.idx wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-11c26df6fbcdc00dd3e299b12e7ebf44564513a5.idx wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-ad396cd69c83b0ab285461519855fbf14e6a9fe0.pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-ad396cd69c83b0ab285461519855fbf14e6a9fe0.rev wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-ad396cd69c83b0ab285461519855fbf14e6a9fe0.bitmap wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-c949d6e826eb076e46d3f7df62edc21a73cb8f9f.pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-f361adecf728388dbfff944437241b8b02b6a094.pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-a84235d115291c421186ff3b518c2d7b40e0380a.idx wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-c0ce808bf8b3b65f59a03e6990222c642f3ed5c7.pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-a84235d115291c421186ff3b518c2d7b40e0380a.pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-b9eb75187e33e07c2829f57db20762504cf3c189.idx wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-80b290e09ac342bf26561295bb8c7c0b8b6e22c6.pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-c0ce808bf8b3b65f59a03e6990222c642f3ed5c7.idx wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-f361adecf728388dbfff944437241b8b02b6a094.idx wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-dffc1a51c61b99789b0f001e3bed7ba16a5eb36d.idx wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-b0ca8301f8359c07c080edf6a00eaddb4cc03be6.pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-627a7d6e0c36ba94afdf7efb06914632cfeb6752.pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-dffc1a51c61b99789b0f001e3bed7ba16a5eb36d.pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-ad396cd69c83b0ab285461519855fbf14e6a9fe0.idx wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-b9eb75187e33e07c2829f57db20762504cf3c189.pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-399698944df36788bc9f263f115dbdad5953ec63.idx wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-627a7d6e0c36ba94afdf7efb06914632cfeb6752.idx wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-b0ca8301f8359c07c080edf6a00eaddb4cc03be6.idx wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-11c26df6fbcdc00dd3e299b12e7ebf44564513a5.pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-82d61771726519a120c9fcf294dba6ec42660fff.idx wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/objects/pack/pack-82d61771726519a120c9fcf294dba6ec42660fff.pack wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/branches wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/update.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/post-update.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/pre-push.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/description wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/info wanted=false
[2026-01-15T06:12:31Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpjcoB0A/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpA4eNlr (exists? true)
[2026-01-15T06:12:31Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-15T06:12:31Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-15T06:12:31Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-15T06:12:31Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp3THTHR/src.tar
[2026-01-15T06:12:31Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp3THTHR/deps.tar
[2026-01-15T06:12:33Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-15T06:12:33Z 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,
            ),
            CargoTest(
                CargoTest,
            ),
            Shell(
                Shell {
                    shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
                },
            ),
            Shell(
                Shell {
                    shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
                },
            ),
            Custom(
                Custom {
                    name: "dch",
                    args: {
                        "debemail": String("liw@liw.fi"),
                        "debfullname": String("Lars Wirzenius"),
                    },
                },
            ),
            Deb(
                Deb {
                    packages: Some(
                        ".",
                    ),
                },
            ),
            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:12:33Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-15T06:12:33Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmp3THTHR/ambient-execute-plan/run-ci
[2026-01-15T06:12:33Z DEBUG ambient_ci::run] copy OK: true
[2026-01-15T06:12:33Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp3THTHR/executor.tar
[2026-01-15T06:12:40Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log
[2026-01-15T06:12:40Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s, exists? true
[2026-01-15T06:12:40Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log
[2026-01-15T06:12:40Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log OK
[2026-01-15T06:12:40Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-15T06:12:40Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-15T06:12:40Z 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:12:40Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-15T06:12:40Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-15T06:12:40Z 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:12:40Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-15T06:12:40Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-15T06:12:40Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpOzoDJn/.tmp6XZxyN/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-15T06:12:40Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-15T06:12:40Z 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:12:40Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpCKUlIm/meta-data
[2026-01-15T06:12:40Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpCKUlIm/user-data
[2026-01-15T06:12:40Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpCKUlIm/network-config
[2026-01-15T06:12:41Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpOzoDJn/.tmp6XZxyN/console.log
[2026-01-15T06:12:41Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpOzoDJn/.tmp6XZxyN/console.log
[2026-01-15T06:12:41Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log
[2026-01-15T06:12:41Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log
[2026-01-15T06:12:41Z 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/.tmpOzoDJn/.tmp6XZxyN/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpOzoDJn/.tmp6XZxyN/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp3THTHR/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpOzoDJn/.tmp6XZxyN/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/.tmpOzoDJn/.tmp6XZxyN/vars.fd",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp3THTHR/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp3THTHR/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp3THTHR/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp3THTHR/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2026-01-15T06:15:57Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-15T06:15:57Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2026-01-15T06:12:47Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-15T06:12:47Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-15T06:12:47Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-15T06:12:47Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-15T06:12:47Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-15T06:12:47Z 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_test
        - action: shell
          shell: |
            subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html
        - action: shell
          shell: |
            export CARGO_TARGET_DIR=/workspace/cache
            export CARGO_HOME=/workspace/deps
            export HOME=/root
            export PATH="/root/.cargo/bin:$PATH"
        
            cargo doc --workspace --no-deps
        
            # Clean up after tests and documentation building.
            git reset --hard
            git clean -fdx
            git status --ignored
        - action: custom
          name: dch
          args:
            debemail: liw@liw.fi
            debfullname: Lars Wirzenius
        - action: deb
          packages: .
        - 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:12:47Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:12:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:12:47Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:12:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:12:47Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:12:47Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
    [2026-01-15T06:12:47Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-15T06:12:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:12:47Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-15T06:12:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:12:47Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
    [2026-01-15T06:12:51Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-15T06:12:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:12:51Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-15T06:12:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-15T06:12:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:12:51Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
    [2026-01-15T06:13:10Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
           cwd=/ci/src (exists? true)
    + ln -sf /ci /workspace
    [2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
           cwd=/ci/src (exists? true)
    + git config --global user.name 'Ambient CI'
    [2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
           cwd=/ci/src (exists? true)
    + git config --global user.email ambient@example.com
    [2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:13:10Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2026-01-15T06:13:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/ci/src (exists? true)
    [2026-01-15T06:13:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:13:12Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2026-01-15T06:13:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2026-01-15T06:13:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/ci/src (exists? true)
       Compiling proc-macro2 v1.0.66
       Compiling unicode-ident v1.0.11
       Compiling libc v0.2.147
       Compiling quote v1.0.33
       Compiling syn v2.0.31
        Checking utf8parse v0.2.1
        Checking anstyle-parse v0.2.1
        Checking memchr v2.6.3
        Checking anstyle v1.0.10
        Checking anstyle-query v1.0.0
        Checking colorchoice v1.0.0
        Checking aho-corasick v1.0.5
       Compiling pkg-config v0.3.27
       Compiling serde v1.0.188
        Checking regex-syntax v0.7.5
       Compiling serde_derive v1.0.188
        Checking regex-automata v0.3.8
       Compiling virt-sys v0.3.0
       Compiling thiserror v1.0.48
       Compiling rustix v0.38.11
       Compiling nix v0.18.0
        Checking regex v1.9.5
       Compiling thiserror-impl v1.0.48
        Checking anstream v0.5.0
        Checking linux-raw-sys v0.4.5
        Checking clap_lex v0.5.1
        Checking log v0.4.22
        Checking equivalent v1.0.1
        Checking ryu v1.0.15
        Checking is_terminal_polyfill v1.70.1
        Checking strsim v0.10.0
        Checking itoa v1.0.9
        Checking bitflags v2.4.0
        Checking cfg-if v1.0.0
       Compiling heck v0.4.1
       Compiling anyhow v1.0.75
        Checking bitflags v1.3.2
       Compiling serde_json v1.0.105
        Checking hashbrown v0.14.0
        Checking cfg-if v0.1.10
        Checking indexmap v2.0.0
       Compiling clap_derive v4.4.2
        Checking clap_builder v4.4.2
        Checking anstream v0.6.18
        Checking env_filter v0.1.2
        Checking dirs-sys-next v0.1.2
        Checking unsafe-libyaml v0.2.9
        Checking humantime v2.1.0
       Compiling vmadm v0.4.1 (/ci/src)
        Checking fastrand v2.0.0
        Checking uuid v1.11.0
        Checking tempfile v3.8.0
        Checking virt v0.4.1
        Checking serde_yaml v0.9.25
        Checking env_logger v0.11.5
        Checking directories-next v2.0.0
        Checking clap v4.4.2
        Checking home-dir v0.1.0
        Checking shell-words v1.1.0
        Checking bytesize v1.3.0
        Checking lazy_static v1.4.0
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.37s
    [2026-01-15T06:13:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:13:41Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2026-01-15T06:13:41Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2026-01-15T06:13:41Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
           cwd=/ci/src (exists? true)
       Compiling libc v0.2.147
       Compiling utf8parse v0.2.1
       Compiling anstyle-parse v0.2.1
       Compiling memchr v2.6.3
       Compiling anstyle v1.0.10
       Compiling colorchoice v1.0.0
       Compiling anstyle-query v1.0.0
       Compiling aho-corasick v1.0.5
       Compiling regex-syntax v0.7.5
       Compiling regex-automata v0.3.8
       Compiling serde v1.0.188
       Compiling regex v1.9.5
       Compiling anstream v0.5.0
       Compiling equivalent v1.0.1
       Compiling bitflags v1.3.2
       Compiling cfg-if v0.1.10
       Compiling hashbrown v0.14.0
       Compiling clap_lex v0.5.1
       Compiling ryu v1.0.15
       Compiling itoa v1.0.9
       Compiling bitflags v2.4.0
       Compiling is_terminal_polyfill v1.70.1
       Compiling log v0.4.22
       Compiling cfg-if v1.0.0
       Compiling linux-raw-sys v0.4.5
       Compiling strsim v0.10.0
       Compiling rustix v0.38.11
       Compiling clap_builder v4.4.2
       Compiling env_filter v0.1.2
       Compiling anstream v0.6.18
       Compiling indexmap v2.0.0
       Compiling nix v0.18.0
       Compiling thiserror v1.0.48
       Compiling virt-sys v0.3.0
       Compiling dirs-sys-next v0.1.2
       Compiling uuid v1.11.0
       Compiling fastrand v2.0.0
       Compiling unsafe-libyaml v0.2.9
       Compiling humantime v2.1.0
       Compiling vmadm v0.4.1 (/ci/src)
       Compiling env_logger v0.11.5
       Compiling serde_yaml v0.9.25
       Compiling tempfile v3.8.0
       Compiling home-dir v0.1.0
       Compiling virt v0.4.1
       Compiling directories-next v2.0.0
       Compiling anyhow v1.0.75
       Compiling clap v4.4.2
       Compiling serde_json v1.0.105
       Compiling lazy_static v1.4.0
       Compiling bytesize v1.3.0
       Compiling shell-words v1.1.0
        Finished `test` profile [unoptimized + debuginfo] target(s) in 32.43s
         Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/vmadm-442dabdbaf5b6855)
    
    running 5 tests
    test sshkeys::keypair_test::generate_key ... ok
    test util::test::accepts_bridge_name ... ok
    test util::test::accepts_network_name ... ok
    test util::test::rejects_plain_name ... ok
    test sshkeys::keypair_test::certify_host_key ... ok
    
    test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
    
         Running unittests src/bin/vmadm.rs (/ci/cache/cargo-target/debug/deps/vmadm-4465ed2610537305)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
       Doc-tests vmadm
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    [2026-01-15T06:14:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:14:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
            },
        )
    [2026-01-15T06:14:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
            },
        )
    [2026-01-15T06:14:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nsubplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n\n"]
           cwd=/ci/src (exists? true)
    + subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html
     INFO Starting Subplot
     INFO Subplot finished successfully
    [2026-01-15T06:14:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:14:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
            },
        )
    [2026-01-15T06:14:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
            },
        )
    [2026-01-15T06:14:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\ncargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\n"]
           cwd=/ci/src (exists? true)
    + export CARGO_TARGET_DIR=/workspace/cache
    + CARGO_TARGET_DIR=/workspace/cache
    + export CARGO_HOME=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export HOME=/root
    + HOME=/root
    + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + cargo doc --workspace --no-deps
       Compiling vmadm v0.4.1 (/ci/src)
     Documenting vmadm v0.4.1 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
       Generated /workspace/cache/doc/vmadm/index.html
    + git reset --hard
    HEAD is now at f2ddab4 build: add Makefile
    + git clean -fdx
    + git status --ignored
    HEAD detached at f2ddab4
    nothing to commit, working tree clean
    [2026-01-15T06:14:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:14:16Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2026-01-15T06:14:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2026-01-15T06:14:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    custom: source=/ci/src
    custom: exe=".ambient/dch" exists=false
    + export 'DEBEMAIL="liw@liw.fi"'
    + DEBEMAIL='"liw@liw.fi"'
    + export 'DEBFULLNAME="Lars Wirzenius"'
    + DEBFULLNAME='"Lars Wirzenius"'
    + export CARGO_TARGET_DIR=/workspace/cache
    + CARGO_TARGET_DIR=/workspace/cache
    + export CARGO_HOME=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export HOME=/root
    + HOME=/root
    + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + git reset --hard
    HEAD is now at f2ddab4 build: add Makefile
    + git clean -fdx
    ++ dpkg-parsechangelog -SVersion
    ++ sed 's/-[^-]*$//'
    + V=0.4.0
    ++ date -u +%Y%m%dT%H%M%S
    + T=20260115T061416
    + version=0.4.0.ci20260115T061416-1
    + dch -v 0.4.0.ci20260115T061416-1 'CI build under Ambient.'
    + dch -r ''
    custom action "dch" exit code Some(0)
    [2026-01-15T06:14:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:14:17Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb {
                packages: Some(
                    ".",
                ),
            },
        )
    [2026-01-15T06:14:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb {
                packages: Some(
                    ".",
                ),
            },
        )
    [2026-01-15T06:14:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "#!/usr/bin/env bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /ci/artifacts/.\n        "]
           cwd=/ci/src (exists? true)
    + echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
    PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + export CARGO_HOME=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export DEBEMAIL=liw@liw.fi
    + DEBEMAIL=liw@liw.fi
    + export 'DEBFULLNAME=Lars Wirzenius'
    + DEBFULLNAME='Lars Wirzenius'
    + /bin/env
    DEBFULLNAME=Lars Wirzenius
    CARGO_TARGET_DIR=/ci/cache/cargo-target
    PWD=/ci/src
    SYSTEMD_EXEC_PID=317
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=f682e04029054f048650eed32ca92e80
    SHLVL=2
    JOURNAL_STREAM=8:14612
    PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    OLDPWD=/
    _=/bin/env
    + command -v cargo
    /root/.cargo/bin/cargo
    + command -v rustc
    /root/.cargo/bin/rustc
    + cargo --version
    cargo 1.92.0 (344c4567c 2025-10-21)
    + rustc --version
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    ++ dpkg-parsechangelog -SSource
    + name=vmadm
    ++ dpkg-parsechangelog -SVersion
    + version=0.4.0.ci20260115T061416-1
    ++ sed 's/-[^-]*$//'
    ++ echo 0.4.0.ci20260115T061416-1
    + uv=0.4.0.ci20260115T061416
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../vmadm_0.4.0.ci20260115T061416.orig.tar.xz
    + deb=../vmadm_0.4.0.ci20260115T061416-1_amd64.deb
    + changes=../vmadm_0.4.0.ci20260115T061416-1_amd64.changes
    + xz
    + git archive HEAD
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package vmadm
    dpkg-buildpackage: info: source version 0.4.0.ci20260115T061416-1
    dpkg-buildpackage: info: source distribution unstable
    dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
    dpkg-buildpackage: info: host architecture amd64
     dpkg-source --before-build .
     debian/rules clean
    dh clean
       dh_auto_clean
       dh_clean
     dpkg-source -b .
    dpkg-source: info: using source format '3.0 (quilt)'
    dpkg-source: info: building vmadm using existing ./vmadm_0.4.0.ci20260115T061416.orig.tar.xz
    dpkg-source: info: building vmadm in vmadm_0.4.0.ci20260115T061416-1.debian.tar.xz
    dpkg-source: info: building vmadm in vmadm_0.4.0.ci20260115T061416-1.dsc
     debian/rules build
    dh build
       dh_update_autotools_config
       dh_autoreconf
       dh_auto_configure
       debian/rules override_dh_auto_build
    make[1]: Entering directory '/ci/src'
    true
    make[1]: Leaving directory '/ci/src'
       debian/rules override_dh_auto_test
    make[1]: Entering directory '/ci/src'
    echo tests not run when building Debian package
    tests not run when building Debian package
    echo they need a running libvirt and system configuration
    they need a running libvirt and system configuration
    make[1]: Leaving directory '/ci/src'
       create-stamp debian/debhelper-build-stamp
     debian/rules binary
    dh binary
       dh_testroot
       dh_prep
       debian/rules override_dh_auto_install
    make[1]: Entering directory '/ci/src'
    cargo install --path=. --root=debian/vmadm --offline
      Installing vmadm v0.4.1 (/ci/src)
         Locking 92 packages to latest compatible versions
       Compiling proc-macro2 v1.0.66
       Compiling unicode-ident v1.0.11
       Compiling libc v0.2.147
       Compiling quote v1.0.33
       Compiling syn v2.0.31
       Compiling utf8parse v0.2.1
       Compiling anstyle-parse v0.2.1
       Compiling anstyle v1.0.10
       Compiling memchr v2.6.3
       Compiling colorchoice v1.0.0
       Compiling anstyle-query v1.0.0
       Compiling aho-corasick v1.0.5
       Compiling pkg-config v0.3.27
       Compiling serde v1.0.188
       Compiling regex-syntax v0.7.5
       Compiling regex-automata v0.3.8
       Compiling virt-sys v0.3.0
       Compiling serde_derive v1.0.188
       Compiling thiserror v1.0.48
       Compiling nix v0.18.0
       Compiling rustix v0.38.11
       Compiling regex v1.9.5
       Compiling thiserror-impl v1.0.48
       Compiling anstream v0.5.0
       Compiling is_terminal_polyfill v1.70.1
       Compiling heck v0.4.1
       Compiling serde_json v1.0.105
       Compiling hashbrown v0.14.0
       Compiling anyhow v1.0.75
       Compiling itoa v1.0.9
       Compiling linux-raw-sys v0.4.5
       Compiling equivalent v1.0.1
       Compiling cfg-if v0.1.10
       Compiling log v0.4.22
       Compiling bitflags v2.4.0
       Compiling strsim v0.10.0
       Compiling ryu v1.0.15
       Compiling clap_lex v0.5.1
       Compiling cfg-if v1.0.0
       Compiling bitflags v1.3.2
       Compiling clap_builder v4.4.2
       Compiling env_filter v0.1.2
       Compiling indexmap v2.0.0
       Compiling clap_derive v4.4.2
       Compiling anstream v0.6.18
       Compiling dirs-sys-next v0.1.2
       Compiling uuid v1.11.0
       Compiling fastrand v2.0.0
       Compiling humantime v2.1.0
       Compiling vmadm v0.4.1 (/ci/src)
       Compiling unsafe-libyaml v0.2.9
       Compiling env_logger v0.11.5
       Compiling serde_yaml v0.9.25
       Compiling tempfile v3.8.0
       Compiling virt v0.4.1
       Compiling directories-next v2.0.0
       Compiling home-dir v0.1.0
       Compiling clap v4.4.2
       Compiling lazy_static v1.4.0
       Compiling bytesize v1.3.0
       Compiling shell-words v1.1.0
        Finished `release` profile [optimized] target(s) in 1m 17s
      Installing debian/vmadm/bin/vmadm
       Installed package `vmadm v0.4.1 (/ci/src)` (executable `vmadm`)
    warning: be sure to add `debian/vmadm/bin` to your PATH to be able to run the installed binaries
    find debian/vmadm -name '.crates*' -delete
    make[1]: Leaving directory '/ci/src'
       dh_installdocs
       dh_installchangelogs
       dh_perl
       dh_link
       dh_strip_nondeterminism
       dh_compress
       dh_fixperms
       dh_missing
       dh_strip
       dh_makeshlibs
       dh_shlibdeps
       dh_installdeb
       dh_gencontrol
    dpkg-gencontrol: warning: Built-Using field of package vmadm: substitution variable ${cargo:Built-Using} used, but is not defined
    dpkg-gencontrol: warning: Built-Using field of package vmadm: substitution variable ${cargo:Built-Using} used, but is not defined
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'vmadm-dbgsym' in '../vmadm-dbgsym_0.4.0.ci20260115T061416-1_amd64.deb'.
    dpkg-deb: building package 'vmadm' in '../vmadm_0.4.0.ci20260115T061416-1_amd64.deb'.
     dpkg-genbuildinfo -O../vmadm_0.4.0.ci20260115T061416-1_amd64.buildinfo
     dpkg-genchanges -O../vmadm_0.4.0.ci20260115T061416-1_amd64.changes
    dpkg-genchanges: info: including full source code in upload
     dpkg-source --after-build .
    dpkg-buildpackage: info: full upload (original source is included)
    + ls -l ..
    total 1104
    drwxr-xr-x 2 root root   4096 Jan 15 06:14 artifacts
    drwxr-xr-x 6 root root   4096 Jan 15 06:13 cache
    drwxr-xr-x 3 root root   4096 Jan 15 06:12 deps
    drwxr-xr-x 9 root root   4096 Jan 15 06:14 src
    -rw-r--r-- 1 root root 126272 Jan 15 06:15 vmadm-dbgsym_0.4.0.ci20260115T061416-1_amd64.deb
    -rw-r--r-- 1 root root   1656 Jan 15 06:14 vmadm_0.4.0.ci20260115T061416-1.debian.tar.xz
    -rw-r--r-- 1 root root    956 Jan 15 06:14 vmadm_0.4.0.ci20260115T061416-1.dsc
    -rw-r--r-- 1 root root   8621 Jan 15 06:15 vmadm_0.4.0.ci20260115T061416-1_amd64.buildinfo
    -rw-r--r-- 1 root root   2306 Jan 15 06:15 vmadm_0.4.0.ci20260115T061416-1_amd64.changes
    -rw-r--r-- 1 root root 914744 Jan 15 06:15 vmadm_0.4.0.ci20260115T061416-1_amd64.deb
    -rw-r--r-- 1 root root  42340 Jan 15 06:14 vmadm_0.4.0.ci20260115T061416.orig.tar.xz
    + for x in ../*.deb
    + dpkg -c ../vmadm-dbgsym_0.4.0.ci20260115T061416-1_amd64.deb
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/lib/
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/lib/debug/.build-id/b0/
    -rw-r--r-- root/root    883488 2026-01-15 06:14 ./usr/lib/debug/.build-id/b0/ad89e1a2e8446ebe23ce4e807065eb463725f1.debug
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/share/
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2026-01-15 06:14 ./usr/share/doc/vmadm-dbgsym -> vmadm
    + for x in ../*.deb
    + dpkg -c ../vmadm_0.4.0.ci20260115T061416-1_amd64.deb
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./bin/
    -rwxr-xr-x root/root   3321168 2026-01-15 06:14 ./bin/vmadm
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/share/
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/share/doc/
    drwxr-xr-x root/root         0 2026-01-15 06:14 ./usr/share/doc/vmadm/
    -rw-r--r-- root/root       352 2026-01-15 06:14 ./usr/share/doc/vmadm/changelog.Debian.gz
    -rw-r--r-- root/root       957 2026-01-15 06:14 ./usr/share/doc/vmadm/copyright
    + mv ../vmadm-dbgsym_0.4.0.ci20260115T061416-1_amd64.deb ../vmadm_0.4.0.ci20260115T061416-1.debian.tar.xz ../vmadm_0.4.0.ci20260115T061416-1.dsc ../vmadm_0.4.0.ci20260115T061416-1_amd64.buildinfo ../vmadm_0.4.0.ci20260115T061416-1_amd64.changes ../vmadm_0.4.0.ci20260115T061416-1_amd64.deb ../vmadm_0.4.0.ci20260115T061416.orig.tar.xz /ci/artifacts/.
    [2026-01-15T06:15:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:15:44Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-15T06:15:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-15T06:15:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:15:44Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/ci/cache",
            ),
            size: None,
        }
    [2026-01-15T06:15:44Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2026-01-15T06:15:44Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2026-01-15T06:15:44Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
    [2026-01-15T06:15:44Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
    [2026-01-15T06:15:44Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2026-01-15T06:15:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:15:53Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-15T06:15:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-15T06:15:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/ci/artifacts",
            ),
            size: None,
        }
    [2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
    [2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
    [2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-15T06:15:53Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2026-01-15T06:15:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-15T06:15:53Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2026-01-15T06:15:57Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-15T06:15:57Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-15T06:15:57Z DEBUG ambient_ci::run] remove old cache
[2026-01-15T06:15:58Z DEBUG ambient_ci::run] extract cache
[2026-01-15T06:16:01Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-15T06:16:01Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-15T06:16:01Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/meta.yaml
[2026-01-15T06:16:02Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>