CI run for rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN

Radicle repository id rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN

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
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   850K  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 606.7M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-11-30 06:51 ./
-rw-r--r-- _rad/_rad       905 2025-11-30 06:51 ./plan.yaml
-rwxr-xr-x _rad/_rad   6394112 2025-11-30 06:51 ./run-ci
INFO: Extracted files:
  6160394      4 drwxr-xr-x   2 1000     1000         4096 Nov 30 06:51 .
  6160390      4 -rw-r--r--   1 1000     1000          905 Nov 30 06:51 ./plan.yaml
  6160391   6248 -rwxr-xr-x   1 1000     1000      6394112 Nov 30 06:51 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-11-30T06:52:05Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:52:05Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:52:05Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:52:05Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-11-30T06:52:05Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
  pathname: /workspace
- action: mkdir
  pathname: /workspace/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /workspace/src
- action: tar_extract
  archive: /dev/vdf
  directory: /workspace/deps
- action: tar_extract
  archive: /dev/vde
  directory: /workspace/cache
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_test
- action: cargo_doc
- action: custom
  name: dch
  args:
    debemail: liw@liw.fi
    debfullname: Lars Wirzenius
- action: deb
- action: tar_create
  archive: /dev/vde
  directory: /workspace/cache
- action: tar_create
  archive: /dev/vdd
  directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts


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

running 0 tests

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

     Running unittests src/main.rs (/workspace/cache/debug/deps/wumpus_hunter-5a9ca556083ae328)

running 0 tests

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

     Running tests/wumpus.rs (/workspace/cache/debug/deps/wumpus-176e974a8cd45e9c)

running 6 tests
test checks_for_temporary_files_from_test ... ok
test clone_repository ... ok
test get_updates ... ok
test smoke_test_with_failures ... ok
test smoke_test_with_successes ... ok
test test_run_takes_too_long ... ok

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

   Doc-tests wumpus_hunter

running 0 tests

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

[2025-11-30T06:53:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:53:30Z DEBUG ambient_ci::plan] RUN: Action CargoDoc(
        CargoDoc,
    )
[2025-11-30T06:53:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoDoc(
        CargoDoc,
    )
[2025-11-30T06:53:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["env", "RUSTDOCFLAGS=-D warnings", "cargo", "doc", "--workspace"]
       cwd=/workspace/src (exists? true)
   Compiling wumpus-hunter v0.2.0 (/workspace/src)
 Documenting wumpus-hunter v0.2.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
   Generated /workspace/cache/doc/wumpus_hunter/index.html
[2025-11-30T06:53:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:53:34Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debemail": String("liw@liw.fi"),
                "debfullname": String("Lars Wirzenius"),
            },
        },
    )
[2025-11-30T06:53:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debemail": String("liw@liw.fi"),
                "debfullname": String("Lars Wirzenius"),
            },
        },
    )
[2025-11-30T06:53:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
HEAD is now at 392fd81 ci: use custom dch action for Ambient
custom action "dch" exit code Some(0)
[2025-11-30T06:53:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:53:35Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb,
    )
[2025-11-30T06:53:35Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb,
    )
[2025-11-30T06:53:35Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n        "]
       cwd=/workspace/src (exists? true)
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=295
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=d65e95b5439c498a9eda6d4e517910a0
SHLVL=2
JOURNAL_STREAM=8:13370
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
+ command -v cargo
/root/.cargo/bin/cargo
+ command -v rustc
/root/.cargo/bin/rustc
+ cargo --version
cargo 1.91.1 (ea2d97820 2025-10-10)
+ rustc --version
rustc 1.91.1 (ed61e7d7e 2025-11-07)
++ dpkg-parsechangelog -SSource
+ name=wumpus-hunter
++ dpkg-parsechangelog -SVersion
+ version=0.1.1.ci20251130T065334-1
++ echo 0.1.1.ci20251130T065334-1
++ sed 's/-[^-]*$//'
+ uv=0.1.1.ci20251130T065334
++ dpkg --print-architecture
+ arch=amd64
+ orig=../wumpus-hunter_0.1.1.ci20251130T065334.orig.tar.xz
+ deb=../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.deb
+ changes=../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package wumpus-hunter
dpkg-buildpackage: info: source version 0.1.1.ci20251130T065334-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building wumpus-hunter using existing ./wumpus-hunter_0.1.1.ci20251130T065334.orig.tar.xz
dpkg-source: info: building wumpus-hunter in wumpus-hunter_0.1.1.ci20251130T065334-1.debian.tar.xz
dpkg-source: info: building wumpus-hunter in wumpus-hunter_0.1.1.ci20251130T065334-1.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/src'
echo tests 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 --offline --locked --path=. --root=debian/wumpus-hunter
  Installing wumpus-hunter v0.2.0 (/workspace/src)
warning: package `crossbeam-channel v0.5.14` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
   Compiling wumpus-hunter v0.2.0 (/workspace/src)
    Finished `release` profile [optimized] target(s) in 5.96s
  Installing debian/wumpus-hunter/bin/wumpus-hunter
   Installed package `wumpus-hunter v0.2.0 (/workspace/src)` (executable `wumpus-hunter`)
warning: be sure to add `debian/wumpus-hunter/bin` to your PATH to be able to run the installed binaries
rm -f debian/*/.crates*.*
make[1]: Leaving directory '/workspace/src'
   dh_installdocs
   dh_installchangelogs
   dh_lintian
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'wumpus-hunter-dbgsym' in '../wumpus-hunter-dbgsym_0.1.1.ci20251130T065334-1_amd64.deb'.
dpkg-deb: building package 'wumpus-hunter' in '../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.deb'.
 dpkg-genbuildinfo -O../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.buildinfo
 dpkg-genchanges -O../wumpus-hunter_0.1.1.ci20251130T065334-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 1268
drwxr-xr-x 2 root root    4096 Nov 30 06:52 artifacts
drwxr-xr-x 6 root root    4096 Sep 22 09:09 cache
drwxr-xr-x 3 root root    4096 Nov 30 06:51 deps
drwxr-xr-x 8 root root    4096 Nov 30 06:53 src
-rw-r--r-- 1 root root  137260 Nov 30 06:53 wumpus-hunter-dbgsym_0.1.1.ci20251130T065334-1_amd64.deb
-rw-r--r-- 1 root root    1972 Nov 30 06:53 wumpus-hunter_0.1.1.ci20251130T065334-1.debian.tar.xz
-rw-r--r-- 1 root root    1026 Nov 30 06:53 wumpus-hunter_0.1.1.ci20251130T065334-1.dsc
-rw-r--r-- 1 root root    6379 Nov 30 06:53 wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.buildinfo
-rw-r--r-- 1 root root    2506 Nov 30 06:53 wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.changes
-rw-r--r-- 1 root root 1087124 Nov 30 06:53 wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.deb
-rw-r--r-- 1 root root   28972 Nov 30 06:53 wumpus-hunter_0.1.1.ci20251130T065334.orig.tar.xz
+ for x in ../*.deb
+ dpkg -c ../wumpus-hunter-dbgsym_0.1.1.ci20251130T065334-1_amd64.deb
drwxr-xr-x root/root         0 2025-11-30 06:53 ./
drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/
drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/lib/
drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/lib/debug/.build-id/21/
-rw-r--r-- root/root    949224 2025-11-30 06:53 ./usr/lib/debug/.build-id/21/37e637cb5d61a7bfb7148a636bf95714dcc89d.debug
drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/
drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-11-30 06:53 ./usr/share/doc/wumpus-hunter-dbgsym -> wumpus-hunter
+ for x in ../*.deb
+ dpkg -c ../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.deb
drwxr-xr-x root/root         0 2025-11-30 06:53 ./
drwxr-xr-x root/root         0 2025-11-30 06:53 ./bin/
-rwxr-xr-x root/root   3743040 2025-11-30 06:53 ./bin/wumpus-hunter
drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/
drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/
drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/doc/wumpus-hunter/
-rw-r--r-- root/root       257 2025-11-30 06:53 ./usr/share/doc/wumpus-hunter/changelog.Debian.gz
-rw-r--r-- root/root       387 2025-11-30 06:53 ./usr/share/doc/wumpus-hunter/copyright
drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/lintian/overrides/
-rw-r--r-- root/root        89 2025-11-30 06:53 ./usr/share/lintian/overrides/wumpus-hunter
+ mv ../wumpus-hunter-dbgsym_0.1.1.ci20251130T065334-1_amd64.deb ../wumpus-hunter_0.1.1.ci20251130T065334-1.debian.tar.xz ../wumpus-hunter_0.1.1.ci20251130T065334-1.dsc ../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.buildinfo ../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.changes ../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.deb ../wumpus-hunter_0.1.1.ci20251130T065334.orig.tar.xz /workspace/artifacts
[2025-11-30T06:53:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:53:47Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-30T06:53:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        },
    )
[2025-11-30T06:53:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:53:47Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-11-30T06:53:47Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-11-30T06:53:47Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-11-30T06:53:47Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-11-30T06:53:47Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-11-30T06:53:47Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-11-30T06:54:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:54:09Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-11-30T06:54:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        },
    )
[2025-11-30T06:54:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
            "CARGO_HOME": "/workspace/deps",
        },
        source_dir: "/workspace/src",
        deps_dir: "/workspace/deps",
        artifacts_dir: "/workspace/artifacts",
    }
[2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] calling tar_create
[2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-11-30T06:54:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:54:09Z 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:zd4kAF7rQFKbCHAdbcF6zVkx8MyN",
    "name": "wumpus-hunter",
    "description": "Run test suite for project repeatedly, to find flaky tests",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "392fd81d5f40e6dc14b67ce7f130934a8e483809",
  "after": "392fd81d5f40e6dc14b67ce7f130934a8e483809",
  "branch": "main",
  "commits": [
    "392fd81d5f40e6dc14b67ce7f130934a8e483809"
  ]
}

Ambient stdout

[2025-11-30T06:51:14Z INFO  ambient] ambient starts
[2025-11-30T06:51:14Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-11-30T06:51:14Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-11-30T06:51:14Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN/meta.yaml
[2025-11-30T06:51:14Z DEBUG ambient_ci::run] latest commit: "392fd81d5f40e6dc14b67ce7f130934a8e483809"
[2025-11-30T06:51:14Z DEBUG ambient_ci::run] is a git repository
[2025-11-30T06:51:14Z DEBUG ambient_ci::run] git repository is clean
[2025-11-30T06:51:14Z DEBUG ambient_ci::run] current (HEAD) commit: 392fd81d5f40e6dc14b67ce7f130934a8e483809
[2025-11-30T06:51:14Z DEBUG ambient_ci::run] no dry run requested
[2025-11-30T06:51:14Z DEBUG ambient_ci::run] forced run requested
[2025-11-30T06:51:14Z DEBUG ambient_ci::run] run? true
[2025-11-30T06:51:14Z INFO  ambient_ci::run] project rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN: running CI
[2025-11-30T06:51:14Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-11-30T06:51:14Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2025-11-30T06:51:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2025-11-30T06:51:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN/cache",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN/dependencies",
        },
        source_dir: "/tmp/.tmpAHfiC2/src",
        deps_dir: "/home/_rad/ambient-state/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpAHfiC2/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpAHfiC2/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpAHfiC2/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpAHfiC2/src => /tmp/.tmpdLzFbB
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/wumpus.yaml wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/wumpus.subplot wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/wumpus.md wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/tests wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/tests/wumpus.rs wanted=true
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpAHfiC2/src/tests/wumpus.rs => /tmp/.tmpdLzFbB/tests/wumpus.rs
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/src wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/src/wumpus.css wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/src/subplot.rs wanted=true
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpAHfiC2/src/src/subplot.rs => /tmp/.tmpdLzFbB/src/subplot.rs
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/src/spec.rs wanted=true
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpAHfiC2/src/src/spec.rs => /tmp/.tmpdLzFbB/src/spec.rs
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/src/runlog.rs wanted=true
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpAHfiC2/src/src/runlog.rs => /tmp/.tmpdLzFbB/src/runlog.rs
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/src/run.rs wanted=true
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpAHfiC2/src/src/run.rs => /tmp/.tmpdLzFbB/src/run.rs
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/src/report.rs wanted=true
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpAHfiC2/src/src/report.rs => /tmp/.tmpdLzFbB/src/report.rs
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/src/main.rs wanted=true
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpAHfiC2/src/src/main.rs => /tmp/.tmpdLzFbB/src/main.rs
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/src/lib.rs wanted=true
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpAHfiC2/src/src/lib.rs => /tmp/.tmpdLzFbB/src/lib.rs
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/spec.yaml wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/debian wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/debian/source wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/debian/source/format wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/debian/rules wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/debian/lintian-overrides wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/debian/copyright wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/debian/control wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/debian/compat wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/debian/changelog wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/debian/cargo-checksum.json wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/debian/build-deb wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/build.rs wanted=true
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpAHfiC2/src/build.rs => /tmp/.tmpdLzFbB/build.rs
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/README.md wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/Cargo.toml wanted=true
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpAHfiC2/src/Cargo.toml => /tmp/.tmpdLzFbB/Cargo.toml
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/Cargo.lock wanted=true
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpAHfiC2/src/Cargo.lock => /tmp/.tmpdLzFbB/Cargo.lock
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.radicle wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.radicle/ambient.yaml wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.gitignore wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.ambient wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.ambient/dch wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/index wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/HEAD wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/config wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/logs wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/logs/HEAD wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/logs/refs wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/logs/refs/heads wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/logs/refs/heads/main wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/logs/refs/remotes wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/logs/refs/remotes/origin wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/packed-refs wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/refs wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/refs/remotes wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/refs/remotes/origin wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/refs/tags wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/refs/heads wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/refs/heads/main wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/7b wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/7b/94ed3c901c75e6ea66227f4a51f498cff7b5df wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/0d wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/0d/a281ad88f840b2b7716119eba47bf58fa90405 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/07 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/07/3df2db7d1f0523494d996fbb323684d632084f wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/00 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/00/b6801d199cf7a0cabd785cbfbfbb60aa28e7c9 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/ff wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/ff/e6bfb01c202e2db40c000fbdbef43f631dae24 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/6f wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/6f/ff345d8a8c381ccd8a8dec580a93ba075a185b wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/c6 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/c6/e7c44d8a13fb5669625766da86748d72b83192 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/d6 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/d6/80831c3c181578c05df789f5946a88207764ff wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/d6/fe1709b310e57b55f66f79bc5fa1b26675fe45 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/a0 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/a0/7941b3f695f80466ed228fdfbf5782533305f2 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/5f wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/5f/8f1446f569dca5129f56c5255739e5e50da224 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/ac wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/ac/3de669ac3461d7385541710c45d6d2c3d0f5d5 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/3d wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/3d/ac8e783292a7ca3655f2dab778d2ee8215c8e1 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/b5 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/b5/642facc0c5bc1e4be3e001ae0fab35a092105d wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/e4 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/e4/4a0021dd2bb5524698fd1c43e1c5bf4a154b51 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/06 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/06/689ba75f8fc39f55f02159892c7a61b275b4c7 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/f7 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/f7/28df0dab9281a01a347a8216ee6e93cf804b97 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/a6 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/a6/d4f28d04f71d24deee9110656def848c16bf81 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/a6/74807998b6117ce4b78b1b137a47e13120643a wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/a6/aa26f031589f35fdb64e941e4c336f1cf09cf8 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/a6/c20559d200c5f080842465e01c001a606a07a0 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/1f wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/1f/58bed716e9b5ad84ef4019675aeac61518e40e wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/c2 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/c2/e6a53520a91bd84270616b54fec970b78533d8 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/c2/49696f6138f419f353c7334f84ec70d6e6b1a9 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/c8 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/c8/12b6e7a0a84e9f90f550b501421bec307e2d68 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/86 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/86/a9c9f3a0d7c7ed480d60a3582e4c52f42d735e wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/55 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/55/147e05b9c131d6c387c1c2b049c557a6cb45c4 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/a7 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/a7/c491816605b6b0b4650bc9b0b70b9725a8eb50 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/7c wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/7c/dd0d30af675a2a8e507ad6ac717134b5bd05e8 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/a3 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/a3/e87f49cac335650a22faf716cbae0b5fb43317 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/7d wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/7d/4bbdc7a679dc1a06d099a588e347314fee3752 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/b4 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/b4/482546ee49a6cee17c8ac7cf8a9ad7a5c0e7c9 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/f8 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/f8/3fa7ee702e691ce27ca791524fa52d0f4f1a8f wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/ed wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/ed/2592b3b231a3744567ee04d026a99758bface0 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/49 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/49/b828b2c3884250da4b0c906db5b090bacf04b7 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/45 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/45/099493a62c2fb8e7009bbcfc80baad978ee0c6 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/36 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/36/de594b073656d7ffc19d5fb9ebf5e3d11a0191 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/10 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/10/9567d88c4e2dd84236f7136821bf8ea2db1b33 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/cb wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/cb/3047195d00ca6067d06fbc034dd19f5289da46 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/42 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/42/6586f7ab67c36e539b404fa27f494bf632d963 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/42/17fa07c6f586bb5b06ace10e02f34074d79352 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/87 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/87/83b97be08c04d9eb41500da1eaac8e26fe05b0 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/2e wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/2e/62c15041e25d0b308d3ec1feae4b2418acdf89 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/98 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/98/5f449f9202f0f98d36752c4f753ef2780365d8 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/90 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/90/a6c7a0b5a89f8640975fa12ef4e75f960b7ea8 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/41 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/41/dc5a551f83740624e0dfc37ea59078321aa99d wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/cc wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/cc/74b8224af47927303c6888c8137e1ca0974a68 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/37 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/37/f83820fb1cdc5b1e59b4b6330f9d449a6329f2 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/40 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/40/e56ac92782ca328de4ceaaef87e16219214a29 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/46 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/46/c69ad0a1541b102d68e76d02027cdd4dcb3683 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/fc wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/fc/3ea50595b309ae40f6815d7493eeb7182c9723 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/94 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/94/3019d5e8cc60b7758beda1a544c349622e8df1 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/2b wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/2b/a5dd0040f8cdb66490d1770ef703a24b785b3c wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/c1 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/c1/a2dce9aea80786c8b0ac45d3ea5858087707b5 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/2a wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/2a/a3665fad7e0a624deb751c7ce028a7c3fb8adc wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/70 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/70/8ac9c9796cdde73c53e1a3e636c07939b00c46 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/e2 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/e2/bc1efcde2252d95b267f72bc782b1e98618eb4 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/bc wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/bc/7a147fa8d84e15492dc1a9069392985dabf99e wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/fd wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/fd/597751f7368ef47b7e02b55ae1852ebc001133 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/4a wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/4a/71be03f8a2fc5959ad831a422ad080b0a8bb21 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/3c wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/3c/9edb2fac5ca72fe5a97b3e017aa04b86134bd7 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/ec wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/ec/8c6c0d7b7e740481ab6d80718371ed95ad9ff6 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/ec/800a10c2fd8e39422c8f13908c65ced3a30677 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/e7 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/e7/92d39fbad9d9059ba64b9d6fb8396132f62143 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/6b wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/6b/fa483483ce50f09401349d86d3848d69b41e3e wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/5c wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/5c/3389aa52349b21b6ff1fb7aeab1f205f5b307a wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/04 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/04/09c3b32625b086a154ea0a79e95ca44a78895c wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/04/b8a1e5a3dcee12c98b59a0d417dbe2fd00a845 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/03 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/03/8beadee1f672b4e5e534114014e3320db19995 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/89 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/89/7f05e8e15ab212972b917eb5fc8a0c9f5e316e wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/c0 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/c0/dbeb3a8cac2455f5de00435c1c533e57d865a1 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/c0/f9777e16ff6d80c1b97db7dc8f2ae06f46ab83 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/df wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/df/f885160e44928e67721c7b54219ee67f4acabd wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/3b wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/3b/2559ef1495287452a7042c1bc1833380c23091 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/43 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/43/f6f73cfe1dc031fe097cbf77bb9070716c6a5c wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/48 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/48/53f658054b1aa940b11a02b4c80204db47aa26 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/68 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/68/d63961dc2c9347f869cc16283492c9ebc9f434 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/6a wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/6a/596a762ef6cd862b887747b8fc545b53e99c64 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/8b wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/8b/feaf2e4e348e8c56f463cbc4794bc04462ee3d wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/e1 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/e1/18c4e03b3327cdfb8584a4831bb20b167e43cf wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/e1/531847f4c0c67934e501fb12961fa5d2628c33 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/d4 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/d4/8c29a025b5ea00748b75ff157daefba9acb98b wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/1e wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/1e/8358a7918ad1724b5a416053d7633145f3b15e wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/1e/64d001ea605c2216467fce4df9c9afb74ede03 wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/info wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/info/commit-graph wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/info/packs wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-00f73ab782ede35100dfbc7ec8ac748d499fc8e4.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-0a6154eef0cab52d2eba19d35a25c0ecc5620fd6.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-0d548838646028fc6e443edbbd5d3ce058a0f617.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-311f162c83bab27263855b0730b4c5aeeed59d09.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-4041b702c57c7f551eb0372a8b5b275e27d53f46.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-bfe15deeebfe19b1cab490022640c25bdc0a3517.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-aec48a854f8c26ad0ca4eddb2c14f73f31a9afc0.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-fe7b69c4afe040835f8723d5d6183ae291017d87.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-f6ffb86ac6222da712dd1a7e4a22c7beb38a2e5f.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-f4eb18d8ec3aee44ba46a5bcaf56fe817bf2c765.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-ec65c523cd8b5697f6948286276ef6effd22c00b.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-708e79d9723363501dbdc5101c34474fd99c7ff2.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-ac5124b03ffce2c38a47d3ba42f1c6e53def6032.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-ba47d76e98db3e8a55e2fcbefa402d2d92d7bcd3.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-691564143a1f457dd03dc60c33da029c138a0d96.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-c4921b2635f666a49b542b1b70867d3a65d5e38d.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-529f6fd72553fc80c91ab820d57022b4932fbe5e.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-311f162c83bab27263855b0730b4c5aeeed59d09.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-62af41bfb1a1ffa5e054521925eced2bebfc20b5.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-27d90d693ec4ad7c8a73e5e81d5b0d1d2735dd50.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-3d7ea2514ad427294ad80c19b5f4593b11d7420c.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-de5dfac8665248a1a35c33b9e5b5e63a6dd0cc3e.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-9eb4901d6a0029a5a237907a215ed483be624a84.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-074be6e2ee39d60b47d68baf98df0f8a4747e4e5.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-90833ae0579e102af26338c32400458202a28f9a.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-3f1bdadc141fb0aa1d1b2f7bdfe860197896b6f9.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-bbbc5417b28bb8461ba682e6418d201a41c35b18.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-c4921b2635f666a49b542b1b70867d3a65d5e38d.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-14e8b5c7152c5f3ec7002a417fd16290b841d451.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-3d7ea2514ad427294ad80c19b5f4593b11d7420c.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-9421b48c7634fe63b0e27bcb3eb0e53c3bcaf84d.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-529f6fd72553fc80c91ab820d57022b4932fbe5e.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-82b853546c2ffd91ba9fcc6ffb2705bff7915d93.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-de5dfac8665248a1a35c33b9e5b5e63a6dd0cc3e.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-50b67a2ab032a69d18750c6a2c14321a041b61db.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-aec48a854f8c26ad0ca4eddb2c14f73f31a9afc0.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-82b853546c2ffd91ba9fcc6ffb2705bff7915d93.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-fe7b69c4afe040835f8723d5d6183ae291017d87.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-da519efdae889fa37485b196f3e06225ba648d97.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-aec7394dd9b608b17ae9638c15a25b85b89d2e86.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-50b67a2ab032a69d18750c6a2c14321a041b61db.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-bf31cb55885dbafa91d865e9b100ea928c568cf4.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-529f6fd72553fc80c91ab820d57022b4932fbe5e.rev wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-3e4169810a4e9b9459fb5ae724ff7dc55a58a72b.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-2d9a66d12099df7cbdf358dae5f886a92973074f.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-0d548838646028fc6e443edbbd5d3ce058a0f617.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-4041b702c57c7f551eb0372a8b5b275e27d53f46.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-bbbc5417b28bb8461ba682e6418d201a41c35b18.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-bf31cb55885dbafa91d865e9b100ea928c568cf4.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-f4eb18d8ec3aee44ba46a5bcaf56fe817bf2c765.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-6da91c7f550051659b400a871a6695f07b6e02e5.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-f6ffb86ac6222da712dd1a7e4a22c7beb38a2e5f.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-ca17c191fc73ba53f9a5b92194daec3cbdf41b2b.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-e72ee7d694d34fbb04df950a37a3dd20574dbcaa.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-aec7394dd9b608b17ae9638c15a25b85b89d2e86.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-0a6154eef0cab52d2eba19d35a25c0ecc5620fd6.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-14e8b5c7152c5f3ec7002a417fd16290b841d451.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-ca17c191fc73ba53f9a5b92194daec3cbdf41b2b.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-80a6c1d03b742b54478b0588ecb6fa2a6388bea8.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-708e79d9723363501dbdc5101c34474fd99c7ff2.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-4dec3acbf587d939dbb05cd5b6217dcc4085280b.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-ec65c523cd8b5697f6948286276ef6effd22c00b.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-00f73ab782ede35100dfbc7ec8ac748d499fc8e4.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-4295d0a7196fb273b18ebc2cbcc8903a063a5ffa.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-bdc14b7cbb48e13995f9c10988ec855d06db7b25.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-9421b48c7634fe63b0e27bcb3eb0e53c3bcaf84d.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-95e21bcbdb462960dc5f9fc18ea7a6babe27ac5f.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-da519efdae889fa37485b196f3e06225ba648d97.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-074be6e2ee39d60b47d68baf98df0f8a4747e4e5.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-95e21bcbdb462960dc5f9fc18ea7a6babe27ac5f.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-34f9e4760744622a7052f3dd14274f8d20239847.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-3e4169810a4e9b9459fb5ae724ff7dc55a58a72b.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-27d90d693ec4ad7c8a73e5e81d5b0d1d2735dd50.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-90833ae0579e102af26338c32400458202a28f9a.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-bdc14b7cbb48e13995f9c10988ec855d06db7b25.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-6da91c7f550051659b400a871a6695f07b6e02e5.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-2d9a66d12099df7cbdf358dae5f886a92973074f.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-80a6c1d03b742b54478b0588ecb6fa2a6388bea8.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-3f1bdadc141fb0aa1d1b2f7bdfe860197896b6f9.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-691564143a1f457dd03dc60c33da029c138a0d96.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-9eb4901d6a0029a5a237907a215ed483be624a84.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-e72ee7d694d34fbb04df950a37a3dd20574dbcaa.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-34f9e4760744622a7052f3dd14274f8d20239847.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-62af41bfb1a1ffa5e054521925eced2bebfc20b5.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-bfe15deeebfe19b1cab490022640c25bdc0a3517.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-b26d2ad0ae0fb6f44833b33e5a15407956fd2f31.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-4dec3acbf587d939dbb05cd5b6217dcc4085280b.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-529f6fd72553fc80c91ab820d57022b4932fbe5e.bitmap wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-b26d2ad0ae0fb6f44833b33e5a15407956fd2f31.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-ac5124b03ffce2c38a47d3ba42f1c6e53def6032.pack wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-ba47d76e98db3e8a55e2fcbefa402d2d92d7bcd3.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/objects/pack/pack-4295d0a7196fb273b18ebc2cbcc8903a063a5ffa.idx wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/branches wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/update.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/commit-msg.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/post-update.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/pre-push.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/pre-rebase.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/pre-commit.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/pre-receive.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/description wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/info wanted=false
[2025-11-30T06:51:14Z DEBUG ambient_ci::util] path=/tmp/.tmpAHfiC2/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpdLzFbB (exists? true)
[2025-11-30T06:51:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-11-30T06:51:15Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-30T06:51:15Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpzwV4hj/src.tar
[2025-11-30T06:51:15Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpzwV4hj/deps.tar
[2025-11-30T06:51:22Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-11-30T06:51:22Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir(
                Mkdir {
                    pathname: "/workspace",
                },
            ),
            Mkdir(
                Mkdir {
                    pathname: "/workspace/artifacts",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdc",
                    directory: "/workspace/src",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdf",
                    directory: "/workspace/deps",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vde",
                    directory: "/workspace/cache",
                },
            ),
            CargoFmt(
                CargoFmt,
            ),
            CargoClippy(
                CargoClippy,
            ),
            CargoTest(
                CargoTest,
            ),
            CargoDoc(
                CargoDoc,
            ),
            Custom(
                Custom {
                    name: "dch",
                    args: {
                        "debemail": String("liw@liw.fi"),
                        "debfullname": String("Lars Wirzenius"),
                    },
                },
            ),
            Deb(
                Deb,
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vde",
                    directory: "/workspace/cache",
                },
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vdd",
                    directory: "/workspace/artifacts",
                },
            ),
        ],
        executor_drive: Some(
            "/dev/vdb",
        ),
        source_drive: Some(
            "/dev/vdc",
        ),
        artifact_drive: Some(
            "/dev/vdd",
        ),
        cache_drive: Some(
            "/dev/vde",
        ),
        deps_drive: Some(
            "/dev/vdf",
        ),
        workspace_dir: Some(
            "/workspace",
        ),
        source_dir: Some(
            "/workspace/src",
        ),
        deps_dir: Some(
            "/workspace/deps",
        ),
        cache_dir: Some(
            "/workspace/cache",
        ),
        artifacts_dir: Some(
            "/workspace/artifacts",
        ),
    }
[2025-11-30T06:51:22Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-11-30T06:51:22Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpzwV4hj/ambient-execute-plan/run-ci
[2025-11-30T06:51:22Z DEBUG ambient_ci::run] copy OK: true
[2025-11-30T06:51:22Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpzwV4hj/executor.tar
[2025-11-30T06:51:58Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN/run.log
[2025-11-30T06:51:58Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN, exists? true
[2025-11-30T06:51:58Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN/run.log
[2025-11-30T06:51:58Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN/run.log OK
[2025-11-30T06:51:58Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-11-30T06:51:58Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-11-30T06:51:58Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-11-30T06:51:58Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-11-30T06:51:58Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-11-30T06:51:58Z DEBUG ambient_ci::qemu] run QEMU
[2025-11-30T06:51:58Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-11-30T06:51:58Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpQymbRY/.tmpSW0GHj/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-11-30T06:51:58Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-11-30T06:51:58Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-11-30T06:51:58Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpvCdkXj/meta-data
[2025-11-30T06:51:58Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpvCdkXj/user-data
[2025-11-30T06:51:58Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpQymbRY/.tmpSW0GHj/console.log
[2025-11-30T06:51:58Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpQymbRY/.tmpSW0GHj/console.log
[2025-11-30T06:51:58Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN/run.log
[2025-11-30T06:51:58Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN/run.log
[2025-11-30T06:51:58Z 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/.tmpQymbRY/.tmpSW0GHj/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN/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/.tmpQymbRY/.tmpSW0GHj/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpQymbRY/.tmpSW0GHj/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpzwV4hj/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpQymbRY/.tmpSW0GHj/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpzwV4hj/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpzwV4hj/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpzwV4hj/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpzwV4hj/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-11-30T06:54:13Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-11-30T06:54:13Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-11-30T06:52:05Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-30T06:52:05Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-30T06:52:05Z INFO  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-30T06:52:05Z WARN  ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    [2025-11-30T06:52:05Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
    RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /workspace
    - action: mkdir
      pathname: /workspace/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /workspace/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /workspace/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /workspace/cache
    - action: cargo_fmt
    - action: cargo_clippy
    - action: cargo_test
    - action: cargo_doc
    - action: custom
      name: dch
      args:
        debemail: liw@liw.fi
        debfullname: Lars Wirzenius
    - action: deb
    - action: tar_create
      archive: /dev/vde
      directory: /workspace/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /workspace/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /workspace
    source_dir: /workspace/src
    deps_dir: /workspace/deps
    cache_dir: /workspace/cache
    artifacts_dir: /workspace/artifacts
    
    
    [2025-11-30T06:52:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-11-30T06:52:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace",
            },
        )
    [2025-11-30T06:52:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:52:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:52:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-11-30T06:52:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/workspace/artifacts",
            },
        )
    [2025-11-30T06:52:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:52:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:52:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-11-30T06:52:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
        )
    [2025-11-30T06:52:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:52:05Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-11-30T06:52:05Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-30T06:52:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:52:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-11-30T06:52:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
        )
    [2025-11-30T06:52:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:52:05Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-11-30T06:52:13Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-30T06:52:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:52:13Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-30T06:52:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-30T06:52:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:52:13Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-11-30T06:53:14Z TRACE ambient_ci::vdrive] extraction OK
    [2025-11-30T06:53:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:53:14Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2025-11-30T06:53:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2025-11-30T06:53:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.91.1 (ea2d97820 2025-10-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.91 (ed61e7d7e2 2025-11-07)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.91.1 (ed61e7d7e 2025-11-07)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/workspace/src (exists? true)
    [2025-11-30T06:53:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:53:15Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2025-11-30T06:53:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2025-11-30T06:53:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.91.1 (ea2d97820 2025-10-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.91 (ed61e7d7e2 2025-11-07)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.91.1 (ed61e7d7e 2025-11-07)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/workspace/src (exists? true)
       Compiling wumpus-hunter v0.2.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s
    [2025-11-30T06:53:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:53:19Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2025-11-30T06:53:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2025-11-30T06:53:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.91.1 (ea2d97820 2025-10-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.91 (ed61e7d7e2 2025-11-07)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.91.1 (ed61e7d7e 2025-11-07)
    SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
           cwd=/workspace/src (exists? true)
       Compiling wumpus-hunter v0.2.0 (/workspace/src)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 2.30s
         Running unittests src/lib.rs (/workspace/cache/debug/deps/wumpus_hunter-4f9261096ef317e1)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running unittests src/main.rs (/workspace/cache/debug/deps/wumpus_hunter-5a9ca556083ae328)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running tests/wumpus.rs (/workspace/cache/debug/deps/wumpus-176e974a8cd45e9c)
    
    running 6 tests
    test checks_for_temporary_files_from_test ... ok
    test clone_repository ... ok
    test get_updates ... ok
    test smoke_test_with_failures ... ok
    test smoke_test_with_successes ... ok
    test test_run_takes_too_long ... ok
    
    test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.19s
    
       Doc-tests wumpus_hunter
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    [2025-11-30T06:53:30Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:53:30Z DEBUG ambient_ci::plan] RUN: Action CargoDoc(
            CargoDoc,
        )
    [2025-11-30T06:53:30Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoDoc(
            CargoDoc,
        )
    [2025-11-30T06:53:30Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.91.1 (ea2d97820 2025-10-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.91 (ed61e7d7e2 2025-11-07)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.91.1 (ed61e7d7e 2025-11-07)
    SPAWN: argv=["env", "RUSTDOCFLAGS=-D warnings", "cargo", "doc", "--workspace"]
           cwd=/workspace/src (exists? true)
       Compiling wumpus-hunter v0.2.0 (/workspace/src)
     Documenting wumpus-hunter v0.2.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
       Generated /workspace/cache/doc/wumpus_hunter/index.html
    [2025-11-30T06:53:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:53:34Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debemail": String("liw@liw.fi"),
                    "debfullname": String("Lars Wirzenius"),
                },
            },
        )
    [2025-11-30T06:53:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debemail": String("liw@liw.fi"),
                    "debfullname": String("Lars Wirzenius"),
                },
            },
        )
    [2025-11-30T06:53:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    custom: source=/workspace/src
    custom: exe=".ambient/dch" exists=false
    HEAD is now at 392fd81 ci: use custom dch action for Ambient
    custom action "dch" exit code Some(0)
    [2025-11-30T06:53:35Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:53:35Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb,
        )
    [2025-11-30T06:53:35Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb,
        )
    [2025-11-30T06:53:35Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n        "]
           cwd=/workspace/src (exists? true)
    + echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
    PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + export CARGO_HOME=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export DEBEMAIL=liw@liw.fi
    + DEBEMAIL=liw@liw.fi
    + export 'DEBFULLNAME=Lars Wirzenius'
    + DEBFULLNAME='Lars Wirzenius'
    + /bin/env
    DEBFULLNAME=Lars Wirzenius
    CARGO_TARGET_DIR=/workspace/cache
    PWD=/workspace/src
    SYSTEMD_EXEC_PID=295
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=d65e95b5439c498a9eda6d4e517910a0
    SHLVL=2
    JOURNAL_STREAM=8:13370
    PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    OLDPWD=/
    _=/bin/env
    + command -v cargo
    /root/.cargo/bin/cargo
    + command -v rustc
    /root/.cargo/bin/rustc
    + cargo --version
    cargo 1.91.1 (ea2d97820 2025-10-10)
    + rustc --version
    rustc 1.91.1 (ed61e7d7e 2025-11-07)
    ++ dpkg-parsechangelog -SSource
    + name=wumpus-hunter
    ++ dpkg-parsechangelog -SVersion
    + version=0.1.1.ci20251130T065334-1
    ++ echo 0.1.1.ci20251130T065334-1
    ++ sed 's/-[^-]*$//'
    + uv=0.1.1.ci20251130T065334
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../wumpus-hunter_0.1.1.ci20251130T065334.orig.tar.xz
    + deb=../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.deb
    + changes=../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.changes
    + xz
    + git archive HEAD
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package wumpus-hunter
    dpkg-buildpackage: info: source version 0.1.1.ci20251130T065334-1
    dpkg-buildpackage: info: source distribution unstable
    dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
    dpkg-buildpackage: info: host architecture amd64
     dpkg-source --before-build .
     debian/rules clean
    dh clean
       dh_clean
     dpkg-source -b .
    dpkg-source: info: using source format '3.0 (quilt)'
    dpkg-source: info: building wumpus-hunter using existing ./wumpus-hunter_0.1.1.ci20251130T065334.orig.tar.xz
    dpkg-source: info: building wumpus-hunter in wumpus-hunter_0.1.1.ci20251130T065334-1.debian.tar.xz
    dpkg-source: info: building wumpus-hunter in wumpus-hunter_0.1.1.ci20251130T065334-1.dsc
     debian/rules build
    dh build
       dh_update_autotools_config
       dh_autoreconf
       debian/rules override_dh_auto_build
    make[1]: Entering directory '/workspace/src'
    true
    make[1]: Leaving directory '/workspace/src'
       debian/rules override_dh_auto_test
    make[1]: Entering directory '/workspace/src'
    echo tests 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 --offline --locked --path=. --root=debian/wumpus-hunter
      Installing wumpus-hunter v0.2.0 (/workspace/src)
    warning: package `crossbeam-channel v0.5.14` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
       Compiling wumpus-hunter v0.2.0 (/workspace/src)
        Finished `release` profile [optimized] target(s) in 5.96s
      Installing debian/wumpus-hunter/bin/wumpus-hunter
       Installed package `wumpus-hunter v0.2.0 (/workspace/src)` (executable `wumpus-hunter`)
    warning: be sure to add `debian/wumpus-hunter/bin` to your PATH to be able to run the installed binaries
    rm -f debian/*/.crates*.*
    make[1]: Leaving directory '/workspace/src'
       dh_installdocs
       dh_installchangelogs
       dh_lintian
       dh_perl
       dh_link
       dh_strip_nondeterminism
       dh_compress
       dh_fixperms
       dh_missing
       dh_strip
       dh_makeshlibs
       dh_shlibdeps
       dh_installdeb
       dh_gencontrol
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'wumpus-hunter-dbgsym' in '../wumpus-hunter-dbgsym_0.1.1.ci20251130T065334-1_amd64.deb'.
    dpkg-deb: building package 'wumpus-hunter' in '../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.deb'.
     dpkg-genbuildinfo -O../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.buildinfo
     dpkg-genchanges -O../wumpus-hunter_0.1.1.ci20251130T065334-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 1268
    drwxr-xr-x 2 root root    4096 Nov 30 06:52 artifacts
    drwxr-xr-x 6 root root    4096 Sep 22 09:09 cache
    drwxr-xr-x 3 root root    4096 Nov 30 06:51 deps
    drwxr-xr-x 8 root root    4096 Nov 30 06:53 src
    -rw-r--r-- 1 root root  137260 Nov 30 06:53 wumpus-hunter-dbgsym_0.1.1.ci20251130T065334-1_amd64.deb
    -rw-r--r-- 1 root root    1972 Nov 30 06:53 wumpus-hunter_0.1.1.ci20251130T065334-1.debian.tar.xz
    -rw-r--r-- 1 root root    1026 Nov 30 06:53 wumpus-hunter_0.1.1.ci20251130T065334-1.dsc
    -rw-r--r-- 1 root root    6379 Nov 30 06:53 wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.buildinfo
    -rw-r--r-- 1 root root    2506 Nov 30 06:53 wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.changes
    -rw-r--r-- 1 root root 1087124 Nov 30 06:53 wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.deb
    -rw-r--r-- 1 root root   28972 Nov 30 06:53 wumpus-hunter_0.1.1.ci20251130T065334.orig.tar.xz
    + for x in ../*.deb
    + dpkg -c ../wumpus-hunter-dbgsym_0.1.1.ci20251130T065334-1_amd64.deb
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/lib/
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/lib/debug/.build-id/21/
    -rw-r--r-- root/root    949224 2025-11-30 06:53 ./usr/lib/debug/.build-id/21/37e637cb5d61a7bfb7148a636bf95714dcc89d.debug
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2025-11-30 06:53 ./usr/share/doc/wumpus-hunter-dbgsym -> wumpus-hunter
    + for x in ../*.deb
    + dpkg -c ../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.deb
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./bin/
    -rwxr-xr-x root/root   3743040 2025-11-30 06:53 ./bin/wumpus-hunter
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/doc/
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/doc/wumpus-hunter/
    -rw-r--r-- root/root       257 2025-11-30 06:53 ./usr/share/doc/wumpus-hunter/changelog.Debian.gz
    -rw-r--r-- root/root       387 2025-11-30 06:53 ./usr/share/doc/wumpus-hunter/copyright
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/lintian/
    drwxr-xr-x root/root         0 2025-11-30 06:53 ./usr/share/lintian/overrides/
    -rw-r--r-- root/root        89 2025-11-30 06:53 ./usr/share/lintian/overrides/wumpus-hunter
    + mv ../wumpus-hunter-dbgsym_0.1.1.ci20251130T065334-1_amd64.deb ../wumpus-hunter_0.1.1.ci20251130T065334-1.debian.tar.xz ../wumpus-hunter_0.1.1.ci20251130T065334-1.dsc ../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.buildinfo ../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.changes ../wumpus-hunter_0.1.1.ci20251130T065334-1_amd64.deb ../wumpus-hunter_0.1.1.ci20251130T065334.orig.tar.xz /workspace/artifacts
    [2025-11-30T06:53:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:53:47Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-30T06:53:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
        )
    [2025-11-30T06:53:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:53:47Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-11-30T06:53:47Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-11-30T06:53:47Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-11-30T06:53:47Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-11-30T06:53:47Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-11-30T06:53:47Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2025-11-30T06:54:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:54:09Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-11-30T06:54:09Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        )
    [2025-11-30T06:54:09Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
                "CARGO_HOME": "/workspace/deps",
            },
            source_dir: "/workspace/src",
            deps_dir: "/workspace/deps",
            artifacts_dir: "/workspace/artifacts",
        }
    [2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-11-30T06:54:09Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2025-11-30T06:54:09Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-11-30T06:54:09Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-11-30T06:54:13Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-11-30T06:54:14Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-11-30T06:54:14Z DEBUG ambient_ci::run] remove old cache
[2025-11-30T06:54:17Z DEBUG ambient_ci::run] extract cache
[2025-11-30T06:54:25Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-11-30T06:54:25Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-11-30T06:54:25Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zd4kAF7rQFKbCHAdbcF6zVkx8MyN/meta.yaml
[2025-11-30T06:54:26Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>