CI run for rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6

Radicle repository id rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6

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     2M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0   967M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-01-12 12:04 ./
-rw-r--r-- _rad/_rad       978 2026-01-12 12:04 ./plan.yaml
-rwxr-xr-x _rad/_rad   6394112 2026-01-12 12:04 ./run-ci
INFO: Extracted files:
  5636108      4 drwxr-xr-x   2 1000     1000         4096 Jan 12 12:04 .
  5636110   6248 -rwxr-xr-x   1 1000     1000      6394112 Jan 12 12:04 ./run-ci
  5636109      4 -rw-r--r--   1 1000     1000          978 Jan 12 12:04 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-12T12:04:59Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:04:59Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:04:59Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:04:59Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-12T12:04:59Z 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: shell
  shell: |
    export HOME=/root
    make ambient.html
    mv ambient.html /workspace/artifacts/.
- 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


[2026-01-12T12:04:59Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2026-01-12T12:04:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2026-01-12T12:04:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2026-01-12T12:04:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:04:59Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2026-01-12T12:04:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2026-01-12T12:04:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2026-01-12T12:04:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:04:59Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2026-01-12T12:04:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2026-01-12T12:04:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2026-01-12T12:04:59Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2026-01-12T12:04:59Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:04:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:05:00Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2026-01-12T12:05:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2026-01-12T12:05:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2026-01-12T12:05:00Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2026-01-12T12:05:16Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:05:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:05:16Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2026-01-12T12:05:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2026-01-12T12:05:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2026-01-12T12:05:16Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2026-01-12T12:06:24Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-12T12:06:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:06:24Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2026-01-12T12:06:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2026-01-12T12:06:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/workspace/src (exists? true)
[2026-01-12T12:06:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:06:26Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2026-01-12T12:06:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2026-01-12T12:06:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/workspace/src (exists? true)
   Compiling radicle-ci-ambient v0.12.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
[2026-01-12T12:06:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:06:30Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "export HOME=/root\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n",
        },
    )
[2026-01-12T12:06:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "export HOME=/root\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n",
        },
    )
[2026-01-12T12:06:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport HOME=/root\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n\n"]
       cwd=/workspace/src (exists? true)
+ export HOME=/root
+ HOME=/root
+ make ambient.html
subplot docgen ambient.subplot -o ambient.html
 INFO Starting Subplot
 INFO Subplot finished successfully
+ mv ambient.html /workspace/artifacts/.
[2026-01-12T12:06:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:06:30Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2026-01-12T12:06:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2026-01-12T12:06:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
+ export 'DEBEMAIL="liw@liw.fi"'
+ DEBEMAIL='"liw@liw.fi"'
+ export 'DEBFULLNAME="Lars Wirzenius"'
+ DEBFULLNAME='"Lars Wirzenius"'
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ git reset --hard
HEAD is now at 4d03ee0 chore: update .ambient/dch
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.12.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260112T120631
+ version=0.12.0.ci20260112T120631-1
+ dch -v 0.12.0.ci20260112T120631-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-12T12:06:31Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:06:31Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb,
    )
[2026-01-12T12:06:31Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb,
    )
[2026-01-12T12:06:31Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
        },
        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=316
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=d4ba4390a537442c9d027afbbc41ec80
SHLVL=2
JOURNAL_STREAM=8:14571
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
+ command -v cargo
/root/.cargo/bin/cargo
+ command -v rustc
/root/.cargo/bin/rustc
+ cargo --version
cargo 1.92.0 (344c4567c 2025-10-21)
+ rustc --version
rustc 1.92.0 (ded5c06cf 2025-12-08)
++ dpkg-parsechangelog -SSource
+ name=radicle-ci-ambient
++ dpkg-parsechangelog -SVersion
+ version=0.12.0.ci20260112T120631-1
++ echo 0.12.0.ci20260112T120631-1
++ sed 's/-[^-]*$//'
+ uv=0.12.0.ci20260112T120631
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-ci-ambient_0.12.0.ci20260112T120631.orig.tar.xz
+ deb=../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.deb
+ changes=../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package radicle-ci-ambient
dpkg-buildpackage: info: source version 0.12.0.ci20260112T120631-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 radicle-ci-ambient using existing ./radicle-ci-ambient_0.12.0.ci20260112T120631.orig.tar.xz
dpkg-source: info: building radicle-ci-ambient in radicle-ci-ambient_0.12.0.ci20260112T120631-1.debian.tar.xz
dpkg-source: info: building radicle-ci-ambient in radicle-ci-ambient_0.12.0.ci20260112T120631-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 tests are disabled, for now
tests are disabled, for now
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 --locked --offline --path=. --root=debian/radicle-ci-ambient/usr
  Installing radicle-ci-ambient v0.12.0 (/workspace/src)
   Compiling radicle-ci-ambient v0.12.0 (/workspace/src)
    Finished `release` profile [optimized] target(s) in 15.31s
  Installing debian/radicle-ci-ambient/usr/bin/radicle-ci-ambient
   Installed package `radicle-ci-ambient v0.12.0 (/workspace/src)` (executable `radicle-ci-ambient`)
warning: be sure to add `debian/radicle-ci-ambient/usr/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_installman
   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
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'radicle-ci-ambient-dbgsym' in '../radicle-ci-ambient-dbgsym_0.12.0.ci20260112T120631-1_amd64.deb'.
dpkg-deb: building package 'radicle-ci-ambient' in '../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.deb'.
 dpkg-genbuildinfo -O../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.buildinfo
 dpkg-genchanges -O../radicle-ci-ambient_0.12.0.ci20260112T120631-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 1716
drwxr-xr-x 2 root root    4096 Jan 12 12:06 artifacts
drwxr-xr-x 4 root root    4096 Sep 22 07:26 cache
drwxr-xr-x 3 root root    4096 Jan 12 12:04 deps
-rw-r--r-- 1 root root  200452 Jan 12 12:06 radicle-ci-ambient-dbgsym_0.12.0.ci20260112T120631-1_amd64.deb
-rw-r--r-- 1 root root    2104 Jan 12 12:06 radicle-ci-ambient_0.12.0.ci20260112T120631-1.debian.tar.xz
-rw-r--r-- 1 root root    1084 Jan 12 12:06 radicle-ci-ambient_0.12.0.ci20260112T120631-1.dsc
-rw-r--r-- 1 root root    6373 Jan 12 12:06 radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.buildinfo
-rw-r--r-- 1 root root    2627 Jan 12 12:06 radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.changes
-rw-r--r-- 1 root root 1471628 Jan 12 12:06 radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.deb
-rw-r--r-- 1 root root   44540 Jan 12 12:06 radicle-ci-ambient_0.12.0.ci20260112T120631.orig.tar.xz
drwxr-xr-x 8 root root    4096 Jan 12 12:06 src
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-ambient-dbgsym_0.12.0.ci20260112T120631-1_amd64.deb
drwxr-xr-x root/root         0 2026-01-12 12:06 ./
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/lib/
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/lib/debug/.build-id/00/
-rw-r--r-- root/root   1255640 2026-01-12 12:06 ./usr/lib/debug/.build-id/00/1364e0024ba59e0b513eab65515a5176f8029c.debug
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-01-12 12:06 ./usr/share/doc/radicle-ci-ambient-dbgsym -> radicle-ci-ambient
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.deb
drwxr-xr-x root/root         0 2026-01-12 12:06 ./
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/bin/
-rwxr-xr-x root/root   4511112 2026-01-12 12:06 ./usr/bin/radicle-ci-ambient
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/doc/radicle-ci-ambient/
-rw-r--r-- root/root       455 2026-01-12 12:06 ./usr/share/doc/radicle-ci-ambient/changelog.Debian.gz
-rw-r--r-- root/root       392 2026-01-12 12:06 ./usr/share/doc/radicle-ci-ambient/copyright
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/lintian/
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/lintian/overrides/
-rw-r--r-- root/root        74 2026-01-12 12:06 ./usr/share/lintian/overrides/radicle-ci-ambient
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/man/
drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/man/man1/
-rw-r--r-- root/root       245 2026-01-12 12:06 ./usr/share/man/man1/radicle-ci-ambient.1.gz
+ mv ../radicle-ci-ambient-dbgsym_0.12.0.ci20260112T120631-1_amd64.deb ../radicle-ci-ambient_0.12.0.ci20260112T120631-1.debian.tar.xz ../radicle-ci-ambient_0.12.0.ci20260112T120631-1.dsc ../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.buildinfo ../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.changes ../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.deb ../radicle-ci-ambient_0.12.0.ci20260112T120631.orig.tar.xz /workspace/artifacts
[2026-01-12T12:06:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:06:56Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2026-01-12T12:06:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2026-01-12T12:06:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2026-01-12T12:06:56Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2026-01-12T12:06:56Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-12T12:06:56Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-12T12:06:56Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2026-01-12T12:06:56Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2026-01-12T12:06:56Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-12T12:07:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:36Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2026-01-12T12:07:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2026-01-12T12:07:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_HOME": "/workspace/deps",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "HOME": "/root",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-12T12:07:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:07:36Z 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:z35CgFVYCKpqqDtJMzk8dyE6dViS6",
    "name": "radicle-ci-ambient",
    "description": "Radicle CI adapter for the Ambient CI engine",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "4d03ee0987fd08bbb321ef0aeed891eb1aa888a8",
  "after": "4d03ee0987fd08bbb321ef0aeed891eb1aa888a8",
  "branch": "main",
  "commits": [
    "4d03ee0987fd08bbb321ef0aeed891eb1aa888a8"
  ]
}

Ambient stdout

[2026-01-12T12:04:14Z INFO  ambient] ambient starts
[2026-01-12T12:04:14Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2026-01-12T12:04:14Z 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",
        },
    }
[2026-01-12T12:04:14Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/meta.yaml
[2026-01-12T12:04:14Z DEBUG ambient_ci::run] latest commit: "4d03ee0987fd08bbb321ef0aeed891eb1aa888a8"
[2026-01-12T12:04:14Z DEBUG ambient_ci::run] is a git repository
[2026-01-12T12:04:14Z DEBUG ambient_ci::run] git repository is clean
[2026-01-12T12:04:14Z DEBUG ambient_ci::run] current (HEAD) commit: 4d03ee0987fd08bbb321ef0aeed891eb1aa888a8
[2026-01-12T12:04:14Z DEBUG ambient_ci::run] no dry run requested
[2026-01-12T12:04:14Z DEBUG ambient_ci::run] forced run requested
[2026-01-12T12:04:14Z DEBUG ambient_ci::run] run? true
[2026-01-12T12:04:14Z INFO  ambient_ci::run] project rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6: running CI
[2026-01-12T12:04:14Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-12T12:04:14Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2026-01-12T12:04:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2026-01-12T12:04:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/cache",
        },
        source_dir: "/tmp/.tmpmQtwGM/src",
        deps_dir: "/home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpmQtwGM/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpmQtwGM/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpmQtwGM/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpmQtwGM/src => /tmp/.tmpPoxTqh
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/trigger-message.json wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/src wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/src/runlog.rs wanted=true
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpmQtwGM/src/src/runlog.rs => /tmp/.tmpPoxTqh/src/runlog.rs
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/src/main.rs wanted=true
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpmQtwGM/src/src/main.rs => /tmp/.tmpPoxTqh/src/main.rs
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/src/lib.rs wanted=true
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpmQtwGM/src/src/lib.rs => /tmp/.tmpPoxTqh/src/lib.rs
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/src/config.rs wanted=true
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpmQtwGM/src/src/config.rs => /tmp/.tmpPoxTqh/src/config.rs
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/src/ambient.rs wanted=true
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpmQtwGM/src/src/ambient.rs => /tmp/.tmpPoxTqh/src/ambient.rs
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/radicle-ci-ambient.1 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/foo.txt wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/debian wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/debian/source wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/debian/source/format wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/debian/rules wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/debian/radicle-ci-ambient.manpages wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/debian/lintian-overrides wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/debian/copyright wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/debian/control wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/debian/compat wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/debian/changelog wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/debian/cargo-checksum.json wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/debian/build-deb wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/config.yaml wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/build.rs wanted=true
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpmQtwGM/src/build.rs => /tmp/.tmpPoxTqh/build.rs
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/ambient.yaml wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/ambient.subplot wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/ambient.py wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/ambient.md wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/README.md wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/NEWS.md wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/Makefile wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/Cargo.toml wanted=true
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpmQtwGM/src/Cargo.toml => /tmp/.tmpPoxTqh/Cargo.toml
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/Cargo.lock wanted=true
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpmQtwGM/src/Cargo.lock => /tmp/.tmpPoxTqh/Cargo.lock
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.radicle wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.radicle/ambient.yaml wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.gitignore wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.cargo wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.cargo/deny.toml wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.ambient wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.ambient/dch wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/index wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/HEAD wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/config wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/logs wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/logs/HEAD wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/logs/refs wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/logs/refs/heads wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/logs/refs/heads/main wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/logs/refs/remotes wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/packed-refs wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/refs wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/refs/remotes wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/refs/remotes/origin wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/refs/tags wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/refs/heads wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/refs/heads/main wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/a1 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/a1/9df3bcf8929792eb900e91888c2871fb03fe40 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/9f wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/9f/63658b73f3c0ade063b45f3d339631f723aee2 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ff wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ff/79b6c0070d54ff05453d26bba97cd44ed67dfe wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/5a wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/5a/936b2907488138fd814e90923d0ddc8891583c wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/14 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/14/b0c736008987b4276270ba3bb61124f6d4d2e3 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/8e wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/8e/37b1cd8bebb44b889d9d205bb3a8cac172e513 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/8e/461784b07e9fc4872b347820c37ef0b2090f15 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/8e/9238d5a7ba5b7ad939cdbd2c900ab57d9975ff wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/d6 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/d6/448a1edceb6bf7c298a75869517b3c5244a3e8 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/b2 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/b2/ef034c5222cece99af97fbc539fd734d76f420 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/6e wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/6e/d5a8d696aaca8f18d73b88bc4f99d03a695cd3 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/62 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/62/4e6a8c1246879879182f122e430ce25c7ebe66 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/c5 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/c5/dadbbb2b5536be87dd1bffdf087f18d6d5c6c3 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/e4 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/e4/846e67c93fcd9de14f83135c6a0c9cfbb3ffb0 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/e4/ea52122be2dcb739cbd9adcbc9ede7cf0bc612 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ef wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ef/2b0fb1cc802243dffc5326097aed0424056c3c wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ef/46a454163220a1db92e647e85cc1feb5673c1c wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/7e wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/7e/e6adce7cddc8a4c1699be53f2525a19b20ce3c wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/f7 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/f7/1b10a7cb808832bae542f4db0056acc196bd8d wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/51 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/51/481f68676ac0214dd4e36d7772abff6c51adc1 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/e3 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/e3/496c3a05c2a025bfe06706a3aa94fd262ae077 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/aa wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/aa/4fec64be001c3d67cd8a4d46e39d2ce4e13ba7 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/75 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/75/06575c67d8c3ea5425fd391e8df35c65193b7e wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/f5 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/f5/4f33c436b7927d5dd543399a48687778aeec38 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/74 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/74/801035baf9fffc76c228fb7e9d396dc3cdbea1 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/97 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/97/e346f6d53336f798f4bb74d810bdb623a4873f wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/97/0aaf3ad4eb59874cdc891abe4fb907fc9f5af6 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/a5 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/a5/7d2e079e768b85d045a881eac3894d878898c6 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ae wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ae/46b26615ec64f9594661164ef3adcdd7ed06b4 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/a9 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/a9/552cec66c16b85ad39655ec263917bf838a0e8 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/72 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/72/26d468b470031e23c85a127ac385c4c5042f15 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/72/6ca891f1b2ce493e785aa11cdd4567894778b4 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/72/33b55785e852add94b5367885a7654b07eb51c wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ad wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ad/b0207bd9afd3815a64f5dd2910ea8514f67b53 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/b4 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/b4/1f7b12ec27d76b31cae3b42b09dcbc4b8f0612 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/b4/bff0a17c2a299901e2929b3c20ef77056d7828 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/f8 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/f8/d9b7c9f3672b75ab79a1627233b397c1461986 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ed wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ed/c68963d0ecbdf75aa1e2c94da77d24d15eeaf4 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/e5 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/e5/16d0d2c4e5b85c097134fa3adc247f481aeef1 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/e5/77d3d8873feb3b06828b3f348e293e7ffacbfd wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/45 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/45/bc0ee52639e437e9bc0eb7918cdade70c0c639 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/36 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/36/1860164c7f9307111aa2aa62e19dbf1f276546 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/38 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/38/795bae27045067952d2d2b7efaca37fcc83fe0 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/42 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/42/3228c36aae59382a14a365d168371070057507 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/60 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/60/1e237d48edb13c35ae16ea1ca838dfd414efd6 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/cd wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/cd/41be12fa59c1934166b548cf4ab2e5b64ee2ec wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/6c wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/6c/fef04868f46120d0d68ada9d4f9fda144fbdc6 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/6c/19ea65ecac1bb81b3ddcb8723c4b72784a4067 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/9d wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/9d/2ed4d2ea28ed9ed1963594e432f6163071aecf wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/98 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/98/b529dad11befc85f80ef3b05bced8a4e38192a wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/28 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/28/f2964ba7ffa01a8cf8694792df9b64d9a7a313 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/08 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/08/9c3c324841f004c6adbbd5aae577bd1beb3ce2 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ab wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ab/7c690d44962d2fca7ddeda006d0744d36f78f9 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ca wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ca/1dcfd7af7cf581a2d14b1f3329826a7ea8667d wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/44 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/44/d08744e8242a9f6dcf2c2760aa3fceb4122d41 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/44/e0f32069524f8f03461658d5566d9fc8bd1c15 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/b3 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/b3/8d01628d57e00e30c44cd54b9f2c033a37aaf4 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/b3/d85a277cf062ab6b66b30f044e81154081e58e wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/47 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/47/938bd930ce78dbf17a9add66982232b9b0af67 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/37 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/37/6895a456fef1f1d88ca731511317485494c4d2 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/d8 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/d8/d30ceafdfb8f6a252b5807dda141bf5a0f280a wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ce wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/ce/722ca3606412d59f8772728dd59fd22bc51ed5 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/16 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/16/89ed7f1303468326a6b0309f04cc8fce4f3f1b wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/46 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/46/c5511a8828919b2526b90eddd9ce59b4e0eb31 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/46/15596f4e914aef89277d2728bd92581052dd85 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/bf wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/bf/3c6a911fc28cb134ec72e6b28181b7cdbdbe2a wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/d1 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/d1/dcb2e7977069031b330847e95cf295c1256519 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/82 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/82/d2ff37da1ac168656944bfd9c18bae8695961c wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/2b wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/2b/efaa795314003522018aee490fbf775ea8cc9b wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/2a wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/2a/e1acfd2a2b66868141fb9b65eaa1a835d78313 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/01 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/01/fc5bb2a0f797280bbc97a49f87d6fb99fdff9a wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/01/a51b800cf88d76af2b92fccc595b23651b503e wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/21 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/21/d155e3988fe3f928826887388e4768b4b682cc wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/65 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/65/c8691819ac0e18dd6fe8161a83e4671305f29a wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/58 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/58/0b766fbe776bd0b50eaf0b1ab7caa644485326 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/58/81d8ca95408f726b8e4072b3cb905a0490910e wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/f6 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/f6/e4f69700625f35b8e2be18a853354d77a70dbf wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/31 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/31/5e49c155ab9dc476cd8f2a251c79477472a821 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/89 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/89/8e499ed72cb3909a0f061dd2008aa765d63c00 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/22 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/22/deeb14d7ee5ee4b8905ae7a68443885fedeba5 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/22/9f09e524bdfe64c8f21a68e7a9458933c0b34a wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/df wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/df/7d54ea2e934f6b13033fa557b8e48cae53b839 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/3b wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/3b/fc737560980bf5af76442a090fcd15bb8480da wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/43 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/43/82e2f6cce2da7e374add17a24c9cee06bd4510 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/d3 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/d3/3f45174d183ff6d53666298b73b24132ca038e wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/83 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/83/042e781cd17711534ffad40302dee3dec7fd55 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/e1 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/e1/64b9ba6ae4bc3048449bbf676ec5f0dec5e375 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/20 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/20/bfa047f0f7774de91fa9f960cd327e65a0187b wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/2d wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/2d/8910059d6e1a5bbc226bbdfa638ebc5dd7bfb1 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/db wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/db/3eb8fe8d116ddce4d4bcab6e6cfbd221b88dc3 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/1e wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/1e/87756d111077a140f08f3d299af6b55cd88794 wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/info wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/info/commit-graph wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/info/packs wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-8493bf2ca58f665922a58fbebfa9f20a7e39875a.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-cbb54e6117dcac27f5809d88f5179d35cafcfb9a.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-817334e73cc691d8ca3176d97f4659ce88ee59a9.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-4525e4ac045851b44fc5ff9aae37a65d99793e84.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-4407dba5fc6ff9135d39a225ecf971feac319ce5.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-3d7fdd1534f69f8dc89b5e39fa2c89fd8b8cd3af.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-817334e73cc691d8ca3176d97f4659ce88ee59a9.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-781391bd6bebe24fcf8dcb862372e4b54fbb03f8.rev wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-781391bd6bebe24fcf8dcb862372e4b54fbb03f8.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-4407dba5fc6ff9135d39a225ecf971feac319ce5.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-255f7dd50decd33dd112d29fc917602372b8443a.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-2e24ce463dd0445382ef58ee23a3d32d1e334c0d.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-ebed262edae68a238c2b565a0a21e7a5bbee5a04.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-8493bf2ca58f665922a58fbebfa9f20a7e39875a.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-33ad3f888a51f15a41f69ca411d3edf3a1fef916.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-2e24ce463dd0445382ef58ee23a3d32d1e334c0d.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-a8f8e86bb26818e2023bab685fb123ec5b5f8241.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-0df2d434fb5e223a9eeedff3ba3c541d69706d77.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-cbb54e6117dcac27f5809d88f5179d35cafcfb9a.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-7d55b8b3f17de1656ad50ed37981568fe352b5bb.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-4432628dd6c822b7d94c43519b228f7cb0715ecc.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-ab81aaa79f2980a15017b5b59e80c2133a6aafe7.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-781391bd6bebe24fcf8dcb862372e4b54fbb03f8.bitmap wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-e86c886f983cbdc5ee271ca841d59790b0d82f6b.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-e86c886f983cbdc5ee271ca841d59790b0d82f6b.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-9faa8cfd5d731281c83f8075cc9d653848bf65b9.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-8e1396e734bb1e19f10276bae8503a99d3786637.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-5bb06be15fed883f23466ec2ff117470b87ec878.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-5bb06be15fed883f23466ec2ff117470b87ec878.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-559e6ced63a54437fc45482810fbc6413f50642f.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-559e6ced63a54437fc45482810fbc6413f50642f.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-23117a83dc1b7ad960ebea591083337e0b52c2cf.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-4a401423f18d54507ae93e46913fdf26ddd84b29.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-4c2038f538240a2c63ce1ed84e81c38821bd3ef8.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-0472a3fbe401e4e33fbfdbfe768daa69fc16cd80.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-3d7fdd1534f69f8dc89b5e39fa2c89fd8b8cd3af.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-278f3bf582458e827605a8a08141aaa14aab302c.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-45a4ebf7be19ef4299e282c6aff91482d3aec990.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-b36906a03e0485423112389613de1f65ef47e467.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-4c2038f538240a2c63ce1ed84e81c38821bd3ef8.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-4525e4ac045851b44fc5ff9aae37a65d99793e84.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-9faa8cfd5d731281c83f8075cc9d653848bf65b9.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-a8f8e86bb26818e2023bab685fb123ec5b5f8241.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-8e1396e734bb1e19f10276bae8503a99d3786637.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-7d55b8b3f17de1656ad50ed37981568fe352b5bb.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-b01e4aa986f469449fa22611fb55c2ec7b0eed62.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-278f3bf582458e827605a8a08141aaa14aab302c.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-b36906a03e0485423112389613de1f65ef47e467.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-267171ad90e4833e336df37cd48711e2cc0daaaa.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-74b20d6784059c8b2be5b4e87fcbee03ad560c10.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-a7ca7536b99db3b1808fbb35e344f0e7f3e904a1.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-23117a83dc1b7ad960ebea591083337e0b52c2cf.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-45a4ebf7be19ef4299e282c6aff91482d3aec990.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-255f7dd50decd33dd112d29fc917602372b8443a.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-ebed262edae68a238c2b565a0a21e7a5bbee5a04.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-74b20d6784059c8b2be5b4e87fcbee03ad560c10.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-33ad3f888a51f15a41f69ca411d3edf3a1fef916.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-0472a3fbe401e4e33fbfdbfe768daa69fc16cd80.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-4a401423f18d54507ae93e46913fdf26ddd84b29.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-267171ad90e4833e336df37cd48711e2cc0daaaa.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-0df2d434fb5e223a9eeedff3ba3c541d69706d77.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-ab81aaa79f2980a15017b5b59e80c2133a6aafe7.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-4432628dd6c822b7d94c43519b228f7cb0715ecc.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-a7ca7536b99db3b1808fbb35e344f0e7f3e904a1.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-781391bd6bebe24fcf8dcb862372e4b54fbb03f8.idx wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/objects/pack/pack-b01e4aa986f469449fa22611fb55c2ec7b0eed62.pack wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/branches wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/update.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/post-update.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/pre-push.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/description wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/info wanted=false
[2026-01-12T12:04:14Z DEBUG ambient_ci::util] path=/tmp/.tmpmQtwGM/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpPoxTqh (exists? true)
[2026-01-12T12:04:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-12T12:04:15Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-12T12:04:15Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpt52nDF/src.tar
[2026-01-12T12:04:15Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpt52nDF/deps.tar
[2026-01-12T12:04:22Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-12T12:04:22Z 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,
            ),
            Shell(
                Shell {
                    shell: "export HOME=/root\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\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",
        ),
    }
[2026-01-12T12:04:22Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-12T12:04:22Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpt52nDF/ambient-execute-plan/run-ci
[2026-01-12T12:04:22Z DEBUG ambient_ci::run] copy OK: true
[2026-01-12T12:04:22Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpt52nDF/executor.tar
[2026-01-12T12:04:52Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/run.log
[2026-01-12T12:04:52Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6, exists? true
[2026-01-12T12:04:52Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/run.log
[2026-01-12T12:04:52Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/run.log OK
[2026-01-12T12:04:52Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-12T12:04:52Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-12T12:04:52Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2026-01-12T12:04:52Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-12T12:04:52Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2026-01-12T12:04:52Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-12T12:04:52Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-12T12:04:52Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmp6oPV0y/.tmpgOd04f/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-12T12:04:52Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-12T12:04:52Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2026-01-12T12:04:52Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpuODdQq/meta-data
[2026-01-12T12:04:52Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpuODdQq/user-data
[2026-01-12T12:04:52Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmp6oPV0y/.tmpgOd04f/console.log
[2026-01-12T12:04:52Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmp6oPV0y/.tmpgOd04f/console.log
[2026-01-12T12:04:52Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/run.log
[2026-01-12T12:04:52Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/run.log
[2026-01-12T12:04:52Z 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/.tmp6oPV0y/.tmpgOd04f/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/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/.tmp6oPV0y/.tmpgOd04f/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmp6oPV0y/.tmpgOd04f/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpt52nDF/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmp6oPV0y/.tmpgOd04f/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpt52nDF/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpt52nDF/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpt52nDF/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpt52nDF/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2026-01-12T12:07:41Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-12T12:07:41Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2026-01-12T12:04:59Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2026-01-12T12:04:59Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2026-01-12T12:04:59Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2026-01-12T12:04:59Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2026-01-12T12:04:59Z 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: shell
      shell: |
        export HOME=/root
        make ambient.html
        mv ambient.html /workspace/artifacts/.
    - 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
    
    
    [2026-01-12T12:04:59Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2026-01-12T12:04:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2026-01-12T12:04:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2026-01-12T12:04:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-12T12:04:59Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2026-01-12T12:04:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2026-01-12T12:04:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2026-01-12T12:04:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-12T12:04:59Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2026-01-12T12:04:59Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2026-01-12T12:04:59Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2026-01-12T12:04:59Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2026-01-12T12:04:59Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-12T12:04:59Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-12T12:05:00Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2026-01-12T12:05:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2026-01-12T12:05:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2026-01-12T12:05:00Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2026-01-12T12:05:16Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-12T12:05:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-12T12:05:16Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2026-01-12T12:05:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2026-01-12T12:05:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2026-01-12T12:05:16Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2026-01-12T12:06:24Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-12T12:06:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-12T12:06:24Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2026-01-12T12:06:24Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2026-01-12T12:06:24Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/workspace/src (exists? true)
    [2026-01-12T12:06:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-12T12:06:26Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2026-01-12T12:06:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2026-01-12T12:06:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/workspace/src (exists? true)
       Compiling radicle-ci-ambient v0.12.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
    [2026-01-12T12:06:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-12T12:06:30Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "export HOME=/root\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n",
            },
        )
    [2026-01-12T12:06:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "export HOME=/root\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n",
            },
        )
    [2026-01-12T12:06:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport HOME=/root\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n\n"]
           cwd=/workspace/src (exists? true)
    + export HOME=/root
    + HOME=/root
    + make ambient.html
    subplot docgen ambient.subplot -o ambient.html
     INFO Starting Subplot
     INFO Subplot finished successfully
    + mv ambient.html /workspace/artifacts/.
    [2026-01-12T12:06:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-12T12:06:30Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2026-01-12T12:06:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2026-01-12T12:06:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    custom: source=/workspace/src
    custom: exe=".ambient/dch" exists=false
    + export 'DEBEMAIL="liw@liw.fi"'
    + DEBEMAIL='"liw@liw.fi"'
    + export 'DEBFULLNAME="Lars Wirzenius"'
    + DEBFULLNAME='"Lars Wirzenius"'
    + export CARGO_TARGET_DIR=/workspace/cache
    + CARGO_TARGET_DIR=/workspace/cache
    + export CARGO_HOME=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export HOME=/root
    + HOME=/root
    + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + git reset --hard
    HEAD is now at 4d03ee0 chore: update .ambient/dch
    + git clean -fdx
    ++ dpkg-parsechangelog -SVersion
    ++ sed 's/-[^-]*$//'
    + V=0.12.0
    ++ date -u +%Y%m%dT%H%M%S
    + T=20260112T120631
    + version=0.12.0.ci20260112T120631-1
    + dch -v 0.12.0.ci20260112T120631-1 'CI build under Ambient.'
    + dch -r ''
    custom action "dch" exit code Some(0)
    [2026-01-12T12:06:31Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-12T12:06:31Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb,
        )
    [2026-01-12T12:06:31Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb,
        )
    [2026-01-12T12:06:31Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
            },
            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=316
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=d4ba4390a537442c9d027afbbc41ec80
    SHLVL=2
    JOURNAL_STREAM=8:14571
    PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    OLDPWD=/
    _=/bin/env
    + command -v cargo
    /root/.cargo/bin/cargo
    + command -v rustc
    /root/.cargo/bin/rustc
    + cargo --version
    cargo 1.92.0 (344c4567c 2025-10-21)
    + rustc --version
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    ++ dpkg-parsechangelog -SSource
    + name=radicle-ci-ambient
    ++ dpkg-parsechangelog -SVersion
    + version=0.12.0.ci20260112T120631-1
    ++ echo 0.12.0.ci20260112T120631-1
    ++ sed 's/-[^-]*$//'
    + uv=0.12.0.ci20260112T120631
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../radicle-ci-ambient_0.12.0.ci20260112T120631.orig.tar.xz
    + deb=../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.deb
    + changes=../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.changes
    + xz
    + git archive HEAD
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package radicle-ci-ambient
    dpkg-buildpackage: info: source version 0.12.0.ci20260112T120631-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 radicle-ci-ambient using existing ./radicle-ci-ambient_0.12.0.ci20260112T120631.orig.tar.xz
    dpkg-source: info: building radicle-ci-ambient in radicle-ci-ambient_0.12.0.ci20260112T120631-1.debian.tar.xz
    dpkg-source: info: building radicle-ci-ambient in radicle-ci-ambient_0.12.0.ci20260112T120631-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 tests are disabled, for now
    tests are disabled, for now
    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 --locked --offline --path=. --root=debian/radicle-ci-ambient/usr
      Installing radicle-ci-ambient v0.12.0 (/workspace/src)
       Compiling radicle-ci-ambient v0.12.0 (/workspace/src)
        Finished `release` profile [optimized] target(s) in 15.31s
      Installing debian/radicle-ci-ambient/usr/bin/radicle-ci-ambient
       Installed package `radicle-ci-ambient v0.12.0 (/workspace/src)` (executable `radicle-ci-ambient`)
    warning: be sure to add `debian/radicle-ci-ambient/usr/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_installman
       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
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'radicle-ci-ambient-dbgsym' in '../radicle-ci-ambient-dbgsym_0.12.0.ci20260112T120631-1_amd64.deb'.
    dpkg-deb: building package 'radicle-ci-ambient' in '../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.deb'.
     dpkg-genbuildinfo -O../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.buildinfo
     dpkg-genchanges -O../radicle-ci-ambient_0.12.0.ci20260112T120631-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 1716
    drwxr-xr-x 2 root root    4096 Jan 12 12:06 artifacts
    drwxr-xr-x 4 root root    4096 Sep 22 07:26 cache
    drwxr-xr-x 3 root root    4096 Jan 12 12:04 deps
    -rw-r--r-- 1 root root  200452 Jan 12 12:06 radicle-ci-ambient-dbgsym_0.12.0.ci20260112T120631-1_amd64.deb
    -rw-r--r-- 1 root root    2104 Jan 12 12:06 radicle-ci-ambient_0.12.0.ci20260112T120631-1.debian.tar.xz
    -rw-r--r-- 1 root root    1084 Jan 12 12:06 radicle-ci-ambient_0.12.0.ci20260112T120631-1.dsc
    -rw-r--r-- 1 root root    6373 Jan 12 12:06 radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.buildinfo
    -rw-r--r-- 1 root root    2627 Jan 12 12:06 radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.changes
    -rw-r--r-- 1 root root 1471628 Jan 12 12:06 radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.deb
    -rw-r--r-- 1 root root   44540 Jan 12 12:06 radicle-ci-ambient_0.12.0.ci20260112T120631.orig.tar.xz
    drwxr-xr-x 8 root root    4096 Jan 12 12:06 src
    + for x in ../*.deb
    + dpkg -c ../radicle-ci-ambient-dbgsym_0.12.0.ci20260112T120631-1_amd64.deb
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/lib/
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/lib/debug/.build-id/00/
    -rw-r--r-- root/root   1255640 2026-01-12 12:06 ./usr/lib/debug/.build-id/00/1364e0024ba59e0b513eab65515a5176f8029c.debug
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2026-01-12 12:06 ./usr/share/doc/radicle-ci-ambient-dbgsym -> radicle-ci-ambient
    + for x in ../*.deb
    + dpkg -c ../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.deb
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/bin/
    -rwxr-xr-x root/root   4511112 2026-01-12 12:06 ./usr/bin/radicle-ci-ambient
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/doc/
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/doc/radicle-ci-ambient/
    -rw-r--r-- root/root       455 2026-01-12 12:06 ./usr/share/doc/radicle-ci-ambient/changelog.Debian.gz
    -rw-r--r-- root/root       392 2026-01-12 12:06 ./usr/share/doc/radicle-ci-ambient/copyright
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/lintian/
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/lintian/overrides/
    -rw-r--r-- root/root        74 2026-01-12 12:06 ./usr/share/lintian/overrides/radicle-ci-ambient
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/man/
    drwxr-xr-x root/root         0 2026-01-12 12:06 ./usr/share/man/man1/
    -rw-r--r-- root/root       245 2026-01-12 12:06 ./usr/share/man/man1/radicle-ci-ambient.1.gz
    + mv ../radicle-ci-ambient-dbgsym_0.12.0.ci20260112T120631-1_amd64.deb ../radicle-ci-ambient_0.12.0.ci20260112T120631-1.debian.tar.xz ../radicle-ci-ambient_0.12.0.ci20260112T120631-1.dsc ../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.buildinfo ../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.changes ../radicle-ci-ambient_0.12.0.ci20260112T120631-1_amd64.deb ../radicle-ci-ambient_0.12.0.ci20260112T120631.orig.tar.xz /workspace/artifacts
    [2026-01-12T12:06:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-12T12:06:56Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2026-01-12T12:06:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2026-01-12T12:06:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2026-01-12T12:06:56Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2026-01-12T12:06:56Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2026-01-12T12:06:56Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2026-01-12T12:06:56Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2026-01-12T12:06:56Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2026-01-12T12:06:56Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2026-01-12T12:07:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-12T12:07:36Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2026-01-12T12:07:36Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2026-01-12T12:07:36Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_HOME": "/workspace/deps",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "HOME": "/root",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-12T12:07:36Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2026-01-12T12:07:36Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-12T12:07:36Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2026-01-12T12:07:41Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-12T12:07:42Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-12T12:07:42Z DEBUG ambient_ci::run] remove old cache
[2026-01-12T12:07:45Z DEBUG ambient_ci::run] extract cache
[2026-01-12T12:07:59Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-12T12:07:59Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-12T12:07:59Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/meta.yaml
[2026-01-12T12:08:01Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>