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   370K  0 rom  
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0   6.1M  1 disk 
vdc    254:32   0   900K  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 2025-11-30 06:48 ./
-rw-r--r-- _rad/_rad      1311 2025-11-30 06:48 ./plan.yaml
-rwxr-xr-x _rad/_rad   6394112 2025-11-30 06:48 ./run-ci
INFO: Extracted files:
  6160394      4 drwxr-xr-x   2 1000     1000         4096 Nov 30 06:48 .
  6160395      4 -rw-r--r--   1 1000     1000         1311 Nov 30 06:48 ./plan.yaml
  6160396   6248 -rwxr-xr-x   1 1000     1000      6394112 Nov 30 06:48 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-11-30T06:48:10Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:48:10Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:48:10Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:48:10Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:48:10Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
  pathname: /workspace
- action: mkdir
  pathname: /workspace/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /workspace/src
- action: tar_extract
  archive: /dev/vdf
  directory: /workspace/deps
- action: tar_extract
  archive: /dev/vde
  directory: /workspace/cache
- action: cargo_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
- action: tar_create
  archive: /dev/vde
  directory: /workspace/cache
- action: tar_create
  archive: /dev/vdd
  directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts


[2025-11-30T06:48:10Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-11-30T06:48:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-11-30T06:48:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:48:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:10Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-11-30T06:48:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-11-30T06:48:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:48:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:10Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-11-30T06:48:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-11-30T06:48:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:48:11Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-11-30T06:48:11Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-30T06:48:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:11Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-11-30T06:48:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-11-30T06:48:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:48:11Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-11-30T06:48:13Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-30T06:48:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:13Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-30T06:48:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-30T06:48:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:48:13Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-11-30T06:48:24Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-30T06:48:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:24Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2025-11-30T06:48:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2025-11-30T06:48:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/workspace/src (exists? true)
[2025-11-30T06:48:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:26Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2025-11-30T06:48:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2025-11-30T06:48:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/workspace/src (exists? true)
   Compiling vmadm v0.4.1 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s
[2025-11-30T06:48:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:30Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2025-11-30T06:48:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2025-11-30T06:48:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
       cwd=/workspace/src (exists? true)
   Compiling vmadm v0.4.1 (/workspace/src)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 1.06s
     Running unittests src/lib.rs (/workspace/cache/debug/deps/vmadm-219af8d0d9f44e8c)

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.05s

     Running unittests src/bin/vmadm.rs (/workspace/cache/debug/deps/vmadm-89ab83cd431e3adc)

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

[2025-11-30T06:48:32Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:32Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
        },
    )
[2025-11-30T06:48:32Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
        },
    )
[2025-11-30T06:48:32Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nsubplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n\n"]
       cwd=/workspace/src (exists? true)
+ subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html
 INFO Starting Subplot
 INFO Subplot finished successfully
[2025-11-30T06:48:32Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:32Z 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",
        },
    )
[2025-11-30T06:48:32Z 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",
        },
    )
[2025-11-30T06:48:32Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/bin/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=/workspace/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
 Documenting vmadm v0.4.1 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
   Generated /workspace/cache/doc/vmadm/index.html
+ git reset --hard
HEAD is now at 235d14a ci: use custom dch action under Ambient
+ git clean -fdx
+ git status --ignored
HEAD detached at 235d14a
nothing to commit, working tree clean
[2025-11-30T06:48:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:33Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debemail": String("liw@liw.fi"),
                "debfullname": String("Lars Wirzenius"),
            },
        },
    )
[2025-11-30T06:48:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debemail": String("liw@liw.fi"),
                "debfullname": String("Lars Wirzenius"),
            },
        },
    )
[2025-11-30T06:48:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
HEAD is now at 235d14a ci: use custom dch action under Ambient
custom action "dch" exit code Some(0)
[2025-11-30T06:48:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:34Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb,
    )
[2025-11-30T06:48:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb,
    )
[2025-11-30T06:48:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "#!/bin/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 ../*_* /workspace/artifacts\n        "]
       cwd=/workspace/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=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=308
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=162a0012633046b881e4ca4c14f6ec04
SHLVL=2
JOURNAL_STREAM=8:985
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.91.1 (ea2d97820 2025-10-10)
+ rustc --version
rustc 1.91.1 (ed61e7d7e 2025-11-07)
++ dpkg-parsechangelog -SSource
+ name=vmadm
++ dpkg-parsechangelog -SVersion
+ version=0.4.0.ci20251130T064834-1
++ echo 0.4.0.ci20251130T064834-1
++ sed 's/-[^-]*$//'
+ uv=0.4.0.ci20251130T064834
++ dpkg --print-architecture
+ arch=amd64
+ orig=../vmadm_0.4.0.ci20251130T064834.orig.tar.xz
+ deb=../vmadm_0.4.0.ci20251130T064834-1_amd64.deb
+ changes=../vmadm_0.4.0.ci20251130T064834-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.ci20251130T064834-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_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building vmadm using existing ./vmadm_0.4.0.ci20251130T064834.orig.tar.xz
dpkg-source: info: building vmadm in vmadm_0.4.0.ci20251130T064834-1.debian.tar.xz
dpkg-source: info: building vmadm in vmadm_0.4.0.ci20251130T064834-1.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/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 '/workspace/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 '/workspace/src'
cargo install --path=. --root=debian/vmadm --offline
  Installing vmadm v0.4.1 (/workspace/src)
     Locking 92 packages to latest compatible versions
   Compiling vmadm v0.4.1 (/workspace/src)
    Finished `release` profile [optimized] target(s) in 7.31s
  Installing debian/vmadm/bin/vmadm
   Installed package `vmadm v0.4.1 (/workspace/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 '/workspace/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.ci20251130T064834-1_amd64.deb'.
dpkg-deb: building package 'vmadm' in '../vmadm_0.4.0.ci20251130T064834-1_amd64.deb'.
 dpkg-genbuildinfo -O../vmadm_0.4.0.ci20251130T064834-1_amd64.buildinfo
 dpkg-genchanges -O../vmadm_0.4.0.ci20251130T064834-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 1116
drwxr-xr-x 2 root root   4096 Nov 30 06:48 artifacts
drwxr-xr-x 5 root root   4096 Sep 20 05:44 cache
drwxr-xr-x 3 root root   4096 Nov 30 06:47 deps
drwxr-xr-x 9 root root   4096 Nov 30 06:48 src
-rw-r--r-- 1 root root 128160 Nov 30 06:48 vmadm-dbgsym_0.4.0.ci20251130T064834-1_amd64.deb
-rw-r--r-- 1 root root   1660 Nov 30 06:48 vmadm_0.4.0.ci20251130T064834-1.debian.tar.xz
-rw-r--r-- 1 root root    956 Nov 30 06:48 vmadm_0.4.0.ci20251130T064834-1.dsc
-rw-r--r-- 1 root root   8621 Nov 30 06:48 vmadm_0.4.0.ci20251130T064834-1_amd64.buildinfo
-rw-r--r-- 1 root root   2306 Nov 30 06:48 vmadm_0.4.0.ci20251130T064834-1_amd64.changes
-rw-r--r-- 1 root root 925080 Nov 30 06:48 vmadm_0.4.0.ci20251130T064834-1_amd64.deb
-rw-r--r-- 1 root root  42144 Nov 30 06:48 vmadm_0.4.0.ci20251130T064834.orig.tar.xz
+ for x in ../*.deb
+ dpkg -c ../vmadm-dbgsym_0.4.0.ci20251130T064834-1_amd64.deb
drwxr-xr-x root/root         0 2025-11-30 06:48 ./
drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/
drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/lib/
drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/lib/debug/.build-id/65/
-rw-r--r-- root/root    898568 2025-11-30 06:48 ./usr/lib/debug/.build-id/65/d00a82e29cf51e3f907158d6a999cdcd08df10.debug
drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/share/
drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-11-30 06:48 ./usr/share/doc/vmadm-dbgsym -> vmadm
+ for x in ../*.deb
+ dpkg -c ../vmadm_0.4.0.ci20251130T064834-1_amd64.deb
drwxr-xr-x root/root         0 2025-11-30 06:48 ./
drwxr-xr-x root/root         0 2025-11-30 06:48 ./bin/
-rwxr-xr-x root/root   3373544 2025-11-30 06:48 ./bin/vmadm
drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/
drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/share/
drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/share/doc/vmadm/
-rw-r--r-- root/root       354 2025-11-30 06:48 ./usr/share/doc/vmadm/changelog.Debian.gz
-rw-r--r-- root/root       957 2025-11-30 06:48 ./usr/share/doc/vmadm/copyright
+ mv ../vmadm-dbgsym_0.4.0.ci20251130T064834-1_amd64.deb ../vmadm_0.4.0.ci20251130T064834-1.debian.tar.xz ../vmadm_0.4.0.ci20251130T064834-1.dsc ../vmadm_0.4.0.ci20251130T064834-1_amd64.buildinfo ../vmadm_0.4.0.ci20251130T064834-1_amd64.changes ../vmadm_0.4.0.ci20251130T064834-1_amd64.deb ../vmadm_0.4.0.ci20251130T064834.orig.tar.xz /workspace/artifacts
[2025-11-30T06:48:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:49Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-30T06:48:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-30T06:48:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:48:49Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-11-30T06:48:49Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-11-30T06:48:49Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-11-30T06:48:49Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-11-30T06:48:49Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-11-30T06:48:49Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-11-30T06:48:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:54Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-11-30T06:48:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-11-30T06:48:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-11-30T06:48:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:48:54Z 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": "235d14a1c2ab5a5a42120f6ff1a39feb7c966503",
  "after": "235d14a1c2ab5a5a42120f6ff1a39feb7c966503",
  "branch": "main",
  "commits": [
    "235d14a1c2ab5a5a42120f6ff1a39feb7c966503"
  ]
}

Ambient stdout

[2025-11-30T06:47:56Z INFO  ambient] ambient starts
[2025-11-30T06:47:56Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-11-30T06:47:56Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-11-30T06:47:56Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/meta.yaml
[2025-11-30T06:47:56Z DEBUG ambient_ci::run] latest commit: "235d14a1c2ab5a5a42120f6ff1a39feb7c966503"
[2025-11-30T06:47:56Z DEBUG ambient_ci::run] is a git repository
[2025-11-30T06:47:56Z DEBUG ambient_ci::run] git repository is clean
[2025-11-30T06:47:56Z DEBUG ambient_ci::run] current (HEAD) commit: 235d14a1c2ab5a5a42120f6ff1a39feb7c966503
[2025-11-30T06:47:56Z DEBUG ambient_ci::run] no dry run requested
[2025-11-30T06:47:56Z DEBUG ambient_ci::run] forced run requested
[2025-11-30T06:47:56Z DEBUG ambient_ci::run] run? true
[2025-11-30T06:47:56Z INFO  ambient_ci::run] project rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s: running CI
[2025-11-30T06:47:56Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-11-30T06:47:56Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2025-11-30T06:47:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2025-11-30T06:47:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/cache",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
        },
        source_dir: "/tmp/.tmpxRyfSM/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/.tmpxRyfSM/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpxRyfSM/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpxRyfSM/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpxRyfSM/src => /tmp/.tmpCK5ppT
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/vmadm.subplot wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/vmadm.md wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/subplot wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/subplot/vmadm.yaml wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/subplot/vmadm.py wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/ssh wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/ssh/test.key.pub wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/ssh/test.key wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/ssh/config wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/util.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/util.rs => /tmp/.tmpCK5ppT/src/util.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/sshkeys.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/sshkeys.rs => /tmp/.tmpCK5ppT/src/sshkeys.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/spec.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/spec.rs => /tmp/.tmpCK5ppT/src/spec.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/progress.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/progress.rs => /tmp/.tmpCK5ppT/src/progress.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/libvirt.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/libvirt.rs => /tmp/.tmpCK5ppT/src/libvirt.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/lib.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/lib.rs => /tmp/.tmpCK5ppT/src/lib.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/install.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/install.rs => /tmp/.tmpCK5ppT/src/install.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/image.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/image.rs => /tmp/.tmpCK5ppT/src/image.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/config.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/config.rs => /tmp/.tmpCK5ppT/src/config.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/cmd wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/cmd/start.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/cmd/start.rs => /tmp/.tmpCK5ppT/src/cmd/start.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/cmd/spec.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/cmd/spec.rs => /tmp/.tmpCK5ppT/src/cmd/spec.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/cmd/shutdown.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/cmd/shutdown.rs => /tmp/.tmpCK5ppT/src/cmd/shutdown.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/cmd/recreate.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/cmd/recreate.rs => /tmp/.tmpCK5ppT/src/cmd/recreate.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/cmd/reboot.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/cmd/reboot.rs => /tmp/.tmpCK5ppT/src/cmd/reboot.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/cmd/new.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/cmd/new.rs => /tmp/.tmpCK5ppT/src/cmd/new.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/cmd/mod.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/cmd/mod.rs => /tmp/.tmpCK5ppT/src/cmd/mod.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/cmd/list.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/cmd/list.rs => /tmp/.tmpCK5ppT/src/cmd/list.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/cmd/delete.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/cmd/delete.rs => /tmp/.tmpCK5ppT/src/cmd/delete.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/cmd/config.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/cmd/config.rs => /tmp/.tmpCK5ppT/src/cmd/config.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/cmd/cloud_init.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/cmd/cloud_init.rs => /tmp/.tmpCK5ppT/src/cmd/cloud_init.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/cloudinit.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/cloudinit.rs => /tmp/.tmpCK5ppT/src/cloudinit.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/bin wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/src/bin/vmadm.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/src/bin/vmadm.rs => /tmp/.tmpCK5ppT/src/bin/vmadm.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/list_new_release_tags wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/debian wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/debian/source wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/debian/source/format wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/debian/rules wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/debian/lintian-override wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/debian/copyright wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/debian/control wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/debian/compat wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/debian/changelog wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/debian/cargo-checksum.json wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/cloud-init.py wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/check wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/build_release_deb.sh wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/build.rs wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/build.rs => /tmp/.tmpCK5ppT/build.rs
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/RELEASE.md wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/README.md wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/NEWS wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/Cargo.toml wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/Cargo.toml => /tmp/.tmpCK5ppT/Cargo.toml
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/Cargo.lock wanted=true
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpxRyfSM/src/Cargo.lock => /tmp/.tmpCK5ppT/Cargo.lock
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/COPYING wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.radicle wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.radicle/ambient.yaml wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.gitignore wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.ambient wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.ambient/dch wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/index wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/HEAD wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/config wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/logs wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/logs/HEAD wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/logs/refs wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/logs/refs/heads wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/logs/refs/heads/main wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/logs/refs/remotes wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/logs/refs/remotes/origin wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/packed-refs wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/refs wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/refs/remotes wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/refs/remotes/origin wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/refs/tags wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/refs/heads wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/refs/heads/main wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/f3 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/f3/caff209b5fe2f963e4592b100d21e3806ef788 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/7b wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/7b/c72bab50b770473e414b8220d550b1237d6392 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/b0 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/b0/a5b8fe4cea3785f98732e33481de855318657c wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/a1 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/a1/511bf2226adddf33073cf7f920b19ba999fc4e wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/5a wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/5a/9b941c15b601e6aa6b783ac81b7e7207eae321 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/5a/98420eab80a98e688eb89ac328a08d80aea6fa wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/d9 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/d9/76f5d400d2b0fdadcc5029c2fe811337bd8d7f wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/d7 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/d7/54803995e2b13fb232d1c3fa84d0d6104ee7e2 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/f4 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/f4/b4d67c3ed11deb52fa3e0bcce160b5e22237be wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/c6 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/c6/14ba0581013cabd864904c49ed1d02564e60e8 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/d6 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/d6/d86fae5421b013c03e55d4b3c3e6616f7a0763 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/b2 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/b2/1226ca21c9bf1e16250355affa328019c43443 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/62 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/62/f56efde4e7a7ed4b3ebddbff55ec66034d2088 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/c5 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/c5/b20bc7c23a8a8ca19d3811453655c87f59166a wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/ee wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/ee/e4f45ca87453b53aaca0c6cdec6678527c1a4a wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/06 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/06/97b51e66e81c23ee70b2a7a35b54fba78dd4d9 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/95 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/95/e039f3be79a4f8bb06b0832d710a5a14306ee5 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/85 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/85/abe6d7292a75e93b3b355563536e5381789488 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/ea wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/ea/284d22ddbed883e2ddfafbb5de9ca0375479df wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/ea/a90a25af2fb7bbbd31b66eb87eada2395fcd5f wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/75 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/75/3bfe88b2f9e94a84c778dd4e2020c186f393af wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/79 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/79/d5d44c5f863b4838a7763df391123f95c71afc wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/a5 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/a5/b5bdc3f07941c8fe87d6b341a64f659da05b6f wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/57 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/57/956fcf5f245e5cfd9cc6570e9d4cba6a4b5ee3 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/2f wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/2f/6f778c16eb62239cc9c602501903bf357d74be wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/72 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/72/ea3504bf1752c13c43650a2e1e15651eda7987 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/39 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/39/587e5c04ec3d2d32c8848969d66c5a54234e87 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/b9 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/b9/91b10e7d5f756d7d38d5f30e66029083b186a5 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/ad wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/ad/41f3d14716df38718ad1a350254b71cfe3fb66 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/e5 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/e5/d96c26af8ffe0db1ae5ccdc7b660810aa9a144 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/e5/946af6a831206ed370a1c2b51dec2d67400375 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/10 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/10/fb17f4bb36c4019b4a83f9f35a927dc5d13afd wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/93 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/93/71484963a9d4fd8513f63b53ce2036ec03dd0d wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/c3 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/c3/71139c9784a7d82342d18e42f35e40ec01a428 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/cd wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/cd/cf9eec5a7ef618d5a5d9666498e305eb2c95b7 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/6c wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/6c/bc2e0b977ca2df3cca8b92b86a722e01ba53c9 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/87 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/87/c2a30d3aeb33b12658f75aa252dbec4dcd3c02 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/54 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/54/965e4df016617ad469d1107aac14060efbafdb wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/08 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/08/9b3c91105283f087d2cdaf29315dda868d79ca wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/ab wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/ab/cafb23413f3c794f9ce35d7d6df2c9fff20f59 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/ca wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/ca/1f4ddae3958726582763b0ce4a03bdac5ae49f wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/cf wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/cf/e45b6d76b7cb6bc2aff588b70b045a6a4cd40b wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/bb wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/bb/b36818da27a6cec1b0e7231995b3d7dea5c85c wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/de wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/de/5b0f24fe20f2232529433b8cfaa800f2cfb8b2 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/76 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/76/e91f8ee5e408b7dc7f8738c221ca8df10069fc wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/37 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/37/f41649c1dc98dd8c735fb51e9a129195c91e97 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/b6 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/b6/8405bcd82251b17740bde2d6ce985ff017f065 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/9b wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/9b/f0be9e58192cce4c594b7112f9f469b168f0a9 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/d8 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/d8/5b12ccd44408158c12096207b7216829fb45bd wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/ce wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/ce/d27d21b0ed463d48621235d19c46b9a8001094 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/bf wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/bf/82c3a11fee41602092a083adf1c71d572d528f wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/c1 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/c1/be9d2f253a8be6d6428ea1dd33e84f807417e5 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/e8 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/e8/d1a9519f018d092bd9267cf88f9c783fd30c55 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/e0 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/e0/4209192c83f51da77735bda372aa34bff7da55 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/e0/0d0b6c813ed695afe9688b715c907450126b14 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/7f wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/7f/6ba44c6232f4421016a652f890e53bce026a0f wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/5c wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/5c/49075bc4eaf5936af30300053c7e19c987b7b9 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/5c/d018cb388bdb4c437f9eb9415965a53f8e4371 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/5b wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/5b/e5d18520cb057858eaabe302d3ff116eb8b0f7 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/89 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/89/e72e9a0c09c06bb993160feec3aa165649cde9 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/19 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/19/900455cfdf393df507f3b338ea75becd592a6b wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/43 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/43/1ca130d11aa120ebdfc389f52da7e843e0fb7b wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/d3 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/d3/5f717ca0228ef28b482d2b1ac8dd338a8aacea wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/83 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/83/66ebd7bc5b85f0213b2232766a62642e9c1b0b wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/d5 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/d5/849b1a3d7e56737b1d10c508cf0d884649e641 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/6a wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/6a/6da26e07d2ab4b33e0538e0a4f7285d85db10f wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/9c wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/9c/25707efb0ba6dd346703e7fc4ace0a68fea33b wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/09 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/09/733eb21bb6e9dec1d2e64c29303ad62e745b5f wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/db wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/db/fbed709033c22b5178aea995e11c89c7721b33 wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/1d wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/1d/82bcadb3511aee945abc4e810f363d84ee58fc wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/info wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/info/commit-graph wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/info/packs wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-256437fade36a17371f92ed64834fd422453c3b7.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-344170048adaa69510fc32a8c20cdcc6058018c7.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-598ad8dac8ed4c83364d95a3d42b3fa765cceecf.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-8db3aa259051f84056cda09aba70442e44311d9a.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-d6d31112fa364e2f8c2a50f55e18a7c1da91c58c.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-6708edf3c8cc46bbf7d06ed7c636a7932019325d.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-621273f80a030975fe20728625220a02f44187ea.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-e857b0c8c83bdbd8a650385d69362e28db1f8879.bitmap wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-b5809be11ac714d5c0ca49d2b67c085612ec9b90.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-3615228357135a8c6bec8b4fa589adc85bae9ed6.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-547fefb6539ac150e4b1771dbb003f2db9776193.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-18e8611304f6f71731c050204d3332a46de845c5.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-a703deab836c528314b68b3f6c908b0a1fd8517a.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-b5809be11ac714d5c0ca49d2b67c085612ec9b90.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-f57306db8a3112d12b3061ecb0a9b314dc38a64d.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-25741d6ae49b7b653d74ab4dfe351b3682aac5e3.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-4c212e4ae7fe3535649f5f51c17ca7a314d87d0b.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-6708edf3c8cc46bbf7d06ed7c636a7932019325d.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-f3d8ca231627807b5757bc63cf78e19433a511bc.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-598ad8dac8ed4c83364d95a3d42b3fa765cceecf.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-38c468ef7f18d002f56e3c1839f18850246c4a16.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-8ef088d787950fecc36dd16ad9fb40e12bc921e8.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-7f931c9138f414fe240d54e85b3bef2d4d8a53b8.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-df6ab03fb8ba7562a6427b299ab66d0f236aa658.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-621273f80a030975fe20728625220a02f44187ea.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-e857b0c8c83bdbd8a650385d69362e28db1f8879.rev wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-a765e671e1a214a4c4572946f3cddeab2b90cd36.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-691dc3339558a92ebbb3bd9a3fc2bd2365d8b4a2.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-9f69fa6393a7faa4b94f808bdde02fb30c831e02.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-261868aec7fa8dfe72f78eeff9bea883efa90e47.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-f3d801cf384d224a5552e795a6938de66d4a9638.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-df6ab03fb8ba7562a6427b299ab66d0f236aa658.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-8ef088d787950fecc36dd16ad9fb40e12bc921e8.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-21f8d9f74a2d141c776c64a0591ccfb6a2195851.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-5593ffa96c3a9579a13e84b92c4469637f2a9f0d.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-344170048adaa69510fc32a8c20cdcc6058018c7.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-f54a38d31fdd2d9bce70abff8e4b6b777a595414.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-d6d31112fa364e2f8c2a50f55e18a7c1da91c58c.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-951b8b1ccadd501902aa3f6651391644a6e2ffcc.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-21f8d9f74a2d141c776c64a0591ccfb6a2195851.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-13beaf1769b4baa4af4027d09abd367d71ada1f2.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-f3d801cf384d224a5552e795a6938de66d4a9638.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-f3d8ca231627807b5757bc63cf78e19433a511bc.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-551d2701ea920579091e00f869c5ad398c5b95e9.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-5593ffa96c3a9579a13e84b92c4469637f2a9f0d.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-48766ea388244ac4d7f95c93299d52fff5fac0a4.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-9f69fa6393a7faa4b94f808bdde02fb30c831e02.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-e857b0c8c83bdbd8a650385d69362e28db1f8879.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-547fefb6539ac150e4b1771dbb003f2db9776193.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-18e8611304f6f71731c050204d3332a46de845c5.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-e857b0c8c83bdbd8a650385d69362e28db1f8879.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-13beaf1769b4baa4af4027d09abd367d71ada1f2.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-aef69ecd5dc1273fb0285c279a6ee2bcc96fa7d6.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-3615228357135a8c6bec8b4fa589adc85bae9ed6.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-551d2701ea920579091e00f869c5ad398c5b95e9.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-261868aec7fa8dfe72f78eeff9bea883efa90e47.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-7f931c9138f414fe240d54e85b3bef2d4d8a53b8.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-38c468ef7f18d002f56e3c1839f18850246c4a16.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-256437fade36a17371f92ed64834fd422453c3b7.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-8db3aa259051f84056cda09aba70442e44311d9a.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-a703deab836c528314b68b3f6c908b0a1fd8517a.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-f7562975e109ff101916658bc85d3fc0ff810e53.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-aef69ecd5dc1273fb0285c279a6ee2bcc96fa7d6.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-f54a38d31fdd2d9bce70abff8e4b6b777a595414.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-691dc3339558a92ebbb3bd9a3fc2bd2365d8b4a2.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-951b8b1ccadd501902aa3f6651391644a6e2ffcc.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-a765e671e1a214a4c4572946f3cddeab2b90cd36.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-25741d6ae49b7b653d74ab4dfe351b3682aac5e3.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-48766ea388244ac4d7f95c93299d52fff5fac0a4.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-4c212e4ae7fe3535649f5f51c17ca7a314d87d0b.idx wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-f7562975e109ff101916658bc85d3fc0ff810e53.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/objects/pack/pack-f57306db8a3112d12b3061ecb0a9b314dc38a64d.pack wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/branches wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/update.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/commit-msg.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/post-update.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/pre-push.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/pre-rebase.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/pre-commit.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/pre-receive.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/description wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/info wanted=false
[2025-11-30T06:47:56Z DEBUG ambient_ci::util] path=/tmp/.tmpxRyfSM/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpCK5ppT (exists? true)
[2025-11-30T06:47:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:47:57Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-30T06:47:57Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpq3ZY9s/src.tar
[2025-11-30T06:47:57Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpq3ZY9s/deps.tar
[2025-11-30T06:48:00Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-11-30T06:48:00Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir(
                Mkdir {
                    pathname: "/workspace",
                },
            ),
            Mkdir(
                Mkdir {
                    pathname: "/workspace/artifacts",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdc",
                    directory: "/workspace/src",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdf",
                    directory: "/workspace/deps",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vde",
                    directory: "/workspace/cache",
                },
            ),
            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,
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vde",
                    directory: "/workspace/cache",
                },
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vdd",
                    directory: "/workspace/artifacts",
                },
            ),
        ],
        executor_drive: Some(
            "/dev/vdb",
        ),
        source_drive: Some(
            "/dev/vdc",
        ),
        artifact_drive: Some(
            "/dev/vdd",
        ),
        cache_drive: Some(
            "/dev/vde",
        ),
        deps_drive: Some(
            "/dev/vdf",
        ),
        workspace_dir: Some(
            "/workspace",
        ),
        source_dir: Some(
            "/workspace/src",
        ),
        deps_dir: Some(
            "/workspace/deps",
        ),
        cache_dir: Some(
            "/workspace/cache",
        ),
        artifacts_dir: Some(
            "/workspace/artifacts",
        ),
    }
[2025-11-30T06:48:00Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-11-30T06:48:00Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpq3ZY9s/ambient-execute-plan/run-ci
[2025-11-30T06:48:00Z DEBUG ambient_ci::run] copy OK: true
[2025-11-30T06:48:00Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpq3ZY9s/executor.tar
[2025-11-30T06:48:05Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log
[2025-11-30T06:48:05Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s, exists? true
[2025-11-30T06:48:05Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log
[2025-11-30T06:48:05Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log OK
[2025-11-30T06:48:05Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-11-30T06:48:05Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-11-30T06:48:05Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-11-30T06:48:05Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-11-30T06:48:05Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-11-30T06:48:05Z DEBUG ambient_ci::qemu] run QEMU
[2025-11-30T06:48:05Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-11-30T06:48:05Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpvKhVKe/.tmpO14TjZ/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-11-30T06:48:05Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-11-30T06:48:05Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-11-30T06:48:05Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpzfK8JJ/meta-data
[2025-11-30T06:48:05Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpzfK8JJ/user-data
[2025-11-30T06:48:05Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpvKhVKe/.tmpO14TjZ/console.log
[2025-11-30T06:48:05Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpvKhVKe/.tmpO14TjZ/console.log
[2025-11-30T06:48:05Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log
[2025-11-30T06:48:05Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log
[2025-11-30T06:48:05Z 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/.tmpvKhVKe/.tmpO14TjZ/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/run.log",
            "-drive",
            "if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
            "-drive",
            "if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmpvKhVKe/.tmpO14TjZ/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpvKhVKe/.tmpO14TjZ/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpq3ZY9s/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpvKhVKe/.tmpO14TjZ/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpq3ZY9s/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpq3ZY9s/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpq3ZY9s/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpq3ZY9s/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-11-30T06:48:56Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-11-30T06:48:56Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-11-30T06:48:10Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-30T06:48:10Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-30T06:48:10Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-30T06:48:10Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-30T06:48:10Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /workspace
    - action: mkdir
      pathname: /workspace/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /workspace/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /workspace/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /workspace/cache
    - action: cargo_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
    - action: tar_create
      archive: /dev/vde
      directory: /workspace/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /workspace/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /workspace
    source_dir: /workspace/src
    deps_dir: /workspace/deps
    cache_dir: /workspace/cache
    artifacts_dir: /workspace/artifacts
    
    
    [2025-11-30T06:48:10Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-11-30T06:48:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-11-30T06:48:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:48:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:10Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-11-30T06:48:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-11-30T06:48:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:48:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:10Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-11-30T06:48:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-11-30T06:48:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:48:11Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-11-30T06:48:11Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-30T06:48:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:11Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-11-30T06:48:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-11-30T06:48:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:48:11Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-11-30T06:48:13Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-30T06:48:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:13Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-30T06:48:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-30T06:48:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:48:13Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-11-30T06:48:24Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-30T06:48:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:24Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2025-11-30T06:48:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2025-11-30T06:48:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.91.1 (ea2d97820 2025-10-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.91 (ed61e7d7e2 2025-11-07)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.91.1 (ed61e7d7e 2025-11-07)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/workspace/src (exists? true)
    [2025-11-30T06:48:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:26Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2025-11-30T06:48:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2025-11-30T06:48:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.91.1 (ea2d97820 2025-10-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.91 (ed61e7d7e2 2025-11-07)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.91.1 (ed61e7d7e 2025-11-07)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/workspace/src (exists? true)
       Compiling vmadm v0.4.1 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s
    [2025-11-30T06:48:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:30Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2025-11-30T06:48:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2025-11-30T06:48:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.91.1 (ea2d97820 2025-10-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.91 (ed61e7d7e2 2025-11-07)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.91.1 (ed61e7d7e 2025-11-07)
    SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
           cwd=/workspace/src (exists? true)
       Compiling vmadm v0.4.1 (/workspace/src)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 1.06s
         Running unittests src/lib.rs (/workspace/cache/debug/deps/vmadm-219af8d0d9f44e8c)
    
    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.05s
    
         Running unittests src/bin/vmadm.rs (/workspace/cache/debug/deps/vmadm-89ab83cd431e3adc)
    
    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
    
    [2025-11-30T06:48:32Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:32Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
            },
        )
    [2025-11-30T06:48:32Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n",
            },
        )
    [2025-11-30T06:48:32Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nsubplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html\n\n"]
           cwd=/workspace/src (exists? true)
    + subplot docgen vmadm.subplot -o /workspace/artifacts/vmadm.html
     INFO Starting Subplot
     INFO Subplot finished successfully
    [2025-11-30T06:48:32Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:32Z 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",
            },
        )
    [2025-11-30T06:48:32Z 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",
            },
        )
    [2025-11-30T06:48:32Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/bin/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=/workspace/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
     Documenting vmadm v0.4.1 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
       Generated /workspace/cache/doc/vmadm/index.html
    + git reset --hard
    HEAD is now at 235d14a ci: use custom dch action under Ambient
    + git clean -fdx
    + git status --ignored
    HEAD detached at 235d14a
    nothing to commit, working tree clean
    [2025-11-30T06:48:33Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:33Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debemail": String("liw@liw.fi"),
                    "debfullname": String("Lars Wirzenius"),
                },
            },
        )
    [2025-11-30T06:48:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debemail": String("liw@liw.fi"),
                    "debfullname": String("Lars Wirzenius"),
                },
            },
        )
    [2025-11-30T06:48:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    custom: source=/workspace/src
    custom: exe=".ambient/dch" exists=false
    HEAD is now at 235d14a ci: use custom dch action under Ambient
    custom action "dch" exit code Some(0)
    [2025-11-30T06:48:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:34Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb,
        )
    [2025-11-30T06:48:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb,
        )
    [2025-11-30T06:48:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "#!/bin/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 ../*_* /workspace/artifacts\n        "]
           cwd=/workspace/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=/workspace/cache
    PWD=/workspace/src
    SYSTEMD_EXEC_PID=308
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=162a0012633046b881e4ca4c14f6ec04
    SHLVL=2
    JOURNAL_STREAM=8:985
    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.91.1 (ea2d97820 2025-10-10)
    + rustc --version
    rustc 1.91.1 (ed61e7d7e 2025-11-07)
    ++ dpkg-parsechangelog -SSource
    + name=vmadm
    ++ dpkg-parsechangelog -SVersion
    + version=0.4.0.ci20251130T064834-1
    ++ echo 0.4.0.ci20251130T064834-1
    ++ sed 's/-[^-]*$//'
    + uv=0.4.0.ci20251130T064834
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../vmadm_0.4.0.ci20251130T064834.orig.tar.xz
    + deb=../vmadm_0.4.0.ci20251130T064834-1_amd64.deb
    + changes=../vmadm_0.4.0.ci20251130T064834-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.ci20251130T064834-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_clean
     dpkg-source -b .
    dpkg-source: info: using source format '3.0 (quilt)'
    dpkg-source: info: building vmadm using existing ./vmadm_0.4.0.ci20251130T064834.orig.tar.xz
    dpkg-source: info: building vmadm in vmadm_0.4.0.ci20251130T064834-1.debian.tar.xz
    dpkg-source: info: building vmadm in vmadm_0.4.0.ci20251130T064834-1.dsc
     debian/rules build
    dh build
       dh_update_autotools_config
       dh_autoreconf
       debian/rules override_dh_auto_build
    make[1]: Entering directory '/workspace/src'
    true
    make[1]: Leaving directory '/workspace/src'
       debian/rules override_dh_auto_test
    make[1]: Entering directory '/workspace/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 '/workspace/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 '/workspace/src'
    cargo install --path=. --root=debian/vmadm --offline
      Installing vmadm v0.4.1 (/workspace/src)
         Locking 92 packages to latest compatible versions
       Compiling vmadm v0.4.1 (/workspace/src)
        Finished `release` profile [optimized] target(s) in 7.31s
      Installing debian/vmadm/bin/vmadm
       Installed package `vmadm v0.4.1 (/workspace/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 '/workspace/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.ci20251130T064834-1_amd64.deb'.
    dpkg-deb: building package 'vmadm' in '../vmadm_0.4.0.ci20251130T064834-1_amd64.deb'.
     dpkg-genbuildinfo -O../vmadm_0.4.0.ci20251130T064834-1_amd64.buildinfo
     dpkg-genchanges -O../vmadm_0.4.0.ci20251130T064834-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 1116
    drwxr-xr-x 2 root root   4096 Nov 30 06:48 artifacts
    drwxr-xr-x 5 root root   4096 Sep 20 05:44 cache
    drwxr-xr-x 3 root root   4096 Nov 30 06:47 deps
    drwxr-xr-x 9 root root   4096 Nov 30 06:48 src
    -rw-r--r-- 1 root root 128160 Nov 30 06:48 vmadm-dbgsym_0.4.0.ci20251130T064834-1_amd64.deb
    -rw-r--r-- 1 root root   1660 Nov 30 06:48 vmadm_0.4.0.ci20251130T064834-1.debian.tar.xz
    -rw-r--r-- 1 root root    956 Nov 30 06:48 vmadm_0.4.0.ci20251130T064834-1.dsc
    -rw-r--r-- 1 root root   8621 Nov 30 06:48 vmadm_0.4.0.ci20251130T064834-1_amd64.buildinfo
    -rw-r--r-- 1 root root   2306 Nov 30 06:48 vmadm_0.4.0.ci20251130T064834-1_amd64.changes
    -rw-r--r-- 1 root root 925080 Nov 30 06:48 vmadm_0.4.0.ci20251130T064834-1_amd64.deb
    -rw-r--r-- 1 root root  42144 Nov 30 06:48 vmadm_0.4.0.ci20251130T064834.orig.tar.xz
    + for x in ../*.deb
    + dpkg -c ../vmadm-dbgsym_0.4.0.ci20251130T064834-1_amd64.deb
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/lib/
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/lib/debug/.build-id/65/
    -rw-r--r-- root/root    898568 2025-11-30 06:48 ./usr/lib/debug/.build-id/65/d00a82e29cf51e3f907158d6a999cdcd08df10.debug
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/share/
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2025-11-30 06:48 ./usr/share/doc/vmadm-dbgsym -> vmadm
    + for x in ../*.deb
    + dpkg -c ../vmadm_0.4.0.ci20251130T064834-1_amd64.deb
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./bin/
    -rwxr-xr-x root/root   3373544 2025-11-30 06:48 ./bin/vmadm
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/share/
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/share/doc/
    drwxr-xr-x root/root         0 2025-11-30 06:48 ./usr/share/doc/vmadm/
    -rw-r--r-- root/root       354 2025-11-30 06:48 ./usr/share/doc/vmadm/changelog.Debian.gz
    -rw-r--r-- root/root       957 2025-11-30 06:48 ./usr/share/doc/vmadm/copyright
    + mv ../vmadm-dbgsym_0.4.0.ci20251130T064834-1_amd64.deb ../vmadm_0.4.0.ci20251130T064834-1.debian.tar.xz ../vmadm_0.4.0.ci20251130T064834-1.dsc ../vmadm_0.4.0.ci20251130T064834-1_amd64.buildinfo ../vmadm_0.4.0.ci20251130T064834-1_amd64.changes ../vmadm_0.4.0.ci20251130T064834-1_amd64.deb ../vmadm_0.4.0.ci20251130T064834.orig.tar.xz /workspace/artifacts
    [2025-11-30T06:48:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:49Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-30T06:48:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-30T06:48:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:48:49Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-11-30T06:48:49Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-11-30T06:48:49Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-11-30T06:48:49Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-11-30T06:48:49Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-11-30T06:48:49Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2025-11-30T06:48:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:54Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-11-30T06:48:54Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-11-30T06:48:54Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-11-30T06:48:54Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2025-11-30T06:48:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:48:54Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-11-30T06:48:56Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-11-30T06:48:57Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-11-30T06:48:57Z DEBUG ambient_ci::run] remove old cache
[2025-11-30T06:48:57Z DEBUG ambient_ci::run] extract cache
[2025-11-30T06:48:59Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-11-30T06:48:59Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-30T06:48:59Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s/meta.yaml
[2025-11-30T06:48:59Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>