CI run for rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14

Radicle repository id rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14

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  1020K  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 522.1M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-11-30 06:49 ./
-rw-r--r-- _rad/_rad       981 2025-11-30 06:49 ./plan.yaml
-rwxr-xr-x _rad/_rad   6394112 2025-11-30 06:49 ./run-ci
INFO: Extracted files:
  6160394      4 drwxr-xr-x   2 1000     1000         4096 Nov 30 06:49 .
  6160395      4 -rw-r--r--   1 1000     1000          981 Nov 30 06:49 ./plan.yaml
  6160396   6248 -rwxr-xr-x   1 1000     1000      6394112 Nov 30 06:49 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-11-30T06:49:40Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:49:40Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:49:40Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:49:40Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:49:40Z 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_build
- action: shell
  shell: |
    subplot docgen sshca.subplot -o /workspace/artifacts/sshca.html
- action: custom
  name: dch
  args:
    debfullname: Lars Wirzenius
    debemail: liw@liw.fi
- 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:49:40Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:49:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:49:40Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:49:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:49:40Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:49:40Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-11-30T06:49:40Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-30T06:49:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:49:40Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:49:40Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-11-30T06:49:43Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-30T06:49:43Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:49:43Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-30T06:49:43Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-30T06:49:43Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:49:43Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-11-30T06:50:17Z TRACE ambient_ci::vdrive] extraction OK
[2025-11-30T06:50:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:50:17Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2025-11-30T06:50:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2025-11-30T06:50:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        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:50:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:50:18Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2025-11-30T06:50:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2025-11-30T06:50:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        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 sshca v0.1.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
[2025-11-30T06:50:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:50:23Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2025-11-30T06:50:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2025-11-30T06:50:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        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", "build", "--offline", "--locked", "--workspace", "--all-targets"]
       cwd=/workspace/src (exists? true)
   Compiling sshca v0.1.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
[2025-11-30T06:50:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:50:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "subplot docgen sshca.subplot -o /workspace/artifacts/sshca.html\n",
        },
    )
[2025-11-30T06:50:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "subplot docgen sshca.subplot -o /workspace/artifacts/sshca.html\n",
        },
    )
[2025-11-30T06:50:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nsubplot docgen sshca.subplot -o /workspace/artifacts/sshca.html\n\n"]
       cwd=/workspace/src (exists? true)
+ subplot docgen sshca.subplot -o /workspace/artifacts/sshca.html
 INFO Starting Subplot
 INFO Subplot finished successfully
[2025-11-30T06:50:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:50:27Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2025-11-30T06:50:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2025-11-30T06:50:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        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 f7c269b ci: update custom dch action for Ambient
custom action "dch" exit code Some(0)
[2025-11-30T06:50:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:50:27Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb,
    )
[2025-11-30T06:50:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb,
    )
[2025-11-30T06:50:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        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=ad785424ad0e4ed3a88d25e94b4a586f
SHLVL=2
JOURNAL_STREAM=8:12230
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=sshca
++ dpkg-parsechangelog -SVersion
+ version=0.2.0.ci20251130T065027-1
++ echo 0.2.0.ci20251130T065027-1
++ sed 's/-[^-]*$//'
+ uv=0.2.0.ci20251130T065027
++ dpkg --print-architecture
+ arch=amd64
+ orig=../sshca_0.2.0.ci20251130T065027.orig.tar.xz
+ deb=../sshca_0.2.0.ci20251130T065027-1_amd64.deb
+ changes=../sshca_0.2.0.ci20251130T065027-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package sshca
dpkg-buildpackage: info: source version 0.2.0.ci20251130T065027-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building sshca using existing ./sshca_0.2.0.ci20251130T065027.orig.tar.xz
dpkg-source: info: building sshca in sshca_0.2.0.ci20251130T065027-1.debian.tar.xz
dpkg-source: info: building sshca in sshca_0.2.0.ci20251130T065027-1.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/src'
echo disabled: ./check --offline
disabled: ./check --offline
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 --offline --locked --path=. --root=debian/sshca
  Installing sshca v0.1.0 (/workspace/src)
   Compiling sshca v0.1.0 (/workspace/src)
    Finished `release` profile [optimized] target(s) in 14.00s
  Installing debian/sshca/bin/sshca
   Installed package `sshca v0.1.0 (/workspace/src)` (executable `sshca`)
warning: be sure to add `debian/sshca/bin` to your PATH to be able to run the installed binaries
find debian/ -name '.crates*' -delete
make[1]: Leaving directory '/workspace/src'
   dh_installdocs
   dh_installchangelogs
   dh_lintian
   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 sshca: substitution variable ${cargo:Built-Using} used, but is not defined
dpkg-gencontrol: warning: Built-Using field of package sshca: substitution variable ${cargo:Built-Using} used, but is not defined
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'sshca' in '../sshca_0.2.0.ci20251130T065027-1_amd64.deb'.
dpkg-deb: building package 'sshca-dbgsym' in '../sshca-dbgsym_0.2.0.ci20251130T065027-1_amd64.deb'.
 dpkg-genbuildinfo -O../sshca_0.2.0.ci20251130T065027-1_amd64.buildinfo
 dpkg-genchanges -O../sshca_0.2.0.ci20251130T065027-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 1284
drwxr-xr-x 2 root root    4096 Nov 30 06:50 artifacts
drwxr-xr-x 5 root root    4096 Sep 20 05:49 cache
drwxr-xr-x 3 root root    4096 Nov 30 06:49 deps
drwxr-xr-x 9 root root    4096 Nov 30 06:50 src
-rw-r--r-- 1 root root  145836 Nov 30 06:50 sshca-dbgsym_0.2.0.ci20251130T065027-1_amd64.deb
-rw-r--r-- 1 root root    1560 Nov 30 06:50 sshca_0.2.0.ci20251130T065027-1.debian.tar.xz
-rw-r--r-- 1 root root     927 Nov 30 06:50 sshca_0.2.0.ci20251130T065027-1.dsc
-rw-r--r-- 1 root root    6476 Nov 30 06:50 sshca_0.2.0.ci20251130T065027-1_amd64.buildinfo
-rw-r--r-- 1 root root    2319 Nov 30 06:50 sshca_0.2.0.ci20251130T065027-1_amd64.changes
-rw-r--r-- 1 root root 1090428 Nov 30 06:50 sshca_0.2.0.ci20251130T065027-1_amd64.deb
-rw-r--r-- 1 root root   34024 Nov 30 06:50 sshca_0.2.0.ci20251130T065027.orig.tar.xz
+ for x in ../*.deb
+ dpkg -c ../sshca-dbgsym_0.2.0.ci20251130T065027-1_amd64.deb
drwxr-xr-x root/root         0 2025-11-30 06:50 ./
drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/
drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/lib/
drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/lib/debug/.build-id/0f/
-rw-r--r-- root/root   1005520 2025-11-30 06:50 ./usr/lib/debug/.build-id/0f/9e031f36f150b8f4a18ad2a5d0e953b4fa915e.debug
drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/
drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-11-30 06:50 ./usr/share/doc/sshca-dbgsym -> sshca
+ for x in ../*.deb
+ dpkg -c ../sshca_0.2.0.ci20251130T065027-1_amd64.deb
drwxr-xr-x root/root         0 2025-11-30 06:50 ./
drwxr-xr-x root/root         0 2025-11-30 06:50 ./bin/
-rwxr-xr-x root/root   3952312 2025-11-30 06:50 ./bin/sshca
drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/
drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/
drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/doc/sshca/
-rw-r--r-- root/root       307 2025-11-30 06:50 ./usr/share/doc/sshca/changelog.Debian.gz
-rw-r--r-- root/root       958 2025-11-30 06:50 ./usr/share/doc/sshca/copyright
drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/lintian/overrides/
-rw-r--r-- root/root        31 2025-11-30 06:50 ./usr/share/lintian/overrides/sshca
+ mv ../sshca-dbgsym_0.2.0.ci20251130T065027-1_amd64.deb ../sshca_0.2.0.ci20251130T065027-1.debian.tar.xz ../sshca_0.2.0.ci20251130T065027-1.dsc ../sshca_0.2.0.ci20251130T065027-1_amd64.buildinfo ../sshca_0.2.0.ci20251130T065027-1_amd64.changes ../sshca_0.2.0.ci20251130T065027-1_amd64.deb ../sshca_0.2.0.ci20251130T065027.orig.tar.xz /workspace/artifacts
[2025-11-30T06:50:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:50:49Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-30T06:50:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-30T06:50:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:50:49Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-11-30T06:50:49Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-11-30T06:50:49Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-11-30T06:50:49Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-11-30T06:50:49Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-11-30T06:50:49Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-11-30T06:50:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:50:58Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-11-30T06:50:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-11-30T06:50:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-11-30T06:50:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:50:58Z 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:z24MZ7A64C7c9MmcNfR2X7GtQUk14",
    "name": "sshca",
    "description": "Tool for SSH certificate authorities",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "f7c269b854e6cd81f55cb7c18b6b2ef9102f6eb2",
  "after": "f7c269b854e6cd81f55cb7c18b6b2ef9102f6eb2",
  "branch": "main",
  "commits": [
    "f7c269b854e6cd81f55cb7c18b6b2ef9102f6eb2"
  ]
}

Ambient stdout

[2025-11-30T06:49:11Z INFO  ambient] ambient starts
[2025-11-30T06:49:11Z 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:49:11Z 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:49:11Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14/meta.yaml
[2025-11-30T06:49:11Z DEBUG ambient_ci::run] latest commit: "f7c269b854e6cd81f55cb7c18b6b2ef9102f6eb2"
[2025-11-30T06:49:11Z DEBUG ambient_ci::run] is a git repository
[2025-11-30T06:49:11Z DEBUG ambient_ci::run] git repository is clean
[2025-11-30T06:49:11Z DEBUG ambient_ci::run] current (HEAD) commit: f7c269b854e6cd81f55cb7c18b6b2ef9102f6eb2
[2025-11-30T06:49:11Z DEBUG ambient_ci::run] no dry run requested
[2025-11-30T06:49:11Z DEBUG ambient_ci::run] forced run requested
[2025-11-30T06:49:11Z DEBUG ambient_ci::run] run? true
[2025-11-30T06:49:11Z INFO  ambient_ci::run] project rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14: running CI
[2025-11-30T06:49:11Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-11-30T06:49:11Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2025-11-30T06:49:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2025-11-30T06:49:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14/cache",
        },
        source_dir: "/tmp/.tmp5lsAMy/src",
        deps_dir: "/home/_rad/ambient-state/rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmp5lsAMy/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmp5lsAMy/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmp5lsAMy/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmp5lsAMy/src => /tmp/.tmprvj1yu
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/tests wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/tests/sshca.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/tests/sshca.rs => /tmp/.tmprvj1yu/tests/sshca.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/subplot wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/subplot/sshca.yaml wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/subplot/sshca.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/subplot/sshca.rs => /tmp/.tmprvj1yu/subplot/sshca.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/sshca.subplot wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/sshca.md wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/util.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/util.rs => /tmp/.tmprvj1yu/src/util.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/store.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/store.rs => /tmp/.tmprvj1yu/src/store.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/pass.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/pass.rs => /tmp/.tmprvj1yu/src/pass.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/lib.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/lib.rs => /tmp/.tmprvj1yu/src/lib.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/key.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/key.rs => /tmp/.tmprvj1yu/src/key.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/info.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/info.rs => /tmp/.tmprvj1yu/src/info.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/error.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/error.rs => /tmp/.tmprvj1yu/src/error.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/config.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/config.rs => /tmp/.tmprvj1yu/src/config.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/cmd wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/cmd/user.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/cmd/user.rs => /tmp/.tmprvj1yu/src/cmd/user.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/cmd/mod.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/cmd/mod.rs => /tmp/.tmprvj1yu/src/cmd/mod.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/cmd/host.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/cmd/host.rs => /tmp/.tmprvj1yu/src/cmd/host.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/cmd/config.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/cmd/config.rs => /tmp/.tmprvj1yu/src/cmd/config.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/cmd/ca.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/cmd/ca.rs => /tmp/.tmprvj1yu/src/cmd/ca.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/cert.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/cert.rs => /tmp/.tmprvj1yu/src/cert.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/bin wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/src/bin/sshca.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/src/bin/sshca.rs => /tmp/.tmprvj1yu/src/bin/sshca.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/debian wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/debian/source wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/debian/source/format wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/debian/rules wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/debian/lintian-overrides wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/debian/copyright wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/debian/control wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/debian/compat wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/debian/changelog wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/debian/cargo-checksum.json wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/config.yaml wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/build.rs wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/build.rs => /tmp/.tmprvj1yu/build.rs
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/README.md wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/Makefile wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/Cargo.toml wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/Cargo.toml => /tmp/.tmprvj1yu/Cargo.toml
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/Cargo.lock wanted=true
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp5lsAMy/src/Cargo.lock => /tmp/.tmprvj1yu/Cargo.lock
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.radicle wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.radicle/ambient.yaml wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.gitignore wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.ambient wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.ambient/dch wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/index wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/HEAD wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/config wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/logs wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/logs/HEAD wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/logs/refs wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/logs/refs/heads wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/logs/refs/heads/main wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/logs/refs/remotes wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/logs/refs/remotes/origin wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/packed-refs wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/refs wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/refs/remotes wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/refs/remotes/origin wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/refs/tags wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/refs/heads wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/refs/heads/main wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/7b wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/7b/7500cf3b9cb8c1aae59643ee8c494275dac6f8 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/0d wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/0d/065427175bce0dda0e0e0aa76443b204c33f36 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/9f wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/9f/d48d180c0d5c7b357ff952ac97172a2ac29e06 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/5a wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/5a/4db98135f4a00ec36b25c7624943ff7dbe1f6a wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/a8 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/a8/c66a282bf9c9043b1e196f244bb579a957c239 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/f4 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/f4/f103a39d28c4b2e706c104101909a6e84f9804 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/14 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/14/538ad112c9864fa50aab1e4d393aec89fd3fa1 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/6f wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/6f/30610d027bb9e0783eed3f3bd8983da758e899 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/c6 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/c6/ac2839314f73234d1f247d4d0ff90334e4cdd0 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/d6 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/d6/51de1fad760b63e7ed01f212c9d0478289c4ee wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/6e wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/6e/5756ddd3c5b305afcf56456a5ae8c3721f4acf wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/4f wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/4f/07c991eb0f51e6fba1ea8b355de8778812716e wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/d2 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/d2/cdd9694c7e4c09157b1e59ba4b7f63f87cc202 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/3d wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/3d/e26da013a86a800886b5c06d660a99d4bf9eab wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/b8 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/b8/a8a584c5e6294e398f153ba7560484fbf1bf3c wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/06 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/06/74367ba1dd4ed423266f98041f1a57d295d3c2 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/ef wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/ef/fa6f12dbd34bc436c68baed7077a2a78c7d71a wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/ef/786313f1aedb089560ed5305c7a625579e0bad wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/95 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/95/0e13407a159f53cb77d3e3d64129805623d923 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/32 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/32/7ae943017b5475bee4e47ce9bee8f38f85304c wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/51 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/51/ac88032c02b2478793557773093d634a233acc wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/c8 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/c8/c5c4f3d727070bf22250844512ea1b36ff5d73 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/ba wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/ba/b521d3ad45434bdeffac139e59c0bfbdbce04a wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/85 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/85/8d29a1923a7cc00b149fc5ebc6b64c29a33f14 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/66 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/66/8c4c454ab6963c7a86607edb9f48ca8ef7ee93 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/75 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/75/107813510f8254f5b335222f5383c29caf7a81 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/79 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/79/b775983ce2a74920f0670331be7f753dd9d26c wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/79/7f9be868b15d7ed81ba5891321e17537c7490e wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/74 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/74/5c5839a9b226dea0ede8d3d6cd927c560d9685 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/a9 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/a9/7b817799127581ac8f7b15beae51434b4471be wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/b4 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/b4/bf15d4fe6dc6ea8cd314a6b7c160078b8d4bd7 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/f2 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/f2/0b81c75522ca5c5093644527a2280bd4a3558a wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/f8 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/f8/ca39e825783d28481af32228b87bffec4fea60 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/ed wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/ed/d286936e2e6f42a68adeef459eab0e85b380a2 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/e5 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/e5/099ccb6875ba9fe1da0cb3f062621979765321 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/45 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/45/259e8da8d1010588f2b823cb05d9471ade30ee wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/36 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/36/7d308a7cecc0636bc4c429912672325aef35f9 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/10 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/10/1c054ddeb140722fe0fb65d4c79dfdbef35c3f wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/93 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/93/f2f4b03cdc01a0e181eebabdbb400bcfbe92fc wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/c3 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/c3/e43c733998624853f6eb938b239c506aee3ceb wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/1a wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/1a/59670fdea3b08dc63caee345c0a2b9b5eaaf0e wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/27 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/27/b7df09e8d4642edc8b8aaed8597dc332abb18a wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/2e wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/2e/1c3128bf8a9b8eef322ca24feac337fe17e575 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/2e/761c8fb00d270e314525570ff9999a18a731f7 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/e6 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/e6/35be39de4a122f7555c309693b37cbd81bec8f wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/90 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/90/99685315e3b343093c2c73135705da2cd9684d wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/ab wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/ab/ef1edcb7216cfd5b31c6920e18561c6332553d wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/fa wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/fa/aea8c5c7abc71326e537b06b9985acdc7c8dca wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/cf wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/cf/090cbeefbe03874e228df53f4793d350a0a7ae wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/44 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/44/9a2b78117fca4321b041e0469136b772149eb3 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/76 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/76/ba9e7efa851c101849fdf58942053992e91236 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/4d wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/4d/ba7cafec07dcf4e3ad058121d3eced2828c128 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/5d wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/5d/e2227eae2f54f67298946af6ace2439d6c77c8 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/d8 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/d8/cd8f8dff3cce14526441c95e708ed90a37dee5 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/16 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/16/d7564b7697329ebcf6b8091f15b24a3a78c03c wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/bf wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/bf/1c1dd58c80f09c8d277d52563e8d7e12b3ac18 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/2a wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/2a/31965583a86ff2bc673b4c5d427d5b977d6429 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/e2 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/e2/dbe07397b330f0d6832fd058e34b0c9bf84615 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/e2/0c3ddeae2427216ff959f4edf73651cf63752c wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/0f wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/0f/fa9ea306ad3f73e14ab951ee18b4beff2cf35e wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/01 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/01/f04cf6f3187e16dcef4aed09fd23f959cb05fa wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/0c wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/0c/0da40897410c9e1bd33daffe1d821e6ad929f9 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/0c/d0348767e395407c7e641114c91579d0daef09 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/84 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/84/83c7c06983a7614bc42a9a30cbdd8d6baa995e wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/7f wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/7f/797a5cd98a9880f968e2c02efb80209ced7d6c wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/7f/e624590943e0fbe68e241d0ed67d4e58ffd76e wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/7f/6ff53c1ef5fdefe8a63ef639fe2fbe41f0ceaa wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/65 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/65/c680c6c5334cfd3a63bec1d01ae68ea26411d9 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/6b wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/6b/d2be40f9bee17c5ae5b2e859022245f6b9de9e wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/5c wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/5c/075f1c59c0dbdf3d3b25f5fcced23485feb9b1 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/a2 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/a2/538f2495a5de8eb35b5f20c1c3a13105774afe wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/59 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/59/f6c04dd7233366e84a65b3957f7aa0df45f5a2 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/11 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/11/e1ded9df067b05b28c53f3625b96ee2984a0d6 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/11/d915eb154ebf77c2caf8c0345f03eeaf86c3e4 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/31 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/31/5c3062b0ce2df92eb4a90e5aa6bd432acdfcb1 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/64 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/64/8cdbc3fdae68f627b56a4f5ed5385ce3d5fcfb wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/3a wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/3a/1bc4d32d250b2cc656df2c4c778edaaabcd075 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/df wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/df/fec0e3c944cd5586ad1079d8fc6c0f62e8f2d5 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/3e wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/3e/7f98cc19815dec87293ee1876e50a9a7284a6b wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/43 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/43/faf6a51febdf6b3db59a8409795088ff3359a8 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/0a wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/0a/164f835e73ec76ab1e510a601ae5020c4bf919 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/d5 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/d5/d27d99ed6cefee1a6d21a51d96ea1d695c43e4 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/2c wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/2c/f5e9533561e6817d3bde9f9c06485d65e291f8 wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/2d wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/2d/69d196fae425931c12c0826182468cd30a541b wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/info wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/info/commit-graph wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/info/packs wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-bd2a9dd92d4fd3943d0f257eaf3d13f8a0a1729f.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-4b8aa574415e71e8df57e2d7c84e9302b2997e6f.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-e2c193711bb02e1d62b397a8f8ee4306f5d99c37.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-778e9e043b1bf6b3a2f5a345dd8a66b5861ca793.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-b1b5f3897f9a3f66e30488bb66e368f0075586f2.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-f8ecf96734b44d562dde82d5f45c0598892c4d84.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-47fa9a10ff750922f454df17704593a1e1fac838.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-1196b2eaf7e2a4d777760e9a8e5efaff26ee16ff.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-2379e2192ce947887a40ffb519ddb642fae9ec0a.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-b11b1cdd0f0a2d96d0c3674c2851c7043aa89d2c.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-b1b5f3897f9a3f66e30488bb66e368f0075586f2.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-f88344b7db59f2d136e2ac136f6a318f00618c79.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-3aeb47bcdb84d23b8826c6dd29599db9a8206990.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-9eac2352e554597cff963e128fc9e44d39e6d1a9.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-55f2f228b426d07ff36a8f6fac62278c6fb30d89.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-1b7fbc39e4c74ce7938c9fbc9f0fc18cc9214530.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-b983e0dee61fc6c9d04da2bc3993faf3918cb4ea.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-3aeb47bcdb84d23b8826c6dd29599db9a8206990.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-ac69098f44f7cfc63bf457f588cc2a5c3c30d452.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-8ac73ef8be111e93e3ac42b1849a12a7f68bb3fa.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-6897a9ee7723483a565e0c5546f7d0b37ff8e44b.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-dfa912719892510e200d9d3f563f08643585744e.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-4b8aa574415e71e8df57e2d7c84e9302b2997e6f.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-deb3c7a9597a00aa3a1bc1f8700d8ee3cfe42a6a.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-b77bbedc0bf9dfae47ad2ffc7ee0a9644e4b4a80.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-161eeba4fc00502f61c8050e7eff2e0c7f6cc756.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-9f497f642a8a305d291e4d751bfe75f36b389317.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-e6428b2ab338a071de71a77017fc277e20a1128a.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-991c21d26e3e15f814bbbc802014374099331cbc.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-bd2a9dd92d4fd3943d0f257eaf3d13f8a0a1729f.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-1196b2eaf7e2a4d777760e9a8e5efaff26ee16ff.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-47fa9a10ff750922f454df17704593a1e1fac838.rev wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-2678e289e03ea814dee219003e7d3a52bc7ad954.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-fc3e80adfd19afd1e61086ed963dc30439684aa7.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-9f497f642a8a305d291e4d751bfe75f36b389317.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-1b7fbc39e4c74ce7938c9fbc9f0fc18cc9214530.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-e2c193711bb02e1d62b397a8f8ee4306f5d99c37.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-d193ed283fe28ac67f29d49efe45c4bc964e4c47.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-567120406647ed471f98ac2e133577c41e0e08e4.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-b983e0dee61fc6c9d04da2bc3993faf3918cb4ea.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-161eeba4fc00502f61c8050e7eff2e0c7f6cc756.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-3ec191995063b960fa33c27f1c8516f4d2be6cb0.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-c033f079d4396f45bece74532e59ac655410cd79.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-41b7db4f05c635278f8dafbeee9cfa4985ab5eb9.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-35d785586d44f6eaab39d697953e1a8b73f6ba9b.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-a2fe6313c0b7b5483b42de52d790d3df80a2ee4b.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-1af860597fdfd350245b97497d88cbb5e74938b5.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-b0ff4d8a216c59ac142952badf89e31b94899177.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-57525e1201f4e1fe778eb58be9282640843052fb.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-deb3c7a9597a00aa3a1bc1f8700d8ee3cfe42a6a.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-47fa9a10ff750922f454df17704593a1e1fac838.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-47fa9a10ff750922f454df17704593a1e1fac838.bitmap wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-f7b663f46890e7c1fa60360238dbfebb56948116.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-dfa912719892510e200d9d3f563f08643585744e.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-f88344b7db59f2d136e2ac136f6a318f00618c79.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-3ec191995063b960fa33c27f1c8516f4d2be6cb0.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-52a294ae8740f69386c13eee96702d37f4c45182.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-e6428b2ab338a071de71a77017fc277e20a1128a.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-81bd390c625bed903dc6099505c45db86b3ca899.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-45d162af1e800852d30be205bf71a0179a819272.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-35d785586d44f6eaab39d697953e1a8b73f6ba9b.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-2379e2192ce947887a40ffb519ddb642fae9ec0a.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-fc3e80adfd19afd1e61086ed963dc30439684aa7.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-57525e1201f4e1fe778eb58be9282640843052fb.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-ac69098f44f7cfc63bf457f588cc2a5c3c30d452.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-071e005ddab17275a4e3771de07d791930de1958.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-81bd390c625bed903dc6099505c45db86b3ca899.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-a0109545d129d8b5cadd478aa8804362a98df6e3.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-b77bbedc0bf9dfae47ad2ffc7ee0a9644e4b4a80.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-071e005ddab17275a4e3771de07d791930de1958.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-147bb9e54c6816eb17986902df72397e75a47c9b.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-b0ff4d8a216c59ac142952badf89e31b94899177.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-c033f079d4396f45bece74532e59ac655410cd79.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-a0109545d129d8b5cadd478aa8804362a98df6e3.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-2678e289e03ea814dee219003e7d3a52bc7ad954.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-a2fe6313c0b7b5483b42de52d790d3df80a2ee4b.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-147bb9e54c6816eb17986902df72397e75a47c9b.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-567120406647ed471f98ac2e133577c41e0e08e4.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-8ac73ef8be111e93e3ac42b1849a12a7f68bb3fa.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-5221075f8a77df83e0d294906f99bf975666d357.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-41b7db4f05c635278f8dafbeee9cfa4985ab5eb9.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-1af860597fdfd350245b97497d88cbb5e74938b5.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-991c21d26e3e15f814bbbc802014374099331cbc.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-5221075f8a77df83e0d294906f99bf975666d357.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-f9d1f42a68cffcc88fc47ed4ba3c4bbcddbe7e27.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-0c6450b1fc8e55fb05c818a23ce862c7738b1426.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-6897a9ee7723483a565e0c5546f7d0b37ff8e44b.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-f9d1f42a68cffcc88fc47ed4ba3c4bbcddbe7e27.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-ed061532307346e5ca49d4b287846504bb0a4df2.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-b11b1cdd0f0a2d96d0c3674c2851c7043aa89d2c.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-d193ed283fe28ac67f29d49efe45c4bc964e4c47.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-45d162af1e800852d30be205bf71a0179a819272.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-f8ecf96734b44d562dde82d5f45c0598892c4d84.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-ed061532307346e5ca49d4b287846504bb0a4df2.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-0c6450b1fc8e55fb05c818a23ce862c7738b1426.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-52a294ae8740f69386c13eee96702d37f4c45182.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-f7b663f46890e7c1fa60360238dbfebb56948116.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-778e9e043b1bf6b3a2f5a345dd8a66b5861ca793.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-9eac2352e554597cff963e128fc9e44d39e6d1a9.pack wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/objects/pack/pack-55f2f228b426d07ff36a8f6fac62278c6fb30d89.idx wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/branches wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/update.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/commit-msg.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/post-update.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/pre-push.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/pre-rebase.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/pre-commit.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/pre-receive.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/description wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/info wanted=false
[2025-11-30T06:49:11Z DEBUG ambient_ci::util] path=/tmp/.tmp5lsAMy/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmprvj1yu (exists? true)
[2025-11-30T06:49:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:49:12Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-30T06:49:12Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpfF2RtV/src.tar
[2025-11-30T06:49:12Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpfF2RtV/deps.tar
[2025-11-30T06:49:17Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-11-30T06:49:17Z 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,
            ),
            CargoBuild(
                CargoBuild,
            ),
            Shell(
                Shell {
                    shell: "subplot docgen sshca.subplot -o /workspace/artifacts/sshca.html\n",
                },
            ),
            Custom(
                Custom {
                    name: "dch",
                    args: {
                        "debfullname": String("Lars Wirzenius"),
                        "debemail": String("liw@liw.fi"),
                    },
                },
            ),
            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:49:17Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-11-30T06:49:17Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpfF2RtV/ambient-execute-plan/run-ci
[2025-11-30T06:49:17Z DEBUG ambient_ci::run] copy OK: true
[2025-11-30T06:49:17Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpfF2RtV/executor.tar
[2025-11-30T06:49:33Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14/run.log
[2025-11-30T06:49:33Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14, exists? true
[2025-11-30T06:49:33Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14/run.log
[2025-11-30T06:49:33Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14/run.log OK
[2025-11-30T06:49:33Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-11-30T06:49:33Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-11-30T06:49:33Z 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:49:33Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-11-30T06:49:33Z 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:49:33Z DEBUG ambient_ci::qemu] run QEMU
[2025-11-30T06:49:33Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-11-30T06:49:33Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpXpOwL7/.tmp7PRM9p/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-11-30T06:49:33Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-11-30T06:49:33Z 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:49:33Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpWpz3TC/meta-data
[2025-11-30T06:49:33Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpWpz3TC/user-data
[2025-11-30T06:49:33Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpXpOwL7/.tmp7PRM9p/console.log
[2025-11-30T06:49:33Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpXpOwL7/.tmp7PRM9p/console.log
[2025-11-30T06:49:33Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14/run.log
[2025-11-30T06:49:33Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14/run.log
[2025-11-30T06:49:33Z 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/.tmpXpOwL7/.tmp7PRM9p/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14/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/.tmpXpOwL7/.tmp7PRM9p/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpXpOwL7/.tmp7PRM9p/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpfF2RtV/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpXpOwL7/.tmp7PRM9p/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpfF2RtV/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpfF2RtV/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpfF2RtV/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpfF2RtV/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-11-30T06:51:02Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-11-30T06:51:02Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-11-30T06:49:40Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-30T06:49:40Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-30T06:49:40Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-30T06:49:40Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-30T06:49:40Z 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_build
    - action: shell
      shell: |
        subplot docgen sshca.subplot -o /workspace/artifacts/sshca.html
    - action: custom
      name: dch
      args:
        debfullname: Lars Wirzenius
        debemail: liw@liw.fi
    - 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:49:40Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:49:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:49:40Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:49:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:49:40Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:49:40Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-11-30T06:49:40Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-30T06:49:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:49:40Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-11-30T06:49:40Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:49:40Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-11-30T06:49:43Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-30T06:49:43Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:49:43Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-30T06:49:43Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-30T06:49:43Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:49:43Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-11-30T06:50:17Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-30T06:50:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:50:17Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2025-11-30T06:50:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2025-11-30T06:50:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            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:50:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:50:18Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2025-11-30T06:50:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2025-11-30T06:50:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            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 sshca v0.1.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
    [2025-11-30T06:50:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:50:23Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2025-11-30T06:50:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2025-11-30T06:50:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            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", "build", "--offline", "--locked", "--workspace", "--all-targets"]
           cwd=/workspace/src (exists? true)
       Compiling sshca v0.1.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
    [2025-11-30T06:50:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:50:26Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "subplot docgen sshca.subplot -o /workspace/artifacts/sshca.html\n",
            },
        )
    [2025-11-30T06:50:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "subplot docgen sshca.subplot -o /workspace/artifacts/sshca.html\n",
            },
        )
    [2025-11-30T06:50:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nsubplot docgen sshca.subplot -o /workspace/artifacts/sshca.html\n\n"]
           cwd=/workspace/src (exists? true)
    + subplot docgen sshca.subplot -o /workspace/artifacts/sshca.html
     INFO Starting Subplot
     INFO Subplot finished successfully
    [2025-11-30T06:50:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:50:27Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2025-11-30T06:50:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2025-11-30T06:50:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            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 f7c269b ci: update custom dch action for Ambient
    custom action "dch" exit code Some(0)
    [2025-11-30T06:50:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:50:27Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb,
        )
    [2025-11-30T06:50:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb,
        )
    [2025-11-30T06:50:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            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=ad785424ad0e4ed3a88d25e94b4a586f
    SHLVL=2
    JOURNAL_STREAM=8:12230
    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=sshca
    ++ dpkg-parsechangelog -SVersion
    + version=0.2.0.ci20251130T065027-1
    ++ echo 0.2.0.ci20251130T065027-1
    ++ sed 's/-[^-]*$//'
    + uv=0.2.0.ci20251130T065027
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../sshca_0.2.0.ci20251130T065027.orig.tar.xz
    + deb=../sshca_0.2.0.ci20251130T065027-1_amd64.deb
    + changes=../sshca_0.2.0.ci20251130T065027-1_amd64.changes
    + git archive HEAD
    + xz
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package sshca
    dpkg-buildpackage: info: source version 0.2.0.ci20251130T065027-1
    dpkg-buildpackage: info: source distribution unstable
    dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
    dpkg-buildpackage: info: host architecture amd64
     dpkg-source --before-build .
     debian/rules clean
    dh clean
       dh_auto_clean
       dh_clean
     dpkg-source -b .
    dpkg-source: info: using source format '3.0 (quilt)'
    dpkg-source: info: building sshca using existing ./sshca_0.2.0.ci20251130T065027.orig.tar.xz
    dpkg-source: info: building sshca in sshca_0.2.0.ci20251130T065027-1.debian.tar.xz
    dpkg-source: info: building sshca in sshca_0.2.0.ci20251130T065027-1.dsc
     debian/rules build
    dh build
       dh_update_autotools_config
       dh_autoreconf
       dh_auto_configure
       debian/rules override_dh_auto_build
    make[1]: Entering directory '/workspace/src'
    true
    make[1]: Leaving directory '/workspace/src'
       debian/rules override_dh_auto_test
    make[1]: Entering directory '/workspace/src'
    echo disabled: ./check --offline
    disabled: ./check --offline
    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 --offline --locked --path=. --root=debian/sshca
      Installing sshca v0.1.0 (/workspace/src)
       Compiling sshca v0.1.0 (/workspace/src)
        Finished `release` profile [optimized] target(s) in 14.00s
      Installing debian/sshca/bin/sshca
       Installed package `sshca v0.1.0 (/workspace/src)` (executable `sshca`)
    warning: be sure to add `debian/sshca/bin` to your PATH to be able to run the installed binaries
    find debian/ -name '.crates*' -delete
    make[1]: Leaving directory '/workspace/src'
       dh_installdocs
       dh_installchangelogs
       dh_lintian
       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 sshca: substitution variable ${cargo:Built-Using} used, but is not defined
    dpkg-gencontrol: warning: Built-Using field of package sshca: substitution variable ${cargo:Built-Using} used, but is not defined
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'sshca' in '../sshca_0.2.0.ci20251130T065027-1_amd64.deb'.
    dpkg-deb: building package 'sshca-dbgsym' in '../sshca-dbgsym_0.2.0.ci20251130T065027-1_amd64.deb'.
     dpkg-genbuildinfo -O../sshca_0.2.0.ci20251130T065027-1_amd64.buildinfo
     dpkg-genchanges -O../sshca_0.2.0.ci20251130T065027-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 1284
    drwxr-xr-x 2 root root    4096 Nov 30 06:50 artifacts
    drwxr-xr-x 5 root root    4096 Sep 20 05:49 cache
    drwxr-xr-x 3 root root    4096 Nov 30 06:49 deps
    drwxr-xr-x 9 root root    4096 Nov 30 06:50 src
    -rw-r--r-- 1 root root  145836 Nov 30 06:50 sshca-dbgsym_0.2.0.ci20251130T065027-1_amd64.deb
    -rw-r--r-- 1 root root    1560 Nov 30 06:50 sshca_0.2.0.ci20251130T065027-1.debian.tar.xz
    -rw-r--r-- 1 root root     927 Nov 30 06:50 sshca_0.2.0.ci20251130T065027-1.dsc
    -rw-r--r-- 1 root root    6476 Nov 30 06:50 sshca_0.2.0.ci20251130T065027-1_amd64.buildinfo
    -rw-r--r-- 1 root root    2319 Nov 30 06:50 sshca_0.2.0.ci20251130T065027-1_amd64.changes
    -rw-r--r-- 1 root root 1090428 Nov 30 06:50 sshca_0.2.0.ci20251130T065027-1_amd64.deb
    -rw-r--r-- 1 root root   34024 Nov 30 06:50 sshca_0.2.0.ci20251130T065027.orig.tar.xz
    + for x in ../*.deb
    + dpkg -c ../sshca-dbgsym_0.2.0.ci20251130T065027-1_amd64.deb
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/lib/
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/lib/debug/.build-id/0f/
    -rw-r--r-- root/root   1005520 2025-11-30 06:50 ./usr/lib/debug/.build-id/0f/9e031f36f150b8f4a18ad2a5d0e953b4fa915e.debug
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2025-11-30 06:50 ./usr/share/doc/sshca-dbgsym -> sshca
    + for x in ../*.deb
    + dpkg -c ../sshca_0.2.0.ci20251130T065027-1_amd64.deb
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./bin/
    -rwxr-xr-x root/root   3952312 2025-11-30 06:50 ./bin/sshca
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/doc/
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/doc/sshca/
    -rw-r--r-- root/root       307 2025-11-30 06:50 ./usr/share/doc/sshca/changelog.Debian.gz
    -rw-r--r-- root/root       958 2025-11-30 06:50 ./usr/share/doc/sshca/copyright
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/lintian/
    drwxr-xr-x root/root         0 2025-11-30 06:50 ./usr/share/lintian/overrides/
    -rw-r--r-- root/root        31 2025-11-30 06:50 ./usr/share/lintian/overrides/sshca
    + mv ../sshca-dbgsym_0.2.0.ci20251130T065027-1_amd64.deb ../sshca_0.2.0.ci20251130T065027-1.debian.tar.xz ../sshca_0.2.0.ci20251130T065027-1.dsc ../sshca_0.2.0.ci20251130T065027-1_amd64.buildinfo ../sshca_0.2.0.ci20251130T065027-1_amd64.changes ../sshca_0.2.0.ci20251130T065027-1_amd64.deb ../sshca_0.2.0.ci20251130T065027.orig.tar.xz /workspace/artifacts
    [2025-11-30T06:50:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:50:49Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-30T06:50:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-30T06:50:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:50:49Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-11-30T06:50:49Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-11-30T06:50:49Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-11-30T06:50:49Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-11-30T06:50:49Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-11-30T06:50:49Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2025-11-30T06:50:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:50:58Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-11-30T06:50:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-11-30T06:50:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-11-30T06:50:58Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2025-11-30T06:50:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:50:58Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-11-30T06:51:02Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-11-30T06:51:02Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-11-30T06:51:02Z DEBUG ambient_ci::run] remove old cache
[2025-11-30T06:51:03Z DEBUG ambient_ci::run] extract cache
[2025-11-30T06:51:08Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-11-30T06:51:08Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-30T06:51:08Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14/meta.yaml
[2025-11-30T06:51:08Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>