CI run for rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM

Radicle repository id rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM

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     6M  1 disk 
vdc    254:32   0   330K  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 142.7M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-01-20 11:18 ./
-rw-r--r-- _rad/_rad      1008 2026-01-20 11:18 ./plan.yaml
-rwxr-xr-x _rad/_rad   6275392 2026-01-20 11:18 ./run-ci
INFO: Extracted files:
   393228      4 drwxr-xr-x   2 1000     1000         4096 Jan 20 11:18 .
   393230   6132 -rwxr-xr-x   1 1000     1000      6275392 Jan 20 11:18 ./run-ci
   393229      4 -rw-r--r--   1 1000     1000         1008 Jan 20 11:18 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-20T11:19:08Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:19:08Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:19:08Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:19:08Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:19:08Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T11:19:08Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /ci
    - action: mkdir
      pathname: /ci/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    - action: shell
      shell: ln -sf /ci /workspace
    - action: shell
      shell: git config --global user.name 'Ambient CI'
    - action: shell
      shell: git config --global user.email ambient@example.com
    - action: cargo_clippy
    - action: cargo_build
    - action: cargo_test
    - action: custom
      name: dch
      args:
        debemail: liw@liw.fi
        debfullname: Lars Wirzenius
    - action: deb
      packages: .
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /ci
    source_dir: /ci/src
    deps_dir: /ci/deps
    cache_dir: /ci/cache
    artifacts_dir: /ci/artifacts
    
    
[2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:19:08Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-20T11:19:08Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:19:08Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-20T11:19:10Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:19:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:10Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T11:19:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T11:19:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:19:10Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-20T11:19:14Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
       cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
       cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
       cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/ci/src (exists? true)
    Checking filecount v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
[2026-01-20T11:19:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:16Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2026-01-20T11:19:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2026-01-20T11:19:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
       cwd=/ci/src (exists? true)
   Compiling filecount v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
[2026-01-20T11:19:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:18Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2026-01-20T11:19:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2026-01-20T11:19:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
       cwd=/ci/src (exists? true)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
     Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/filecount-83a852176fc1b8bc)

running 0 tests

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

[2026-01-20T11:19:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:18Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2026-01-20T11:19:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2026-01-20T11:19:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
custom: source=/ci/src
custom: exe=".ambient/dch" exists=false
+ export 'DEBEMAIL="liw@liw.fi"'
+ DEBEMAIL='"liw@liw.fi"'
+ export 'DEBFULLNAME="Lars Wirzenius"'
+ DEBFULLNAME='"Lars Wirzenius"'
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ git reset --hard
HEAD is now at 5d2f74c ci: plan for Radicle with Ambient
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.1.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260120T111919
+ version=0.1.0.ci20260120T111919-1
+ dch -v 0.1.0.ci20260120T111919-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-20T11:19:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:19Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
[2026-01-20T11:19:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
[2026-01-20T11:19:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["/bin/bash", "-c", "#!/usr/bin/env 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 ../*_* /ci/artifacts/.\n        "]
       cwd=/ci/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=/ci/cache/cargo-target
PWD=/ci/src
SYSTEMD_EXEC_PID=269
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=9a0f5f7de6674d73ae875a8675378924
SHLVL=2
JOURNAL_STREAM=8:14697
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
+ command -v cargo
/root/.cargo/bin/cargo
+ command -v rustc
/root/.cargo/bin/rustc
+ cargo --version
cargo 1.92.0 (344c4567c 2025-10-21)
+ rustc --version
rustc 1.92.0 (ded5c06cf 2025-12-08)
++ dpkg-parsechangelog -SSource
+ name=filecount
++ dpkg-parsechangelog -SVersion
+ version=0.1.0.ci20260120T111919-1
++ sed 's/-[^-]*$//'
++ echo 0.1.0.ci20260120T111919-1
+ uv=0.1.0.ci20260120T111919
++ dpkg --print-architecture
+ arch=amd64
+ orig=../filecount_0.1.0.ci20260120T111919.orig.tar.xz
+ deb=../filecount_0.1.0.ci20260120T111919-1_amd64.deb
+ changes=../filecount_0.1.0.ci20260120T111919-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package filecount
dpkg-buildpackage: info: source version 0.1.0.ci20260120T111919-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 filecount using existing ./filecount_0.1.0.ci20260120T111919.orig.tar.xz
dpkg-source: info: building filecount in filecount_0.1.0.ci20260120T111919-1.debian.tar.xz
dpkg-source: info: building filecount in filecount_0.1.0.ci20260120T111919-1.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build
make[1]: Entering directory '/ci/src'
true
make[1]: Leaving directory '/ci/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/ci/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 '/ci/src'
cargo install --offline --locked --path=. --root=debian/filecount/usr
  Installing filecount v0.1.0 (/ci/src)
   Compiling filecount v0.1.0 (/ci/src)
    Finished `release` profile [optimized] target(s) in 2.23s
  Installing debian/filecount/usr/bin/filecount
   Installed package `filecount v0.1.0 (/ci/src)` (executable `filecount`)
warning: be sure to add `debian/filecount/usr/bin` to your PATH to be able to run the installed binaries
find debian -name '.crates*.*' -delete
make[1]: Leaving directory '/ci/src'
   dh_installdocs
   dh_installchangelogs
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'filecount-dbgsym' in '../filecount-dbgsym_0.1.0.ci20260120T111919-1_amd64.deb'.
dpkg-deb: building package 'filecount' in '../filecount_0.1.0.ci20260120T111919-1_amd64.deb'.
 dpkg-genbuildinfo -O../filecount_0.1.0.ci20260120T111919-1_amd64.buildinfo
 dpkg-genchanges -O../filecount_0.1.0.ci20260120T111919-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 412
drwxr-xr-x 2 root root   4096 Jan 20 11:19 artifacts
drwxr-xr-x 5 root root   4096 Jan 15 06:31 cache
drwxr-xr-x 3 root root   4096 Jan 20 11:18 deps
-rw-r--r-- 1 root root  44376 Jan 20 11:19 filecount-dbgsym_0.1.0.ci20260120T111919-1_amd64.deb
-rw-r--r-- 1 root root   1568 Jan 20 11:19 filecount_0.1.0.ci20260120T111919-1.debian.tar.xz
-rw-r--r-- 1 root root    904 Jan 20 11:19 filecount_0.1.0.ci20260120T111919-1.dsc
-rw-r--r-- 1 root root   5697 Jan 20 11:19 filecount_0.1.0.ci20260120T111919-1_amd64.buildinfo
-rw-r--r-- 1 root root   2387 Jan 20 11:19 filecount_0.1.0.ci20260120T111919-1_amd64.changes
-rw-r--r-- 1 root root 329176 Jan 20 11:19 filecount_0.1.0.ci20260120T111919-1_amd64.deb
-rw-r--r-- 1 root root   5688 Jan 20 11:19 filecount_0.1.0.ci20260120T111919.orig.tar.xz
drwxr-xr-x 7 root root   4096 Jan 20 11:19 src
+ for x in ../*.deb
+ dpkg -c ../filecount-dbgsym_0.1.0.ci20260120T111919-1_amd64.deb
drwxr-xr-x root/root         0 2026-01-20 11:19 ./
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/debug/.build-id/fa/
-rw-r--r-- root/root    216008 2026-01-20 11:19 ./usr/lib/debug/.build-id/fa/c91176b2c44a059fbff113b884d7b2c407b8ef.debug
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-01-20 11:19 ./usr/share/doc/filecount-dbgsym -> filecount
+ for x in ../*.deb
+ dpkg -c ../filecount_0.1.0.ci20260120T111919-1_amd64.deb
drwxr-xr-x root/root         0 2026-01-20 11:19 ./
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/bin/
-rwxr-xr-x root/root    939240 2026-01-20 11:19 ./usr/bin/filecount
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/doc/filecount/
-rw-r--r-- root/root       212 2026-01-20 11:19 ./usr/share/doc/filecount/changelog.Debian.gz
-rw-r--r-- root/root       372 2026-01-20 11:19 ./usr/share/doc/filecount/copyright
+ mv ../filecount-dbgsym_0.1.0.ci20260120T111919-1_amd64.deb ../filecount_0.1.0.ci20260120T111919-1.debian.tar.xz ../filecount_0.1.0.ci20260120T111919-1.dsc ../filecount_0.1.0.ci20260120T111919-1_amd64.buildinfo ../filecount_0.1.0.ci20260120T111919-1_amd64.changes ../filecount_0.1.0.ci20260120T111919-1_amd64.deb ../filecount_0.1.0.ci20260120T111919.orig.tar.xz /ci/artifacts/.
[2026-01-20T11:19:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:27Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T11:19:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T11:19:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:19:27Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/ci/cache",
        ),
        size: None,
    }
[2026-01-20T11:19:27Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-20T11:19:27Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-20T11:19:27Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-20T11:19:27Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-20T11:19:27Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-20T11:19:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:29Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-20T11:19:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-20T11:19:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "HOME": "/root",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/ci/artifacts",
        ),
        size: None,
    }
[2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-20T11:19:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:19:29Z 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:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM",
    "name": "filecount",
    "description": "Count files in directories",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "5d2f74c962818f99353ff7073b7378386da61345",
  "after": "5d2f74c962818f99353ff7073b7378386da61345",
  "branch": "main",
  "commits": [
    "5d2f74c962818f99353ff7073b7378386da61345"
  ]
}

Ambient stdout

[2026-01-20T11:18:57Z INFO  ambient] ambient starts
[2026-01-20T11:18:57Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2026-01-20T11:18:57Z 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",
        },
        uefi: false,
        lint: true,
    }
[2026-01-20T11:18:57Z DEBUG ambient_ci::linter] linting project rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM with rsync_target
[2026-01-20T11:18:57Z DEBUG ambient_ci::linter] linting project rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM with http_get
[2026-01-20T11:18:57Z DEBUG ambient_ci::linter] linting project rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM with shellcheck
[2026-01-20T11:18:57Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM/meta.yaml
[2026-01-20T11:18:57Z DEBUG ambient_ci::run] latest commit: "5d2f74c962818f99353ff7073b7378386da61345"
[2026-01-20T11:18:57Z DEBUG ambient_ci::run] is a git repository
[2026-01-20T11:18:57Z DEBUG ambient_ci::run] git repository is clean
[2026-01-20T11:18:57Z DEBUG ambient_ci::run] current (HEAD) commit: 5d2f74c962818f99353ff7073b7378386da61345
[2026-01-20T11:18:57Z DEBUG ambient_ci::run] no dry run requested
[2026-01-20T11:18:57Z DEBUG ambient_ci::run] forced run requested
[2026-01-20T11:18:57Z DEBUG ambient_ci::run] run? true
[2026-01-20T11:18:57Z INFO  ambient_ci::run] project rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM: running CI
[2026-01-20T11:18:57Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-20T11:18:57Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-20T11:18:57Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2026-01-20T11:18:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2026-01-20T11:18:57Z 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:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM/cache/cargo-target",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM/dependencies",
        },
        source_dir: "/tmp/.tmpuT64NJ/src",
        deps_dir: "/home/_rad/ambient-state/rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpuT64NJ/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpuT64NJ/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpuT64NJ/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpuT64NJ/src => /tmp/.tmpF2hElJ
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/src wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/src/main.rs wanted=true
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpuT64NJ/src/src/main.rs => /tmp/.tmpF2hElJ/src/main.rs
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/debian wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/debian/source wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/debian/source/format wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/debian/rules wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/debian/copyright wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/debian/control wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/debian/compat wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/debian/changelog wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/debian/build-deb wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/Cargo.toml wanted=true
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpuT64NJ/src/Cargo.toml => /tmp/.tmpF2hElJ/Cargo.toml
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/Cargo.lock wanted=true
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpuT64NJ/src/Cargo.lock => /tmp/.tmpF2hElJ/Cargo.lock
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.radicle wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.radicle/ambient.yaml wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.gitignore wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.ambient wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.ambient/dch wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/index wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/HEAD wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/config wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/logs wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/logs/HEAD wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/logs/refs wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/logs/refs/heads wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/logs/refs/heads/main wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/logs/refs/remotes wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/packed-refs wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/refs wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/refs/remotes wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/refs/remotes/origin wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/refs/tags wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/refs/heads wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/refs/heads/main wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/24 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/24/8863fc34660aec2c9595055bae6efff58d5a66 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/b0 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/b0/53c3399503df8a092798c72a2d45745a9ea2f9 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/07 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/07/6320907c3a616b83876b02397c7af2aed4fb1c wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/81 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/81/1774ea1b1c398416dd896dd069320d681c00e1 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/1b wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/1b/5fd1d08785a15f2774b0aead0b2fdac521a88b wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/14 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/14/84f8631fb24fc2f92b981f0f45ef811797d6c7 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/6f wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/6f/88e3b70199f8255c1ffe44a276abffadbc7fe2 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/8e wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/8e/7071cc16f199b7e9087731ca6c029c30e69312 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/b7 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/b7/6b1de6199c5a6ab44be2945d60888cd27ca916 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/4f wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/4f/5f746299228f6596eae821eb0c8f783d3c0077 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/ac wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/ac/2b4cb67b3cbb20d3e2df48219a04474275d4ce wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/ac/d00c60c7530bbb7056522d6e443a092aaedb4c wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/f9 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/f9/47e989f9df7c9b201b9b028647e593a2c56e91 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/69 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/69/5ec7394069d25c42a187a8c9861eec153688e8 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/33 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/33/d1471dde00278f60d0950f3012a5942d1b504f wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/33/56e238da0bdfbca158628ecf2e0b2f4e3b5153 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/7e wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/7e/6a8d9517abc0b4f90fd622d2b6b980c669923d wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/a6 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/a6/5b8f2e426f50594976384688a2299e38b488f6 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/a6/c2575399265230fa0e266f53faffcc25f72112 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/73 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/73/08a411cdd3bdd987abfaf513a6457104c4096f wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/02 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/02/1a11b181123635093b2573b92cfa856bf4789f wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/e3 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/e3/9f69fc22f9e219a361fa0b5ff6974f85fc987a wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/c8 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/c8/e9bf6db92a6d8427123def6e01a734e6651907 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/c8/4e0e9cf8643b776c33e95b94c4cc9e6ece6453 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/8a wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/8a/b7887c253ab59808bf95e2eb76d344ea5ac9b7 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/ba wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/ba/3c5dde6e043b4bd3b952acf99faae6d3193bbe wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/86 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/86/8b84890d7cedbb40c76dfbf63beb9f4faee273 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/85 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/85/30cea802d778e09b5cf9811538bcb0501fad9d wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/85/fed19b91b1e37d84ff56c83d7dee31dbbdbb49 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/aa wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/aa/01d7780881cc739dd4af52fafeae6aa6652865 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/f5 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/f5/ca25665f25f4ff0191d8f2bf8a184317b306f4 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/7c wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/7c/1463e0674e00908acc62199c9d121dcf031f30 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/ae wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/ae/991b1e62fc1cb3ec80abd60823343c6e920cd4 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/57 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/57/f1a2ea42ca8d3ce0fb8942fbba71bd1d48da68 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/a3 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/a3/79ce86cacc2f85ed7ffb6f1c20ecd1049d8123 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/b4 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/b4/ac79614831c22f6b9dab14f8b7be4de53dd7e8 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/da wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/da/c8821d07a2fbb40db23a92233909ba546cb20d wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/da/cf11f9cc5800af8cdc29be6ec9438bf5672ea0 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/93 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/93/1a4e5d5f46c2f4da07e598ab479d06e284ad15 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/af wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/af/c71f314cafccd71fbdcb7570344760bdcfdc84 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/60 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/60/efe1b090416b9fffcedb6b4d3ec014678562c9 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/54 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/54/3da20d2944a58d5ba010c3a42fde948ae90757 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/9d wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/9d/041c34930643ab8f4dbb3b2a95574fd3674fe1 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/90 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/90/2269861ee26e49c90325adf09d947d7c56173a wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/90/15adab133568f0aaa0e64f5d9e7f8391f939b5 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/fa wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/fa/65bfaf57c587542452345cc82542f812ffcb90 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/44 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/44/1f6806742e72b93d83c45f3f47eeb9a9f48896 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/9b wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/9b/62ce55b5e98d66da2452368ba8d3298c0e89e9 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/25 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/25/1d21301c2f0834f73f17eaddc5ed1c715900ba wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/d8 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/d8/0e602f1b5a4033bf33b077515ce0a72cf78ed0 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/c1 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/c1/b6925d80b874438eff31c78035750bebbe277b wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/50 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/50/4dcf561ba2f7f6a0873ee5bbb23ffc95b2952f wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/70 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/70/167c42150d46dd8ef3bb36d69efd6d770b3f24 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/fd wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/fd/98b403cce8a8f5d683cc0ff63f24dfbcf55a89 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/84 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/84/7cdb92a3c691aed080847b3e9d6c8e22dd7169 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/0b wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/0b/9548d683b4657601ef83ed9cbc8cc32467f74d wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/e0 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/e0/87c26ced3f0f4780ffa79424b6f0a37f5fe55a wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/ec wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/ec/6e24d4ea223fd8e77c68b16f3426052a1d5d7c wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/5c wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/5c/925c58adc78cdd625f85cc590e77d8264a3de3 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/04 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/04/dd58ac4c197dc6313ae1722002c0a7193ca1d8 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/04/79f3afa11ae5ce5bc0dae764b9830ff4585dac wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/59 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/59/983e9e91b8b287afa0575858f6fd3fae771f23 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/f6 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/f6/95413264c09efc527db1887f93b3941f16c79d wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/64 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/64/d22f03b4e1e4ee12c1da2a9ad9b997578f0f53 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/64/a854455664cf642f87940bdf9d778ae1716305 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/23 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/23/80731966ee2cfead229626ef4206d1e003ae56 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/61 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/61/965fe042e5d82f673c50a441c976bc78ff7ecf wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/c0 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/c0/c3ed1408191401b4e630b4076496eb8dcab673 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/df wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/df/e9d43ae4ae813c8fff313a00b8fc9615e12e51 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/3b wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/3b/e00a955eaa283042c21bee263b70a33d522c8f wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/71 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/71/579fcd42bffdd62d146dc08361cd13ab7244fb wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/71/a93c14990118006d02cc57057b49c0be29fc3b wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/d5 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/d5/9b5854d611b665454646315cf3cc7498054b9a wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/6a wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/6a/68a8ae72351db3917ce2565a347dac5d253cdf wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/8b wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/8b/27a053cc7364a5a523c0fd3e56858f510f5f52 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/20 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/20/40ed19ed681940bd28c9e5ee70106dc3d59651 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/d4 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/d4/547bab928fdb5d805681b723ce52e31c793958 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/09 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/09/4155604cc6c5aa95415658808ea0c516e051d5 wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/info wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-510d0ba9ddb6644ba3a3e0204472d0ba45dd104a.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-012a4005dc2d498ce692aaa13ed794b752f9ebe0.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-1f560d0dbbd37bd898e4453b2e0ceb1be70146e4.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-29aed888bc853133f936a8110f2a54c70c7574bb.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-012a4005dc2d498ce692aaa13ed794b752f9ebe0.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-9a890cfb9af4576116e6f500f159dbc638df00bf.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-55203208ed1165faebd13db2f9e5d3cfbe65f29b.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-f7677d855e1fc9bb69bb1566c4e4d0a7ae67aaaa.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-29aed888bc853133f936a8110f2a54c70c7574bb.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-6684143cddc2a83d363f9a7b75edab4b38421b45.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-f7677d855e1fc9bb69bb1566c4e4d0a7ae67aaaa.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-f13c7e1e9b84d37848f6fc68c5e00e58fce15552.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-1f560d0dbbd37bd898e4453b2e0ceb1be70146e4.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-97311e0576792ebeb583c12bfe666234f72dc94b.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-a1aea523ef8e65231c4acb6307302e5e9969b6cb.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-432cd8f03c6e2d48350d5340b15efc82c7e3ab97.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-55203208ed1165faebd13db2f9e5d3cfbe65f29b.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-0e0a54fc2d0fe4a3b13cb3360153b21e42cf93c5.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-510d0ba9ddb6644ba3a3e0204472d0ba45dd104a.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-441a597f6edf51dcca26a3e2016edc71b303bdd1.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-350e27ccb45f88ff90f46987712bffc7dea5f1a4.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-c927c71fed7893ee6aa6c0ec1d557b7cc147ee1b.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-0df51afc49fef92c546a22caa0e788fcbfd259d6.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-32e7e14f03710ae580d6031bb3a0cade573222a6.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-a1aea523ef8e65231c4acb6307302e5e9969b6cb.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-486201b03c0a900b17fc373f3bfd93081ce58df7.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-432cd8f03c6e2d48350d5340b15efc82c7e3ab97.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-2e5c17e60b00f84b5d6adb0f94670a5f30a30ddf.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-0df51afc49fef92c546a22caa0e788fcbfd259d6.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-f13c7e1e9b84d37848f6fc68c5e00e58fce15552.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-9a890cfb9af4576116e6f500f159dbc638df00bf.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-6684143cddc2a83d363f9a7b75edab4b38421b45.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-0e0a54fc2d0fe4a3b13cb3360153b21e42cf93c5.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-c927c71fed7893ee6aa6c0ec1d557b7cc147ee1b.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-350e27ccb45f88ff90f46987712bffc7dea5f1a4.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-2e5c17e60b00f84b5d6adb0f94670a5f30a30ddf.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-486201b03c0a900b17fc373f3bfd93081ce58df7.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-32e7e14f03710ae580d6031bb3a0cade573222a6.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-15eb03ef5c273fefc1437d294ceecdf6c3defeb0.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-97311e0576792ebeb583c12bfe666234f72dc94b.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-15eb03ef5c273fefc1437d294ceecdf6c3defeb0.pack wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/objects/pack/pack-441a597f6edf51dcca26a3e2016edc71b303bdd1.idx wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/branches wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/update.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/post-update.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/pre-push.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/description wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/info wanted=false
[2026-01-20T11:18:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpuT64NJ/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpF2hElJ (exists? true)
[2026-01-20T11:18:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T11:18:58Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T11:18:58Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-20T11:18:58Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpcv98hF/src.tar
[2026-01-20T11:18:58Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpcv98hF/deps.tar
[2026-01-20T11:18:59Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-20T11:18:59Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir(
                Mkdir {
                    pathname: "/ci",
                },
            ),
            Mkdir(
                Mkdir {
                    pathname: "/ci/artifacts",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdc",
                    directory: "/ci/src",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vdf",
                    directory: "/ci/deps",
                },
            ),
            TarExtract(
                TarExtract {
                    archive: "/dev/vde",
                    directory: "/ci/cache",
                },
            ),
            Shell(
                Shell {
                    shell: "ln -sf /ci /workspace",
                },
            ),
            Shell(
                Shell {
                    shell: "git config --global user.name 'Ambient CI'",
                },
            ),
            Shell(
                Shell {
                    shell: "git config --global user.email ambient@example.com",
                },
            ),
            CargoClippy(
                CargoClippy,
            ),
            CargoBuild(
                CargoBuild,
            ),
            CargoTest(
                CargoTest,
            ),
            Custom(
                Custom {
                    name: "dch",
                    args: {
                        "debemail": String("liw@liw.fi"),
                        "debfullname": String("Lars Wirzenius"),
                    },
                },
            ),
            Deb(
                Deb {
                    packages: Some(
                        ".",
                    ),
                },
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vde",
                    directory: "/ci/cache",
                },
            ),
            TarCreate(
                TarCreate {
                    archive: "/dev/vdd",
                    directory: "/ci/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(
            "/ci",
        ),
        source_dir: Some(
            "/ci/src",
        ),
        deps_dir: Some(
            "/ci/deps",
        ),
        cache_dir: Some(
            "/ci/cache",
        ),
        artifacts_dir: Some(
            "/ci/artifacts",
        ),
    }
[2026-01-20T11:18:59Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-20T11:18:59Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpcv98hF/ambient-execute-plan/run-ci
[2026-01-20T11:18:59Z DEBUG ambient_ci::run] copy OK: true
[2026-01-20T11:18:59Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpcv98hF/executor.tar
[2026-01-20T11:19:01Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM/run.log
[2026-01-20T11:19:01Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM, exists? true
[2026-01-20T11:19:01Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM/run.log
[2026-01-20T11:19:01Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM/run.log OK
[2026-01-20T11:19:01Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-20T11:19:01Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-20T11:19:01Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2026-01-20T11:19:01Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-20T11:19:01Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-20T11:19:01Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2026-01-20T11:19:01Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-20T11:19:01Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-20T11:19:01Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpmnegy3/.tmpiJar5Q/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-20T11:19:01Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-20T11:19:01Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2026-01-20T11:19:01Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpXzTHsy/meta-data
[2026-01-20T11:19:01Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpXzTHsy/user-data
[2026-01-20T11:19:01Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpXzTHsy/network-config
[2026-01-20T11:19:01Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpmnegy3/.tmpiJar5Q/console.log
[2026-01-20T11:19:01Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpmnegy3/.tmpiJar5Q/console.log
[2026-01-20T11:19:01Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM/run.log
[2026-01-20T11:19:01Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM/run.log
[2026-01-20T11:19:01Z 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/.tmpmnegy3/.tmpiJar5Q/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM/run.log",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpmnegy3/.tmpiJar5Q/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpcv98hF/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmpmnegy3/.tmpiJar5Q/cloud_init.iso",
            "-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/.tmpmnegy3/.tmpiJar5Q/vars.fd",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpcv98hF/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpcv98hF/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpcv98hF/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpcv98hF/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2026-01-20T11:19:31Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-20T11:19:31Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2026-01-20T11:19:08Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T11:19:08Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T11:19:08Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T11:19:08Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T11:19:08Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T11:19:08Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
        steps:
        - action: mkdir
          pathname: /ci
        - action: mkdir
          pathname: /ci/artifacts
        - action: tar_extract
          archive: /dev/vdc
          directory: /ci/src
        - action: tar_extract
          archive: /dev/vdf
          directory: /ci/deps
        - action: tar_extract
          archive: /dev/vde
          directory: /ci/cache
        - action: shell
          shell: ln -sf /ci /workspace
        - action: shell
          shell: git config --global user.name 'Ambient CI'
        - action: shell
          shell: git config --global user.email ambient@example.com
        - action: cargo_clippy
        - action: cargo_build
        - action: cargo_test
        - action: custom
          name: dch
          args:
            debemail: liw@liw.fi
            debfullname: Lars Wirzenius
        - action: deb
          packages: .
        - action: tar_create
          archive: /dev/vde
          directory: /ci/cache
        - action: tar_create
          archive: /dev/vdd
          directory: /ci/artifacts
        executor_drive: /dev/vdb
        source_drive: /dev/vdc
        artifact_drive: /dev/vdd
        cache_drive: /dev/vde
        deps_drive: /dev/vdf
        workspace_dir: /ci
        source_dir: /ci/src
        deps_dir: /ci/deps
        cache_dir: /ci/cache
        artifacts_dir: /ci/artifacts
        
        
    [2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:19:08Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
    [2026-01-20T11:19:08Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:08Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-20T11:19:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:19:08Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
    [2026-01-20T11:19:10Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-20T11:19:10Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:10Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T11:19:10Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T11:19:10Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:19:10Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
    [2026-01-20T11:19:14Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
           cwd=/ci/src (exists? true)
    + ln -sf /ci /workspace
    [2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
           cwd=/ci/src (exists? true)
    + git config --global user.name 'Ambient CI'
    [2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
           cwd=/ci/src (exists? true)
    + git config --global user.email ambient@example.com
    [2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:14Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2026-01-20T11:19:14Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/ci/src (exists? true)
        Checking filecount v0.1.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
    [2026-01-20T11:19:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:16Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2026-01-20T11:19:16Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2026-01-20T11:19:16Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
           cwd=/ci/src (exists? true)
       Compiling filecount v0.1.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
    [2026-01-20T11:19:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:18Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2026-01-20T11:19:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2026-01-20T11:19:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
           cwd=/ci/src (exists? true)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
         Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/filecount-83a852176fc1b8bc)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    [2026-01-20T11:19:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:18Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2026-01-20T11:19:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2026-01-20T11:19:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    custom: source=/ci/src
    custom: exe=".ambient/dch" exists=false
    + export 'DEBEMAIL="liw@liw.fi"'
    + DEBEMAIL='"liw@liw.fi"'
    + export 'DEBFULLNAME="Lars Wirzenius"'
    + DEBFULLNAME='"Lars Wirzenius"'
    + export CARGO_TARGET_DIR=/workspace/cache
    + CARGO_TARGET_DIR=/workspace/cache
    + export CARGO_HOME=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export HOME=/root
    + HOME=/root
    + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + git reset --hard
    HEAD is now at 5d2f74c ci: plan for Radicle with Ambient
    + git clean -fdx
    ++ dpkg-parsechangelog -SVersion
    ++ sed 's/-[^-]*$//'
    + V=0.1.0
    ++ date -u +%Y%m%dT%H%M%S
    + T=20260120T111919
    + version=0.1.0.ci20260120T111919-1
    + dch -v 0.1.0.ci20260120T111919-1 'CI build under Ambient.'
    + dch -r ''
    custom action "dch" exit code Some(0)
    [2026-01-20T11:19:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:19Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb {
                packages: Some(
                    ".",
                ),
            },
        )
    [2026-01-20T11:19:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb {
                packages: Some(
                    ".",
                ),
            },
        )
    [2026-01-20T11:19:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["/bin/bash", "-c", "#!/usr/bin/env 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 ../*_* /ci/artifacts/.\n        "]
           cwd=/ci/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=/ci/cache/cargo-target
    PWD=/ci/src
    SYSTEMD_EXEC_PID=269
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=9a0f5f7de6674d73ae875a8675378924
    SHLVL=2
    JOURNAL_STREAM=8:14697
    PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    OLDPWD=/
    _=/bin/env
    + command -v cargo
    /root/.cargo/bin/cargo
    + command -v rustc
    /root/.cargo/bin/rustc
    + cargo --version
    cargo 1.92.0 (344c4567c 2025-10-21)
    + rustc --version
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    ++ dpkg-parsechangelog -SSource
    + name=filecount
    ++ dpkg-parsechangelog -SVersion
    + version=0.1.0.ci20260120T111919-1
    ++ sed 's/-[^-]*$//'
    ++ echo 0.1.0.ci20260120T111919-1
    + uv=0.1.0.ci20260120T111919
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../filecount_0.1.0.ci20260120T111919.orig.tar.xz
    + deb=../filecount_0.1.0.ci20260120T111919-1_amd64.deb
    + changes=../filecount_0.1.0.ci20260120T111919-1_amd64.changes
    + xz
    + git archive HEAD
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package filecount
    dpkg-buildpackage: info: source version 0.1.0.ci20260120T111919-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 filecount using existing ./filecount_0.1.0.ci20260120T111919.orig.tar.xz
    dpkg-source: info: building filecount in filecount_0.1.0.ci20260120T111919-1.debian.tar.xz
    dpkg-source: info: building filecount in filecount_0.1.0.ci20260120T111919-1.dsc
     debian/rules build
    dh build
       dh_update_autotools_config
       dh_autoreconf
       debian/rules override_dh_auto_build
    make[1]: Entering directory '/ci/src'
    true
    make[1]: Leaving directory '/ci/src'
       debian/rules override_dh_auto_test
    make[1]: Entering directory '/ci/src'
    echo tests are disabled, for now
    tests are disabled, for now
    make[1]: Leaving directory '/ci/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 '/ci/src'
    cargo install --offline --locked --path=. --root=debian/filecount/usr
      Installing filecount v0.1.0 (/ci/src)
       Compiling filecount v0.1.0 (/ci/src)
        Finished `release` profile [optimized] target(s) in 2.23s
      Installing debian/filecount/usr/bin/filecount
       Installed package `filecount v0.1.0 (/ci/src)` (executable `filecount`)
    warning: be sure to add `debian/filecount/usr/bin` to your PATH to be able to run the installed binaries
    find debian -name '.crates*.*' -delete
    make[1]: Leaving directory '/ci/src'
       dh_installdocs
       dh_installchangelogs
       dh_perl
       dh_link
       dh_strip_nondeterminism
       dh_compress
       dh_fixperms
       dh_missing
       dh_strip
       dh_makeshlibs
       dh_shlibdeps
       dh_installdeb
       dh_gencontrol
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'filecount-dbgsym' in '../filecount-dbgsym_0.1.0.ci20260120T111919-1_amd64.deb'.
    dpkg-deb: building package 'filecount' in '../filecount_0.1.0.ci20260120T111919-1_amd64.deb'.
     dpkg-genbuildinfo -O../filecount_0.1.0.ci20260120T111919-1_amd64.buildinfo
     dpkg-genchanges -O../filecount_0.1.0.ci20260120T111919-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 412
    drwxr-xr-x 2 root root   4096 Jan 20 11:19 artifacts
    drwxr-xr-x 5 root root   4096 Jan 15 06:31 cache
    drwxr-xr-x 3 root root   4096 Jan 20 11:18 deps
    -rw-r--r-- 1 root root  44376 Jan 20 11:19 filecount-dbgsym_0.1.0.ci20260120T111919-1_amd64.deb
    -rw-r--r-- 1 root root   1568 Jan 20 11:19 filecount_0.1.0.ci20260120T111919-1.debian.tar.xz
    -rw-r--r-- 1 root root    904 Jan 20 11:19 filecount_0.1.0.ci20260120T111919-1.dsc
    -rw-r--r-- 1 root root   5697 Jan 20 11:19 filecount_0.1.0.ci20260120T111919-1_amd64.buildinfo
    -rw-r--r-- 1 root root   2387 Jan 20 11:19 filecount_0.1.0.ci20260120T111919-1_amd64.changes
    -rw-r--r-- 1 root root 329176 Jan 20 11:19 filecount_0.1.0.ci20260120T111919-1_amd64.deb
    -rw-r--r-- 1 root root   5688 Jan 20 11:19 filecount_0.1.0.ci20260120T111919.orig.tar.xz
    drwxr-xr-x 7 root root   4096 Jan 20 11:19 src
    + for x in ../*.deb
    + dpkg -c ../filecount-dbgsym_0.1.0.ci20260120T111919-1_amd64.deb
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/lib/debug/.build-id/fa/
    -rw-r--r-- root/root    216008 2026-01-20 11:19 ./usr/lib/debug/.build-id/fa/c91176b2c44a059fbff113b884d7b2c407b8ef.debug
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2026-01-20 11:19 ./usr/share/doc/filecount-dbgsym -> filecount
    + for x in ../*.deb
    + dpkg -c ../filecount_0.1.0.ci20260120T111919-1_amd64.deb
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/bin/
    -rwxr-xr-x root/root    939240 2026-01-20 11:19 ./usr/bin/filecount
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/doc/
    drwxr-xr-x root/root         0 2026-01-20 11:19 ./usr/share/doc/filecount/
    -rw-r--r-- root/root       212 2026-01-20 11:19 ./usr/share/doc/filecount/changelog.Debian.gz
    -rw-r--r-- root/root       372 2026-01-20 11:19 ./usr/share/doc/filecount/copyright
    + mv ../filecount-dbgsym_0.1.0.ci20260120T111919-1_amd64.deb ../filecount_0.1.0.ci20260120T111919-1.debian.tar.xz ../filecount_0.1.0.ci20260120T111919-1.dsc ../filecount_0.1.0.ci20260120T111919-1_amd64.buildinfo ../filecount_0.1.0.ci20260120T111919-1_amd64.changes ../filecount_0.1.0.ci20260120T111919-1_amd64.deb ../filecount_0.1.0.ci20260120T111919.orig.tar.xz /ci/artifacts/.
    [2026-01-20T11:19:27Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:27Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T11:19:27Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T11:19:27Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:19:27Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/ci/cache",
            ),
            size: None,
        }
    [2026-01-20T11:19:27Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2026-01-20T11:19:27Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2026-01-20T11:19:27Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
    [2026-01-20T11:19:27Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
    [2026-01-20T11:19:27Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2026-01-20T11:19:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:29Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-20T11:19:29Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-20T11:19:29Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "HOME": "/root",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/ci/artifacts",
            ),
            size: None,
        }
    [2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
    [2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
    [2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-20T11:19:29Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2026-01-20T11:19:29Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T11:19:29Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2026-01-20T11:19:31Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-20T11:19:31Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-20T11:19:31Z DEBUG ambient_ci::run] remove old cache
[2026-01-20T11:19:31Z DEBUG ambient_ci::run] extract cache
[2026-01-20T11:19:32Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-20T11:19:32Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T11:19:32Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zFTqZ3gCdUBCYwjsQ4vAeUNCNMTM/meta.yaml
[2026-01-20T11:19:32Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>