CI run for rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh

Radicle repository id rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh

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   4.8M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0   526M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-12-18 06:08 ./
-rw-r--r-- _rad/_rad      1029 2025-12-18 06:08 ./plan.yaml
-rwxr-xr-x _rad/_rad   6394112 2025-12-18 06:08 ./run-ci
INFO: Extracted files:
  5636108      4 drwxr-xr-x   2 1000     1000         4096 Dec 18 06:08 .
  5636110   6248 -rwxr-xr-x   1 1000     1000      6394112 Dec 18 06:08 ./run-ci
  5636109      4 -rw-r--r--   1 1000     1000         1029 Dec 18 06:08 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-18T06:08:56Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-18T06:08:56Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-18T06:08:56Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-18T06:08:56Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-18T06:08:56Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
  pathname: /workspace
- action: mkdir
  pathname: /workspace/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /workspace/src
- action: tar_extract
  archive: /dev/vdf
  directory: /workspace/deps
- action: tar_extract
  archive: /dev/vde
  directory: /workspace/cache
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: shell
  shell: |
    make -C doc
    cp doc/*.html /workspace/artifacts
    git reset --hard
    git clean -fdx
- action: custom
  name: dch
  args:
    debemail: liw@liw.fi
    debfullname: Lars Wirzenius
- action: deb
- action: tar_create
  archive: /dev/vde
  directory: /workspace/cache
- action: tar_create
  archive: /dev/vdd
  directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts


[2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace",
        },
    )
[2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/workspace/artifacts",
        },
    )
[2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        },
    )
[2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-18T06:08:56Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-18T06:08:56Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        },
    )
[2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-18T06:08:56Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-18T06:08:58Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-18T06:08:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:08:58Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-18T06:08:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-18T06:08:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-18T06:08:58Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-18T06:09:13Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-18T06:09:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:09:13Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2025-12-18T06:09:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2025-12-18T06:09:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.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)
[2025-12-18T06:09:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:09:13Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2025-12-18T06:09:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2025-12-18T06:09:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.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 ambient-ci v0.10.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
[2025-12-18T06:09:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:09:16Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2025-12-18T06:09:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2025-12-18T06:09:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.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", "build", "--offline", "--locked", "--workspace", "--all-targets"]
       cwd=/workspace/src (exists? true)
   Compiling ambient-ci v0.10.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
[2025-12-18T06:09:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:09:18Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2025-12-18T06:09:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2025-12-18T06:09:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.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", "test", "--offline", "--locked", "--workspace"]
       cwd=/workspace/src (exists? true)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
     Running unittests src/lib.rs (/workspace/cache/debug/deps/ambient_ci-ab7615e63fdbc733)

running 22 tests
test action::test::mkdir_action ... ok
test action_impl::tar::test::tar_create_action ... ok
test action_impl::tar::test::tar_extract_action ... ok
test cloud_init::test::metadata ... ok
test cloud_init::test::userdata ... ok
test cloud_init::test::userdata_fails_without_runcmd ... ok
test config::test::does_not_merge_unset ... ok
test config::test::merges_legacy_value_into_qemu ... ok
test config::test::merges_set_value ... ok
test plan::test::round_trip ... ok
test run::test_run_decision::commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged_with_force ... ok
test run::test_run_decision::is_not_git ... ok
test run::test_run_decision::unchanged ... ok
test run::test_run_decision::unchanged_commit_but_dirty ... ok
test run::test_run_decision::unchanged_with_force ... ok
test cloud_init::test::iso ... ok

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

     Running unittests src/bin/ambient.rs (/workspace/cache/debug/deps/ambient-721f27d47708e005)

running 0 tests

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

     Running unittests src/bin/ambient-execute-plan.rs (/workspace/cache/debug/deps/ambient_execute_plan-76f6d2199aaeaf22)

running 0 tests

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

   Doc-tests ambient_ci

running 0 tests

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

[2025-12-18T06:09:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:09:19Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "make -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
        },
    )
[2025-12-18T06:09:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "make -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
        },
    )
[2025-12-18T06:09:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n\n"]
       cwd=/workspace/src (exists? true)
+ make -C doc
make: Entering directory '/workspace/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
 INFO Starting Subplot
 INFO Subplot finished successfully
make: Leaving directory '/workspace/src/doc'
+ cp doc/userguide.html /workspace/artifacts
+ git reset --hard
HEAD is now at e0b72f1d doc: add all actions to the user guide
+ git clean -fdx
Removing doc/userguide.html
[2025-12-18T06:09:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:09:19Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debemail": String("liw@liw.fi"),
                "debfullname": String("Lars Wirzenius"),
            },
        },
    )
[2025-12-18T06:09:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debemail": String("liw@liw.fi"),
                "debfullname": String("Lars Wirzenius"),
            },
        },
    )
[2025-12-18T06:09:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
HEAD is now at e0b72f1d doc: add all actions to the user guide
custom action "dch" exit code Some(0)
[2025-12-18T06:09:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:09:19Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb,
    )
[2025-12-18T06:09:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb,
    )
[2025-12-18T06:09:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n        "]
       cwd=/workspace/src (exists? true)
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=314
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=4f6abe7c0b1f496783aefec846dd5ebb
SHLVL=2
JOURNAL_STREAM=8:14852
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=ambient-ci
++ dpkg-parsechangelog -SVersion
+ version=0.10.0.ci20251218T060919-1
++ echo 0.10.0.ci20251218T060919-1
++ sed 's/-[^-]*$//'
+ uv=0.10.0.ci20251218T060919
++ dpkg --print-architecture
+ arch=amd64
+ orig=../ambient-ci_0.10.0.ci20251218T060919.orig.tar.xz
+ deb=../ambient-ci_0.10.0.ci20251218T060919-1_amd64.deb
+ changes=../ambient-ci_0.10.0.ci20251218T060919-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package ambient-ci
dpkg-buildpackage: info: source version 0.10.0.ci20251218T060919-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 ambient-ci using existing ./ambient-ci_0.10.0.ci20251218T060919.orig.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.10.0.ci20251218T060919-1.debian.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.10.0.ci20251218T060919-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'
make -C doc
make[2]: Entering directory '/workspace/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
 INFO Starting Subplot
 INFO Subplot finished successfully
make[2]: Leaving directory '/workspace/src/doc'
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 --target x86_64-unknown-linux-musl --path=. --root=debian/ambient-ci/usr
  Installing ambient-ci v0.10.0 (/workspace/src)
   Compiling ambient-ci v0.10.0 (/workspace/src)
    Finished `release` profile [optimized] target(s) in 11.45s
  Installing debian/ambient-ci/usr/bin/ambient
  Installing debian/ambient-ci/usr/bin/ambient-execute-plan
   Installed package `ambient-ci v0.10.0 (/workspace/src)` (executables `ambient`, `ambient-execute-plan`)
warning: be sure to add `debian/ambient-ci/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
dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'ambient-ci-dbgsym' in '../ambient-ci-dbgsym_0.10.0.ci20251218T060919-1_amd64.deb'.
dpkg-deb: building package 'ambient-ci' in '../ambient-ci_0.10.0.ci20251218T060919-1_amd64.deb'.
 dpkg-genbuildinfo -O../ambient-ci_0.10.0.ci20251218T060919-1_amd64.buildinfo
 dpkg-genchanges -O../ambient-ci_0.10.0.ci20251218T060919-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 3540
-rw-r--r--  1 root root  499300 Dec 18 06:09 ambient-ci-dbgsym_0.10.0.ci20251218T060919-1_amd64.deb
-rw-r--r--  1 root root    2076 Dec 18 06:09 ambient-ci_0.10.0.ci20251218T060919-1.debian.tar.xz
-rw-r--r--  1 root root     966 Dec 18 06:09 ambient-ci_0.10.0.ci20251218T060919-1.dsc
-rw-r--r--  1 root root    5894 Dec 18 06:09 ambient-ci_0.10.0.ci20251218T060919-1_amd64.buildinfo
-rw-r--r--  1 root root    2447 Dec 18 06:09 ambient-ci_0.10.0.ci20251218T060919-1_amd64.changes
-rw-r--r--  1 root root 3010092 Dec 18 06:09 ambient-ci_0.10.0.ci20251218T060919-1_amd64.deb
-rw-r--r--  1 root root   77028 Dec 18 06:09 ambient-ci_0.10.0.ci20251218T060919.orig.tar.xz
drwxr-xr-x  2 root root    4096 Dec 18 06:09 artifacts
drwxr-xr-x  5 root root    4096 Sep 20 05:49 cache
drwxr-xr-x  3 root root    4096 Dec 18 06:08 deps
drwxr-xr-x 10 root root    4096 Dec 18 06:09 src
+ for x in ../*.deb
+ dpkg -c ../ambient-ci-dbgsym_0.10.0.ci20251218T060919-1_amd64.deb
drwxr-xr-x root/root         0 2025-12-18 06:09 ./
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/lib/
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/lib/debug/.build-id/1f/
-rw-r--r-- root/root   1996760 2025-12-18 06:09 ./usr/lib/debug/.build-id/1f/4cbb402cc4e4d6091bb6081addb3512b8fef91.debug
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/lib/debug/.build-id/6f/
-rw-r--r-- root/root   1614904 2025-12-18 06:09 ./usr/lib/debug/.build-id/6f/71d1fe8538a8507fa56c53240686042d801f89.debug
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-12-18 06:09 ./usr/share/doc/ambient-ci-dbgsym -> ambient-ci
+ for x in ../*.deb
+ dpkg -c ../ambient-ci_0.10.0.ci20251218T060919-1_amd64.deb
drwxr-xr-x root/root         0 2025-12-18 06:09 ./
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/bin/
-rwxr-xr-x root/root   8294720 2025-12-18 06:09 ./usr/bin/ambient
-rwxr-xr-x root/root   6336768 2025-12-18 06:09 ./usr/bin/ambient-execute-plan
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/doc/ambient-ci/
-rw-r--r-- root/root       411 2025-12-18 06:09 ./usr/share/doc/ambient-ci/changelog.Debian.gz
-rw-r--r-- root/root       340 2025-12-18 06:09 ./usr/share/doc/ambient-ci/copyright
-rw-r--r-- root/root     30738 2025-12-18 06:09 ./usr/share/doc/ambient-ci/userguide.html
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       266 2025-12-18 06:09 ./usr/share/lintian/overrides/ambient-ci
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/man/
drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/man/man1/
-rw-r--r-- root/root       261 2025-12-18 06:09 ./usr/share/man/man1/ambient-execute-plan.1.gz
-rw-r--r-- root/root       205 2025-12-18 06:09 ./usr/share/man/man1/ambient.1.gz
+ mv ../ambient-ci-dbgsym_0.10.0.ci20251218T060919-1_amd64.deb ../ambient-ci_0.10.0.ci20251218T060919-1.debian.tar.xz ../ambient-ci_0.10.0.ci20251218T060919-1.dsc ../ambient-ci_0.10.0.ci20251218T060919-1_amd64.buildinfo ../ambient-ci_0.10.0.ci20251218T060919-1_amd64.changes ../ambient-ci_0.10.0.ci20251218T060919-1_amd64.deb ../ambient-ci_0.10.0.ci20251218T060919.orig.tar.xz /workspace/artifacts
[2025-12-18T06:09:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:09:37Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-18T06:09:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-12-18T06:09:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-18T06:09:37Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-12-18T06:09:37Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-18T06:09:37Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-18T06:09:37Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-18T06:09:37Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-18T06:09:37Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-18T06:09:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:09:51Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-12-18T06:09:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-12-18T06:09:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-18T06:09:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:09:51Z 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:zwPaQSTBX8hktn22F6tHAZSFH2Fh",
    "name": "ambient-ci",
    "description": "Ambient command line tool to run CI projects locally",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
    "alias": "liw"
  },
  "before": "e0b72f1d0c37519b0aad5a2c58d33a0233058c38",
  "after": "e0b72f1d0c37519b0aad5a2c58d33a0233058c38",
  "branch": "main",
  "commits": [
    "e0b72f1d0c37519b0aad5a2c58d33a0233058c38",
    "991c19b2e25ebdb33c8be09429fa0d3ea2194765"
  ]
}

Ambient stdout

[2025-12-18T06:08:44Z INFO  ambient] ambient starts
[2025-12-18T06:08:44Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-12-18T06:08:44Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-12-18T06:08:44Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/meta.yaml
[2025-12-18T06:08:44Z DEBUG ambient_ci::run] latest commit: "e0b72f1d0c37519b0aad5a2c58d33a0233058c38"
[2025-12-18T06:08:44Z DEBUG ambient_ci::run] is a git repository
[2025-12-18T06:08:44Z DEBUG ambient_ci::run] git repository is clean
[2025-12-18T06:08:44Z DEBUG ambient_ci::run] current (HEAD) commit: e0b72f1d0c37519b0aad5a2c58d33a0233058c38
[2025-12-18T06:08:44Z DEBUG ambient_ci::run] no dry run requested
[2025-12-18T06:08:44Z DEBUG ambient_ci::run] forced run requested
[2025-12-18T06:08:44Z DEBUG ambient_ci::run] run? true
[2025-12-18T06:08:44Z INFO  ambient_ci::run] project rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh: running CI
[2025-12-18T06:08:44Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-18T06:08:44Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2025-12-18T06:08:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2025-12-18T06:08:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/cache",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
        },
        source_dir: "/tmp/.tmp0CNY3m/src",
        deps_dir: "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmp0CNY3m/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmp0CNY3m/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmp0CNY3m/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmp0CNY3m/src => /tmp/.tmpxla5Js
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/test.sh wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/vdrive.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/vdrive.rs => /tmp/.tmpxla5Js/src/vdrive.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/util.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/util.rs => /tmp/.tmpxla5Js/src/util.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/run.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/run.rs => /tmp/.tmpxla5Js/src/run.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/qemu_utils.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/qemu_utils.rs => /tmp/.tmpxla5Js/src/qemu_utils.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/qemu.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/qemu.rs => /tmp/.tmpxla5Js/src/qemu.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/project.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/project.rs => /tmp/.tmpxla5Js/src/project.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/plan.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/plan.rs => /tmp/.tmpxla5Js/src/plan.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/lib.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/lib.rs => /tmp/.tmpxla5Js/src/lib.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/image_store.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/image_store.rs => /tmp/.tmpxla5Js/src/image_store.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/git.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/git.rs => /tmp/.tmpxla5Js/src/git.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/config.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/config.rs => /tmp/.tmpxla5Js/src/config.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/cloud_init.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/cloud_init.rs => /tmp/.tmpxla5Js/src/cloud_init.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/checksummer.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/checksummer.rs => /tmp/.tmpxla5Js/src/checksummer.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/bin wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/bin/cmd wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/bin/cmd/run.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/bin/cmd/run.rs => /tmp/.tmpxla5Js/src/bin/cmd/run.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/bin/cmd/qemu.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/bin/cmd/qemu.rs => /tmp/.tmpxla5Js/src/bin/cmd/qemu.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/bin/cmd/projects.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/bin/cmd/projects.rs => /tmp/.tmpxla5Js/src/bin/cmd/projects.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/bin/cmd/plan.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/bin/cmd/plan.rs => /tmp/.tmpxla5Js/src/bin/cmd/plan.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/bin/cmd/mod.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/bin/cmd/mod.rs => /tmp/.tmpxla5Js/src/bin/cmd/mod.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/bin/cmd/log.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/bin/cmd/log.rs => /tmp/.tmpxla5Js/src/bin/cmd/log.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/bin/cmd/image.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/bin/cmd/image.rs => /tmp/.tmpxla5Js/src/bin/cmd/image.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/bin/cmd/config.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/bin/cmd/config.rs => /tmp/.tmpxla5Js/src/bin/cmd/config.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/bin/cmd/actions.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/bin/cmd/actions.rs => /tmp/.tmpxla5Js/src/bin/cmd/actions.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/bin/ambient.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/bin/ambient.rs => /tmp/.tmpxla5Js/src/bin/ambient.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/bin/ambient-execute-plan.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/bin/ambient-execute-plan.rs => /tmp/.tmpxla5Js/src/bin/ambient-execute-plan.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action_impl wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action_impl/tar.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/action_impl/tar.rs => /tmp/.tmpxla5Js/src/action_impl/tar.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action_impl/shell.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/action_impl/shell.rs => /tmp/.tmpxla5Js/src/action_impl/shell.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action_impl/rsync.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/action_impl/rsync.rs => /tmp/.tmpxla5Js/src/action_impl/rsync.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action_impl/pwd.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/action_impl/pwd.rs => /tmp/.tmpxla5Js/src/action_impl/pwd.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action_impl/mod.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/action_impl/mod.rs => /tmp/.tmpxla5Js/src/action_impl/mod.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action_impl/mkdir.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/action_impl/mkdir.rs => /tmp/.tmpxla5Js/src/action_impl/mkdir.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action_impl/http_get.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/action_impl/http_get.rs => /tmp/.tmpxla5Js/src/action_impl/http_get.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action_impl/dummy.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/action_impl/dummy.rs => /tmp/.tmpxla5Js/src/action_impl/dummy.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action_impl/dput.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/action_impl/dput.rs => /tmp/.tmpxla5Js/src/action_impl/dput.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action_impl/deb.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/action_impl/deb.rs => /tmp/.tmpxla5Js/src/action_impl/deb.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action_impl/custom.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/action_impl/custom.rs => /tmp/.tmpxla5Js/src/action_impl/custom.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action_impl/cargo.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/action_impl/cargo.rs => /tmp/.tmpxla5Js/src/action_impl/cargo.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/src/action.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/src/action.rs => /tmp/.tmpxla5Js/src/action.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/projects.yaml wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/doc wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/doc/userguide.subplot wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/doc/userguide.md wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/doc/Makefile wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/debian wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/debian/source wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/debian/source/format wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/debian/rules wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/debian/lintian-overrides wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/debian/copyright wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/debian/control wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/debian/compat wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/debian/changelog wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/debian/cargo-checksum.json wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/debian/build-deb wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/debian/ambient-ci.manpages wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/debian/ambient-ci.docs wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/build.rs wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/build.rs => /tmp/.tmpxla5Js/build.rs
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/ambient.yaml wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/ambient.subplot wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/ambient.py wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/ambient.md wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/ambient.1 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/ambient-execute-plan.1 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/README.md wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/NEWS.md wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/Makefile wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/INSTALL.md wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/Cargo.toml wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/Cargo.toml => /tmp/.tmpxla5Js/Cargo.toml
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/Cargo.lock wanted=true
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmp0CNY3m/src/Cargo.lock => /tmp/.tmpxla5Js/Cargo.lock
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/COPYING.md wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.woodpecker wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.woodpecker/build.yaml wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.woodpecker/Makefile wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.radicle wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.radicle/ambient.yaml wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.gitignore wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.cargo wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.cargo/deny.toml wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.ambient wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.ambient/dch wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/index wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/HEAD wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/config wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/logs wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/logs/HEAD wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/logs/refs wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/logs/refs/heads wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/logs/refs/heads/main wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/logs/refs/remotes wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/packed-refs wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/refs wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/refs/remotes wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/refs/remotes/origin wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/refs/tags wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/refs/heads wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/refs/heads/main wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/0d wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/0d/cc9badd1e2665f0c8d1316cba56c128fbe8ada wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/67 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/67/65406afa6883e6610009a2b157317b88d116bf wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/07 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/07/00dcd651f064a1dcb4fb9c7da3f576c7310817 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/9f wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/9f/a8b8d6456d93a1a4f966a46a86a695a15bd9ad wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/9f/cee6f32c989c97c31349783b1b1c63f0ad0164 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/3f wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/3f/8f9f032cf8a130c7907e27100372063f01d3d5 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/5a wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/5a/7d1be2eb7088e609660f7cd5c1f5178ba730e8 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/5a/a847b8d048de86ae0e6990c7de839f7f82c5ba wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/a8 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/a8/e56f5e7163e67ec19aede4d51cbf902ec52222 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/a8/5cb043b9c1677b03e2b60bf4a5547b301a6fd1 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/1b wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/1b/bee53cb7f7b876741009116daf3980cb1c2f39 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/d7 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/d7/325f0742f2058aea36e266ac6169baff446e6c wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/14 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/14/713ab863d62b727d76ed3dcd695950eda3d274 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/c6 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/c6/2843342df812b6b0c4437c43cea4d6ea6b79ae wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/13 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/13/1a649af16257a524aebcdacc614972b56af2a1 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/b7 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/b7/383d573c302f49e2121ead1ee3d494e9e80060 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/c9 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/c9/c83ce300a8fdced88a531d63e4fbd2c54e2097 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/a0 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/a0/e5d86eba859a4e179d4befc66e2d5cce194869 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/4f wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/4f/46d2059b22311e49b9ff207bd23b841aa64460 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/3d wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/3d/575107fe3771b125ff56cbeba53bbd36265ae3 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/fb wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/fb/046c576c715320892de7d4a8ae126a716f4379 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/b8 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/b8/166a7441ad35257e5b19e913990f82dd2862b2 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/30 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/30/4c5dd4920fca100ec7f674bc1ddee1c1adfe12 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/ef wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/ef/daddd9d6aa568ddaa2056b190d64b966f0538d wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/f7 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/f7/141e83d6974a384e7eb9bc428039dd565cc9f3 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/f7/aa3abcd430c3e37b856988f18ba64a82cf1987 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/a6 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/a6/fd3074ab20f74aab71ccd2e20eaf786a8951b6 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/1f wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/1f/a48ab6f4bbe044a1e1cf2e30650b324be62873 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/1f/02ec887762481a05a5451c9b3a3d223bfb5211 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/c2 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/c2/fbd84a59561325e1a287f456d6e7d40655ca5b wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/c8 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/c8/6a15bfb7dd7556ae700a6af469b929226f1a01 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/66 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/66/adf2e1fb276a727b4439904c508890127cc827 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/66/0c67b5a6ea343312c6414d5a19a0866ba777ea wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/66/5a9a4851f33c3d91797ffa8c947ec7b06e3931 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/f5 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/f5/c1442ec9c46fc0236c641f9b000e40db385ad1 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/79 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/79/071ae152178b0def38b211c06141436663ec78 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/7c wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/7c/3d957455b9a6225f3f920657838dfc41e72d07 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/26 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/26/6d12600f0456b22a97a42e9160ad528257194e wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/a9 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/a9/d7867363de200d5266a0a251f1d444e8591678 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/a9/0b241b54bbccda412e250963d058e72913dc3f wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/72 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/72/452b7f090b7e6402642b9e1fc05b9c7d71d0a2 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/8d wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/8d/db84caef316dd668be8953eb667048ebe73e39 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/39 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/39/cecef05278b5a4835a1978deacf4530d03e8af wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/63 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/63/a9a7766f06daaeeea1137dcc446ac8b8caff01 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/f2 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/f2/ac1408b2bb380ea7b87079f28e13130c81bf8b wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/f8 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/f8/54d0d57a11f1078e7673a08b633d1f5b347c08 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/10 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/10/4f40ce487564fdbe2337c8aaceeb5b00934f14 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/d0 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/d0/d0ef715cfcbf3c23223a62516d0d18e5ccba60 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/c3 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/c3/1f2967da04336571aafbc0f192eb7b88742b0d wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/52 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/52/b34ec24cdba6ed9c1899906d089472d895bd76 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/1a wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/1a/7f90c0eba082e5829f2738b074d414faf296ac wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/cd wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/cd/19dbe577007aeffff6e51affd0132337f6331e wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/cd/5c94f349ef38cc364abac78de168d47ac5b43a wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/87 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/87/2fe384cfdd75cb53a737db70b60632a726dd54 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/27 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/27/a51075f20d3a3781067417ced0e1f592b29f45 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/e6 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/e6/33390b21c611b9f3ca4d40f5864126943b07c0 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/08 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/08/79ce27a54038bf5fc0ea5add06678ba3e4646a wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/9a wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/9a/d8c9e1edf70053ce325d69112a0fbcd1cc2a6b wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/88 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/88/9233ff9b98415c9f0b57489ad0dfa11516b872 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/de wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/de/d7303915bc44efc6ed2adf734fc9869d204aa5 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/96 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/96/7e4c18a4f4ced512d26b18cc4efca44c989243 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/dd wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/dd/4cb072ac73afc482b18269bc3ebfa8d3759ebe wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/25 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/25/4d60c556ba6533a412e368b89de0ef329053fd wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/d8 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/d8/7fbfd7b671146015a0c57d90de5b2c422d355e wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/40 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/40/78df8c1c63fb81ffea23d68cb68e12c4e7e5b0 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/fc wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/fc/58ba07f88e9af599d39ab5a098f004ca0bd9a4 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/c4 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/c4/234ed31305956448faa06d032bc5eaf562cf64 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/50 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/50/898a0c2a7e29ec60613841736fa818f905cf58 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/50/747f652f32ab0fd4d78f6c3bb189351bb597f8 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/e2 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/e2/2da87fb49c3ac6bcef564e1f38561c9093bfe2 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/4a wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/4a/a6ef1e578d679a5a84b9c5bcc01e0b312ba4eb wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/7f wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/7f/e4253a334dd83b8fe0186b7638007a2232faa3 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/5e wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/5e/039116f7883c3f672d708dbca99658f4fb013f wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/65 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/65/4771e251024918fcfb971a86eb429afe24f346 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/e7 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/e7/4aaece6e247cd8602e32850baa6497d8ba8d7d wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/5c wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/5c/b228025bb792c751a89c76220ce8ceee23a458 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/a2 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/a2/e7e0a41b0ca2e7fced8e14fe07130bff521c96 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/59 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/59/be1b31716403649d651dd6ca5720369f8fbbcf wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/58 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/58/704893de6dd21452623067f50f3090328a9ea8 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/f6 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/f6/7fd530f82c20af05d7d62226a86666f41618f6 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/1c wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/1c/c4304b0915d67629b5c8f3e8e16050bf6a9a99 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/3a wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/3a/5fabeefd50fc5a851493ebd5e0f83fe0cf2dca wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/89 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/89/3d66391303b1ecbbddb4bdcdeb91af4f891363 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/23 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/23/ef9ea2a144890c26f911de6f129288b5bdf7b2 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/61 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/61/4fbb6e3c182b4728930d19214c8237b04e0cfa wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/71 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/71/ce80ec1c7e259e6337d8d0058ebd7c8fc70ff2 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/0a wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/0a/7c004d0f374a9a393fd11ed90fc065a081ad5e wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/d5 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/d5/7f51deb5dd2b9a5da49e766c8dd4b3f51f2b5f wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/6a wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/6a/b4611cb8d22d200f1fdd3a6af0f12b5c94f22f wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/2d wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/2d/53254bda9bf172fdc1c671f41adec3a66930c0 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/1e wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/1e/6847f7c13951b6e390a90a548b665a68905626 wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/info wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/info/commit-graph wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/info/packs wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-0e10ea0c732ae5ad537ddfee3f4a38a4b9e53447.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-363263a65a61088a6d38f759fc29c4abec7281e8.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-a63043cc0be8747b7f03a2e8308a9345071544db.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-2b868b31f6348bd31980eab14cc75fefa1b85f26.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-b5af9ab290ca0cd4b29d2d57017b85a06aa560bf.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-11f249fa4cdcf1df5b4c99f120021c2242b1cff4.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-b54c176c90c37a0b1ce032ef3a0c15c252c52a1e.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-62c9745ffebf745eba6b797948e6ffe30c84306b.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-7dc7013905ff2b5fb0820806901e7262acbab447.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-4aee105a5d43ed42fb56da97f6d693c70abb4d1a.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-1ce05b9a636a0c14633d292486ef46c3892d73b4.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-dcfa0bfc0d10aa0583c0f49cfc740a7d1457742f.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-40f3a04725ac8feddf44833aca6cb3ae9431a3f7.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-c4d19438adcadb61502894d77a23a48ae40d353a.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-363263a65a61088a6d38f759fc29c4abec7281e8.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-e9b8039bc85b9db0322ccb63d2ec1d3df35ee0cc.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-c56444997cbba314ed1b94e282c10dfc9c5daeda.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-699212bf6fd19212c3371337dcd58761a41df0ea.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-0e10ea0c732ae5ad537ddfee3f4a38a4b9e53447.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-71001062675aedf0e13ddd538d3f3b40381a7709.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-e787874e397d178fad5b2fa4bde3fc751e5c4018.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-b808f73a175926c82867f5e77cd6ae6e1f55aff9.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-b5af9ab290ca0cd4b29d2d57017b85a06aa560bf.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-a23b5849d4e611134fdb6f620f2acaacab751ce9.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-699212bf6fd19212c3371337dcd58761a41df0ea.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-febe84ba331fb4a04e3a9831d08ad699139c5a9e.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-4c98bb4ab3ecfed8168f85ca8117ac05b20c99da.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-df8e5a9cbe72e07b01bd2d2e3d42474d43fb2fde.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-e9b8039bc85b9db0322ccb63d2ec1d3df35ee0cc.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-b7d6152ed342d23c4cd2f1350408fb1df97fa8b9.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-febe84ba331fb4a04e3a9831d08ad699139c5a9e.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-e209c10cfc959c861182cea7ae0e33b2c653e7a7.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-4c98bb4ab3ecfed8168f85ca8117ac05b20c99da.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-5dcf1e5eb77937a52347e1480221fe053238c839.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-29578aacda8dd1d911a0c1889e2fa4c890b6bab0.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-a479cf00288c39eaa7e3217d0f2edd83c9e8989a.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-a23b5849d4e611134fdb6f620f2acaacab751ce9.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-4aee105a5d43ed42fb56da97f6d693c70abb4d1a.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-ac9c574f18f04054b243a04443c8ce2a50c744e5.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-07ae993756233d6c7b89638402fc9f8f9c81f3cb.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-71001062675aedf0e13ddd538d3f3b40381a7709.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-a479cf00288c39eaa7e3217d0f2edd83c9e8989a.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-562590aa1ff190d64340a9271681b791c59515b2.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-593a18d3525d887e24caff25817fe72aacd5d823.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-9329e1a73893005f1eecaf9668a9ec6613132599.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-40f3a04725ac8feddf44833aca6cb3ae9431a3f7.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-c56444997cbba314ed1b94e282c10dfc9c5daeda.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-a63043cc0be8747b7f03a2e8308a9345071544db.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-47bfb3a5bd143549e85a3f0258994e467aeb869c.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-11f249fa4cdcf1df5b4c99f120021c2242b1cff4.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-d1f7d1a5c0e4edc41e55864e1c56edbef7197517.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-b808f73a175926c82867f5e77cd6ae6e1f55aff9.rev wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-ffa9b1da5e4815853c957f840e21779b978df55d.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-d25158f90526622979cd0b25f3aff905971cf1c6.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-07ae993756233d6c7b89638402fc9f8f9c81f3cb.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-d25158f90526622979cd0b25f3aff905971cf1c6.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-b808f73a175926c82867f5e77cd6ae6e1f55aff9.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-7dc7013905ff2b5fb0820806901e7262acbab447.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-40e6cfa6dcc095ae989e74a25ecfa0c4cf63102c.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-8e5dffe666ff4e064048e1e12f1dfbb72a594b7b.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-4a713925798739fdbd0ad2acfbf2d2c1a9281be9.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-b808f73a175926c82867f5e77cd6ae6e1f55aff9.bitmap wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-1a1c39e06ac351240df3606ae4a1e3becf020cb0.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-fc5160e374616add0ab3044754c8690b8eb62b9c.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-5dcf1e5eb77937a52347e1480221fe053238c839.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-1ce05b9a636a0c14633d292486ef46c3892d73b4.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-adca077213b3c6bc193a0adbcdd7423fbd59d5b5.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-9329e1a73893005f1eecaf9668a9ec6613132599.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-fc5160e374616add0ab3044754c8690b8eb62b9c.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-62c9745ffebf745eba6b797948e6ffe30c84306b.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-2ecdb331ac831378b7f1c15cdd4e1b1245188ed3.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-6e9cb0a323d73c1fe88aec85c78482768ad22a81.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-e787874e397d178fad5b2fa4bde3fc751e5c4018.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-ac9c574f18f04054b243a04443c8ce2a50c744e5.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-47bfb3a5bd143549e85a3f0258994e467aeb869c.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-df8e5a9cbe72e07b01bd2d2e3d42474d43fb2fde.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-b54c176c90c37a0b1ce032ef3a0c15c252c52a1e.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-2ecdb331ac831378b7f1c15cdd4e1b1245188ed3.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-5c92b5db4e032b5c684a47daeff94e1117cb5d7a.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-40e6cfa6dcc095ae989e74a25ecfa0c4cf63102c.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-29578aacda8dd1d911a0c1889e2fa4c890b6bab0.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-c4d19438adcadb61502894d77a23a48ae40d353a.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-4a713925798739fdbd0ad2acfbf2d2c1a9281be9.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-6e9cb0a323d73c1fe88aec85c78482768ad22a81.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-b7d6152ed342d23c4cd2f1350408fb1df97fa8b9.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-ffa9b1da5e4815853c957f840e21779b978df55d.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-dcfa0bfc0d10aa0583c0f49cfc740a7d1457742f.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-562590aa1ff190d64340a9271681b791c59515b2.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-5c92b5db4e032b5c684a47daeff94e1117cb5d7a.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-593a18d3525d887e24caff25817fe72aacd5d823.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-2b868b31f6348bd31980eab14cc75fefa1b85f26.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-8e5dffe666ff4e064048e1e12f1dfbb72a594b7b.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-d1f7d1a5c0e4edc41e55864e1c56edbef7197517.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-e209c10cfc959c861182cea7ae0e33b2c653e7a7.idx wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-adca077213b3c6bc193a0adbcdd7423fbd59d5b5.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/objects/pack/pack-1a1c39e06ac351240df3606ae4a1e3becf020cb0.pack wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/branches wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/update.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/post-update.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/pre-push.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/description wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/info wanted=false
[2025-12-18T06:08:44Z DEBUG ambient_ci::util] path=/tmp/.tmp0CNY3m/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpxla5Js (exists? true)
[2025-12-18T06:08:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-18T06:08:44Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-18T06:08:44Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpdO4aCC/src.tar
[2025-12-18T06:08:44Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpdO4aCC/deps.tar
[2025-12-18T06:08:45Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-18T06:08:45Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir(
                Mkdir {
                    pathname: "/workspace",
                },
            ),
            Mkdir(
                Mkdir {
                    pathname: "/workspace/artifacts",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdc",
                    directory: "/workspace/src",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdf",
                    directory: "/workspace/deps",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vde",
                    directory: "/workspace/cache",
                },
            ),
            CargoFmt(
                CargoFmt,
            ),
            CargoClippy(
                CargoClippy,
            ),
            CargoBuild(
                CargoBuild,
            ),
            CargoTest(
                CargoTest,
            ),
            Shell(
                Shell {
                    shell: "make -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
                },
            ),
            Custom(
                Custom {
                    name: "dch",
                    args: {
                        "debemail": String("liw@liw.fi"),
                        "debfullname": String("Lars Wirzenius"),
                    },
                },
            ),
            Deb(
                Deb,
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vde",
                    directory: "/workspace/cache",
                },
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vdd",
                    directory: "/workspace/artifacts",
                },
            ),
        ],
        executor_drive: Some(
            "/dev/vdb",
        ),
        source_drive: Some(
            "/dev/vdc",
        ),
        artifact_drive: Some(
            "/dev/vdd",
        ),
        cache_drive: Some(
            "/dev/vde",
        ),
        deps_drive: Some(
            "/dev/vdf",
        ),
        workspace_dir: Some(
            "/workspace",
        ),
        source_dir: Some(
            "/workspace/src",
        ),
        deps_dir: Some(
            "/workspace/deps",
        ),
        cache_dir: Some(
            "/workspace/cache",
        ),
        artifacts_dir: Some(
            "/workspace/artifacts",
        ),
    }
[2025-12-18T06:08:45Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-18T06:08:45Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpdO4aCC/ambient-execute-plan/run-ci
[2025-12-18T06:08:45Z DEBUG ambient_ci::run] copy OK: true
[2025-12-18T06:08:45Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpdO4aCC/executor.tar
[2025-12-18T06:08:53Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2025-12-18T06:08:53Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh, exists? true
[2025-12-18T06:08:53Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2025-12-18T06:08:53Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log OK
[2025-12-18T06:08:53Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-18T06:08:53Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-18T06:08:53Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-12-18T06:08:53Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-18T06:08:53Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-12-18T06:08:53Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-18T06:08:53Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-18T06:08:53Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpJ8CIR5/.tmpuVmFSU/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-18T06:08:53Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-18T06:08:53Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-12-18T06:08:53Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpHoRQta/meta-data
[2025-12-18T06:08:53Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpHoRQta/user-data
[2025-12-18T06:08:53Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpJ8CIR5/.tmpuVmFSU/console.log
[2025-12-18T06:08:53Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpJ8CIR5/.tmpuVmFSU/console.log
[2025-12-18T06:08:53Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2025-12-18T06:08:53Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2025-12-18T06:08:53Z 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/.tmpJ8CIR5/.tmpuVmFSU/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/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/.tmpJ8CIR5/.tmpuVmFSU/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpJ8CIR5/.tmpuVmFSU/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpdO4aCC/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpJ8CIR5/.tmpuVmFSU/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpdO4aCC/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpdO4aCC/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpdO4aCC/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpdO4aCC/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-12-18T06:09:56Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-18T06:09:56Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-12-18T06:08:56Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-18T06:08:56Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-18T06:08:56Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-18T06:08:56Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-12-18T06:08:56Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /workspace
    - action: mkdir
      pathname: /workspace/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /workspace/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /workspace/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /workspace/cache
    - action: cargo_fmt
    - action: cargo_clippy
    - action: cargo_build
    - action: cargo_test
    - action: shell
      shell: |
        make -C doc
        cp doc/*.html /workspace/artifacts
        git reset --hard
        git clean -fdx
    - action: custom
      name: dch
      args:
        debemail: liw@liw.fi
        debfullname: Lars Wirzenius
    - action: deb
    - action: tar_create
      archive: /dev/vde
      directory: /workspace/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /workspace/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /workspace
    source_dir: /workspace/src
    deps_dir: /workspace/deps
    cache_dir: /workspace/cache
    artifacts_dir: /workspace/artifacts
    
    
    [2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-18T06:08:56Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-12-18T06:08:56Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:08:56Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-12-18T06:08:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-18T06:08:56Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-12-18T06:08:58Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-18T06:08:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:08:58Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-18T06:08:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-18T06:08:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-18T06:08:58Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-12-18T06:09:13Z TRACE ambient_ci::vdrive] extraction OK
    [2025-12-18T06:09:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:09:13Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2025-12-18T06:09:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2025-12-18T06:09:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.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)
    [2025-12-18T06:09:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:09:13Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2025-12-18T06:09:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2025-12-18T06:09:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.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 ambient-ci v0.10.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
    [2025-12-18T06:09:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:09:16Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2025-12-18T06:09:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2025-12-18T06:09:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.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", "build", "--offline", "--locked", "--workspace", "--all-targets"]
           cwd=/workspace/src (exists? true)
       Compiling ambient-ci v0.10.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
    [2025-12-18T06:09:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:09:18Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2025-12-18T06:09:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2025-12-18T06:09:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.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", "test", "--offline", "--locked", "--workspace"]
           cwd=/workspace/src (exists? true)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
         Running unittests src/lib.rs (/workspace/cache/debug/deps/ambient_ci-ab7615e63fdbc733)
    
    running 22 tests
    test action::test::mkdir_action ... ok
    test action_impl::tar::test::tar_create_action ... ok
    test action_impl::tar::test::tar_extract_action ... ok
    test cloud_init::test::metadata ... ok
    test cloud_init::test::userdata ... ok
    test cloud_init::test::userdata_fails_without_runcmd ... ok
    test config::test::does_not_merge_unset ... ok
    test config::test::merges_legacy_value_into_qemu ... ok
    test config::test::merges_set_value ... ok
    test plan::test::round_trip ... ok
    test run::test_run_decision::commit_changed ... ok
    test run::test_run_decision::dry_run_for_commit_changed ... ok
    test run::test_run_decision::dry_run_for_commit_changed_with_force ... ok
    test run::test_run_decision::dry_run_for_unchanged ... ok
    test run::test_run_decision::dry_run_for_unchanged_but_dirty ... ok
    test run::test_run_decision::dry_run_for_unchanged_but_dirty_with_force ... ok
    test run::test_run_decision::dry_run_for_unchanged_with_force ... ok
    test run::test_run_decision::is_not_git ... ok
    test run::test_run_decision::unchanged ... ok
    test run::test_run_decision::unchanged_commit_but_dirty ... ok
    test run::test_run_decision::unchanged_with_force ... ok
    test cloud_init::test::iso ... ok
    
    test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
    
         Running unittests src/bin/ambient.rs (/workspace/cache/debug/deps/ambient-721f27d47708e005)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running unittests src/bin/ambient-execute-plan.rs (/workspace/cache/debug/deps/ambient_execute_plan-76f6d2199aaeaf22)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
       Doc-tests ambient_ci
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    [2025-12-18T06:09:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:09:19Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "make -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
            },
        )
    [2025-12-18T06:09:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "make -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
            },
        )
    [2025-12-18T06:09:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake -C doc\ncp doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n\n"]
           cwd=/workspace/src (exists? true)
    + make -C doc
    make: Entering directory '/workspace/src/doc'
    subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
    fatal: No names found, cannot describe anything.
     INFO Starting Subplot
     INFO Subplot finished successfully
    make: Leaving directory '/workspace/src/doc'
    + cp doc/userguide.html /workspace/artifacts
    + git reset --hard
    HEAD is now at e0b72f1d doc: add all actions to the user guide
    + git clean -fdx
    Removing doc/userguide.html
    [2025-12-18T06:09:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:09:19Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debemail": String("liw@liw.fi"),
                    "debfullname": String("Lars Wirzenius"),
                },
            },
        )
    [2025-12-18T06:09:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debemail": String("liw@liw.fi"),
                    "debfullname": String("Lars Wirzenius"),
                },
            },
        )
    [2025-12-18T06:09:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    custom: source=/workspace/src
    custom: exe=".ambient/dch" exists=false
    HEAD is now at e0b72f1d doc: add all actions to the user guide
    custom action "dch" exit code Some(0)
    [2025-12-18T06:09:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:09:19Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb,
        )
    [2025-12-18T06:09:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb,
        )
    [2025-12-18T06:09:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n        "]
           cwd=/workspace/src (exists? true)
    + echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
    PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + export CARGO_HOME=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export DEBEMAIL=liw@liw.fi
    + DEBEMAIL=liw@liw.fi
    + export 'DEBFULLNAME=Lars Wirzenius'
    + DEBFULLNAME='Lars Wirzenius'
    + /bin/env
    DEBFULLNAME=Lars Wirzenius
    CARGO_TARGET_DIR=/workspace/cache
    PWD=/workspace/src
    SYSTEMD_EXEC_PID=314
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=4f6abe7c0b1f496783aefec846dd5ebb
    SHLVL=2
    JOURNAL_STREAM=8:14852
    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=ambient-ci
    ++ dpkg-parsechangelog -SVersion
    + version=0.10.0.ci20251218T060919-1
    ++ echo 0.10.0.ci20251218T060919-1
    ++ sed 's/-[^-]*$//'
    + uv=0.10.0.ci20251218T060919
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../ambient-ci_0.10.0.ci20251218T060919.orig.tar.xz
    + deb=../ambient-ci_0.10.0.ci20251218T060919-1_amd64.deb
    + changes=../ambient-ci_0.10.0.ci20251218T060919-1_amd64.changes
    + git archive HEAD
    + xz
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package ambient-ci
    dpkg-buildpackage: info: source version 0.10.0.ci20251218T060919-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 ambient-ci using existing ./ambient-ci_0.10.0.ci20251218T060919.orig.tar.xz
    dpkg-source: info: building ambient-ci in ambient-ci_0.10.0.ci20251218T060919-1.debian.tar.xz
    dpkg-source: info: building ambient-ci in ambient-ci_0.10.0.ci20251218T060919-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'
    make -C doc
    make[2]: Entering directory '/workspace/src/doc'
    subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
    fatal: No names found, cannot describe anything.
     INFO Starting Subplot
     INFO Subplot finished successfully
    make[2]: Leaving directory '/workspace/src/doc'
    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 --target x86_64-unknown-linux-musl --path=. --root=debian/ambient-ci/usr
      Installing ambient-ci v0.10.0 (/workspace/src)
       Compiling ambient-ci v0.10.0 (/workspace/src)
        Finished `release` profile [optimized] target(s) in 11.45s
      Installing debian/ambient-ci/usr/bin/ambient
      Installing debian/ambient-ci/usr/bin/ambient-execute-plan
       Installed package `ambient-ci v0.10.0 (/workspace/src)` (executables `ambient`, `ambient-execute-plan`)
    warning: be sure to add `debian/ambient-ci/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
    dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
    dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
       dh_installdeb
       dh_gencontrol
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'ambient-ci-dbgsym' in '../ambient-ci-dbgsym_0.10.0.ci20251218T060919-1_amd64.deb'.
    dpkg-deb: building package 'ambient-ci' in '../ambient-ci_0.10.0.ci20251218T060919-1_amd64.deb'.
     dpkg-genbuildinfo -O../ambient-ci_0.10.0.ci20251218T060919-1_amd64.buildinfo
     dpkg-genchanges -O../ambient-ci_0.10.0.ci20251218T060919-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 3540
    -rw-r--r--  1 root root  499300 Dec 18 06:09 ambient-ci-dbgsym_0.10.0.ci20251218T060919-1_amd64.deb
    -rw-r--r--  1 root root    2076 Dec 18 06:09 ambient-ci_0.10.0.ci20251218T060919-1.debian.tar.xz
    -rw-r--r--  1 root root     966 Dec 18 06:09 ambient-ci_0.10.0.ci20251218T060919-1.dsc
    -rw-r--r--  1 root root    5894 Dec 18 06:09 ambient-ci_0.10.0.ci20251218T060919-1_amd64.buildinfo
    -rw-r--r--  1 root root    2447 Dec 18 06:09 ambient-ci_0.10.0.ci20251218T060919-1_amd64.changes
    -rw-r--r--  1 root root 3010092 Dec 18 06:09 ambient-ci_0.10.0.ci20251218T060919-1_amd64.deb
    -rw-r--r--  1 root root   77028 Dec 18 06:09 ambient-ci_0.10.0.ci20251218T060919.orig.tar.xz
    drwxr-xr-x  2 root root    4096 Dec 18 06:09 artifacts
    drwxr-xr-x  5 root root    4096 Sep 20 05:49 cache
    drwxr-xr-x  3 root root    4096 Dec 18 06:08 deps
    drwxr-xr-x 10 root root    4096 Dec 18 06:09 src
    + for x in ../*.deb
    + dpkg -c ../ambient-ci-dbgsym_0.10.0.ci20251218T060919-1_amd64.deb
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/lib/
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/lib/debug/.build-id/1f/
    -rw-r--r-- root/root   1996760 2025-12-18 06:09 ./usr/lib/debug/.build-id/1f/4cbb402cc4e4d6091bb6081addb3512b8fef91.debug
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/lib/debug/.build-id/6f/
    -rw-r--r-- root/root   1614904 2025-12-18 06:09 ./usr/lib/debug/.build-id/6f/71d1fe8538a8507fa56c53240686042d801f89.debug
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2025-12-18 06:09 ./usr/share/doc/ambient-ci-dbgsym -> ambient-ci
    + for x in ../*.deb
    + dpkg -c ../ambient-ci_0.10.0.ci20251218T060919-1_amd64.deb
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/bin/
    -rwxr-xr-x root/root   8294720 2025-12-18 06:09 ./usr/bin/ambient
    -rwxr-xr-x root/root   6336768 2025-12-18 06:09 ./usr/bin/ambient-execute-plan
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/doc/
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/doc/ambient-ci/
    -rw-r--r-- root/root       411 2025-12-18 06:09 ./usr/share/doc/ambient-ci/changelog.Debian.gz
    -rw-r--r-- root/root       340 2025-12-18 06:09 ./usr/share/doc/ambient-ci/copyright
    -rw-r--r-- root/root     30738 2025-12-18 06:09 ./usr/share/doc/ambient-ci/userguide.html
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/lintian/
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/lintian/overrides/
    -rw-r--r-- root/root       266 2025-12-18 06:09 ./usr/share/lintian/overrides/ambient-ci
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/man/
    drwxr-xr-x root/root         0 2025-12-18 06:09 ./usr/share/man/man1/
    -rw-r--r-- root/root       261 2025-12-18 06:09 ./usr/share/man/man1/ambient-execute-plan.1.gz
    -rw-r--r-- root/root       205 2025-12-18 06:09 ./usr/share/man/man1/ambient.1.gz
    + mv ../ambient-ci-dbgsym_0.10.0.ci20251218T060919-1_amd64.deb ../ambient-ci_0.10.0.ci20251218T060919-1.debian.tar.xz ../ambient-ci_0.10.0.ci20251218T060919-1.dsc ../ambient-ci_0.10.0.ci20251218T060919-1_amd64.buildinfo ../ambient-ci_0.10.0.ci20251218T060919-1_amd64.changes ../ambient-ci_0.10.0.ci20251218T060919-1_amd64.deb ../ambient-ci_0.10.0.ci20251218T060919.orig.tar.xz /workspace/artifacts
    [2025-12-18T06:09:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:09:37Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-18T06:09:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-12-18T06:09:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-18T06:09:37Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-12-18T06:09:37Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-12-18T06:09:37Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-12-18T06:09:37Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-12-18T06:09:37Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-12-18T06:09:37Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2025-12-18T06:09:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:09:51Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-12-18T06:09:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-12-18T06:09:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "CARGO_HOME": "/workspace/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-12-18T06:09:51Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2025-12-18T06:09:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-12-18T06:09:51Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-12-18T06:09:56Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-18T06:09:57Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-18T06:09:57Z DEBUG ambient_ci::run] remove old cache
[2025-12-18T06:09:58Z DEBUG ambient_ci::run] extract cache
[2025-12-18T06:10:04Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-18T06:10:04Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-18T06:10:04Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/meta.yaml
[2025-12-18T06:10:06Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>