CI run for rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh

Radicle repository id rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh

Table of Contents

Run log

[=3h[=3hBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
Welcome to GRUB!


INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
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   5.2M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 598.7M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-02-05 15:00 ./
-rw-r--r-- _rad/_rad      1156 2026-02-05 15:00 ./plan.yaml
-rwxr-xr-x _rad/_rad   6275392 2026-02-05 15:00 ./run-ci
INFO: Extracted files:
   524300      4 drwxr-xr-x   2 1000     1000         4096 Feb  5 15:00 .
   524296      4 -rw-r--r--   1 1000     1000         1156 Feb  5 15:00 ./plan.yaml
   524297   6132 -rwxr-xr-x   1 1000     1000      6275392 Feb  5 15:00 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-02-05T15:00:17Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-05T15:00:17Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-05T15:00:17Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-05T15:00:17Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-05T15:00:17Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-05T15:00:17Z 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_fmt
    - action: cargo_clippy
    - action: cargo_build
    - action: cargo_test
    - action: shell
      shell: |
        make doc
        cp ./*.html doc/*.html /workspace/artifacts
        git reset --hard
        git clean -fdx
    - action: custom
      name: dch
      args:
        debfullname: Lars Wirzenius
        debemail: liw@liw.fi
    - 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-02-05T15:00:17Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-02-05T15:00:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-02-05T15:00:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-05T15:00:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:17Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-02-05T15:00:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-02-05T15:00:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-05T15:00:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:17Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-02-05T15:00:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-02-05T15:00:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-05T15:00:18Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-02-05T15:00:18Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-05T15:00:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:18Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-02-05T15:00:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-02-05T15:00:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-05T15:00:18Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-02-05T15:00:19Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-05T15:00:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:19Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-02-05T15:00:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-02-05T15:00:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-05T15:00:19Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-02-05T15:00:45Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        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-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        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-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        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-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/ci/src (exists? true)
[2026-02-05T15:00:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:46Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2026-02-05T15:00:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2026-02-05T15:00:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/ci/src (exists? true)
   Compiling ambient-ci v0.12.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
[2026-02-05T15:00:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:49Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
        CargoBuild,
    )
[2026-02-05T15:00:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
        CargoBuild,
    )
[2026-02-05T15:00:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
       cwd=/ci/src (exists? true)
   Compiling ambient-ci v0.12.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s
[2026-02-05T15:00:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:56Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
        CargoTest,
    )
[2026-02-05T15:00:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
        CargoTest,
    )
[2026-02-05T15:00:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
       cwd=/ci/src (exists? true)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/ambient_ci-e016810e833194b0)

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

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

     Running unittests src/bin/ambient.rs (/ci/cache/cargo-target/debug/deps/ambient-95c76ff0dbc840ce)

running 0 tests

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

     Running unittests src/bin/ambient-execute-plan.rs (/ci/cache/cargo-target/debug/deps/ambient_execute_plan-20a9e14d881f83f9)

running 0 tests

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

   Doc-tests ambient_ci

running 0 tests

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

[2026-02-05T15:00:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:57Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
        },
    )
[2026-02-05T15:00:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
        },
    )
[2026-02-05T15:00:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nmake doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n\n"]
       cwd=/ci/src (exists? true)
+ make doc
subplot docgen ambient.subplot -o ambient.html
 INFO Starting Subplot
 INFO Subplot finished successfully
make -C doc
make[1]: Entering directory '/ci/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
 INFO Starting Subplot
 INFO Subplot finished successfully
make[1]: Leaving directory '/ci/src/doc'
+ cp ./ambient.html doc/userguide.html /workspace/artifacts
+ git reset --hard
HEAD is now at 626957c7 chore: prepare release 0.12.0
+ git clean -fdx
Removing ambient.html
Removing doc/userguide.html
[2026-02-05T15:00:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:57Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debemail": String("liw@liw.fi"),
                "debfullname": String("Lars Wirzenius"),
            },
        },
    )
[2026-02-05T15:00:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debemail": String("liw@liw.fi"),
                "debfullname": String("Lars Wirzenius"),
            },
        },
    )
[2026-02-05T15:00:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        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 626957c7 chore: prepare release 0.12.0
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.12.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260205T150057
+ version=0.12.0.ci20260205T150057-1
+ dch -v 0.12.0.ci20260205T150057-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-02-05T15:00:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:00:58Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
[2026-02-05T15:00:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
[2026-02-05T15:00:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        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=260
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=98fa7f7f9c2b44eab326126d36c8d8a1
SHLVL=2
JOURNAL_STREAM=8:14494
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.93.0 (083ac5135 2025-12-15)
+ rustc --version
rustc 1.93.0 (254b59607 2026-01-19)
++ dpkg-parsechangelog -SSource
+ name=ambient-ci
++ dpkg-parsechangelog -SVersion
+ version=0.12.0.ci20260205T150057-1
++ echo 0.12.0.ci20260205T150057-1
++ sed 's/-[^-]*$//'
+ uv=0.12.0.ci20260205T150057
++ dpkg --print-architecture
+ arch=amd64
+ orig=../ambient-ci_0.12.0.ci20260205T150057.orig.tar.xz
+ deb=../ambient-ci_0.12.0.ci20260205T150057-1_amd64.deb
+ changes=../ambient-ci_0.12.0.ci20260205T150057-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package ambient-ci
dpkg-buildpackage: info: source version 0.12.0.ci20260205T150057-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building ambient-ci using existing ./ambient-ci_0.12.0.ci20260205T150057.orig.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.12.0.ci20260205T150057-1.debian.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.12.0.ci20260205T150057-1.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/ci/src'
make -C doc
make[2]: Entering directory '/ci/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
 INFO Starting Subplot
 INFO Subplot finished successfully
make[2]: Leaving directory '/ci/src/doc'
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 --locked --offline --target x86_64-unknown-linux-musl --path=. --root=debian/ambient-ci/usr
  Installing ambient-ci v0.12.0 (/ci/src)
   Compiling ambient-ci v0.12.0 (/ci/src)
    Finished `release` profile [optimized] target(s) in 18.17s
  Installing /ci/src/debian/ambient-ci/usr/bin/ambient
  Installing /ci/src/debian/ambient-ci/usr/bin/ambient-execute-plan
   Installed package `ambient-ci v0.12.0 (/ci/src)` (executables `ambient`, `ambient-execute-plan`)
warning: be sure to add `/ci/src/debian/ambient-ci/usr/bin` to your PATH to be able to run the installed binaries
find debian -name '.crates*' -delete
make[1]: Leaving directory '/ci/src'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_lintian
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'ambient-ci-dbgsym' in '../ambient-ci-dbgsym_0.12.0.ci20260205T150057-1_amd64.deb'.
dpkg-deb: building package 'ambient-ci' in '../ambient-ci_0.12.0.ci20260205T150057-1_amd64.deb'.
 dpkg-genbuildinfo -O../ambient-ci_0.12.0.ci20260205T150057-1_amd64.buildinfo
 dpkg-genchanges -O../ambient-ci_0.12.0.ci20260205T150057-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 3180
-rw-r--r--  1 root root  434408 Feb  5 15:01 ambient-ci-dbgsym_0.12.0.ci20260205T150057-1_amd64.deb
-rw-r--r--  1 root root    2120 Feb  5 15:00 ambient-ci_0.12.0.ci20260205T150057-1.debian.tar.xz
-rw-r--r--  1 root root     966 Feb  5 15:00 ambient-ci_0.12.0.ci20260205T150057-1.dsc
-rw-r--r--  1 root root    5898 Feb  5 15:01 ambient-ci_0.12.0.ci20260205T150057-1_amd64.buildinfo
-rw-r--r--  1 root root    2447 Feb  5 15:01 ambient-ci_0.12.0.ci20260205T150057-1_amd64.changes
-rw-r--r--  1 root root 2689688 Feb  5 15:01 ambient-ci_0.12.0.ci20260205T150057-1_amd64.deb
-rw-r--r--  1 root root   86636 Feb  5 15:00 ambient-ci_0.12.0.ci20260205T150057.orig.tar.xz
drwxr-xr-x  2 root root    4096 Feb  5 15:00 artifacts
drwxr-xr-x  6 root root    4096 Jan 15 06:16 cache
drwxr-xr-x  3 root root    4096 Feb  5 14:59 deps
drwxr-xr-x 10 root root    4096 Feb  5 15:00 src
+ for x in ../*.deb
+ dpkg -c ../ambient-ci-dbgsym_0.12.0.ci20260205T150057-1_amd64.deb
drwxr-xr-x root/root         0 2026-02-05 15:00 ./
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/lib/
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/lib/debug/.build-id/7a/
-rw-r--r-- root/root   1395672 2026-02-05 15:00 ./usr/lib/debug/.build-id/7a/87cb03205f6179c704b27dbc43904f4a55c478.debug
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/lib/debug/.build-id/f6/
-rw-r--r-- root/root   1855504 2026-02-05 15:00 ./usr/lib/debug/.build-id/f6/be1469a56967a531e3800b45d281fda8ee80bf.debug
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-02-05 15:00 ./usr/share/doc/ambient-ci-dbgsym -> ambient-ci
+ for x in ../*.deb
+ dpkg -c ../ambient-ci_0.12.0.ci20260205T150057-1_amd64.deb
drwxr-xr-x root/root         0 2026-02-05 15:00 ./
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/bin/
-rwxr-xr-x root/root   7422336 2026-02-05 15:00 ./usr/bin/ambient
-rwxr-xr-x root/root   5157152 2026-02-05 15:00 ./usr/bin/ambient-execute-plan
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/doc/ambient-ci/
-rw-r--r-- root/root       458 2026-02-05 15:00 ./usr/share/doc/ambient-ci/changelog.Debian.gz
-rw-r--r-- root/root       340 2026-02-05 15:00 ./usr/share/doc/ambient-ci/copyright
-rw-r--r-- root/root     33364 2026-02-05 15:00 ./usr/share/doc/ambient-ci/userguide.html
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/lintian/
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       266 2026-02-05 15:00 ./usr/share/lintian/overrides/ambient-ci
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/man/
drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/man/man1/
-rw-r--r-- root/root       261 2026-02-05 15:00 ./usr/share/man/man1/ambient-execute-plan.1.gz
-rw-r--r-- root/root       205 2026-02-05 15:00 ./usr/share/man/man1/ambient.1.gz
+ mv ../ambient-ci-dbgsym_0.12.0.ci20260205T150057-1_amd64.deb ../ambient-ci_0.12.0.ci20260205T150057-1.debian.tar.xz ../ambient-ci_0.12.0.ci20260205T150057-1.dsc ../ambient-ci_0.12.0.ci20260205T150057-1_amd64.buildinfo ../ambient-ci_0.12.0.ci20260205T150057-1_amd64.changes ../ambient-ci_0.12.0.ci20260205T150057-1_amd64.deb ../ambient-ci_0.12.0.ci20260205T150057.orig.tar.xz /ci/artifacts/.
[2026-02-05T15:01:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:01:22Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-02-05T15:01:22Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-02-05T15:01:22Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-05T15:01:22Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/ci/cache",
        ),
        size: None,
    }
[2026-02-05T15:01:22Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-02-05T15:01:22Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-02-05T15:01:22Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-02-05T15:01:22Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-02-05T15:01:22Z TRACE ambient_ci::vdrive] calling tar_create
[2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-02-05T15:01:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:01:46Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-02-05T15:01:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-02-05T15:01:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "HOME": "/root",
            "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",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/ci/artifacts",
        ),
        size: None,
    }
[2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] calling tar_create
[2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-02-05T15:01:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T15:01:46Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh",
    "name": "ambient-ci",
    "description": "Ambient command line tool to run CI projects locally",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
    "alias": "liw"
  },
  "before": "626957c7b444ef88fb714cc876424f9e277e098b",
  "after": "626957c7b444ef88fb714cc876424f9e277e098b",
  "branch": "main",
  "commits": [
    "626957c7b444ef88fb714cc876424f9e277e098b"
  ]
}

Ambient stdout

[2026-02-05T14:59:57Z INFO  ambient] ambient starts
[2026-02-05T14:59: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-02-05T14:59: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-02-05T14:59:57Z DEBUG ambient_ci::linter] linting project rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh with rsync_target
[2026-02-05T14:59:57Z DEBUG ambient_ci::linter] linting project rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh with http_get
[2026-02-05T14:59:57Z DEBUG ambient_ci::linter] linting project rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh with shellcheck
[2026-02-05T14:59:57Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/meta.yaml
[2026-02-05T14:59:57Z DEBUG ambient_ci::run] latest commit: "5434b3a93435a35882ad490b2d88789922bd077d"
[2026-02-05T14:59:57Z DEBUG ambient_ci::run] is a git repository
[2026-02-05T14:59:57Z DEBUG ambient_ci::run] git repository is clean
[2026-02-05T14:59:57Z DEBUG ambient_ci::run] current (HEAD) commit: 626957c7b444ef88fb714cc876424f9e277e098b
[2026-02-05T14:59:57Z DEBUG ambient_ci::run] no dry run requested
[2026-02-05T14:59:57Z DEBUG ambient_ci::run] forced run requested
[2026-02-05T14:59:57Z DEBUG ambient_ci::run] run? true
[2026-02-05T14:59:57Z INFO  ambient_ci::run] project rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh: running CI
[2026-02-05T14:59:57Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-02-05T14:59:57Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-02-05T14:59:57Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2026-02-05T14:59:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2026-02-05T14:59:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/cache/cargo-target",
        },
        source_dir: "/tmp/.tmpngrC5k/src",
        deps_dir: "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpngrC5k/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpngrC5k/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpngrC5k/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpngrC5k/src => /tmp/.tmpiOztfA
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/test.sh wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/vdrive.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/vdrive.rs => /tmp/.tmpiOztfA/src/vdrive.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/util.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/util.rs => /tmp/.tmpiOztfA/src/util.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/style.css wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/runlog.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/runlog.rs => /tmp/.tmpiOztfA/src/runlog.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/run.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/run.rs => /tmp/.tmpiOztfA/src/run.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/qemu_utils.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/qemu_utils.rs => /tmp/.tmpiOztfA/src/qemu_utils.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/qemu.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/qemu.rs => /tmp/.tmpiOztfA/src/qemu.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/project.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/project.rs => /tmp/.tmpiOztfA/src/project.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/plan.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/plan.rs => /tmp/.tmpiOztfA/src/plan.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/linter.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/linter.rs => /tmp/.tmpiOztfA/src/linter.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/lib.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/lib.rs => /tmp/.tmpiOztfA/src/lib.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/image_store.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/image_store.rs => /tmp/.tmpiOztfA/src/image_store.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/git.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/git.rs => /tmp/.tmpiOztfA/src/git.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/config.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/config.rs => /tmp/.tmpiOztfA/src/config.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/cloud_init.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/cloud_init.rs => /tmp/.tmpiOztfA/src/cloud_init.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/checksummer.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/checksummer.rs => /tmp/.tmpiOztfA/src/checksummer.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin/cmd wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin/cmd/state.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/bin/cmd/state.rs => /tmp/.tmpiOztfA/src/bin/cmd/state.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin/cmd/run.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/bin/cmd/run.rs => /tmp/.tmpiOztfA/src/bin/cmd/run.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin/cmd/qemu.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/bin/cmd/qemu.rs => /tmp/.tmpiOztfA/src/bin/cmd/qemu.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin/cmd/projects.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/bin/cmd/projects.rs => /tmp/.tmpiOztfA/src/bin/cmd/projects.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin/cmd/plan.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/bin/cmd/plan.rs => /tmp/.tmpiOztfA/src/bin/cmd/plan.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin/cmd/mod.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/bin/cmd/mod.rs => /tmp/.tmpiOztfA/src/bin/cmd/mod.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin/cmd/log.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/bin/cmd/log.rs => /tmp/.tmpiOztfA/src/bin/cmd/log.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin/cmd/image.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/bin/cmd/image.rs => /tmp/.tmpiOztfA/src/bin/cmd/image.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin/cmd/config.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/bin/cmd/config.rs => /tmp/.tmpiOztfA/src/bin/cmd/config.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin/cmd/actions.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/bin/cmd/actions.rs => /tmp/.tmpiOztfA/src/bin/cmd/actions.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin/ambient.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/bin/ambient.rs => /tmp/.tmpiOztfA/src/bin/ambient.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/bin/ambient-execute-plan.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/bin/ambient-execute-plan.rs => /tmp/.tmpiOztfA/src/bin/ambient-execute-plan.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl/tar.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action_impl/tar.rs => /tmp/.tmpiOztfA/src/action_impl/tar.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl/shell.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action_impl/shell.rs => /tmp/.tmpiOztfA/src/action_impl/shell.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl/setenv.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action_impl/setenv.rs => /tmp/.tmpiOztfA/src/action_impl/setenv.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl/rsync.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action_impl/rsync.rs => /tmp/.tmpiOztfA/src/action_impl/rsync.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl/pwd.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action_impl/pwd.rs => /tmp/.tmpiOztfA/src/action_impl/pwd.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl/mod.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action_impl/mod.rs => /tmp/.tmpiOztfA/src/action_impl/mod.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl/mkdir.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action_impl/mkdir.rs => /tmp/.tmpiOztfA/src/action_impl/mkdir.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl/http_get.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action_impl/http_get.rs => /tmp/.tmpiOztfA/src/action_impl/http_get.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl/dummy.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action_impl/dummy.rs => /tmp/.tmpiOztfA/src/action_impl/dummy.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl/dput.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action_impl/dput.rs => /tmp/.tmpiOztfA/src/action_impl/dput.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl/deb.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action_impl/deb.rs => /tmp/.tmpiOztfA/src/action_impl/deb.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl/custom.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action_impl/custom.rs => /tmp/.tmpiOztfA/src/action_impl/custom.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action_impl/cargo.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action_impl/cargo.rs => /tmp/.tmpiOztfA/src/action_impl/cargo.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/src/action.rs wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/src/action.rs => /tmp/.tmpiOztfA/src/action.rs
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/projects.yaml wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/doc wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/doc/userguide.subplot wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/doc/userguide.md wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/doc/Makefile wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/debian wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/debian/source wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/debian/source/format wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/debian/rules wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/debian/lintian-overrides wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/debian/copyright wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/debian/control wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/debian/compat wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/debian/changelog wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/debian/cargo-checksum.json wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/debian/build-deb wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/debian/ambient-ci.manpages wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/debian/ambient-ci.docs wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/build.rs wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/ambient.yaml wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/ambient.subplot wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/ambient.py wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/ambient.md wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/ambient.1 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/ambient-execute-plan.1 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/README.md wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/NEWS.md wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/Makefile wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/INSTALL.md wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/Cargo.toml wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/Cargo.toml => /tmp/.tmpiOztfA/Cargo.toml
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/Cargo.lock wanted=true
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpngrC5k/src/Cargo.lock => /tmp/.tmpiOztfA/Cargo.lock
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/COPYING.md wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.woodpecker wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.woodpecker/build.yaml wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.woodpecker/Makefile wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.radicle wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.radicle/ambient.yaml wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.gitignore wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.cargo wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.cargo/deny.toml wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.ambient wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.ambient/dch wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/index wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/HEAD wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/config wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/logs wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/logs/HEAD wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/logs/refs wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/logs/refs/heads wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/logs/refs/heads/main wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/logs/refs/remotes wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/logs/refs/remotes/origin wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/packed-refs wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/refs wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/refs/remotes wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/refs/remotes/origin wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/refs/tags wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/refs/heads wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/refs/heads/main wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/e9 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/e9/87e55957437343a3a90feb50c4493a2951908a wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/7a wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/7a/a76840fc44600b9d11b2ae5511051095accfcb wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/c5 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/c5/4b7a3566610f19fe468cdf517d3ad3e126cf4d wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/fb wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/fb/d61abd6c2818134fc6b171951faadf09be9ca0 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/69 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/69/96e9f79583161fdeb71d343fbdcb1d1d753eba wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/7e wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/7e/21ac1820eae6ec7e861b71d9bbaef0599ffaba wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/a6 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/a6/f267b5e56988366a82b05bc912618f6f64d1b3 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/c2 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/c2/0c547bf6314abf0c979a7e38b0853edf455c98 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/e3 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/e3/1fc71b2da6370db28e6ccb71bac0f89e2fd1fc wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/75 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/75/0ca7a38cd7b138da276b2c355a496b33df7b2a wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/49 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/49/dc3c601c32afce4af6bccb121cc5f840fe1564 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/36 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/36/24aec0e1bc9d3b118cdb41566f50bd3c19bbd5 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/d0 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/d0/67b12a3a27165ad420a8851bd91d32d2816859 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/27 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/27/d8203c25c2bd6d95cd38a28d26285a5805d9f9 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/41 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/41/30a0fa8bf6f616e8cbdf6976c7236609b9ce7d wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/ca wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/ca/953eaf7eac3f2525594a6fe75ee6f7c0516fcf wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/bb wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/bb/9567265dc9abe202043c4a45e78cd392cc3074 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/5d wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/5d/7c72a9dd1275d180d29fe283883ca1bcd29911 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/3c wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/3c/26a234c2b9ba4c24465fff06c341519fca4eb8 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/92 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/92/56416dfbc1850fd0c7bae6b87994e7d2eb3508 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/e7 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/e7/0f995d23cf48de372a9ab055cf442c732d26de wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/1c wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/1c/6f5ff4aaa05fc7fd6784e034f00c6d7244429b wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/22 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/22/ffc83ae1cc23ea1e386f01f11c711817fd614a wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/61 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/61/eea8f4b3fe1eb828f8d86f74ab3d20f11479be wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/71 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/71/21a8e07e415d434d4c0bb2ec9dfb682e82fa41 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/6a wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/6a/5e10ccb35ac6c702facffc49b375786732e653 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/17 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/17/a1edec5e9fef295161b1d0aa33d8dcf6f54fa1 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/9c wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/9c/38f3325bcc16428b315b6684643eac2178c053 wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/info wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/info/commit-graph wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/info/packs wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-2aa8f51e97c86ed715a40029f65f2588b0e78f05.pack wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-659e462ee3189a19544e1f37215582b0f441c0dd.pack wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-f1e178cd51614ecdc7c29e5da3b87af083c68708.idx wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-3f15975cd2214eef200bdd071f321abbee8702dc.pack wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-2aa8f51e97c86ed715a40029f65f2588b0e78f05.idx wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-659e462ee3189a19544e1f37215582b0f441c0dd.idx wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-ecee271243c88db6c97011130830ae451cfea42b.idx wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-6131dd644f83cdb3bb782db31f93ddaa4ba0123a.pack wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-ecee271243c88db6c97011130830ae451cfea42b.bitmap wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-0cf8e31a5a440a87bea15efa663f48d75d01055c.pack wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-a32119d30ef95ad40fa0617cfa77390b4b89fe81.pack wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-a32119d30ef95ad40fa0617cfa77390b4b89fe81.idx wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-f1e178cd51614ecdc7c29e5da3b87af083c68708.pack wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-3f15975cd2214eef200bdd071f321abbee8702dc.idx wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-ecee271243c88db6c97011130830ae451cfea42b.pack wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-3440a3ac9240b3a5ccf48257c75226259bcfdd45.idx wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-0cf8e31a5a440a87bea15efa663f48d75d01055c.idx wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-3440a3ac9240b3a5ccf48257c75226259bcfdd45.pack wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-ecee271243c88db6c97011130830ae451cfea42b.rev wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/objects/pack/pack-6131dd644f83cdb3bb782db31f93ddaa4ba0123a.idx wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/branches wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/update.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/commit-msg.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/post-update.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/pre-push.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/pre-rebase.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/pre-commit.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/pre-receive.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/description wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/info wanted=false
[2026-02-05T14:59:57Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpngrC5k/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpiOztfA (exists? true)
[2026-02-05T14:59:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-05T14:59:58Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-02-05T14:59:58Z DEBUG ambient_ci::run] Executing plan steps
[2026-02-05T14:59:58Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpmyKyCO/src.tar
[2026-02-05T14:59:58Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpmyKyCO/deps.tar
[2026-02-05T15:00:02Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-02-05T15:00:02Z 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",
                },
            ),
            CargoFmt(
                CargoFmt,
            ),
            CargoClippy(
                CargoClippy,
            ),
            CargoBuild(
                CargoBuild,
            ),
            CargoTest(
                CargoTest,
            ),
            Shell(
                Shell {
                    shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
                },
            ),
            Custom(
                Custom {
                    name: "dch",
                    args: {
                        "debfullname": String("Lars Wirzenius"),
                        "debemail": String("liw@liw.fi"),
                    },
                },
            ),
            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-02-05T15:00:02Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-02-05T15:00:02Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpmyKyCO/ambient-execute-plan/run-ci
[2026-02-05T15:00:02Z DEBUG ambient_ci::run] copy OK: true
[2026-02-05T15:00:02Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpmyKyCO/executor.tar
[2026-02-05T15:00:15Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2026-02-05T15:00:15Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh, exists? true
[2026-02-05T15:00:15Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2026-02-05T15:00:15Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log OK
[2026-02-05T15:00:15Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-02-05T15:00:15Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-02-05T15:00:15Z 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-02-05T15:00:15Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-02-05T15:00:15Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-02-05T15:00:15Z 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-02-05T15:00:15Z DEBUG ambient_ci::qemu] run QEMU
[2026-02-05T15:00:15Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-02-05T15:00:15Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmplHylo8/.tmpi1O2oh/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-02-05T15:00:15Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-02-05T15:00:15Z 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-02-05T15:00:15Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp0XDiy7/meta-data
[2026-02-05T15:00:15Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp0XDiy7/user-data
[2026-02-05T15:00:15Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp0XDiy7/network-config
[2026-02-05T15:00:15Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmplHylo8/.tmpi1O2oh/console.log
[2026-02-05T15:00:15Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmplHylo8/.tmpi1O2oh/console.log
[2026-02-05T15:00:15Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2026-02-05T15:00:15Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2026-02-05T15:00:15Z 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/.tmplHylo8/.tmpi1O2oh/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmplHylo8/.tmpi1O2oh/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpmyKyCO/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmplHylo8/.tmpi1O2oh/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/.tmplHylo8/.tmpi1O2oh/vars.fd",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpmyKyCO/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpmyKyCO/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpmyKyCO/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpmyKyCO/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2026-02-05T15:01:51Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-02-05T15:01:51Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2026-02-05T15:00:17Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-02-05T15:00:17Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-02-05T15:00:17Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-02-05T15:00:17Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-02-05T15:00:17Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-02-05T15:00:17Z 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_fmt
        - action: cargo_clippy
        - action: cargo_build
        - action: cargo_test
        - action: shell
          shell: |
            make doc
            cp ./*.html doc/*.html /workspace/artifacts
            git reset --hard
            git clean -fdx
        - action: custom
          name: dch
          args:
            debfullname: Lars Wirzenius
            debemail: liw@liw.fi
        - 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-02-05T15:00:17Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-02-05T15:00:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-02-05T15:00:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-05T15:00:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:17Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-02-05T15:00:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-02-05T15:00:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-05T15:00:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:17Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-02-05T15:00:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-02-05T15:00:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-05T15:00:18Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
    [2026-02-05T15:00:18Z TRACE ambient_ci::vdrive] extraction OK
    [2026-02-05T15:00:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:18Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-02-05T15:00:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-02-05T15:00:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-05T15:00:18Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
    [2026-02-05T15:00:19Z TRACE ambient_ci::vdrive] extraction OK
    [2026-02-05T15:00:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:19Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-02-05T15:00:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-02-05T15:00:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-05T15:00:19Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
    [2026-02-05T15:00:45Z TRACE ambient_ci::vdrive] extraction OK
    [2026-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            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-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            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-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            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-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:45Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2026-02-05T15:00:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/ci/src (exists? true)
    [2026-02-05T15:00:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:46Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2026-02-05T15:00:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2026-02-05T15:00:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/ci/src (exists? true)
       Compiling ambient-ci v0.12.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
    [2026-02-05T15:00:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:49Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
            CargoBuild,
        )
    [2026-02-05T15:00:49Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
            CargoBuild,
        )
    [2026-02-05T15:00:49Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
           cwd=/ci/src (exists? true)
       Compiling ambient-ci v0.12.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s
    [2026-02-05T15:00:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:56Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
            CargoTest,
        )
    [2026-02-05T15:00:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
            CargoTest,
        )
    [2026-02-05T15:00:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
           cwd=/ci/src (exists? true)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
         Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/ambient_ci-e016810e833194b0)
    
    running 24 tests
    test action::test::mkdir_action ... ok
    test action_impl::tar::test::tar_create_action ... ok
    test action_impl::tar::test::tar_extract_action ... ok
    test cloud_init::test::metadata ... ok
    test cloud_init::test::userdata ... ok
    test cloud_init::test::userdata_fails_without_runcmd ... ok
    test config::test::does_not_merge_unset ... ok
    test config::test::merges_legacy_value_into_qemu ... ok
    test config::test::merges_set_value ... ok
    test config::test::rsync_target_for_project_with_base_and_map_only ... ok
    test config::test::rsync_target_for_project_with_rsync_target_set ... ok
    test plan::test::round_trip ... ok
    test run::test_run_decision::commit_changed ... ok
    test run::test_run_decision::dry_run_for_commit_changed ... ok
    test run::test_run_decision::dry_run_for_commit_changed_with_force ... ok
    test run::test_run_decision::dry_run_for_unchanged ... ok
    test run::test_run_decision::dry_run_for_unchanged_but_dirty ... ok
    test run::test_run_decision::dry_run_for_unchanged_but_dirty_with_force ... ok
    test run::test_run_decision::dry_run_for_unchanged_with_force ... ok
    test run::test_run_decision::is_not_git ... ok
    test run::test_run_decision::unchanged ... ok
    test run::test_run_decision::unchanged_commit_but_dirty ... ok
    test run::test_run_decision::unchanged_with_force ... ok
    test cloud_init::test::iso ... ok
    
    test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
    
         Running unittests src/bin/ambient.rs (/ci/cache/cargo-target/debug/deps/ambient-95c76ff0dbc840ce)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running unittests src/bin/ambient-execute-plan.rs (/ci/cache/cargo-target/debug/deps/ambient_execute_plan-20a9e14d881f83f9)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
       Doc-tests ambient_ci
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    [2026-02-05T15:00:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:57Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
            },
        )
    [2026-02-05T15:00:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
            },
        )
    [2026-02-05T15:00:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nmake doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n\n"]
           cwd=/ci/src (exists? true)
    + make doc
    subplot docgen ambient.subplot -o ambient.html
     INFO Starting Subplot
     INFO Subplot finished successfully
    make -C doc
    make[1]: Entering directory '/ci/src/doc'
    subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
    fatal: No names found, cannot describe anything.
     INFO Starting Subplot
     INFO Subplot finished successfully
    make[1]: Leaving directory '/ci/src/doc'
    + cp ./ambient.html doc/userguide.html /workspace/artifacts
    + git reset --hard
    HEAD is now at 626957c7 chore: prepare release 0.12.0
    + git clean -fdx
    Removing ambient.html
    Removing doc/userguide.html
    [2026-02-05T15:00:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:57Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debemail": String("liw@liw.fi"),
                    "debfullname": String("Lars Wirzenius"),
                },
            },
        )
    [2026-02-05T15:00:57Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debemail": String("liw@liw.fi"),
                    "debfullname": String("Lars Wirzenius"),
                },
            },
        )
    [2026-02-05T15:00:57Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            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 626957c7 chore: prepare release 0.12.0
    + git clean -fdx
    ++ dpkg-parsechangelog -SVersion
    ++ sed 's/-[^-]*$//'
    + V=0.12.0
    ++ date -u +%Y%m%dT%H%M%S
    + T=20260205T150057
    + version=0.12.0.ci20260205T150057-1
    + dch -v 0.12.0.ci20260205T150057-1 'CI build under Ambient.'
    + dch -r ''
    custom action "dch" exit code Some(0)
    [2026-02-05T15:00:58Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:00:58Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb {
                packages: Some(
                    ".",
                ),
            },
        )
    [2026-02-05T15:00:58Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb {
                packages: Some(
                    ".",
                ),
            },
        )
    [2026-02-05T15:00:58Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            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=260
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=98fa7f7f9c2b44eab326126d36c8d8a1
    SHLVL=2
    JOURNAL_STREAM=8:14494
    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.93.0 (083ac5135 2025-12-15)
    + rustc --version
    rustc 1.93.0 (254b59607 2026-01-19)
    ++ dpkg-parsechangelog -SSource
    + name=ambient-ci
    ++ dpkg-parsechangelog -SVersion
    + version=0.12.0.ci20260205T150057-1
    ++ echo 0.12.0.ci20260205T150057-1
    ++ sed 's/-[^-]*$//'
    + uv=0.12.0.ci20260205T150057
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../ambient-ci_0.12.0.ci20260205T150057.orig.tar.xz
    + deb=../ambient-ci_0.12.0.ci20260205T150057-1_amd64.deb
    + changes=../ambient-ci_0.12.0.ci20260205T150057-1_amd64.changes
    + git archive HEAD
    + xz
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package ambient-ci
    dpkg-buildpackage: info: source version 0.12.0.ci20260205T150057-1
    dpkg-buildpackage: info: source distribution unstable
    dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
    dpkg-buildpackage: info: host architecture amd64
     dpkg-source --before-build .
     debian/rules clean
    dh clean
       dh_auto_clean
       dh_clean
     dpkg-source -b .
    dpkg-source: info: using source format '3.0 (quilt)'
    dpkg-source: info: building ambient-ci using existing ./ambient-ci_0.12.0.ci20260205T150057.orig.tar.xz
    dpkg-source: info: building ambient-ci in ambient-ci_0.12.0.ci20260205T150057-1.debian.tar.xz
    dpkg-source: info: building ambient-ci in ambient-ci_0.12.0.ci20260205T150057-1.dsc
     debian/rules build
    dh build
       dh_update_autotools_config
       dh_autoreconf
       dh_auto_configure
       debian/rules override_dh_auto_build
    make[1]: Entering directory '/ci/src'
    make -C doc
    make[2]: Entering directory '/ci/src/doc'
    subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
    fatal: No names found, cannot describe anything.
     INFO Starting Subplot
     INFO Subplot finished successfully
    make[2]: Leaving directory '/ci/src/doc'
    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 --locked --offline --target x86_64-unknown-linux-musl --path=. --root=debian/ambient-ci/usr
      Installing ambient-ci v0.12.0 (/ci/src)
       Compiling ambient-ci v0.12.0 (/ci/src)
        Finished `release` profile [optimized] target(s) in 18.17s
      Installing /ci/src/debian/ambient-ci/usr/bin/ambient
      Installing /ci/src/debian/ambient-ci/usr/bin/ambient-execute-plan
       Installed package `ambient-ci v0.12.0 (/ci/src)` (executables `ambient`, `ambient-execute-plan`)
    warning: be sure to add `/ci/src/debian/ambient-ci/usr/bin` to your PATH to be able to run the installed binaries
    find debian -name '.crates*' -delete
    make[1]: Leaving directory '/ci/src'
       dh_installdocs
       dh_installchangelogs
       dh_installman
       dh_lintian
       dh_perl
       dh_link
       dh_strip_nondeterminism
       dh_compress
       dh_fixperms
       dh_missing
       dh_strip
       dh_makeshlibs
       dh_shlibdeps
    dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
    dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
       dh_installdeb
       dh_gencontrol
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'ambient-ci-dbgsym' in '../ambient-ci-dbgsym_0.12.0.ci20260205T150057-1_amd64.deb'.
    dpkg-deb: building package 'ambient-ci' in '../ambient-ci_0.12.0.ci20260205T150057-1_amd64.deb'.
     dpkg-genbuildinfo -O../ambient-ci_0.12.0.ci20260205T150057-1_amd64.buildinfo
     dpkg-genchanges -O../ambient-ci_0.12.0.ci20260205T150057-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 3180
    -rw-r--r--  1 root root  434408 Feb  5 15:01 ambient-ci-dbgsym_0.12.0.ci20260205T150057-1_amd64.deb
    -rw-r--r--  1 root root    2120 Feb  5 15:00 ambient-ci_0.12.0.ci20260205T150057-1.debian.tar.xz
    -rw-r--r--  1 root root     966 Feb  5 15:00 ambient-ci_0.12.0.ci20260205T150057-1.dsc
    -rw-r--r--  1 root root    5898 Feb  5 15:01 ambient-ci_0.12.0.ci20260205T150057-1_amd64.buildinfo
    -rw-r--r--  1 root root    2447 Feb  5 15:01 ambient-ci_0.12.0.ci20260205T150057-1_amd64.changes
    -rw-r--r--  1 root root 2689688 Feb  5 15:01 ambient-ci_0.12.0.ci20260205T150057-1_amd64.deb
    -rw-r--r--  1 root root   86636 Feb  5 15:00 ambient-ci_0.12.0.ci20260205T150057.orig.tar.xz
    drwxr-xr-x  2 root root    4096 Feb  5 15:00 artifacts
    drwxr-xr-x  6 root root    4096 Jan 15 06:16 cache
    drwxr-xr-x  3 root root    4096 Feb  5 14:59 deps
    drwxr-xr-x 10 root root    4096 Feb  5 15:00 src
    + for x in ../*.deb
    + dpkg -c ../ambient-ci-dbgsym_0.12.0.ci20260205T150057-1_amd64.deb
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/lib/
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/lib/debug/.build-id/7a/
    -rw-r--r-- root/root   1395672 2026-02-05 15:00 ./usr/lib/debug/.build-id/7a/87cb03205f6179c704b27dbc43904f4a55c478.debug
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/lib/debug/.build-id/f6/
    -rw-r--r-- root/root   1855504 2026-02-05 15:00 ./usr/lib/debug/.build-id/f6/be1469a56967a531e3800b45d281fda8ee80bf.debug
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2026-02-05 15:00 ./usr/share/doc/ambient-ci-dbgsym -> ambient-ci
    + for x in ../*.deb
    + dpkg -c ../ambient-ci_0.12.0.ci20260205T150057-1_amd64.deb
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/bin/
    -rwxr-xr-x root/root   7422336 2026-02-05 15:00 ./usr/bin/ambient
    -rwxr-xr-x root/root   5157152 2026-02-05 15:00 ./usr/bin/ambient-execute-plan
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/doc/
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/doc/ambient-ci/
    -rw-r--r-- root/root       458 2026-02-05 15:00 ./usr/share/doc/ambient-ci/changelog.Debian.gz
    -rw-r--r-- root/root       340 2026-02-05 15:00 ./usr/share/doc/ambient-ci/copyright
    -rw-r--r-- root/root     33364 2026-02-05 15:00 ./usr/share/doc/ambient-ci/userguide.html
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/lintian/
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/lintian/overrides/
    -rw-r--r-- root/root       266 2026-02-05 15:00 ./usr/share/lintian/overrides/ambient-ci
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/man/
    drwxr-xr-x root/root         0 2026-02-05 15:00 ./usr/share/man/man1/
    -rw-r--r-- root/root       261 2026-02-05 15:00 ./usr/share/man/man1/ambient-execute-plan.1.gz
    -rw-r--r-- root/root       205 2026-02-05 15:00 ./usr/share/man/man1/ambient.1.gz
    + mv ../ambient-ci-dbgsym_0.12.0.ci20260205T150057-1_amd64.deb ../ambient-ci_0.12.0.ci20260205T150057-1.debian.tar.xz ../ambient-ci_0.12.0.ci20260205T150057-1.dsc ../ambient-ci_0.12.0.ci20260205T150057-1_amd64.buildinfo ../ambient-ci_0.12.0.ci20260205T150057-1_amd64.changes ../ambient-ci_0.12.0.ci20260205T150057-1_amd64.deb ../ambient-ci_0.12.0.ci20260205T150057.orig.tar.xz /ci/artifacts/.
    [2026-02-05T15:01:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:01:22Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-02-05T15:01:22Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-02-05T15:01:22Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-05T15:01:22Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/ci/cache",
            ),
            size: None,
        }
    [2026-02-05T15:01:22Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2026-02-05T15:01:22Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2026-02-05T15:01:22Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
    [2026-02-05T15:01:22Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
    [2026-02-05T15:01:22Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2026-02-05T15:01:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:01:46Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-02-05T15:01:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-02-05T15:01:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "HOME": "/root",
                "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",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/ci/artifacts",
            ),
            size: None,
        }
    [2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
    [2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
    [2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-02-05T15:01:46Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2026-02-05T15:01:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-02-05T15:01:46Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2026-02-05T15:01:51Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-02-05T15:01:53Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-02-05T15:01:53Z DEBUG ambient_ci::run] remove old cache
[2026-02-05T15:01:55Z DEBUG ambient_ci::run] extract cache
[2026-02-05T15:02:06Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-02-05T15:02:06Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-02-05T15:02:06Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/meta.yaml
[2026-02-05T15:02:08Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>