CI run for rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE

Radicle repository id rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE

Table of Contents

Run log

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


INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sr0     11:0    1   372K  0 rom  
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0     6M  1 disk 
vdc    254:32   0   1.8M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0     1G  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-01-20 09:51 ./
-rw-r--r-- _rad/_rad      1255 2026-01-20 09:51 ./plan.yaml
-rwxr-xr-x _rad/_rad   6275392 2026-01-20 09:51 ./run-ci
INFO: Extracted files:
   393228      4 drwxr-xr-x   2 1000     1000         4096 Jan 20 09:51 .
   393230   6132 -rwxr-xr-x   1 1000     1000      6275392 Jan 20 09:51 ./run-ci
   393229      4 -rw-r--r--   1 1000     1000         1255 Jan 20 09:51 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-20T09:52:08Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T09:52:08Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T09:52:08Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T09:52:08Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T09:52:08Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-20T09:52:08Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /ci
    - action: mkdir
      pathname: /ci/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    - action: shell
      shell: ln -sf /ci /workspace
    - action: shell
      shell: git config --global user.name 'Ambient CI'
    - action: shell
      shell: git config --global user.email ambient@example.com
    - action: cargo_fmt
    - action: cargo_clippy
    - action: shell
      shell: |
        export HOME=/root
        # "Install" the rad program. It needs to be in $PATH.
        cp /root/.radicle/bin/rad /bin/.
        git config --global user.name root
        git config --global user.email root@example.com
        cargo test
    - action: cargo_doc
    - 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-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T09:52:08Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-20T09:52:08Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T09:52:08Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-20T09:52:11Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T09:52:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:52:11Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T09:52:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T09:52:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T09:52:11Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-20T09:52:46Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "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-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "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-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "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-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "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.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/ci/src (exists? true)
[2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "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.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/ci/src (exists? true)
   Compiling anyhow v1.0.100
    Checking sqlite3-sys v0.15.2
    Checking sqlite v0.32.0
   Compiling git-ref-format-core v0.6.0
   Compiling subplot v0.14.0
   Compiling git-ref-format-macro v0.6.0
   Compiling roadmap v0.7.0
    Checking radicle-crypto v0.14.0
   Compiling descape v3.0.0
    Checking git-ref-format v0.6.0
    Checking radicle-cob v0.17.0
   Compiling radicle-surf v0.26.0
    Checking radicle-std-ext v0.2.0
   Compiling subplotlib v0.14.0
    Checking dunce v1.0.5
    Checking radicle v0.20.0
   Compiling subplotlib-derive v0.14.0
    Checking radicle-git-ext v0.11.0
   Compiling radicle-ci-broker v0.25.0
    Checking winnow v0.7.14
    Checking duration-str v0.18.0
    Checking radicle-job v0.4.0
   Compiling radicle-native-ci v0.12.0 (/ci/src)
    Checking nonempty v0.12.0
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.03s
[2026-01-20T09:52:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:52:55Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "export HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n",
        },
    )
[2026-01-20T09:52:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "export HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n",
        },
    )
[2026-01-20T09:52:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "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\nexport HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n\n"]
       cwd=/ci/src (exists? true)
+ export HOME=/root
+ HOME=/root
+ cp /root/.radicle/bin/rad /bin/.
+ git config --global user.name root
+ git config --global user.email root@example.com
+ cargo test
   Compiling sqlite3-sys v0.15.2
   Compiling subplot v0.14.0
   Compiling sqlite v0.32.0
   Compiling git-ref-format-core v0.6.0
   Compiling radicle-crypto v0.14.0
   Compiling git-ref-format-macro v0.6.0
   Compiling roadmap v0.7.0
   Compiling git-ref-format v0.6.0
   Compiling radicle-cob v0.17.0
   Compiling radicle-surf v0.26.0
   Compiling dunce v1.0.5
   Compiling radicle-std-ext v0.2.0
   Compiling radicle v0.20.0
   Compiling subplotlib-derive v0.14.0
   Compiling radicle-git-ext v0.11.0
   Compiling winnow v0.7.14
   Compiling subplotlib v0.14.0
   Compiling duration-str v0.18.0
   Compiling radicle-job v0.4.0
   Compiling nonempty v0.12.0
   Compiling radicle-native-ci v0.12.0 (/ci/src)
   Compiling radicle-ci-broker v0.25.0
    Finished `test` profile [unoptimized + debuginfo] target(s) in 16.66s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_native_ci-32a0399cabc02961)

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/radicle-native-ci.rs (/ci/cache/cargo-target/debug/deps/radicle_native_ci-c28e25e0d13aaf94)

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/run_log.rs (/ci/cache/cargo-target/debug/deps/run_log-ae5ddee54e932620)

running 0 tests

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

     Running tests/integration.rs (/ci/cache/cargo-target/debug/deps/integration-6f56958df2a73448)

running 9 tests
test commit_doesnt_exist ... ok
test command_fails ... ok
test empty_config ... ok
test config_does_not_exist ... ok
test empty_request ... ok
test happy_path ... ok
test happy_path_with_log_url ... ok
test no_config_env_var ... ok
test repo_doesnt_exist ... ok

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

   Doc-tests radicle_native_ci

running 0 tests

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

[2026-01-20T09:53:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:53:21Z DEBUG ambient_ci::plan] RUN: Action CargoDoc(
        CargoDoc,
    )
[2026-01-20T09:53:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoDoc(
        CargoDoc,
    )
[2026-01-20T09:53:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "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.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["env", "RUSTDOCFLAGS=-D warnings", "cargo", "doc", "--workspace"]
       cwd=/ci/src (exists? true)
    Checking foldhash v0.1.5
    Checking anyhow v1.0.100
    Checking hashbrown v0.15.5
 Documenting sqlite3-sys v0.15.2
    Checking hashlink v0.10.0
    Checking yaml-rust2 v0.10.4
    Checking marked-yaml v0.8.0
    Checking pulldown-cmark v0.13.0
    Checking roadmap v0.7.0
 Documenting anyhow v1.0.100
 Documenting sqlite v0.32.0
    Checking descape v3.0.0
 Documenting pulldown-cmark v0.13.0
 Documenting radicle-crypto v0.14.0
 Documenting roadmap v0.7.0
 Documenting git-ref-format-core v0.6.0
 Documenting descape v3.0.0
 Documenting git-ref-format v0.6.0
 Documenting subplot v0.14.0
 Documenting radicle-cob v0.17.0
    Checking subplot v0.14.0
 Documenting dunce v1.0.5
 Documenting radicle-std-ext v0.2.0
 Documenting radicle v0.20.0
 Documenting radicle-git-ext v0.11.0
 Documenting subplotlib-derive v0.14.0
 Documenting winnow v0.7.14
 Documenting subplotlib v0.14.0
 Documenting duration-str v0.18.0
 Documenting radicle-job v0.4.0
 Documenting radicle-surf v0.26.0
 Documenting nonempty v0.12.0
    Checking radicle-native-ci v0.12.0 (/ci/src)
 Documenting radicle-ci-broker v0.25.0
 Documenting radicle-native-ci v0.12.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.43s
   Generated /ci/cache/cargo-target/doc/radicle_native_ci/index.html and 1 other file
[2026-01-20T09:54:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:54:00Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2026-01-20T09:54:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2026-01-20T09:54:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "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 3b42cd2 chore: prepare release 0.12.0
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.11.1
++ date -u +%Y%m%dT%H%M%S
+ T=20260120T095400
+ version=0.11.1.ci20260120T095400-1
+ dch -v 0.11.1.ci20260120T095400-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-20T09:54:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:54:00Z DEBUG ambient_ci::plan] RUN: Action Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
[2026-01-20T09:54:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
[2026-01-20T09:54:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "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=281
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=4b3ef94457d64e8fbe08a529a8739b07
SHLVL=2
JOURNAL_STREAM=8:14520
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
+ command -v cargo
/root/.cargo/bin/cargo
+ command -v rustc
/root/.cargo/bin/rustc
+ cargo --version
cargo 1.92.0 (344c4567c 2025-10-21)
+ rustc --version
rustc 1.92.0 (ded5c06cf 2025-12-08)
++ dpkg-parsechangelog -SSource
+ name=radicle-native-ci
++ dpkg-parsechangelog -SVersion
+ version=0.11.1.ci20260120T095400-1
++ echo 0.11.1.ci20260120T095400-1
++ sed 's/-[^-]*$//'
+ uv=0.11.1.ci20260120T095400
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-native-ci_0.11.1.ci20260120T095400.orig.tar.xz
+ deb=../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.deb
+ changes=../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package radicle-native-ci
dpkg-buildpackage: info: source version 0.11.1.ci20260120T095400-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building radicle-native-ci using existing ./radicle-native-ci_0.11.1.ci20260120T095400.orig.tar.xz
dpkg-source: info: building radicle-native-ci in radicle-native-ci_0.11.1.ci20260120T095400-1.debian.tar.xz
dpkg-source: info: building radicle-native-ci in radicle-native-ci_0.11.1.ci20260120T095400-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'
true
make[1]: Leaving directory '/ci/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/ci/src'
   create-stamp debian/debhelper-build-stamp
 debian/rules binary
dh binary
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/ci/src'
cargo install --offline --locked --path=. --root=debian/radicle-native-ci/usr --bin radicle-native-ci
  Installing radicle-native-ci v0.12.0 (/ci/src)
   Compiling sqlite3-sys v0.15.2
   Compiling subplot v0.14.0
   Compiling sqlite v0.32.0
   Compiling git-ref-format-core v0.6.0
   Compiling git-ref-format-macro v0.6.0
   Compiling radicle-crypto v0.14.0
   Compiling descape v3.0.0
   Compiling git-ref-format v0.6.0
   Compiling radicle-cob v0.17.0
   Compiling radicle-surf v0.26.0
   Compiling dunce v1.0.5
   Compiling radicle-std-ext v0.2.0
   Compiling subplotlib v0.14.0
   Compiling radicle v0.20.0
   Compiling radicle-git-ext v0.11.0
   Compiling subplotlib-derive v0.14.0
   Compiling winnow v0.7.14
   Compiling radicle-ci-broker v0.25.0
   Compiling radicle-job v0.4.0
   Compiling duration-str v0.18.0
   Compiling nonempty v0.12.0
   Compiling radicle-native-ci v0.12.0 (/ci/src)
    Finished `release` profile [optimized] target(s) in 52.04s
  Installing debian/radicle-native-ci/usr/bin/radicle-native-ci
   Installed package `radicle-native-ci v0.12.0 (/ci/src)` (executable `radicle-native-ci`)
warning: be sure to add `debian/radicle-native-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
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'radicle-native-ci-dbgsym' in '../radicle-native-ci-dbgsym_0.11.1.ci20260120T095400-1_amd64.deb'.
dpkg-deb: building package 'radicle-native-ci' in '../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.deb'.
 dpkg-genbuildinfo -O../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.buildinfo
 dpkg-genchanges -O../radicle-native-ci_0.11.1.ci20260120T095400-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 1116
drwxr-xr-x  2 root root   4096 Jan 20 09:52 artifacts
drwxr-xr-x  7 root root   4096 Jan 18 12:41 cache
drwxr-xr-x  3 root root   4096 Jan 20 09:51 deps
-rw-r--r--  1 root root 127088 Jan 20 09:54 radicle-native-ci-dbgsym_0.11.1.ci20260120T095400-1_amd64.deb
-rw-r--r--  1 root root   2072 Jan 20 09:54 radicle-native-ci_0.11.1.ci20260120T095400-1.debian.tar.xz
-rw-r--r--  1 root root   1075 Jan 20 09:54 radicle-native-ci_0.11.1.ci20260120T095400-1.dsc
-rw-r--r--  1 root root   6362 Jan 20 09:54 radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.buildinfo
-rw-r--r--  1 root root   2612 Jan 20 09:54 radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.changes
-rw-r--r--  1 root root 921788 Jan 20 09:54 radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.deb
-rw-r--r--  1 root root  46876 Jan 20 09:54 radicle-native-ci_0.11.1.ci20260120T095400.orig.tar.xz
drwxr-xr-x 10 root root   4096 Jan 20 09:54 src
+ for x in ../*.deb
+ dpkg -c ../radicle-native-ci-dbgsym_0.11.1.ci20260120T095400-1_amd64.deb
drwxr-xr-x root/root         0 2026-01-20 09:54 ./
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/lib/
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/lib/debug/.build-id/1a/
-rw-r--r-- root/root    758912 2026-01-20 09:54 ./usr/lib/debug/.build-id/1a/b4fca5fa20a6fec4a3f89c543880d195f8a6ab.debug
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-01-20 09:54 ./usr/share/doc/radicle-native-ci-dbgsym -> radicle-native-ci
+ for x in ../*.deb
+ dpkg -c ../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.deb
drwxr-xr-x root/root         0 2026-01-20 09:54 ./
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/bin/
-rwxr-xr-x root/root   2658504 2026-01-20 09:54 ./usr/bin/radicle-native-ci
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/doc/radicle-native-ci/
-rw-r--r-- root/root       411 2026-01-20 09:54 ./usr/share/doc/radicle-native-ci/changelog.Debian.gz
-rw-r--r-- root/root       375 2026-01-20 09:54 ./usr/share/doc/radicle-native-ci/copyright
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/lintian/
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/lintian/overrides/
-rw-r--r-- root/root        72 2026-01-20 09:54 ./usr/share/lintian/overrides/radicle-native-ci
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/man/
drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/man/man1/
-rw-r--r-- root/root       274 2026-01-20 09:54 ./usr/share/man/man1/radicle-native-ci.1.gz
+ mv ../radicle-native-ci-dbgsym_0.11.1.ci20260120T095400-1_amd64.deb ../radicle-native-ci_0.11.1.ci20260120T095400-1.debian.tar.xz ../radicle-native-ci_0.11.1.ci20260120T095400-1.dsc ../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.buildinfo ../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.changes ../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.deb ../radicle-native-ci_0.11.1.ci20260120T095400.orig.tar.xz /ci/artifacts/.
[2026-01-20T09:54:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:54:56Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T09:54:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-20T09:54:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T09:54:56Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/ci/cache",
        ),
        size: None,
    }
[2026-01-20T09:54:56Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-20T09:54:56Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-20T09:54:56Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-01-20T09:54:56Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-01-20T09:54:56Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-20T09:55:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:55:34Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-20T09:55:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
[2026-01-20T09:55:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/ci/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/ci/artifacts",
        ),
        size: None,
    }
[2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-20T09:55:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:55:34Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE",
    "name": "radicle-native-ci",
    "description": "Radicle CI adapter for native CI",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "b930e52c1dc7f9a15a70d28753407d82278e1a39",
    "author": {
      "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "alias": "liw"
    },
    "title": "release",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "8237cd8c031d9bc284941c85a3f1ea2cfc583379",
    "after": "3b42cd24e848d84395164814a52e05c51cf533ca",
    "commits": [
      "3b42cd24e848d84395164814a52e05c51cf533ca",
      "15f49b51262f58fee0212c6140dd58690ff246c6",
      "d05b063f36514f5e15b90040a953e935019119e6",
      "689290c4b97252656f9d42d8c41275bfd380d908",
      "d328dfdbd967087f9aaf6cbbfe3475cf08b87d58",
      "3613eb567dde5e0d928e30387672dbbf21228664"
    ],
    "target": "8237cd8c031d9bc284941c85a3f1ea2cfc583379",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "b930e52c1dc7f9a15a70d28753407d82278e1a39",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "description": "",
        "base": "8237cd8c031d9bc284941c85a3f1ea2cfc583379",
        "oid": "3b42cd24e848d84395164814a52e05c51cf533ca",
        "timestamp": 1768902696
      }
    ]
  }
}

Ambient stdout

[2026-01-20T09:51:37Z INFO  ambient] ambient starts
[2026-01-20T09:51:37Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2026-01-20T09:51:37Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
        uefi: false,
        lint: true,
    }
[2026-01-20T09:51:37Z DEBUG ambient_ci::linter] linting project rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE with rsync_target
[2026-01-20T09:51:37Z DEBUG ambient_ci::linter] linting project rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE with http_get
[2026-01-20T09:51:37Z DEBUG ambient_ci::linter] linting project rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE with shellcheck
[2026-01-20T09:51:37Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/meta.yaml
[2026-01-20T09:51:37Z DEBUG ambient_ci::run] latest commit: "8237cd8c031d9bc284941c85a3f1ea2cfc583379"
[2026-01-20T09:51:37Z DEBUG ambient_ci::run] is a git repository
[2026-01-20T09:51:37Z DEBUG ambient_ci::run] git repository is clean
[2026-01-20T09:51:37Z DEBUG ambient_ci::run] current (HEAD) commit: 3b42cd24e848d84395164814a52e05c51cf533ca
[2026-01-20T09:51:37Z DEBUG ambient_ci::run] no dry run requested
[2026-01-20T09:51:37Z DEBUG ambient_ci::run] forced run requested
[2026-01-20T09:51:37Z DEBUG ambient_ci::run] run? true
[2026-01-20T09:51:37Z INFO  ambient_ci::run] project rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE: running CI
[2026-01-20T09:51:37Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-20T09:51:37Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-20T09:51:37Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2026-01-20T09:51:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2026-01-20T09:51:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/cache/cargo-target",
        },
        source_dir: "/tmp/.tmplYStHu/src",
        deps_dir: "/home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmplYStHu/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmplYStHu/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmplYStHu/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmplYStHu/src => /tmp/.tmp1PEKom
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/NEWS.md wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/Cargo.toml wanted=true
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmplYStHu/src/Cargo.toml => /tmp/.tmp1PEKom/Cargo.toml
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/Cargo.lock wanted=true
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmplYStHu/src/Cargo.lock => /tmp/.tmp1PEKom/Cargo.lock
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/tests wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/tests/integration.rs wanted=true
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmplYStHu/src/tests/integration.rs => /tmp/.tmp1PEKom/tests/integration.rs
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/src wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/src/runspec.rs wanted=true
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmplYStHu/src/src/runspec.rs => /tmp/.tmp1PEKom/src/runspec.rs
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/src/runlog.rs wanted=true
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmplYStHu/src/src/runlog.rs => /tmp/.tmp1PEKom/src/runlog.rs
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/src/run.rs wanted=true
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmplYStHu/src/src/run.rs => /tmp/.tmp1PEKom/src/run.rs
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/src/native-ci.css wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/src/msg.rs wanted=true
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmplYStHu/src/src/msg.rs => /tmp/.tmp1PEKom/src/msg.rs
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/src/logfile.rs wanted=true
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmplYStHu/src/src/logfile.rs => /tmp/.tmp1PEKom/src/logfile.rs
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/src/lib.rs wanted=true
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmplYStHu/src/src/lib.rs => /tmp/.tmp1PEKom/src/lib.rs
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/src/engine.rs wanted=true
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmplYStHu/src/src/engine.rs => /tmp/.tmp1PEKom/src/engine.rs
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/src/config.rs wanted=true
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmplYStHu/src/src/config.rs => /tmp/.tmp1PEKom/src/config.rs
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/src/bin wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/src/bin/run_log.rs wanted=true
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmplYStHu/src/src/bin/run_log.rs => /tmp/.tmp1PEKom/src/bin/run_log.rs
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/src/bin/radicle-native-ci.rs wanted=true
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmplYStHu/src/src/bin/radicle-native-ci.rs => /tmp/.tmp1PEKom/src/bin/radicle-native-ci.rs
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/radicle-native-ci.1 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/doc wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/doc/test.uml wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/doc/architecture.uml wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/doc/architecture.md wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/doc/Makefile wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/doc/.gitignore wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/debian wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/debian/source wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/debian/source/format wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/debian/rules wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/debian/radicle-native-ci.manpages wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/debian/lintian-overrides wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/debian/copyright wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/debian/control wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/debian/compat wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/debian/changelog wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/debian/cargo-checksum.json wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/debian/build-deb wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/build.rs wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/README.md wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/Makefile wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/LICENSE-MIT wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/LICENSE-APACHE wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.radicle wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.radicle/native.yaml wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.radicle/ambient.yaml wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.gitignore wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.cargo wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.cargo/deny.toml wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.ambient wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.ambient/dch wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/index wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/HEAD wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/config wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/logs wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/logs/HEAD wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/logs/refs wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/logs/refs/heads wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/logs/refs/heads/main wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/logs/refs/remotes wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/packed-refs wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/refs wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/refs/remotes wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/refs/remotes/origin wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/refs/tags wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/refs/heads wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/refs/heads/main wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/7b wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/7b/5cfdd1cfa2788cea0c7219ae6d958075343635 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/b0 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/b0/e28a8e3fba4d63660dd76a85545767e5e83d7e wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/b0/1077cd8612e5af7c58148b5c1450157f5b6cd0 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/a1 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/a1/95869d7656c5cfc10fc34954ff96f2779a6f89 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/9f wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/9f/798dbb3bca26f692734eb8f9fc1c1d2401e8a2 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/3f wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/3f/2d7bf3d47da31bea8634a2a888894a85c4744e wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/d9 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/d9/4b665c812ba7bb8bac42017782da0530727934 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/14 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/14/7d7146c89ca7dbb8c8040072c908b16bb04aae wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/14/208e1e00b3faf0dda0b8104a194ad31ed908fe wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/6f wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/6f/5ce922a07eb2ebfce8bb033951fa4e94e90e4c wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/c9 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/c9/c5b3738309f9914da722c9329f240ece47035a wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/c9/9d4f9c8c4fb88591c9aa13b6f2959703ac27f5 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/c9/9fea238699c832a13fd8103dbd584dbd45b280 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/c5 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/c5/03e421114edab22395f4315aa09eb67827331f wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/d2 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/d2/096e55662aae303abfa013d9b65860d50968fa wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/3d wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/3d/68a0ea0b7a92023d9c5ea612610e5aed1778d6 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/fb wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/fb/f963ea6301a1e8743a03f969b79d5e2efb90e2 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/fb/7ed4a61551327702748b515b9d5299390b29fb wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/b8 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/b8/d15e713d1f9910be35bb6012d128c33cf6ed87 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/b8/736d9404f3a400befc620d82ed85f4697c1f14 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/b5 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/b5/27989a2cc5cc2ea03aee53f6bffd525e9fc112 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/f9 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/f9/794f1805530747a575fdb2ffde9257480e22c3 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/9e wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/9e/fd0a78c06db8e010e50a001aa4b870fd64b68a wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/95 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/95/805ec4bb9640ba56e133c1b4c1568f113ffe70 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/69 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/69/2d6187c134d793fb412e1a344831574b9e3942 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/69/0d0341d34e059a7324c8e5513d4eff1bd2d266 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/33 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/33/39e229a61e8ec0c19306d7a9cda96d896d7b06 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/02 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/02/675d1cd1fac155bc902bb4c9e3ed2e05f0327b wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/02/84919c982fbda9073e9a39d0b7a3beabde7300 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/e3 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/e3/e6893684c5346fbc3cdba3da1e3133d5d832f2 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/8a wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/8a/a36a4b800618836596806008959938328e382b wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/85 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/85/5598a6635002567b9d07b40f8a4e5aa98b7598 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/66 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/66/29ab7d6df52f1b5e71f2e337cd67eed3da63c1 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/66/1a66eeaf1e9218b0daf9ae02e72aa78ee5ccdf wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/ea wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/ea/c75ce9fa02de3b4c25bf73137c25ec1f636407 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/aa wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/aa/28d4b87e08d959f9a10db4cde6b317ba943ccd wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/79 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/79/e60a819fbfcbd871bff615a40c2776e42b3bc7 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/55 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/55/59a095452266e449a2425dcadb0caf50f3ec98 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/a7 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/a7/5d828187a94c2e57c706a61aa041190bf35c06 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/a7/05c6171d18ba66d959ad460be7bddaf6e44a3c wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/97 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/97/24f9f025d9d30514eec8ebf9eef67e7f685fa3 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/a5 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/a5/e0ab1b00081a7ebce13685c89df8981bd9bcc1 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/2f wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/2f/a9df3a9758bcb28b699163243a020d2f9fd233 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/72 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/72/89f350e0edc07581cfa22c06168a42315472d1 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/8d wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/8d/c8a50ed98664acb496d92d77fff627ccd6e025 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/b9 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/b9/87e2cb357a773db7a4188f236e7af1d3f015ba wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/a3 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/a3/4ab7ffba29d3751a74385c642b6504c4e95dd4 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/f2 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/f2/a6c1ea5503fd7623a8b99b42f0cd4b97c492e2 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/99 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/99/b64dd98008f9c1479a2f6522403b58e1a7e83b wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/99/b0c562a319cd08a1397a71734cbd65f2947322 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/c3 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/c3/daa95ad19dcdbdb1b14543a717e4a1a81c36ce wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/38 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/38/ce68ad7cc1dd6438c4f4e444ef81ed89901c04 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/35 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/35/0bac536b32ff3bd99c24f33c33594670348c94 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/35/1d22b0720db991d9767b5e9ead97203cc0c650 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/42 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/42/2d724d3029411fe71cea398fc6cc33ee7ffeeb wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/54 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/54/ec59154ae698821caff4eeaeba24f233027180 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/2e wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/2e/5f370675af785e78085a054abcd0190b8b131d wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/9d wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/9d/7ce651ac3175d50009d156c0076f3bf1a1bb33 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/98 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/98/5ed9ecfbe3502d51e33651ee8744eb6140c34b wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/90 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/90/8f5501332cf0d5d282dd940dd4ce0a7209cdbc wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/41 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/41/07313fef944611aa0d6a015c7c3ce3711f6538 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/12 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/12/d69b81b4730556a2cc8ddbe4d85f69fbda461f wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/12/b0a1ac018ec0bd1c81472f2ca1586f5373a945 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/15 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/15/a412618825cadc30b7f2508ca290b38a4749da wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/88 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/88/cc06e0f7195c3d6bb3c3dee9603cea3db479e5 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/47 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/47/308d7ab648e32920b06d4fce77b85162ca6407 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/76 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/76/fa7e0def2268d36cb86fcaabca7cb37d280fab wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/9b wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/9b/ce5d3843a0f4162f11a17fc1ed376638e63ea0 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/25 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/25/c843c8de4814a7bdcbac7e4ea70626cf504aee wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/ce wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/ce/901b0920835606be69834ee86a27a3e19d5dcd wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/40 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/40/8a8b2104e17fa3fdc34e8cb7d0ee932a8d2004 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/16 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/16/5e973bb0fe230aee5ae69d17f7b5ac18aac839 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/d1 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/d1/d3be42766b0e5fbcd58fbb389458065e0f39e8 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/2b wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/2b/8dee0ff881ff862189ef2bea1c931a9a365c12 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/29 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/29/082708ad91219d41bee63c71140d444c207d7d wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/29/31456c331e875b34a44050b3ef434ec366643f wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/8f wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/8f/1730781dd8129dcf9120bab9cff4d7dfa877c4 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/8f/346125ae6361a3ba8e46c5d6effa26949cec5e wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/c1 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/c1/d8f0a5c6d3d9b1a2153173e489ca28ebac44df wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/2a wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/2a/7908343bd9a83a6aafc1b670e2f00e9a543244 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/70 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/70/39b6f384cc97d6df40de2c0900ab642cac8b01 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/0f wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/0f/e944452b260858dd90832ce63d2ed90b53d940 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/e8 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/e8/fd7c60caea29b8619aee96f439d8a294a6de90 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/e8/967c20eb7703680a44cccdc565c9098482af2e wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/fe wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/fe/257c5f9a8b1398068a42117ce9b51b2499044e wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/fe/38a3ac408cab269662a7f08531986b05a0a07b wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/e0 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/e0/6356e6b309847e3dd4affac47d9fc4a97a2f96 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/5c wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/5c/966b482b481d55ab25866370dd21fe36611fa8 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/eb wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/eb/c38bca9b6830fd6b4992b859f72f26cbf61cf4 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/a2 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/a2/2f36478f1a5c8c52b8a457ea0489d730055f17 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/a2/1f9f069a2ffc46dac80d2e8581569e9b5282fe wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/f6 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/f6/88d8e708d81df97e874b80adf9b49413d89a07 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/03 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/03/e878cbaa5901061ba7fc97cda3fece1b9a5cd1 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/22 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/22/8f6bad20908238601e97fdfb8555c33a1423a4 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/23 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/23/831b1a83fe6371295ce6afd3f23456b5690ef6 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/23/c00fde4a4a5b7e3fd3f3c054f683894f1ee04d wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/19 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/19/94977c06edebdcb7b0b7fb57e4ce51a6638758 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/3b wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/3b/cd2342dc437f605a7409421cd210851bb5c03f wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/0a wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/0a/77bfdaa3c7c5d2b5e21d0c0b008efa510801d3 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/83 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/83/3bd480a7cf90b439e4bf41f8f92f9ec49f4dbb wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/6a wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/6a/76eadb6cf327656e8ad25d900d681d020a0ebd wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/53 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/53/434fdbe48fb92fe446b14bac6fcaa478056bf6 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/17 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/17/61612ddbac9eba3f1da6dac7664aba0e5d72e7 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/20 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/20/10e65266d1b3efe230f55b1d562c83d7bbc174 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/9c wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/9c/f037e65997ee26bde62780a58727b3223df9be wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/9c/e5b638856f44d4e0516c65be8d1d2fa7fe57c9 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/78 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/78/e9d8634823088f58afecfe901fd233287e83d3 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/4e wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/4e/0b181265e7287b9c84c4c0ca48aa305874dcf7 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/db wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/db/f5f42b5ace3486d703babfdfecbed9e501c0a0 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/db/293bacdd046f37d0e7e3dfcf841083c8869c69 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/1e wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/1e/b19005f184d6ec9a7d8cb1fc7a9642512466f0 wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/1d wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/1d/dcb84490090d16af89f9eab5ac653e1dc7babd wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/info wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/info/commit-graph wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/info/packs wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-e35c8c613a4cfac0dc137d23890591a28107cf15.bitmap wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-76528880cc63d2fa7f3dd5639f7787423e8497e6.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-19768706e010e821fad46a570a65581f6ddc913a.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-cbc30ee3789253b97fe92d0c7de2c1d6601cc7b2.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-33f5d20e8701724e5dfb330514761432c321f50e.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-1b93315b3bd2029d3139eb3163e871d02c448327.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-3e2b3aa2855c81013627111fd1f4aad8fd9bf1ac.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-e8399c7e6904563a12d4045d60f9d48290e24bd5.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-96bde916cc491e8ea1a061b699e8dec1ad914824.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-b8ab77ae60d365f37dde14b53e130c4d87a87e56.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-a972ed165fdc7c74031bbf39cb38082fee96379a.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-ae276d42f24e27bafe8c73c416c54451aaf0cbc0.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-05f9816cadff651276685be45f045604caca9add.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-782c6b89c2237191eac5ed9c1cf6cdde4a5e8bd7.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-285c9a18fd8e2ff38f713707a68944b55b3caa30.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-32dba16ff77266804c1398e99997d86ef47ebbd8.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-72c3e5a1a4386bd5d31d4f748cbd1cbf3b002e30.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-19768706e010e821fad46a570a65581f6ddc913a.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-1dbe6ce539d3f82953d4fd4585932eb38b840652.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-9456af160e74cda5b48fb84036e8498e8b9c4742.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-782c6b89c2237191eac5ed9c1cf6cdde4a5e8bd7.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-a69b8597aaf229eecde37d54ba361165e6b801d5.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-2ce3644570477080818bfd5e2348c42c428a900c.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-4ea462c1fa851edd1574c04cb3f9f1f6c720a1b5.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-3534890965db12eb99126ee8d570e5280b1e6e44.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-3e2b3aa2855c81013627111fd1f4aad8fd9bf1ac.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-3534890965db12eb99126ee8d570e5280b1e6e44.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-4f4fac176cf979ff38b784d02e26556a652c9ee6.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-05f9816cadff651276685be45f045604caca9add.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-aae2a8253de9ba08d6e40f9d07725af56c603696.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-4ea462c1fa851edd1574c04cb3f9f1f6c720a1b5.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-853739c88ba9fa91d167192a77fe357ebf4da7fd.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-32dba16ff77266804c1398e99997d86ef47ebbd8.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-1dbe6ce539d3f82953d4fd4585932eb38b840652.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-e35c8c613a4cfac0dc137d23890591a28107cf15.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-76528880cc63d2fa7f3dd5639f7787423e8497e6.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-b1f6bc5a56a4a8653d1c64d76f622eb886fb6d02.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-33f5d20e8701724e5dfb330514761432c321f50e.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-6cba5bd6c44531b115c576df09f5619ab7f672be.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-72c3e5a1a4386bd5d31d4f748cbd1cbf3b002e30.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-bc4015188fa97783708c71763cbcac8e5759c94c.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-2ce3644570477080818bfd5e2348c42c428a900c.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-f03fa396f54d49db4b29ef406562dbdfa872cb30.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-f00a6f9b7e188539a2a2ad60dfa74c06360607c5.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-6cba5bd6c44531b115c576df09f5619ab7f672be.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-285c9a18fd8e2ff38f713707a68944b55b3caa30.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-e35c8c613a4cfac0dc137d23890591a28107cf15.rev wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-a69b8597aaf229eecde37d54ba361165e6b801d5.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-b3e75cc2d2a3c265b58651ed8b346e9deffbe626.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-b8ab77ae60d365f37dde14b53e130c4d87a87e56.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-e35c8c613a4cfac0dc137d23890591a28107cf15.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-ae276d42f24e27bafe8c73c416c54451aaf0cbc0.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-b6f494f2c047ac43769c0aa49fee2c167c39091a.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-1b93315b3bd2029d3139eb3163e871d02c448327.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-b6f494f2c047ac43769c0aa49fee2c167c39091a.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-2dd78dc15c6e684b858bada059fde84dda6f14c4.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-b3e75cc2d2a3c265b58651ed8b346e9deffbe626.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-96bde916cc491e8ea1a061b699e8dec1ad914824.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-b242c2c7dceeaf4d5a16127aadbf32f171298d02.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-a972ed165fdc7c74031bbf39cb38082fee96379a.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-f00a6f9b7e188539a2a2ad60dfa74c06360607c5.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-b1f6bc5a56a4a8653d1c64d76f622eb886fb6d02.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-bc4015188fa97783708c71763cbcac8e5759c94c.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-c91f42bc8856570e0fb65c2ac87218dfb5a93c55.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-c91f42bc8856570e0fb65c2ac87218dfb5a93c55.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-cbc30ee3789253b97fe92d0c7de2c1d6601cc7b2.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-4f4fac176cf979ff38b784d02e26556a652c9ee6.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-2a31c4d8b1500f2533ff4fa7b4a3ad6e69bfead2.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-f03fa396f54d49db4b29ef406562dbdfa872cb30.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-b242c2c7dceeaf4d5a16127aadbf32f171298d02.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-e8399c7e6904563a12d4045d60f9d48290e24bd5.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-aae2a8253de9ba08d6e40f9d07725af56c603696.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-9456af160e74cda5b48fb84036e8498e8b9c4742.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-853739c88ba9fa91d167192a77fe357ebf4da7fd.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-2a31c4d8b1500f2533ff4fa7b4a3ad6e69bfead2.pack wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/objects/pack/pack-2dd78dc15c6e684b858bada059fde84dda6f14c4.idx wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/branches wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/update.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/post-update.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/pre-push.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/description wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/info wanted=false
[2026-01-20T09:51:37Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmplYStHu/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmp1PEKom (exists? true)
    Updating crates.io index
 Downloading crates ...
  Downloaded radicle-std-ext v0.2.0
  Downloaded subplotlib v0.14.0
  Downloaded radicle-git-ext v0.11.0
  Downloaded git-ref-format-core v0.6.0
  Downloaded descape v3.0.0
  Downloaded git-ref-format v0.6.0
  Downloaded git-ref-format-macro v0.6.0
  Downloaded subplotlib-derive v0.14.0
  Downloaded dunce v1.0.5
  Downloaded nonempty v0.12.0
  Downloaded duration-str v0.18.0
  Downloaded radicle-cob v0.17.0
  Downloaded radicle-crypto v0.14.0
  Downloaded radicle-job v0.4.0
  Downloaded radicle-surf v0.26.0
  Downloaded subplot v0.14.0
  Downloaded winnow v0.7.14
  Downloaded radicle v0.20.0
  Downloaded radicle-ci-broker v0.25.0
[2026-01-20T09:51:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-20T09:51:44Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T09:51:44Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-20T09:51:44Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpBBz7wU/src.tar
[2026-01-20T09:51:44Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpBBz7wU/deps.tar
[2026-01-20T09:51:49Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-20T09:51:49Z 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,
            ),
            Shell(
                Shell {
                    shell: "export HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n",
                },
            ),
            CargoDoc(
                CargoDoc,
            ),
            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-01-20T09:51:49Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-20T09:51:49Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpBBz7wU/ambient-execute-plan/run-ci
[2026-01-20T09:51:49Z DEBUG ambient_ci::run] copy OK: true
[2026-01-20T09:51:49Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmpBBz7wU/executor.tar
[2026-01-20T09:52:05Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/run.log
[2026-01-20T09:52:05Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE, exists? true
[2026-01-20T09:52:05Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/run.log
[2026-01-20T09:52:05Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/run.log OK
[2026-01-20T09:52:05Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-20T09:52:05Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-20T09:52:05Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2026-01-20T09:52:05Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-20T09:52:05Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-20T09:52:05Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2026-01-20T09:52:05Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-20T09:52:05Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-20T09:52:05Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmp0bOiXM/.tmpkWplZb/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-20T09:52:05Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-20T09:52:05Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2026-01-20T09:52:05Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpjKDaa2/meta-data
[2026-01-20T09:52:05Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpjKDaa2/user-data
[2026-01-20T09:52:05Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpjKDaa2/network-config
[2026-01-20T09:52:05Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmp0bOiXM/.tmpkWplZb/console.log
[2026-01-20T09:52:05Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmp0bOiXM/.tmpkWplZb/console.log
[2026-01-20T09:52:05Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/run.log
[2026-01-20T09:52:05Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/run.log
[2026-01-20T09:52:05Z 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/.tmp0bOiXM/.tmpkWplZb/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/run.log",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmp0bOiXM/.tmpkWplZb/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpBBz7wU/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmp0bOiXM/.tmpkWplZb/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/.tmp0bOiXM/.tmpkWplZb/vars.fd",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpBBz7wU/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpBBz7wU/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpBBz7wU/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpBBz7wU/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2026-01-20T09:55:39Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-20T09:55:39Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2026-01-20T09:52:08Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T09:52:08Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T09:52:08Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T09:52:08Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T09:52:08Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-20T09:52:08Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
        steps:
        - action: mkdir
          pathname: /ci
        - action: mkdir
          pathname: /ci/artifacts
        - action: tar_extract
          archive: /dev/vdc
          directory: /ci/src
        - action: tar_extract
          archive: /dev/vdf
          directory: /ci/deps
        - action: tar_extract
          archive: /dev/vde
          directory: /ci/cache
        - action: shell
          shell: ln -sf /ci /workspace
        - action: shell
          shell: git config --global user.name 'Ambient CI'
        - action: shell
          shell: git config --global user.email ambient@example.com
        - action: cargo_fmt
        - action: cargo_clippy
        - action: shell
          shell: |
            export HOME=/root
            # "Install" the rad program. It needs to be in $PATH.
            cp /root/.radicle/bin/rad /bin/.
            git config --global user.name root
            git config --global user.email root@example.com
            cargo test
        - action: cargo_doc
        - 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-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T09:52:08Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
    [2026-01-20T09:52:08Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:52:08Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-20T09:52:08Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T09:52:08Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
    [2026-01-20T09:52:11Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-20T09:52:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:52:11Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T09:52:11Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T09:52:11Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T09:52:11Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
    [2026-01-20T09:52:46Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "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-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "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-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "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-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "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.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/ci/src (exists? true)
    [2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:52:46Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2026-01-20T09:52:46Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "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.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/ci/src (exists? true)
       Compiling anyhow v1.0.100
        Checking sqlite3-sys v0.15.2
        Checking sqlite v0.32.0
       Compiling git-ref-format-core v0.6.0
       Compiling subplot v0.14.0
       Compiling git-ref-format-macro v0.6.0
       Compiling roadmap v0.7.0
        Checking radicle-crypto v0.14.0
       Compiling descape v3.0.0
        Checking git-ref-format v0.6.0
        Checking radicle-cob v0.17.0
       Compiling radicle-surf v0.26.0
        Checking radicle-std-ext v0.2.0
       Compiling subplotlib v0.14.0
        Checking dunce v1.0.5
        Checking radicle v0.20.0
       Compiling subplotlib-derive v0.14.0
        Checking radicle-git-ext v0.11.0
       Compiling radicle-ci-broker v0.25.0
        Checking winnow v0.7.14
        Checking duration-str v0.18.0
        Checking radicle-job v0.4.0
       Compiling radicle-native-ci v0.12.0 (/ci/src)
        Checking nonempty v0.12.0
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.03s
    [2026-01-20T09:52:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:52:55Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "export HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n",
            },
        )
    [2026-01-20T09:52:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "export HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n",
            },
        )
    [2026-01-20T09:52:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "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\nexport HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n\n"]
           cwd=/ci/src (exists? true)
    + export HOME=/root
    + HOME=/root
    + cp /root/.radicle/bin/rad /bin/.
    + git config --global user.name root
    + git config --global user.email root@example.com
    + cargo test
       Compiling sqlite3-sys v0.15.2
       Compiling subplot v0.14.0
       Compiling sqlite v0.32.0
       Compiling git-ref-format-core v0.6.0
       Compiling radicle-crypto v0.14.0
       Compiling git-ref-format-macro v0.6.0
       Compiling roadmap v0.7.0
       Compiling git-ref-format v0.6.0
       Compiling radicle-cob v0.17.0
       Compiling radicle-surf v0.26.0
       Compiling dunce v1.0.5
       Compiling radicle-std-ext v0.2.0
       Compiling radicle v0.20.0
       Compiling subplotlib-derive v0.14.0
       Compiling radicle-git-ext v0.11.0
       Compiling winnow v0.7.14
       Compiling subplotlib v0.14.0
       Compiling duration-str v0.18.0
       Compiling radicle-job v0.4.0
       Compiling nonempty v0.12.0
       Compiling radicle-native-ci v0.12.0 (/ci/src)
       Compiling radicle-ci-broker v0.25.0
        Finished `test` profile [unoptimized + debuginfo] target(s) in 16.66s
         Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_native_ci-32a0399cabc02961)
    
    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/radicle-native-ci.rs (/ci/cache/cargo-target/debug/deps/radicle_native_ci-c28e25e0d13aaf94)
    
    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/run_log.rs (/ci/cache/cargo-target/debug/deps/run_log-ae5ddee54e932620)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running tests/integration.rs (/ci/cache/cargo-target/debug/deps/integration-6f56958df2a73448)
    
    running 9 tests
    test commit_doesnt_exist ... ok
    test command_fails ... ok
    test empty_config ... ok
    test config_does_not_exist ... ok
    test empty_request ... ok
    test happy_path ... ok
    test happy_path_with_log_url ... ok
    test no_config_env_var ... ok
    test repo_doesnt_exist ... ok
    
    test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.83s
    
       Doc-tests radicle_native_ci
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    [2026-01-20T09:53:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:53:21Z DEBUG ambient_ci::plan] RUN: Action CargoDoc(
            CargoDoc,
        )
    [2026-01-20T09:53:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoDoc(
            CargoDoc,
        )
    [2026-01-20T09:53:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "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.92.0 (344c4567c 2025-10-21)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.92 (ded5c06cf2 2025-12-08)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    SPAWN: argv=["env", "RUSTDOCFLAGS=-D warnings", "cargo", "doc", "--workspace"]
           cwd=/ci/src (exists? true)
        Checking foldhash v0.1.5
        Checking anyhow v1.0.100
        Checking hashbrown v0.15.5
     Documenting sqlite3-sys v0.15.2
        Checking hashlink v0.10.0
        Checking yaml-rust2 v0.10.4
        Checking marked-yaml v0.8.0
        Checking pulldown-cmark v0.13.0
        Checking roadmap v0.7.0
     Documenting anyhow v1.0.100
     Documenting sqlite v0.32.0
        Checking descape v3.0.0
     Documenting pulldown-cmark v0.13.0
     Documenting radicle-crypto v0.14.0
     Documenting roadmap v0.7.0
     Documenting git-ref-format-core v0.6.0
     Documenting descape v3.0.0
     Documenting git-ref-format v0.6.0
     Documenting subplot v0.14.0
     Documenting radicle-cob v0.17.0
        Checking subplot v0.14.0
     Documenting dunce v1.0.5
     Documenting radicle-std-ext v0.2.0
     Documenting radicle v0.20.0
     Documenting radicle-git-ext v0.11.0
     Documenting subplotlib-derive v0.14.0
     Documenting winnow v0.7.14
     Documenting subplotlib v0.14.0
     Documenting duration-str v0.18.0
     Documenting radicle-job v0.4.0
     Documenting radicle-surf v0.26.0
     Documenting nonempty v0.12.0
        Checking radicle-native-ci v0.12.0 (/ci/src)
     Documenting radicle-ci-broker v0.25.0
     Documenting radicle-native-ci v0.12.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.43s
       Generated /ci/cache/cargo-target/doc/radicle_native_ci/index.html and 1 other file
    [2026-01-20T09:54:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:54:00Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2026-01-20T09:54:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2026-01-20T09:54:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "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 3b42cd2 chore: prepare release 0.12.0
    + git clean -fdx
    ++ dpkg-parsechangelog -SVersion
    ++ sed 's/-[^-]*$//'
    + V=0.11.1
    ++ date -u +%Y%m%dT%H%M%S
    + T=20260120T095400
    + version=0.11.1.ci20260120T095400-1
    + dch -v 0.11.1.ci20260120T095400-1 'CI build under Ambient.'
    + dch -r ''
    custom action "dch" exit code Some(0)
    [2026-01-20T09:54:00Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:54:00Z DEBUG ambient_ci::plan] RUN: Action Deb(
            Deb {
                packages: Some(
                    ".",
                ),
            },
        )
    [2026-01-20T09:54:00Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
            Deb {
                packages: Some(
                    ".",
                ),
            },
        )
    [2026-01-20T09:54:00Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "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=281
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=4b3ef94457d64e8fbe08a529a8739b07
    SHLVL=2
    JOURNAL_STREAM=8:14520
    PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    OLDPWD=/
    _=/bin/env
    + command -v cargo
    /root/.cargo/bin/cargo
    + command -v rustc
    /root/.cargo/bin/rustc
    + cargo --version
    cargo 1.92.0 (344c4567c 2025-10-21)
    + rustc --version
    rustc 1.92.0 (ded5c06cf 2025-12-08)
    ++ dpkg-parsechangelog -SSource
    + name=radicle-native-ci
    ++ dpkg-parsechangelog -SVersion
    + version=0.11.1.ci20260120T095400-1
    ++ echo 0.11.1.ci20260120T095400-1
    ++ sed 's/-[^-]*$//'
    + uv=0.11.1.ci20260120T095400
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../radicle-native-ci_0.11.1.ci20260120T095400.orig.tar.xz
    + deb=../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.deb
    + changes=../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.changes
    + git archive HEAD
    + xz
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package radicle-native-ci
    dpkg-buildpackage: info: source version 0.11.1.ci20260120T095400-1
    dpkg-buildpackage: info: source distribution unstable
    dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
    dpkg-buildpackage: info: host architecture amd64
     dpkg-source --before-build .
     debian/rules clean
    dh clean
       dh_auto_clean
       dh_clean
     dpkg-source -b .
    dpkg-source: info: using source format '3.0 (quilt)'
    dpkg-source: info: building radicle-native-ci using existing ./radicle-native-ci_0.11.1.ci20260120T095400.orig.tar.xz
    dpkg-source: info: building radicle-native-ci in radicle-native-ci_0.11.1.ci20260120T095400-1.debian.tar.xz
    dpkg-source: info: building radicle-native-ci in radicle-native-ci_0.11.1.ci20260120T095400-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'
    true
    make[1]: Leaving directory '/ci/src'
       debian/rules override_dh_auto_test
    make[1]: Entering directory '/ci/src'
    echo tests are disabled, for now
    tests are disabled, for now
    make[1]: Leaving directory '/ci/src'
       create-stamp debian/debhelper-build-stamp
     debian/rules binary
    dh binary
       dh_testroot
       dh_prep
       debian/rules override_dh_auto_install
    make[1]: Entering directory '/ci/src'
    cargo install --offline --locked --path=. --root=debian/radicle-native-ci/usr --bin radicle-native-ci
      Installing radicle-native-ci v0.12.0 (/ci/src)
       Compiling sqlite3-sys v0.15.2
       Compiling subplot v0.14.0
       Compiling sqlite v0.32.0
       Compiling git-ref-format-core v0.6.0
       Compiling git-ref-format-macro v0.6.0
       Compiling radicle-crypto v0.14.0
       Compiling descape v3.0.0
       Compiling git-ref-format v0.6.0
       Compiling radicle-cob v0.17.0
       Compiling radicle-surf v0.26.0
       Compiling dunce v1.0.5
       Compiling radicle-std-ext v0.2.0
       Compiling subplotlib v0.14.0
       Compiling radicle v0.20.0
       Compiling radicle-git-ext v0.11.0
       Compiling subplotlib-derive v0.14.0
       Compiling winnow v0.7.14
       Compiling radicle-ci-broker v0.25.0
       Compiling radicle-job v0.4.0
       Compiling duration-str v0.18.0
       Compiling nonempty v0.12.0
       Compiling radicle-native-ci v0.12.0 (/ci/src)
        Finished `release` profile [optimized] target(s) in 52.04s
      Installing debian/radicle-native-ci/usr/bin/radicle-native-ci
       Installed package `radicle-native-ci v0.12.0 (/ci/src)` (executable `radicle-native-ci`)
    warning: be sure to add `debian/radicle-native-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
       dh_installdeb
       dh_gencontrol
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'radicle-native-ci-dbgsym' in '../radicle-native-ci-dbgsym_0.11.1.ci20260120T095400-1_amd64.deb'.
    dpkg-deb: building package 'radicle-native-ci' in '../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.deb'.
     dpkg-genbuildinfo -O../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.buildinfo
     dpkg-genchanges -O../radicle-native-ci_0.11.1.ci20260120T095400-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 1116
    drwxr-xr-x  2 root root   4096 Jan 20 09:52 artifacts
    drwxr-xr-x  7 root root   4096 Jan 18 12:41 cache
    drwxr-xr-x  3 root root   4096 Jan 20 09:51 deps
    -rw-r--r--  1 root root 127088 Jan 20 09:54 radicle-native-ci-dbgsym_0.11.1.ci20260120T095400-1_amd64.deb
    -rw-r--r--  1 root root   2072 Jan 20 09:54 radicle-native-ci_0.11.1.ci20260120T095400-1.debian.tar.xz
    -rw-r--r--  1 root root   1075 Jan 20 09:54 radicle-native-ci_0.11.1.ci20260120T095400-1.dsc
    -rw-r--r--  1 root root   6362 Jan 20 09:54 radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.buildinfo
    -rw-r--r--  1 root root   2612 Jan 20 09:54 radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.changes
    -rw-r--r--  1 root root 921788 Jan 20 09:54 radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.deb
    -rw-r--r--  1 root root  46876 Jan 20 09:54 radicle-native-ci_0.11.1.ci20260120T095400.orig.tar.xz
    drwxr-xr-x 10 root root   4096 Jan 20 09:54 src
    + for x in ../*.deb
    + dpkg -c ../radicle-native-ci-dbgsym_0.11.1.ci20260120T095400-1_amd64.deb
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/lib/
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/lib/debug/.build-id/1a/
    -rw-r--r-- root/root    758912 2026-01-20 09:54 ./usr/lib/debug/.build-id/1a/b4fca5fa20a6fec4a3f89c543880d195f8a6ab.debug
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2026-01-20 09:54 ./usr/share/doc/radicle-native-ci-dbgsym -> radicle-native-ci
    + for x in ../*.deb
    + dpkg -c ../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.deb
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/bin/
    -rwxr-xr-x root/root   2658504 2026-01-20 09:54 ./usr/bin/radicle-native-ci
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/doc/
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/doc/radicle-native-ci/
    -rw-r--r-- root/root       411 2026-01-20 09:54 ./usr/share/doc/radicle-native-ci/changelog.Debian.gz
    -rw-r--r-- root/root       375 2026-01-20 09:54 ./usr/share/doc/radicle-native-ci/copyright
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/lintian/
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/lintian/overrides/
    -rw-r--r-- root/root        72 2026-01-20 09:54 ./usr/share/lintian/overrides/radicle-native-ci
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/man/
    drwxr-xr-x root/root         0 2026-01-20 09:54 ./usr/share/man/man1/
    -rw-r--r-- root/root       274 2026-01-20 09:54 ./usr/share/man/man1/radicle-native-ci.1.gz
    + mv ../radicle-native-ci-dbgsym_0.11.1.ci20260120T095400-1_amd64.deb ../radicle-native-ci_0.11.1.ci20260120T095400-1.debian.tar.xz ../radicle-native-ci_0.11.1.ci20260120T095400-1.dsc ../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.buildinfo ../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.changes ../radicle-native-ci_0.11.1.ci20260120T095400-1_amd64.deb ../radicle-native-ci_0.11.1.ci20260120T095400.orig.tar.xz /ci/artifacts/.
    [2026-01-20T09:54:56Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:54:56Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T09:54:56Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-20T09:54:56Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T09:54:56Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/ci/cache",
            ),
            size: None,
        }
    [2026-01-20T09:54:56Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2026-01-20T09:54:56Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2026-01-20T09:54:56Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
    [2026-01-20T09:54:56Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
    [2026-01-20T09:54:56Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2026-01-20T09:55:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:55:34Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-20T09:55:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
            TarCreate {
                archive: "/dev/vdd",
                directory: "/ci/artifacts",
            },
        )
    [2026-01-20T09:55:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_HOME": "/ci/deps",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/ci/artifacts",
            ),
            size: None,
        }
    [2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
    [2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
    [2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] calling tar_create
    [2026-01-20T09:55:34Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2026-01-20T09:55:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-20T09:55:34Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2026-01-20T09:55:39Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-20T09:55:42Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-20T09:55:42Z DEBUG ambient_ci::run] remove old cache
[2026-01-20T09:55:46Z DEBUG ambient_ci::run] extract cache
[2026-01-20T09:56:02Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-20T09:56:02Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-20T09:56:02Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE/meta.yaml
[2026-01-20T09:56:04Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>