CI run for rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt

Radicle repository id rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt

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   170K  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 311.5M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-01-30 08:50 ./
-rw-r--r-- _rad/_rad       928 2026-01-30 08:50 ./plan.yaml
-rwxr-xr-x _rad/_rad   6275392 2026-01-30 08:50 ./run-ci
INFO: Extracted files:
   524298      4 drwxr-xr-x   2 1000     1000         4096 Jan 30 08:50 .
   524301      4 -rw-r--r--   1 1000     1000          928 Jan 30 08:50 ./plan.yaml
   524302   6132 -rwxr-xr-x   1 1000     1000      6275392 Jan 30 08:50 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-30T08:50:44Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T08:50:44Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T08:50:44Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T08:50:44Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T08:50:44Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-01-30T08:50:44Z 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: shell
      shell: echo "hello world"
    - action: cargo_fmt
    - action: cargo_clippy
    - action: cargo_test
    - 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-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
[2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
[2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
[2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-30T08:50:44Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-01-30T08:50:44Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
[2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-30T08:50:44Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-01-30T08:50:45Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
[2026-01-30T08:50:45Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-01-30T08:50:45Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
        },
        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-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
        },
        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-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
        },
        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-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
        Shell {
            shell: "echo \"hello world\"",
        },
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
        Shell {
            shell: "echo \"hello world\"",
        },
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\necho \"hello world\"\n"]
       cwd=/ci/src (exists? true)
+ echo 'hello world'
hello world
[2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
        CargoFmt,
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
        CargoFmt,
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/ci/src (exists? true)
[2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
        CargoClippy,
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
        CargoClippy,
    )
[2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME": "/root",
            "CARGO_HOME": "/ci/deps",
        },
        source_dir: "/ci/src",
        deps_dir: "/ci/deps",
        artifacts_dir: "/ci/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/ci/src (exists? true)
   Compiling proc-macro2 v1.0.106
   Compiling quote v1.0.44
   Compiling unicode-ident v1.0.22
   Compiling version_check v0.9.5
   Compiling typenum v1.19.0
   Compiling syn v2.0.114
   Compiling generic-array v0.14.7
   Compiling libc v0.2.180
    Checking crypto-common v0.1.7
    Checking cfg-if v1.0.4
    Checking subtle v2.6.1
    Checking stable_deref_trait v1.2.1
   Compiling jobserver v0.1.34
   Compiling synstructure v0.13.2
   Compiling shlex v1.3.0
   Compiling find-msvc-tools v0.1.8
   Compiling cc v1.2.54
   Compiling zerofrom-derive v0.1.6
   Compiling yoke-derive v0.8.1
    Checking zerofrom v0.1.6
   Compiling zerovec-derive v0.11.2
    Checking yoke v0.8.1
   Compiling syn v1.0.109
   Compiling serde_core v1.0.228
   Compiling pkg-config v0.3.32
    Checking zerovec v0.11.5
   Compiling displaydoc v0.2.5
    Checking block-buffer v0.10.4
    Checking block-padding v0.3.3
    Checking cpufeatures v0.2.17
    Checking inout v0.1.4
    Checking digest v0.10.7
    Checking cipher v0.4.4
    Checking tinystr v0.8.2
    Checking writeable v0.6.2
    Checking litemap v0.8.1
   Compiling thiserror v1.0.69
    Checking icu_locale_core v2.1.1
    Checking zerotrie v0.2.3
    Checking potential_utf v0.1.4
   Compiling thiserror-impl v1.0.69
   Compiling icu_properties_data v2.1.2
   Compiling icu_normalizer_data v2.1.1
    Checking icu_provider v2.1.1
    Checking icu_collections v2.1.1
    Checking getrandom v0.2.17
   Compiling serde v1.0.228
   Compiling vcpkg v0.2.15
   Compiling amplify_syn v2.0.1
   Compiling libz-sys v1.1.23
   Compiling serde_derive v1.0.228
    Checking universal-hash v0.5.1
   Compiling proc-macro-error-attr v1.0.4
    Checking smallvec v1.15.1
    Checking opaque-debug v0.3.1
    Checking signature v1.6.4
    Checking ed25519 v1.5.3
    Checking icu_normalizer v2.1.1
   Compiling amplify_derive v4.0.1
    Checking icu_properties v2.1.2
   Compiling proc-macro-error v1.0.4
    Checking ascii v1.1.0
    Checking ct-codecs v1.1.6
    Checking amplify_num v0.5.3
    Checking amplify v4.9.0
    Checking ec25519 v0.1.0
    Checking idna_adapter v1.2.1
    Checking polyval v0.6.2
    Checking sha2 v0.10.9
   Compiling sqlite3-src v0.5.1
   Compiling libgit2-sys v0.17.0+1.8.1
    Checking base64ct v1.8.3
    Checking utf8_iter v1.0.4
    Checking percent-encoding v2.3.2
    Checking keccak v0.1.5
    Checking form_urlencoded v1.2.2
    Checking sha3 v0.10.8
    Checking idna v1.1.0
    Checking pem-rfc7468 v0.7.0
   Compiling git-ref-format-core v0.3.1
    Checking ghash v0.5.1
    Checking cyphergraphy v0.3.0
    Checking aes v0.8.4
    Checking ctr v0.9.2
    Checking aead v0.5.2
    Checking byteorder v1.5.0
    Checking base32 v0.4.0
   Compiling data-encoding v2.10.0
   Compiling data-encoding-macro-internal v0.1.17
    Checking cypheraddr v0.4.0
    Checking blowfish v0.9.1
    Checking aes-gcm v0.10.3
   Compiling git-ref-format-macro v0.3.1
    Checking ssh-encoding v0.2.0
    Checking url v2.5.8
    Checking poly1305 v0.8.0
    Checking chacha20 v0.9.1
    Checking cbc v0.1.2
    Checking pbkdf2 v0.12.2
   Compiling match-lookup v0.1.2
    Checking const-str v0.4.3
   Compiling typeid v1.0.3
   Compiling zmij v1.0.17
    Checking zeroize v1.8.2
    Checking bitflags v2.10.0
    Checking log v0.4.29
    Checking data-encoding-macro v0.1.19
    Checking base256emoji v1.0.2
    Checking bcrypt-pbkdf v0.10.0
    Checking ssh-cipher v0.2.0
    Checking git-ref-format v0.3.1
    Checking sqlite3-sys v0.15.2
    Checking socks5-client v0.4.1
    Checking rand_core v0.6.4
   Compiling erased-serde v0.4.9
    Checking radicle-std-ext v0.1.1
    Checking hashbrown v0.16.1
    Checking base-x v0.2.11
    Checking signature v2.2.0
   Compiling serde_json v1.0.149
    Checking equivalent v1.0.2
    Checking utf8parse v0.2.2
   Compiling crossbeam-utils v0.8.21
    Checking anstyle-parse v0.2.7
    Checking indexmap v2.13.0
    Checking ssh-key v0.6.7
    Checking multibase v0.9.2
    Checking cyphernet v0.5.2
    Checking sqlite v0.32.0
    Checking radicle-ssh v0.10.0
    Checking is_terminal_polyfill v1.70.2
    Checking anstyle v1.0.13
    Checking itoa v1.0.17
    Checking colorchoice v1.0.4
    Checking memchr v2.7.6
    Checking fastrand v2.3.0
    Checking tinyvec_macros v0.1.1
    Checking anstyle-query v1.1.5
    Checking anstream v0.6.21
    Checking tinyvec v1.10.0
    Checking radicle-dag v0.10.0
    Checking nonempty v0.9.0
    Checking strsim v0.11.1
   Compiling heck v0.5.0
    Checking clap_lex v0.7.7
    Checking clap_builder v4.5.55
   Compiling clap_derive v4.5.55
    Checking crossbeam-channel v0.5.15
    Checking serde-untagged v0.1.9
    Checking unicode-normalization v0.1.25
    Checking localtime v1.3.1
    Checking bytesize v2.3.1
    Checking fast-glob v0.3.3
    Checking siphasher v1.0.1
    Checking base64 v0.21.7
    Checking dunce v1.0.5
    Checking clap v4.5.55
    Checking git2 v0.19.0
    Checking radicle-git-ext v0.8.1
    Checking radicle-crypto v0.14.0
    Checking radicle-cob v0.17.0
    Checking radicle v0.20.0
    Checking rad-find v0.1.0 (/ci/src)
error: this `if` statement can be collapsed
  --> src/find.rs:45:5
   |
45 | /     if let Ok(identity) = Identity::load(&repo) {
46 | |         if let Some(revision) = identity.revision(&oid) {
47 | |             println!("Found identity revision: {}", oid);
48 | |             println!("  Title: {}", revision.title);
...  |
52 | |     }
   | |_____^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#collapsible_if
   = note: `-D clippy::collapsible-if` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::collapsible_if)]`
help: collapse nested if block
   |
45 ~     if let Ok(identity) = Identity::load(&repo)
46 ~         && let Some(revision) = identity.revision(&oid) {
47 |             println!("Found identity revision: {}", oid);
...
50 |             println!("  Author: {}", revision.author.id());
51 ~         }
   |

error: could not compile `rad-find` (bin "rad-find" test) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `rad-find` (bin "rad-find") due to 1 previous error
[2026-01-30T08:51:30Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute cargo
[2026-01-30T08:51:30Z ERROR ambient_ci::plan] caused by: command failed: "cargo": exit code 101
ERROR: failed to execute cargo
caused by: command failed: "cargo": exit code 101
EXIT CODE: 1

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt",
    "name": "rad-find",
    "description": "cli tool to help you find and inspect radicle object ids without knowing what they are ",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm"
    ]
  },
  "pusher": {
    "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
    "alias": "2color"
  },
  "before": "bfc6a9d2c58c021035497fc2e80f2c16d2ca6702",
  "after": "bfc6a9d2c58c021035497fc2e80f2c16d2ca6702",
  "branch": "main",
  "commits": [
    "bfc6a9d2c58c021035497fc2e80f2c16d2ca6702"
  ]
}

Ambient stdout

[2026-01-30T08:50:33Z INFO  ambient] ambient starts
[2026-01-30T08:50:33Z 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-30T08:50:33Z 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-30T08:50:33Z DEBUG ambient_ci::linter] linting project rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt with rsync_target
[2026-01-30T08:50:33Z DEBUG ambient_ci::linter] linting project rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt with http_get
[2026-01-30T08:50:33Z DEBUG ambient_ci::linter] linting project rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt with shellcheck
[2026-01-30T08:50:33Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/meta.yaml
[2026-01-30T08:50:33Z DEBUG ambient_ci::run] no latest commit stored
[2026-01-30T08:50:33Z DEBUG ambient_ci::run] is a git repository
[2026-01-30T08:50:33Z DEBUG ambient_ci::run] git repository is clean
[2026-01-30T08:50:33Z DEBUG ambient_ci::run] current (HEAD) commit: bfc6a9d2c58c021035497fc2e80f2c16d2ca6702
[2026-01-30T08:50:33Z DEBUG ambient_ci::run] no dry run requested
[2026-01-30T08:50:33Z DEBUG ambient_ci::run] forced run requested
[2026-01-30T08:50:33Z DEBUG ambient_ci::run] run? true
[2026-01-30T08:50:33Z INFO  ambient_ci::run] project rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt: running CI
[2026-01-30T08:50:33Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-01-30T08:50:33Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-30T08:50:33Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
        CargoFetch,
    )
[2026-01-30T08:50:33Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
        CargoFetch,
    )
[2026-01-30T08:50:33Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_HOME": "/home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/dependencies",
            "CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/cache/cargo-target",
        },
        source_dir: "/tmp/.tmpImUOXz/src",
        deps_dir: "/home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/dependencies",
        artifacts_dir: "/home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/artifacts",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpImUOXz/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpImUOXz/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpImUOXz/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpImUOXz/src => /tmp/.tmpQmzbF3
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/src wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/src/main.rs wanted=true
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpImUOXz/src/src/main.rs => /tmp/.tmpQmzbF3/src/main.rs
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/src/find.rs wanted=true
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpImUOXz/src/src/find.rs => /tmp/.tmpQmzbF3/src/find.rs
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/README.md wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/Cargo.toml wanted=true
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpImUOXz/src/Cargo.toml => /tmp/.tmpQmzbF3/Cargo.toml
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/Cargo.lock wanted=true
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpImUOXz/src/Cargo.lock => /tmp/.tmpQmzbF3/Cargo.lock
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.radicle wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.radicle/ambient.yaml wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.gitignore wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/index wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/HEAD wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/config wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/logs wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/logs/HEAD wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/logs/refs wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/logs/refs/heads wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/logs/refs/heads/main wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/logs/refs/remotes wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/packed-refs wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/refs wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/refs/remotes wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/refs/remotes/origin wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/refs/tags wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/refs/heads wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/refs/heads/main wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/b5 wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/b5/ba173561e5152f3915b06d059f5f5e57a398fb wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/34 wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/34/7841b390e46136e3329a1bf38975a202667875 wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/aa wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/aa/9557ae5802c30ad9eb5b35fb6e984ace737aa8 wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/a3 wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/a3/6c2758664126deda51238f90d81bcafbd5e187 wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/44 wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/44/6f6b6cc96b82b1b47c4376756ba566e41e0716 wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/37 wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/37/fdded3452fa0c28512ba5d57a51462e79cd47a wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/84 wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/84/7cdb92a3c691aed080847b3e9d6c8e22dd7169 wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/3c wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/3c/d05fc164c1ad4861e54e9589183cc852a62b6c wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/info wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/pack wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/pack/pack-280462c1a4351db2070495f6fd2521be08f340b4.idx wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/pack/pack-1492aad590c4651175be8e4fd4d46c9d4b255847.idx wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/pack/pack-956e7fb456e50b1c02de32fd7f37fcf3502a9753.pack wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/pack/pack-956e7fb456e50b1c02de32fd7f37fcf3502a9753.idx wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/pack/pack-280462c1a4351db2070495f6fd2521be08f340b4.pack wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/objects/pack/pack-1492aad590c4651175be8e4fd4d46c9d4b255847.pack wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/branches wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/update.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/post-update.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/pre-push.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/description wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/info wanted=false
[2026-01-30T08:50:33Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpImUOXz/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
       cwd=/tmp/.tmpQmzbF3 (exists? true)
    Updating crates.io index
 Downloading crates ...
  Downloaded windows-strings v0.1.0
  Downloaded windows-targets v0.52.6
  Downloaded winpipe v0.1.1
  Downloaded ppv-lite86 v0.2.21
  Downloaded windows-core v0.58.0
  Downloaded potential_utf v0.1.4
  Downloaded serde_core v1.0.228
  Downloaded sqlite3-sys v0.15.2
  Downloaded thiserror v1.0.69
  Downloaded bitflags v2.10.0
  Downloaded base32 v0.4.0
  Downloaded form_urlencoded v1.2.2
  Downloaded erased-serde v0.4.9
  Downloaded subtle v2.6.1
  Downloaded typeid v1.0.3
  Downloaded serde-untagged v0.1.9
  Downloaded equivalent v1.0.2
  Downloaded r-efi v5.3.0
  Downloaded num-integer v0.1.46
  Downloaded wit-bindgen v0.51.0
  Downloaded getrandom v0.3.4
  Downloaded wasm-bindgen-macro v0.2.108
  Downloaded windows-result v0.2.0
  Downloaded writeable v0.6.2
  Downloaded idna_adapter v1.2.1
  Downloaded shlex v1.3.0
  Downloaded fastrand v2.3.0
  Downloaded localtime v1.3.1
  Downloaded sync-ptr v0.1.4
  Downloaded crossbeam-utils v0.8.21
  Downloaded signature v2.2.0
  Downloaded data-encoding-macro v0.1.19
  Downloaded data-encoding-macro-internal v0.1.17
  Downloaded universal-hash v0.5.1
  Downloaded aead v0.5.2
  Downloaded multibase v0.9.2
  Downloaded serde_json v1.0.149
  Downloaded git2 v0.19.0
  Downloaded icu_normalizer_data v2.1.1
  Downloaded ed25519 v1.5.3
  Downloaded cyphergraphy v0.3.0
  Downloaded bytesize v2.3.1
  Downloaded anstyle-query v1.1.5
  Downloaded anstyle-parse v0.2.7
  Downloaded clap v4.5.55
  Downloaded hashbrown v0.16.1
  Downloaded keccak v0.1.5
  Downloaded digest v0.10.7
  Downloaded fast-glob v0.3.3
  Downloaded pbkdf2 v0.12.2
  Downloaded base16ct v0.2.0
  Downloaded crypto-common v0.1.7
  Downloaded block-padding v0.3.3
  Downloaded autocfg v1.5.0
  Downloaded group v0.13.0
  Downloaded base64ct v1.8.3
  Downloaded sec1 v0.7.3
  Downloaded crossbeam-channel v0.5.15
  Downloaded base64 v0.21.7
  Downloaded signature v1.6.4
  Downloaded pem-rfc7468 v0.7.0
  Downloaded windows_i686_gnu v0.52.6
  Downloaded amplify_syn v2.0.1
  Downloaded clap_builder v4.5.55
  Downloaded amplify v4.9.0
  Downloaded libc v0.2.180
  Downloaded anstream v0.6.21
  Downloaded amplify_derive v4.0.1
  Downloaded amplify_num v0.5.3
  Downloaded blowfish v0.9.1
  Downloaded primeorder v0.13.6
  Downloaded num-traits v0.2.19
  Downloaded pkcs1 v0.7.5
  Downloaded poly1305 v0.8.0
  Downloaded typenum v1.19.0
  Downloaded ascii v1.1.0
  Downloaded icu_properties_data v2.1.2
  Downloaded spki v0.7.3
  Downloaded cbc v0.1.2
  Downloaded ssh-encoding v0.2.0
  Downloaded radicle-crypto v0.14.0
  Downloaded windows_i686_msvc v0.52.6
  Downloaded p256 v0.13.2
  Downloaded spin v0.9.8
  Downloaded rsa v0.9.10
  Downloaded windows_aarch64_msvc v0.52.6
  Downloaded elliptic-curve v0.13.8
  Downloaded ssh-key v0.6.7
  Downloaded crypto-bigint v0.5.5
  Downloaded num-bigint-dig v0.8.6
  Downloaded aes-gcm v0.10.3
  Downloaded p521 v0.13.3
  Downloaded aes v0.8.4
  Downloaded der v0.7.10
  Downloaded cyphernet v0.5.2
  Downloaded vcpkg v0.2.15
  Downloaded sqlite3-src v0.5.1
  Downloaded p384 v0.13.1
  Downloaded libm v0.2.16
  Downloaded syn v1.0.109
  Downloaded windows_x86_64_msvc v0.52.6
  Downloaded ec25519 v0.1.0
  Downloaded windows-sys v0.61.2
  Downloaded icu_normalizer v2.1.1
  Downloaded icu_collections v2.1.1
  Downloaded windows_x86_64_gnu v0.52.6
  Downloaded base256emoji v1.0.2
  Downloaded byteorder v1.5.0
  Downloaded hmac v0.12.1
  Downloaded cipher v0.4.4
  Downloaded windows_i686_gnullvm v0.52.6
  Downloaded windows_x86_64_gnullvm v0.52.6
  Downloaded sha2 v0.10.9
  Downloaded ecdsa v0.16.9
  Downloaded ff v0.13.1
  Downloaded ghash v0.5.1
  Downloaded const-oid v0.9.6
  Downloaded generic-array v0.14.7
  Downloaded zerovec v0.11.5
  Downloaded idna v1.1.0
  Downloaded libz-sys v1.1.23
  Downloaded windows_aarch64_gnullvm v0.52.6
  Downloaded sha3 v0.10.8
  Downloaded zerocopy v0.8.34
  Downloaded syn v2.0.114
  Downloaded anstyle v1.0.13
  Downloaded zerotrie v0.2.3
  Downloaded rand v0.8.5
  Downloaded once_cell_polyfill v1.70.2
  Downloaded windows-link v0.2.1
  Downloaded anstyle-wincon v3.0.11
  Downloaded git-ref-format v0.3.1
  Downloaded colorchoice v1.0.4
  Downloaded is_terminal_polyfill v1.70.2
  Downloaded utf8parse v0.2.2
  Downloaded clap_lex v0.7.7
  Downloaded socks5-client v0.4.1
  Downloaded git-ref-format-core v0.3.1
  Downloaded libgit2-sys v0.17.0+1.8.1
  Downloaded strsim v0.11.1
  Downloaded heck v0.5.0
  Downloaded clap_derive v4.5.55
  Downloaded data-encoding v2.10.0
  Downloaded bcrypt-pbkdf v0.10.0
  Downloaded num-iter v0.1.45
  Downloaded icu_locale_core v2.1.1
  Downloaded url v2.5.8
  Downloaded zerocopy-derive v0.8.34
  Downloaded cypheraddr v0.4.0
  Downloaded base-x v0.2.11
  Downloaded rfc6979 v0.4.0
  Downloaded const-str v0.4.3
  Downloaded match-lookup v0.1.2
  Downloaded chacha20 v0.9.1
  Downloaded cpufeatures v0.2.17
  Downloaded pkcs8 v0.10.2
  Downloaded serde v1.0.228
  Downloaded radicle-dag v0.10.0
  Downloaded radicle-std-ext v0.1.1
  Downloaded radicle-git-ext v0.8.1
  Downloaded radicle-ssh v0.10.0
  Downloaded sqlite v0.32.0
  Downloaded windows v0.58.0
  Downloaded opaque-debug v0.3.1
  Downloaded wasip2 v1.0.2+wasi-0.2.9
  Downloaded bumpalo v3.19.1
  Downloaded proc-macro2 v1.0.106
  Downloaded dunce v1.0.5
  Downloaded ct-codecs v1.1.6
  Downloaded polyval v0.6.2
  Downloaded block-buffer v0.10.4
  Downloaded proc-macro-error v1.0.4
  Downloaded indexmap v2.13.0
  Downloaded memchr v2.7.6
  Downloaded radicle v0.20.0
  Downloaded unicode-normalization v0.1.25
  Downloaded js-sys v0.3.85
  Downloaded nonempty v0.9.0
  Downloaded version_check v0.9.5
  Downloaded tinystr v0.8.2
  Downloaded icu_properties v2.1.2
  Downloaded smallvec v1.15.1
  Downloaded itoa v1.0.17
  Downloaded zmij v1.0.17
  Downloaded find-msvc-tools v0.1.8
  Downloaded cc v1.2.54
  Downloaded tinyvec v1.10.0
  Downloaded once_cell v1.21.3
  Downloaded rustversion v1.0.22
  Downloaded wasm-bindgen-macro-support v0.2.108
  Downloaded rand_core v0.6.4
  Downloaded windows-implement v0.58.0
  Downloaded quote v1.0.44
  Downloaded unicode-ident v1.0.22
  Downloaded radicle-cob v0.17.0
  Downloaded lazy_static v1.5.0
  Downloaded inout v0.1.4
  Downloaded ctr v0.9.2
  Downloaded ssh-cipher v0.2.0
  Downloaded proc-macro-error-attr v1.0.4
  Downloaded git-ref-format-macro v0.3.1
  Downloaded litemap v0.8.1
  Downloaded icu_provider v2.1.1
  Downloaded displaydoc v0.2.5
  Downloaded stable_deref_trait v1.2.1
  Downloaded yoke-derive v0.8.1
  Downloaded yoke v0.8.1
  Downloaded synstructure v0.13.2
  Downloaded zerofrom-derive v0.1.6
  Downloaded zerofrom v0.1.6
  Downloaded zerovec-derive v0.11.2
  Downloaded utf8_iter v1.0.4
  Downloaded percent-encoding v2.3.2
  Downloaded zeroize v1.8.2
  Downloaded serde_derive v1.0.228
  Downloaded siphasher v1.0.1
  Downloaded jobserver v0.1.34
  Downloaded defer-heavy v0.1.0
  Downloaded wasi v0.11.1+wasi-snapshot-preview1
  Downloaded wasm-bindgen v0.2.108
  Downloaded getrandom v0.2.17
  Downloaded windows-interface v0.58.0
  Downloaded rand_chacha v0.3.1
  Downloaded cfg-if v1.0.4
  Downloaded log v0.4.29
  Downloaded thiserror-impl v1.0.69
  Downloaded tinyvec_macros v0.1.1
  Downloaded wasm-bindgen-shared v0.2.108
  Downloaded pkg-config v0.3.32
[2026-01-30T08:50:39Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-30T08:50:39Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-30T08:50:39Z DEBUG ambient_ci::run] Executing plan steps
[2026-01-30T08:50:39Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp0HEmrN/src.tar
[2026-01-30T08:50:39Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp0HEmrN/deps.tar
[2026-01-30T08:50:39Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-30T08:50:39Z 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",
                },
            ),
            Shell(
                Shell {
                    shell: "echo \"hello world\"",
                },
            ),
            CargoFmt(
                CargoFmt,
            ),
            CargoClippy(
                CargoClippy,
            ),
            CargoTest(
                CargoTest,
            ),
            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-30T08:50:39Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-30T08:50:39Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmp0HEmrN/ambient-execute-plan/run-ci
[2026-01-30T08:50:39Z DEBUG ambient_ci::run] copy OK: true
[2026-01-30T08:50:39Z DEBUG ambient_ci::vdrive] create virtual drive /home/_rad/tmp/.tmp0HEmrN/executor.tar
[2026-01-30T08:50:39Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/run.log
[2026-01-30T08:50:39Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt, exists? true
[2026-01-30T08:50:39Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/run.log
[2026-01-30T08:50:39Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/run.log OK
[2026-01-30T08:50:39Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-30T08:50:39Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-30T08:50:39Z 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-30T08:50:39Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-30T08:50:39Z DEBUG ambient_ci::cloud_init] with_network called: false
[2026-01-30T08:50:39Z 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-30T08:50:39Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-30T08:50:39Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-30T08:50:39Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmp10flP8/.tmp8ROsKt/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-30T08:50:40Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-30T08:50:40Z 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-30T08:50:40Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpXmdHvF/meta-data
[2026-01-30T08:50:40Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpXmdHvF/user-data
[2026-01-30T08:50:40Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpXmdHvF/network-config
[2026-01-30T08:50:40Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmp10flP8/.tmp8ROsKt/console.log
[2026-01-30T08:50:40Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmp10flP8/.tmp8ROsKt/console.log
[2026-01-30T08:50:40Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/run.log
[2026-01-30T08:50:40Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/run.log
[2026-01-30T08:50:40Z 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/.tmp10flP8/.tmp8ROsKt/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/run.log",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmp10flP8/.tmp8ROsKt/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp0HEmrN/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmp10flP8/.tmp8ROsKt/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/.tmp10flP8/.tmp8ROsKt/vars.fd",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp0HEmrN/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp0HEmrN/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp0HEmrN/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmp0HEmrN/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2026-01-30T08:51:31Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-30T08:51:31Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2026-01-30T08:50:44Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-30T08:50:44Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-30T08:50:44Z INFO  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-30T08:50:44Z WARN  ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-30T08:50:44Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
    [2026-01-30T08:50:44Z 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: shell
          shell: echo "hello world"
        - action: cargo_fmt
        - action: cargo_clippy
        - action: cargo_test
        - 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-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci",
            },
        )
    [2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
            Mkdir {
                pathname: "/ci/artifacts",
            },
        )
    [2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdc",
                directory: "/ci/src",
            },
        )
    [2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-30T08:50:44Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
    [2026-01-30T08:50:44Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-30T08:50:44Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vdf",
                directory: "/ci/deps",
            },
        )
    [2026-01-30T08:50:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-30T08:50:44Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
    [2026-01-30T08:50:45Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
            TarExtract {
                archive: "/dev/vde",
                directory: "/ci/cache",
            },
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    [2026-01-30T08:50:45Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
    [2026-01-30T08:50:45Z TRACE ambient_ci::vdrive] extraction OK
    [2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "ln -sf /ci /workspace",
            },
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
            },
            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-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.name 'Ambient CI'",
            },
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
            },
            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-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "git config --global user.email ambient@example.com",
            },
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
            },
            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-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action Shell(
            Shell {
                shell: "echo \"hello world\"",
            },
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
            Shell {
                shell: "echo \"hello world\"",
            },
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["bash", "-c", "set -xeuo pipefail\necho \"hello world\"\n"]
           cwd=/ci/src (exists? true)
    + echo 'hello world'
    hello world
    [2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
            CargoFmt,
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
            CargoFmt,
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/ci/src (exists? true)
    [2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2026-01-30T08:50:45Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
            CargoClippy,
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
            CargoClippy,
        )
    [2026-01-30T08:50:45Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
            envs: {
                "CARGO_TARGET_DIR": "/ci/cache/cargo-target",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "HOME": "/root",
                "CARGO_HOME": "/ci/deps",
            },
            source_dir: "/ci/src",
            deps_dir: "/ci/deps",
            artifacts_dir: "/ci/artifacts",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/ci/src (exists? true)
    cargo 1.93.0 (083ac5135 2025-12-15)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/ci/src (exists? true)
    clippy 0.1.93 (254b59607d 2026-01-19)
    SPAWN: argv=["rustc", "--version"]
           cwd=/ci/src (exists? true)
    rustc 1.93.0 (254b59607 2026-01-19)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/ci/src (exists? true)
       Compiling proc-macro2 v1.0.106
       Compiling quote v1.0.44
       Compiling unicode-ident v1.0.22
       Compiling version_check v0.9.5
       Compiling typenum v1.19.0
       Compiling syn v2.0.114
       Compiling generic-array v0.14.7
       Compiling libc v0.2.180
        Checking crypto-common v0.1.7
        Checking cfg-if v1.0.4
        Checking subtle v2.6.1
        Checking stable_deref_trait v1.2.1
       Compiling jobserver v0.1.34
       Compiling synstructure v0.13.2
       Compiling shlex v1.3.0
       Compiling find-msvc-tools v0.1.8
       Compiling cc v1.2.54
       Compiling zerofrom-derive v0.1.6
       Compiling yoke-derive v0.8.1
        Checking zerofrom v0.1.6
       Compiling zerovec-derive v0.11.2
        Checking yoke v0.8.1
       Compiling syn v1.0.109
       Compiling serde_core v1.0.228
       Compiling pkg-config v0.3.32
        Checking zerovec v0.11.5
       Compiling displaydoc v0.2.5
        Checking block-buffer v0.10.4
        Checking block-padding v0.3.3
        Checking cpufeatures v0.2.17
        Checking inout v0.1.4
        Checking digest v0.10.7
        Checking cipher v0.4.4
        Checking tinystr v0.8.2
        Checking writeable v0.6.2
        Checking litemap v0.8.1
       Compiling thiserror v1.0.69
        Checking icu_locale_core v2.1.1
        Checking zerotrie v0.2.3
        Checking potential_utf v0.1.4
       Compiling thiserror-impl v1.0.69
       Compiling icu_properties_data v2.1.2
       Compiling icu_normalizer_data v2.1.1
        Checking icu_provider v2.1.1
        Checking icu_collections v2.1.1
        Checking getrandom v0.2.17
       Compiling serde v1.0.228
       Compiling vcpkg v0.2.15
       Compiling amplify_syn v2.0.1
       Compiling libz-sys v1.1.23
       Compiling serde_derive v1.0.228
        Checking universal-hash v0.5.1
       Compiling proc-macro-error-attr v1.0.4
        Checking smallvec v1.15.1
        Checking opaque-debug v0.3.1
        Checking signature v1.6.4
        Checking ed25519 v1.5.3
        Checking icu_normalizer v2.1.1
       Compiling amplify_derive v4.0.1
        Checking icu_properties v2.1.2
       Compiling proc-macro-error v1.0.4
        Checking ascii v1.1.0
        Checking ct-codecs v1.1.6
        Checking amplify_num v0.5.3
        Checking amplify v4.9.0
        Checking ec25519 v0.1.0
        Checking idna_adapter v1.2.1
        Checking polyval v0.6.2
        Checking sha2 v0.10.9
       Compiling sqlite3-src v0.5.1
       Compiling libgit2-sys v0.17.0+1.8.1
        Checking base64ct v1.8.3
        Checking utf8_iter v1.0.4
        Checking percent-encoding v2.3.2
        Checking keccak v0.1.5
        Checking form_urlencoded v1.2.2
        Checking sha3 v0.10.8
        Checking idna v1.1.0
        Checking pem-rfc7468 v0.7.0
       Compiling git-ref-format-core v0.3.1
        Checking ghash v0.5.1
        Checking cyphergraphy v0.3.0
        Checking aes v0.8.4
        Checking ctr v0.9.2
        Checking aead v0.5.2
        Checking byteorder v1.5.0
        Checking base32 v0.4.0
       Compiling data-encoding v2.10.0
       Compiling data-encoding-macro-internal v0.1.17
        Checking cypheraddr v0.4.0
        Checking blowfish v0.9.1
        Checking aes-gcm v0.10.3
       Compiling git-ref-format-macro v0.3.1
        Checking ssh-encoding v0.2.0
        Checking url v2.5.8
        Checking poly1305 v0.8.0
        Checking chacha20 v0.9.1
        Checking cbc v0.1.2
        Checking pbkdf2 v0.12.2
       Compiling match-lookup v0.1.2
        Checking const-str v0.4.3
       Compiling typeid v1.0.3
       Compiling zmij v1.0.17
        Checking zeroize v1.8.2
        Checking bitflags v2.10.0
        Checking log v0.4.29
        Checking data-encoding-macro v0.1.19
        Checking base256emoji v1.0.2
        Checking bcrypt-pbkdf v0.10.0
        Checking ssh-cipher v0.2.0
        Checking git-ref-format v0.3.1
        Checking sqlite3-sys v0.15.2
        Checking socks5-client v0.4.1
        Checking rand_core v0.6.4
       Compiling erased-serde v0.4.9
        Checking radicle-std-ext v0.1.1
        Checking hashbrown v0.16.1
        Checking base-x v0.2.11
        Checking signature v2.2.0
       Compiling serde_json v1.0.149
        Checking equivalent v1.0.2
        Checking utf8parse v0.2.2
       Compiling crossbeam-utils v0.8.21
        Checking anstyle-parse v0.2.7
        Checking indexmap v2.13.0
        Checking ssh-key v0.6.7
        Checking multibase v0.9.2
        Checking cyphernet v0.5.2
        Checking sqlite v0.32.0
        Checking radicle-ssh v0.10.0
        Checking is_terminal_polyfill v1.70.2
        Checking anstyle v1.0.13
        Checking itoa v1.0.17
        Checking colorchoice v1.0.4
        Checking memchr v2.7.6
        Checking fastrand v2.3.0
        Checking tinyvec_macros v0.1.1
        Checking anstyle-query v1.1.5
        Checking anstream v0.6.21
        Checking tinyvec v1.10.0
        Checking radicle-dag v0.10.0
        Checking nonempty v0.9.0
        Checking strsim v0.11.1
       Compiling heck v0.5.0
        Checking clap_lex v0.7.7
        Checking clap_builder v4.5.55
       Compiling clap_derive v4.5.55
        Checking crossbeam-channel v0.5.15
        Checking serde-untagged v0.1.9
        Checking unicode-normalization v0.1.25
        Checking localtime v1.3.1
        Checking bytesize v2.3.1
        Checking fast-glob v0.3.3
        Checking siphasher v1.0.1
        Checking base64 v0.21.7
        Checking dunce v1.0.5
        Checking clap v4.5.55
        Checking git2 v0.19.0
        Checking radicle-git-ext v0.8.1
        Checking radicle-crypto v0.14.0
        Checking radicle-cob v0.17.0
        Checking radicle v0.20.0
        Checking rad-find v0.1.0 (/ci/src)
    error: this `if` statement can be collapsed
      --> src/find.rs:45:5
       |
    45 | /     if let Ok(identity) = Identity::load(&repo) {
    46 | |         if let Some(revision) = identity.revision(&oid) {
    47 | |             println!("Found identity revision: {}", oid);
    48 | |             println!("  Title: {}", revision.title);
    ...  |
    52 | |     }
       | |_____^
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#collapsible_if
       = note: `-D clippy::collapsible-if` implied by `-D warnings`
       = help: to override `-D warnings` add `#[allow(clippy::collapsible_if)]`
    help: collapse nested if block
       |
    45 ~     if let Ok(identity) = Identity::load(&repo)
    46 ~         && let Some(revision) = identity.revision(&oid) {
    47 |             println!("Found identity revision: {}", oid);
    ...
    50 |             println!("  Author: {}", revision.author.id());
    51 ~         }
       |
    
    error: could not compile `rad-find` (bin "rad-find" test) due to 1 previous error
    warning: build failed, waiting for other jobs to finish...
    error: could not compile `rad-find` (bin "rad-find") due to 1 previous error
    [2026-01-30T08:51:30Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute cargo
    [2026-01-30T08:51:30Z ERROR ambient_ci::plan] caused by: command failed: "cargo": exit code 101
    ERROR: failed to execute cargo
    caused by: command failed: "cargo": exit code 101
    EXIT CODE: 1
    
    ====================
[2026-01-30T08:51:31Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 1
[2026-01-30T08:51:31Z DEBUG ambient_ci::run] CI run exit code from QEMU: 1
[2026-01-30T08:51:31Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z45E5Sz1mE6itUMUjEgBoqt7ymYRt/meta.yaml
ERROR: CI run failed inside QEMU

Ambient stderr

<empty log>