CI run log: rad:z4VYyJ9KuwMNkXGQnmKuGPGKw3inv

Radicle info

Trigger message
{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:z4VYyJ9KuwMNkXGQnmKuGPGKw3inv",
    "name": "radicle-artifact",
    "description": "Secure artifact distribution for Radicle",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "2f0b4015398093070bab410fca3ca47b741b1529",
    "author": {
      "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
      "alias": "2color"
    },
    "title": "feat!: use camelCase for JSON and wire output",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "fbdd806c7c6d38bdc57263a794102dd639df031f",
    "after": "0cfdaf6c6d1d5c4c4b9f9370f4d59a91d4b6073a",
    "commits": [
      "0cfdaf6c6d1d5c4c4b9f9370f4d59a91d4b6073a"
    ],
    "target": "fbdd806c7c6d38bdc57263a794102dd639df031f",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "2f0b4015398093070bab410fca3ca47b741b1529",
        "author": {
          "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
          "alias": "2color"
        },
        "description": "- rename all --json keys and control-socket wire tags to camelCase;\n  establish one convention for machine-facing output so it stops\n  drifting toward serde defaults\n- nest register --json size hint under `metadata` as {\"sizeBytes\": N};\n  omit when empty, matching list/show\n- rename system metadata key size-bytes -> sizeBytes; keys we author\n  follow the convention, user metadata keys stay verbatim\n- keep the COB storage format frozen; it is signed and replicated, so\n  re-casing would break existing entries and peers\n- add ADR 0001 and --json snapshot tests to document and enforce it\n\nBREAKING CHANGE: all `--json` output keys and control-socket wire tags\nare now camelCase (e.g. release_id -> releaseId, cid-mismatch ->\ncidMismatch). register --json nests the size hint under `metadata`.\nArtifacts registered before this keep the legacy `size-bytes` key.",
        "base": "fbdd806c7c6d38bdc57263a794102dd639df031f",
        "oid": "0cfdaf6c6d1d5c4c4b9f9370f4d59a91d4b6073a",
        "timestamp": 1783070552
      }
    ]
  }
}
Ambient stdout
executor from config: /usr/bin/ambient-execute-plan
executor from PATH: /usr/bin/ambient-execute-plan
run CI for rad:z4VYyJ9KuwMNkXGQnmKuGPGKw3inv
======================== run log:

====================== end of run log
ERROR: CI run failed inside QEMU
Ambient stderr
<empty log>

Pre-plan VM

Structured log: all OK
  1. 0 ms: Executor starts
    • Name: ambient-execute-plan
    • Version: 0.15.0@eeab732
  2. 0 ms: Runnable plan
    steps:
    - action: mkdir
      pathname: /ci
    - action: mkdir
      pathname: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/secrets
    - action: mkdir
      pathname: /ci/deps
    - 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: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    - action: shell
      shell: ln -sf /ci /workspace
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    - action: cargo_fetch
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    - action: tar_create
      archive: /dev/vdf
      directory: /ci/deps
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    secrets_drive: null
    workspace_dir: /ci
    source_dir: /ci/src
    deps_dir: /ci/deps
    cache_dir: /ci/cache
    artifacts_dir: /ci/artifacts
    secrets_dir: null
    envs: {}
    
  3. 0 ms: Execute action: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  4. 0 ms: Action succeeded: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  5. 1 ms: Execute action: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  6. 1 ms: Action succeeded: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  7. 1 ms: Execute action: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  8. 1 ms: Action succeeded: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  9. 1 ms: Execute action: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  10. 1 ms: Action succeeded: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  11. 1 ms: Execute action: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  12. 1 ms: Action succeeded: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  13. 1 ms: Execute action: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  14. 1 ms: Action succeeded: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  15. 2 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  16. 55 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  17. 56 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  18. 57 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  19. 57 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  20. 6399 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  21. 6399 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  22. 6405 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  23. 6406 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  24. 6412 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  25. 6412 ms: Execute action: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  26. 6412 ms: Start program: bash
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  27. 6423 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
      + ln -sf /ci /workspace
      
  28. 6424 ms: Action succeeded: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  29. 6424 ms: Execute action: create_file
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    
  30. 6424 ms: Action succeeded: create_file
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    
  31. 6424 ms: Execute action: cargo_fetch
    - action: cargo_fetch
    
  32. 6424 ms: Start program: cargo
    • cargo
    • --version
  33. 6469 ms: Program succeeded
    • Exit code: 0
    • Stdout
      cargo 1.96.1 (356927216 2026-06-26)
      
    • Stderr
  34. 6470 ms: Start program: cargo
    • cargo
    • clippy
    • --version
  35. 6523 ms: Program succeeded
    • Exit code: 0
    • Stdout
      clippy 0.1.96 (31fca3adb2 2026-06-26)
      
    • Stderr
  36. 6526 ms: Start program: rustc
    • rustc
    • --version
  37. 6544 ms: Program succeeded
    • Exit code: 0
    • Stdout
      rustc 1.96.1 (31fca3adb 2026-06-26)
      
    • Stderr
  38. 6552 ms: Start program: cargo
    • cargo
    • fetch
    • --locked
  39. 16369 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
          Updating crates.io index
       Downloading crates ...
        Downloaded proc-macro2 v1.0.106
        Downloaded utf8_iter v1.0.4
        Downloaded percent-encoding v2.3.2
        Downloaded serde v1.0.228
        Downloaded potential_utf v0.1.5
        Downloaded yoke-derive v0.8.2
        Downloaded walkdir v2.5.0
        Downloaded cfg-if v1.0.4
        Downloaded stable_deref_trait v1.2.1
        Downloaded radicle-git-ref-format v0.1.0
        Downloaded zerofrom-derive v0.1.7
        Downloaded windows-link v0.2.1
        Downloaded zerofrom v0.1.7
        Downloaded ppv-lite86 v0.2.21
        Downloaded quote v1.0.45
        Downloaded siphasher v1.0.3
        Downloaded log v0.4.29
        Downloaded typeid v1.0.3
        Downloaded winapi-util v0.1.11
        Downloaded form_urlencoded v1.2.2
        Downloaded wasm-bindgen-macro v0.2.121
        Downloaded radicle-git-metadata v0.2.0
        Downloaded thiserror-impl v1.0.69
        Downloaded writeable v0.6.3
        Downloaded getrandom v0.2.17
        Downloaded zerocopy-derive v0.8.48
        Downloaded data-encoding-macro v0.1.20
        Downloaded secrecy v0.10.3
        Downloaded shlex v1.3.0
        Downloaded sqlite3-sys v0.18.0
        Downloaded block-padding v0.3.3
        Downloaded block-buffer v0.10.4
        Downloaded ghash v0.5.1
        Downloaded ssh-cipher v0.2.0
        Downloaded base256emoji v1.0.2
        Downloaded match-lookup v0.1.2
        Downloaded signature v1.6.4
        Downloaded rand_core v0.6.4
        Downloaded socks5-client v0.4.2
        Downloaded tempfile v3.27.0
        Downloaded blowfish v0.9.1
        Downloaded scopeguard v1.2.0
        Downloaded dunce v1.0.5
        Downloaded postcard-derive v0.2.2
        Downloaded cobs v0.3.0
        Downloaded data-encoding-macro-internal v0.1.18
        Downloaded unicode-xid v0.2.6
        Downloaded cpufeatures v0.3.0
        Downloaded crypto-common v0.2.1
        Downloaded serde_bytes v0.11.19
        Downloaded tokio-macros v2.7.0
        Downloaded is_terminal_polyfill v1.70.2
        Downloaded tracing-serde v0.2.0
        Downloaded send_wrapper v0.6.0
        Downloaded sorted-index-buffer v0.2.1
        Downloaded time-core v0.1.8
        Downloaded rusticata-macros v4.1.0
        Downloaded android_system_properties v0.1.5
        Downloaded num_enum_derive v0.7.6
        Downloaded dlopen2 v0.8.2
        Downloaded genawaiter-macro v0.99.1
        Downloaded gloo-timers v0.3.0
        Downloaded proc-macro-error-attr v0.4.12
        Downloaded proc-macro-error v0.4.12
        Downloaded darling_core v0.20.11
        Downloaded arc-swap v1.9.1
        Downloaded prefix-trie v0.8.3
        Downloaded iroh-relay v1.0.0
        Downloaded hickory-net v0.26.1
        Downloaded iroh v1.0.0
        Downloaded hickory-resolver v0.26.1
        Downloaded fiat-crypto v0.3.0
        Downloaded objc2 v0.6.4
        Downloaded chrono v0.4.44
        Downloaded moka v0.12.15
        Downloaded objc2-foundation v0.3.2
        Downloaded bao-tree v0.16.0
        Downloaded simd_cesu8 v1.1.1
        Downloaded hickory-proto v0.26.1
        Downloaded regex-syntax v0.8.10
        Downloaded windows_aarch64_gnullvm v0.52.6
        Downloaded windows_aarch64_gnullvm v0.42.2
        Downloaded tokio-websockets v0.13.2
        Downloaded windows_x86_64_gnullvm v0.42.2
        Downloaded tracing v0.1.44
        Downloaded windows_i686_gnullvm v0.52.6
        Downloaded web-sys v0.3.98
        Downloaded tokio v1.52.3
        Downloaded windows_x86_64_gnullvm v0.52.6
        Downloaded libc v0.2.186
        Downloaded positioned-io v0.3.5
        Downloaded rustls v0.23.40
        Downloaded regex-automata v0.4.14
        Downloaded curve25519-dalek v5.0.0-rc.0
        Downloaded objc2-security v0.3.2
        Downloaded curve25519-dalek v4.1.3
        Downloaded jni v0.22.4
        Downloaded netlink-packet-route v0.31.0
        Downloaded windows_aarch64_msvc v0.42.2
        Downloaded windows_x86_64_gnu v0.42.2
        Downloaded windows_x86_64_msvc v0.52.6
        Downloaded windows_i686_msvc v0.42.2
        Downloaded windows_aarch64_msvc v0.52.6
        Downloaded windows_i686_gnu v0.42.2
        Downloaded windows_i686_gnu v0.52.6
        Downloaded libz-sys v1.1.28
        Downloaded windows_i686_msvc v0.52.6
        Downloaded winapi v0.3.9
        Downloaded windows_x86_64_gnu v0.52.6
        Downloaded windows_x86_64_msvc v0.42.2
        Downloaded noq-proto v1.0.0
        Downloaded zerocopy v0.8.48
        Downloaded netlink-packet-route v0.29.0
        Downloaded redb v4.1.0
        Downloaded vcpkg v0.2.15
        Downloaded widestring v1.2.1
        Downloaded quick-xml v0.39.4
        Downloaded objc2-core-foundation v0.3.2
        Downloaded aho-corasick v1.1.4
        Downloaded attohttpc v0.30.1
        Downloaded iroh-metrics v1.0.1
        Downloaded fiat-crypto v0.2.9
        Downloaded genawaiter v0.99.1
        Downloaded iroh-io v0.6.2
        Downloaded iroh-tickets v1.0.0
        Downloaded cmov v0.5.3
        Downloaded uuid v1.23.1
        Downloaded simple-dns v0.11.2
        Downloaded papaya v0.2.4
        Downloaded git2 v0.20.4
        Downloaded genawaiter-proc-macro v0.99.1
        Downloaded proc-macro-hack v0.5.20+deprecated
        Downloaded hex v0.4.3
        Downloaded backon v1.6.0
        Downloaded ctutils v0.4.2
        Downloaded async-trait v0.1.89
        Downloaded either v1.15.0
        Downloaded ipconfig v0.3.4
        Downloaded crossbeam-epoch v0.9.18
        Downloaded iroh-dns v1.0.0
        Downloaded darling v0.20.11
        Downloaded ring v0.17.14
        Downloaded derive_builder_core v0.20.2
        Downloaded seize v0.5.1
        Downloaded xml-rs v0.8.28
        Downloaded ryu v1.0.23
        Downloaded n0-watcher v1.0.0
        Downloaded x509-parser v0.18.1
        Downloaded combine v4.6.7
        Downloaded wit-parser v0.244.0
        Downloaded p384 v0.13.1
        Downloaded windows-registry v0.6.1
        Downloaded libgit2-sys v0.18.4+1.9.3
        Downloaded tagptr v0.2.0
        Downloaded vergen v9.1.0
        Downloaded derive_builder_macro v0.20.2
        Downloaded derive_builder v0.20.2
        Downloaded vergen-lib v9.1.0
        Downloaded vergen-gitcl v9.1.0
        Downloaded pharos v0.5.3
        Downloaded ws_stream_wasm v0.7.5
        Downloaded xmltree v0.10.3
        Downloaded igd-next v0.17.0
        Downloaded jni v0.21.1
        Downloaded netdev v0.44.0
        Downloaded wmi v0.18.4
        Downloaded netwatch v0.19.0
        Downloaded h2 v0.4.14
        Downloaded time v0.3.47
        Downloaded windows-sys v0.61.2
        Downloaded noq v1.0.0
        Downloaded libm v0.2.16
        Downloaded syn-mid v0.5.4
        Downloaded resolv-conf v0.7.6
        Downloaded core-foundation v0.9.4
        Downloaded system-configuration-sys v0.6.0
        Downloaded system-configuration v0.7.0
        Downloaded lru v0.18.0
        Downloaded sha1_smol v1.0.1
        Downloaded ident_case v1.0.1
        Downloaded darling_macro v0.20.11
        Downloaded async_io_stream v0.3.3
        Downloaded iroh-metrics-derive v1.0.1
        Downloaded futures v0.3.32
        Downloaded hyper v1.9.0
        Downloaded tower-http v0.6.10
        Downloaded sqlite3-src v0.7.0
        Downloaded reqwest v0.13.3
        Downloaded wasip3 v0.4.0+wasi-0.3.0-rc-2026-01-06
        Downloaded p521 v0.13.3
        Downloaded num-bigint-dig v0.8.6
        Downloaded winapi-i686-pc-windows-gnu v0.4.0
        Downloaded aes-gcm v0.10.3
        Downloaded rustix v1.1.4
        Downloaded cesu8 v1.1.0
        Downloaded jni-sys v0.3.1
        Downloaded windows-sys v0.45.0
        Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
        Downloaded linux-raw-sys v0.12.1
        Downloaded windows-targets v0.42.2
        Downloaded mac-addr v0.3.0
        Downloaded ndk-context v0.1.1
        Downloaded windows-sys v0.52.0
        Downloaded objc2-security-foundation v0.3.2
        Downloaded objc2-core-wlan v0.3.2
        Downloaded plist v1.9.0
        Downloaded paste v1.0.15
        Downloaded netlink-packet-core v0.8.1
        Downloaded netlink-proto v0.12.0
        Downloaded netlink-sys v0.8.8
        Downloaded block2 v0.6.2
        Downloaded dispatch2 v0.3.1
        Downloaded objc2-encode v4.1.0
        Downloaded objc2-system-configuration v0.3.2
        Downloaded iana-time-zone v0.1.65
        Downloaded futures-executor v0.3.32
        Downloaded num_enum v0.7.6
        Downloaded portmapper v0.19.0
        Downloaded http-body-util v0.1.3
        Downloaded hyper-util v0.1.20
        Downloaded tower v0.5.3
        Downloaded num-bigint v0.4.6
        Downloaded nom v7.1.3
        Downloaded winnow v1.0.2
        Downloaded iroh-blobs v0.103.0
        Downloaded inquire v0.9.4
        Downloaded mio v1.2.0
        Downloaded aes v0.8.4
        Downloaded hyper-rustls v0.27.9
        Downloaded ipnet v2.12.0
        Downloaded tokio-rustls v0.26.4
        Downloaded wasm-streams v0.5.0
        Downloaded iroh-util v0.6.0
        Downloaded der-parser v10.0.0
        Downloaded asn1-rs v0.7.1
        Downloaded minimal-lexical v0.2.1
        Downloaded jni-macros v0.22.4
        Downloaded tracing-subscriber v0.3.23
        Downloaded flate2 v1.1.9
        Downloaded rustls-webpki v0.103.13
        Downloaded unicode-width v0.2.2
        Downloaded ed25519-dalek v3.0.0-rc.0
        Downloaded wasmparser v0.244.0
        Downloaded schemars v1.2.1
        Downloaded typenum v1.20.0
        Downloaded radicle v0.24.0
        Downloaded iana-time-zone-haiku v0.1.2
        Downloaded atomic-waker v1.1.2
        Downloaded fnv v1.0.7
        Downloaded httpdate v1.0.3
        Downloaded try-lock v0.2.5
        Downloaded want v0.3.1
        Downloaded http-body v1.0.1
        Downloaded sync_wrapper v1.0.2
        Downloaded tower-layer v0.3.3
        Downloaded tower-service v0.3.3
        Downloaded strum_macros v0.28.0
        Downloaded strum v0.28.0
        Downloaded irpc-derive v0.17.0
        Downloaded pem v3.0.6
        Downloaded asn1-rs-derive v0.6.0
        Downloaded asn1-rs-impl v0.2.0
        Downloaded oid-registry v0.8.1
        Downloaded bit-vec v0.9.1
        Downloaded deranged v0.5.8
        Downloaded powerfmt v0.2.0
        Downloaded rcgen v0.14.8
        Downloaded irpc v0.17.0
        Downloaded toml_edit v0.25.11+spec-1.1.0
        Downloaded webpki-root-certs v1.0.7
        Downloaded pin-project v1.1.12
        Downloaded tokio-util v0.7.18
        Downloaded tracing-core v0.1.36
        Downloaded webpki-roots v1.0.7
        Downloaded clap_builder v4.6.0
        Downloaded indicatif v0.18.4
        Downloaded blake3 v1.8.5
        Downloaded prettyplease v0.2.37
        Downloaded wit-component v0.244.0
        Downloaded crossbeam-channel v0.5.15
        Downloaded syn v1.0.109
        Downloaded ed25519-dalek v2.2.0
        Downloaded ssh-key v0.6.7
        Downloaded syn v2.0.117
        Downloaded num_threads v0.1.7
        Downloaded num-conv v0.2.1
        Downloaded time-macros v0.2.27
        Downloaded yasna v0.6.0
        Downloaded toml_datetime v1.1.1+spec-1.1.0
        Downloaded toml_parser v1.1.2+spec-1.1.0
        Downloaded proc-macro-crate v3.5.0
        Downloaded nested_enum_utils v0.2.3
        Downloaded enum-assoc v1.3.0
        Downloaded fastbloom v0.17.0
        Downloaded identity-hash v0.1.0
        Downloaded lru-slab v0.1.2
        Downloaded rand_pcg v0.10.2
        Downloaded simdutf8 v0.1.5
        Downloaded schannel v0.1.29
        Downloaded security-framework v3.7.0
        Downloaded spin v0.10.0
        Downloaded futures-buffered v0.2.13
        Downloaded futures-lite v2.6.1
        Downloaded sharded-slab v0.1.7
        Downloaded tracing-attributes v0.1.31
        Downloaded valuable v0.1.1
        Downloaded http v1.4.0
        Downloaded ureq v3.3.0
        Downloaded litrs v1.0.0
        Downloaded signal-hook v0.3.18
        Downloaded crossterm v0.29.0
        Downloaded bytes v1.11.1
        Downloaded const-oid v0.10.2
        Downloaded base64 v0.21.7
        Downloaded crypto-bigint v0.5.5
        Downloaded rsa v0.9.10
        Downloaded der v0.7.10
        Downloaded jni-sys-macros v0.4.1
        Downloaded jni-sys v0.4.1
        Downloaded openssl-probe v0.2.1
        Downloaded rustls-native-certs v0.8.3
        Downloaded rustls-platform-verifier-android v0.1.1
        Downloaded core-foundation v0.10.1
        Downloaded core-foundation-sys v0.8.7
        Downloaded security-framework-sys v2.17.0
        Downloaded rustls-platform-verifier v0.7.0
        Downloaded noq-udp v1.0.0
        Downloaded rustc-hash v2.1.2
        Downloaded tokio-stream v0.1.18
        Downloaded range-collections v0.4.6
        Downloaded windows-core v0.62.2
        Downloaded generator v0.8.8
        Downloaded loom v0.7.2
        Downloaded cordyceps v0.3.4
        Downloaded pin-project-internal v1.1.12
        Downloaded miniz_oxide v0.8.9
        Downloaded base64 v0.22.1
        Downloaded clap_derive v4.6.1
        Downloaded parking_lot v0.12.5
        Downloaded der v0.8.0
        Downloaded wit-bindgen-core v0.51.0
        Downloaded hashbrown v0.15.5
        Downloaded getrandom v0.4.2
        Downloaded elliptic-curve v0.13.8
        Downloaded hashbrown v0.17.1
        Downloaded futures-util v0.3.32
        Downloaded portable-atomic v1.13.1
        Downloaded icu_properties_data v2.2.0
        Downloaded binary-merge v0.1.2
        Downloaded inplace-vec-builder v0.1.1
        Downloaded windows-collections v0.3.2
        Downloaded windows-threading v0.2.1
        Downloaded windows-future v0.3.2
        Downloaded windows-implement v0.60.2
        Downloaded windows-interface v0.59.3
        Downloaded windows-strings v0.5.1
        Downloaded windows-numerics v0.3.1
        Downloaded reflink-copy v0.1.29
        Downloaded self_cell v1.2.2
        Downloaded cfg_aliases v0.2.1
        Downloaded windows-result v0.4.1
        Downloaded scoped-tls v1.0.1
        Downloaded diatomic-waker v0.2.3
        Downloaded parking v2.2.1
        Downloaded n0-future v0.3.2
        Downloaded nu-ansi-term v0.50.3
        Downloaded tracing-log v0.2.0
        Downloaded crc32fast v1.5.0
        Downloaded httparse v1.10.1
        Downloaded ureq-proto v0.6.0
        Downloaded rustls-pki-types v1.14.1
        Downloaded web-time v1.1.0
        Downloaded signal-hook-registry v1.4.8
        Downloaded constant_time_eq v0.4.2
        Downloaded unicode-segmentation v1.13.2
        Downloaded derive_more-impl v2.1.1
        Downloaded derive_more v2.1.1
        Downloaded pkcs8 v0.11.0
        Downloaded sha2 v0.11.0
        Downloaded wasm-encoder v0.244.0
        Downloaded rand v0.10.1
        Downloaded postcard v1.1.3
        Downloaded crossbeam-utils v0.8.21
        Downloaded amplify v4.9.0
        Downloaded cyphernet v0.5.3
        Downloaded p256 v0.13.2
        Downloaded num-traits v0.2.19
        Downloaded pkcs1 v0.7.5
        Downloaded chacha20 v0.9.1
        Downloaded const-oid v0.9.6
        Downloaded unicode-normalization v0.1.25
        Downloaded serde_json v1.0.149
        Downloaded wasip2 v1.0.3+wasi-0.2.9
        Downloaded zerovec v0.11.6
        Downloaded idna v1.1.0
        Downloaded wasm-bindgen-futures v0.4.71
        Downloaded matchers v0.2.0
        Downloaded simd-adler32 v0.3.9
        Downloaded untrusted v0.9.0
        Downloaded anstyle-parse v1.0.0
        Downloaded anstyle-query v1.1.5
        Downloaded once_cell_polyfill v1.70.2
        Downloaded anstyle-wincon v3.0.11
        Downloaded colorchoice v1.0.5
        Downloaded clap v4.6.1
        Downloaded encode_unicode v1.0.0
        Downloaded console v0.16.3
        Downloaded parking_lot_core v0.9.12
        Downloaded thread_local v1.1.9
        Downloaded socket2 v0.6.3
        Downloaded r-efi v6.0.0
        Downloaded wit-bindgen v0.51.0
        Downloaded heapless v0.7.17
        Downloaded spin v0.9.8
        Downloaded windows-core v0.58.0
        Downloaded rand v0.8.6
        Downloaded js-sys v0.3.98
        Downloaded icu_collections v2.2.0
        Downloaded adler2 v2.0.1
        Downloaded utf8-zero v0.8.1
        Downloaded utf8parse v0.2.2
        Downloaded anstream v1.0.0
        Downloaded anstyle v1.0.14
        Downloaded crossterm_winapi v0.9.1
        Downloaded document-features v0.2.12
        Downloaded redox_syscall v0.5.18
        Downloaded signal-hook-mio v0.2.5
        Downloaded fuzzy-matcher v0.3.7
        Downloaded hybrid-array v0.4.12
        Downloaded chacha20 v0.10.0
        Downloaded foldhash v0.1.5
        Downloaded wit-bindgen-rust v0.51.0
        Downloaded bytesize v2.3.1
        Downloaded amplify_num v0.5.3
        Downloaded hmac v0.12.1
        Downloaded pem-rfc7468 v0.7.0
        Downloaded cc v1.2.62
        Downloaded indexmap v2.14.0
        Downloaded bumpalo v3.20.2
        Downloaded clap_lex v1.1.0
        Downloaded strsim v0.11.1
        Downloaded terminal_size v0.4.4
        Downloaded unit-prefix v0.5.2
        Downloaded arrayvec v0.7.6
        Downloaded cid v0.11.3
        Downloaded convert_case v0.10.0
        Downloaded pem-rfc7468 v1.0.0
        Downloaded spki v0.8.0
        Downloaded base16ct v1.0.0
        Downloaded serdect v0.4.3
        Downloaded ed25519 v3.0.0
        Downloaded block-buffer v0.12.0
        Downloaded wasm-metadata v0.244.0
        Downloaded anyhow v1.0.102
        Downloaded radicle-cob v0.20.0
        Downloaded multibase v0.9.2
        Downloaded group v0.13.0
        Downloaded num-integer v0.1.46
        Downloaded sec1 v0.7.3
        Downloaded memchr v2.8.0
        Downloaded icu_normalizer v2.2.0
        Downloaded zerotrie v0.2.4
        Downloaded arrayref v0.3.9
        Downloaded digest v0.11.3
        Downloaded signature v3.0.0
        Downloaded n0-error v1.0.0
        Downloaded id-arena v2.3.0
        Downloaded ff v0.13.1
        Downloaded primeorder v0.13.6
        Downloaded inout v0.1.4
        Downloaded ctr v0.9.2
        Downloaded wasm-bindgen v0.2.121
        Downloaded url v2.5.8
        Downloaded amplify_derive v4.0.1
        Downloaded ascii v1.1.0
        Downloaded ssh-agent-lib v0.5.2
        Downloaded ecdsa v0.16.9
        Downloaded lock_api v0.4.14
        Downloaded pkcs8 v0.10.2
        Downloaded polyval v0.6.2
        Downloaded cbc v0.1.2
        Downloaded cipher v0.4.4
        Downloaded poly1305 v0.8.0
        Downloaded cpufeatures v0.2.17
        Downloaded ssh-encoding v0.2.0
        Downloaded wasm-bindgen-macro-support v0.2.121
        Downloaded icu_normalizer_data v2.2.0
        Downloaded n0-error-macros v1.0.0
        Downloaded spez v0.1.2
        Downloaded rand_core v0.10.1
        Downloaded iroh-base v1.0.0
        Downloaded unsigned-varint v0.8.0
        Downloaded multihash v0.19.5
        Downloaded amplify_syn v2.0.1
        Downloaded ed25519 v2.2.3
        Downloaded spki v0.7.3
        Downloaded base64ct v1.8.3
        Downloaded generic-array v0.14.7
        Downloaded digest v0.10.7
        Downloaded sync-ptr v0.1.4
        Downloaded tinyvec v1.11.0
        Downloaded heck v0.5.0
        Downloaded leb128fmt v0.1.0
        Downloaded serde_derive_internals v0.29.1
        Downloaded schemars_derive v1.2.1
        Downloaded cyphergraphy v0.3.1
        Downloaded cypheraddr v0.4.1
        Downloaded ec25519 v0.1.0
        Downloaded windows-interface v0.58.0
        Downloaded windows-result v0.2.0
        Downloaded wit-bindgen v0.57.1
        Downloaded icu_locale_core v2.2.0
        Downloaded wit-bindgen-rust-macro v0.51.0
        Downloaded radicle-core v0.3.0
        Downloaded base-x v0.2.11
        Downloaded allocator-api2 v0.2.21
        Downloaded rfc6979 v0.4.0
        Downloaded num-iter v0.1.45
        Downloaded windows-implement v0.58.0
        Downloaded windows-strings v0.1.0
        Downloaded r-efi v5.3.0
        Downloaded getrandom v0.3.4
        Downloaded embedded-io v0.4.0
        Downloaded embedded-io v0.6.1
        Downloaded atomic-polyfill v1.0.3
        Downloaded hash32 v0.2.1
        Downloaded semver v1.0.28
        Downloaded base16ct v0.2.0
        Downloaded signature v2.2.0
        Downloaded wasi v0.11.1+wasi-snapshot-preview1
        Downloaded bitflags v2.11.1
        Downloaded radicle-dag v0.10.0
        Downloaded ref-cast-impl v1.0.25
        Downloaded ref-cast v1.0.25
        Downloaded ed25519 v1.5.3
        Downloaded sha2 v0.10.9
        Downloaded radicle-crypto v0.17.0
        Downloaded thiserror v1.0.69
        Downloaded erased-serde v0.4.10
        Downloaded fast-glob v0.3.3
        Downloaded nonempty v0.9.0
        Downloaded dyn-clone v1.0.20
        Downloaded const-str v0.4.3
        Downloaded data-encoding v2.11.0
        Downloaded zeroize v1.9.0
        Downloaded icu_properties v2.2.0
        Downloaded serde_derive v1.0.228
        Downloaded universal-hash v0.5.1
        Downloaded once_cell v1.21.4
        Downloaded icu_provider v2.2.0
        Downloaded serde_core v1.0.228
        Downloaded rustc_version v0.4.1
        Downloaded aead v0.5.2
        Downloaded zmij v1.0.21
        Downloaded futures-channel v0.3.32
        Downloaded yoke v0.8.2
        Downloaded synstructure v0.13.2
        Downloaded ct-codecs v1.1.6
        Downloaded byteorder v1.5.0
        Downloaded opaque-debug v0.3.1
        Downloaded defer-heavy v0.1.0
        Downloaded git-ref-format-core v0.6.0
        Downloaded qcheck v1.0.0
        Downloaded slab v0.4.12
        Downloaded crypto-common v0.1.7
        Downloaded lazy_static v1.5.0
        Downloaded litemap v0.8.2
        Downloaded unicode-ident v1.0.24
        Downloaded smallvec v1.15.1
        Downloaded jobserver v0.1.34
        Downloaded fastrand v2.4.1
        Downloaded serde-untagged v0.1.9
        Downloaded find-msvc-tools v0.1.9
        Downloaded foldhash v0.2.0
        Downloaded zerovec-derive v0.11.3
        Downloaded subtle v2.6.1
        Downloaded windows v0.62.2
        Downloaded sqlite v0.37.0
        Downloaded autocfg v1.5.0
        Downloaded tinyvec_macros v0.1.1
        Downloaded pin-project-lite v0.2.17
        Downloaded uds_windows v1.2.1
        Downloaded futures-task v0.3.32
        Downloaded critical-section v1.2.0
        Downloaded displaydoc v0.2.5
        Downloaded pkg-config v0.3.33
        Downloaded rustversion v1.0.22
        Downloaded pbkdf2 v0.12.2
        Downloaded bcrypt-pbkdf v0.10.0
        Downloaded curve25519-dalek-derive v0.1.1
        Downloaded version_check v0.9.5
        Downloaded windows-targets v0.52.6
        Downloaded winpipe v0.1.1
        Downloaded zeroize_derive v1.5.0
        Downloaded radicle-localtime v0.1.0
        Downloaded radicle-oid v0.2.0
        Downloaded same-file v1.0.6
        Downloaded thiserror-impl v2.0.18
        Downloaded thiserror v2.0.18
        Downloaded tinystr v0.8.3
        Downloaded memoffset v0.9.1
        Downloaded futures-io v0.3.32
        Downloaded futures-sink v0.3.32
        Downloaded rand_chacha v0.3.1
        Downloaded itoa v1.0.18
        Downloaded errno v0.3.14
        Downloaded futures-core v0.3.32
        Downloaded futures-macro v0.3.32
        Downloaded equivalent v1.0.2
        Downloaded windows v0.58.0
        Downloaded wasm-bindgen-shared v0.2.121
        Downloaded idna_adapter v1.2.2
      
  40. 16642 ms: Action succeeded: cargo_fetch
    - action: cargo_fetch
    
  41. 16644 ms: Execute action: tar_create
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    
  42. 21858 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    
  43. 21862 ms: Execute action: tar_create
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    
  44. 21871 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    
  45. 21877 ms: Execute action: tar_create
    - action: tar_create
      archive: /dev/vdf
      directory: /ci/deps
    
  46. 25709 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vdf
      directory: /ci/deps
    
  47. 25713 ms: Plan succededThere was much rejoicing!
  48. 25716 ms: Executor ends successfullyPhew, nothing seems to have gone wrong.
Console log
BdsDxe: 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(0x3,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
  Booting `Debian GNU/Linux'

Loading Linux 6.12.86+deb13-amd64 ...
Loading initial ramdisk ...
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
Loading, please wait...
Starting systemd-udevd version 257.13-1~deb13u1
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.41
fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/vda2
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to Debian GNU/Linux 13 (trixie)!

[  OK  ] Created slice system-getty.slice - Slice /system/getty.
[  OK  ] Created slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Created slice system-serial\x2dget…slice - Slice /system/serial-getty.
[  OK  ] Created slice user.slice - User and Session Slice.
[  OK  ] Started systemd-ask-password-conso…equests to Console Directory Watch.
[  OK  ] Started systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[  OK  ] Set up automount proc-sys-fs-binfm…ormats File System Automount Point.
         Expecting device dev-ttyS0.device - /dev/ttyS0...
[  OK  ] Reached target paths.target - Path Units.
[  OK  ] Reached target remote-fs.target - Remote File Systems.
[  OK  ] Reached target slices.target - Slice Units.
[  OK  ] Reached target swap.target - Swaps.
[  OK  ] Listening on systemd-creds.socket - Credential Encryption/Decryption.
[  OK  ] Listening on systemd-initctl.socke…- initctl Compatibility Named Pipe.
[  OK  ] Listening on systemd-journald-dev-…socket - Journal Socket (/dev/log).
[  OK  ] Listening on systemd-journald.socket - Journal Sockets.
[  OK  ] Listening on systemd-networkd.socket - Network Service Netlink Socket.
[  OK  ] Listening on systemd-udevd-control.socket - udev Control Socket.
[  OK  ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
         Mounting dev-hugepages.mount - Huge Pages File System...
         Mounting dev-mqueue.mount - POSIX Message Queue File System...
         Mounting run-lock.mount - Legacy Locks Directory /run/lock...
         Mounting sys-kernel-debug.mount - Kernel Debug File System...
         Mounting sys-kernel-tracing.mount - Kernel Trace File System...
         Mounting tmp.mount - Temporary Directory /tmp...
         Starting kmod-static-nodes.service…eate List of Static Device Nodes...
         Starting modprobe@configfs.service - Load Kernel Module configfs...
         Starting modprobe@drm.service - Load Kernel Module drm...
         Starting modprobe@efi_pstore.servi… - Load Kernel Module efi_pstore...
         Starting modprobe@fuse.service - Load Kernel Module fuse...
         Starting systemd-journald.service - Journal Service...
         Starting systemd-modules-load.service - Load Kernel Modules...
         Starting systemd-network-generator…k Units from Kernel Command Line...
         Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...
         Starting systemd-udev-load-credent…Load udev Rules from Credentials...
         Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[  OK  ] Mounted dev-hugepages.mount - Huge Pages File System.
[  OK  ] Mounted dev-mqueue.mount - POSIX Message Queue File System.
[  OK  ] Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Mounted sys-kernel-debug.mount - Kernel Debug File System.
[  OK  ] Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[  OK  ] Mounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.
[  OK  ] Started systemd-journald.service - Journal Service.
[  OK  ] Finished modprobe@configfs.service - Load Kernel Module configfs.
[  OK  ] Finished modprobe@drm.service - Load Kernel Module drm.
[  OK  ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[  OK  ] Finished modprobe@fuse.service - Load Kernel Module fuse.
[  OK  ] Finished systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Finished systemd-network-generator…ork Units from Kernel Command Line.
[  OK  ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.
[  OK  ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.
[  OK  ] Reached target network-pre.target - Preparation for Network.
         Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
         Mounting sys-kernel-config.mount - Kernel Configuration File System...
         Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
         Starting systemd-random-seed.service - Load/Save OS Random Seed...
         Starting systemd-sysctl.service - Apply Kernel Variables...
         Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...
[  OK  ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[  OK  ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[  OK  ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[  OK  ] Finished systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
         Starting systemd-sysusers.service - Create System Users...
[  OK  ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Finished systemd-sysusers.service - Create System Users.
         Starting systemd-resolved.service - Network Name Resolution...
         Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...
[  OK  ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[  OK  ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.
[  OK  ] Reached target local-fs-pre.target…Preparation for Local File Systems.
[  OK  ] Set up automount efi.automount - EFI System Partition Automount.
[  OK  ] Reached target local-fs.target - Local File Systems.
[  OK  ] Listening on systemd-sysext.socket… System Extension Image Management.
         Starting systemd-binfmt.service - Set Up Additional Binary Formats...
         Starting systemd-tmpfiles-setup.se…ate System Files and Directories...
         Starting systemd-udevd.service - R…ager for Device Events and Files...
[  OK  ] Started systemd-resolved.service - Network Name Resolution.
[  OK  ] Reached target nss-lookup.target - Host and Network Name Lookups.
[  OK  ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.
         Starting ldconfig.service - Rebuild Dynamic Linker Cache...
         Starting systemd-journal-catalog-u…ervice - Rebuild Journal Catalog...
[  OK  ] Started systemd-udevd.service - Ru…anager for Device Events and Files.
         Starting systemd-networkd.service - Network Configuration...
[  OK  ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.
[  OK  ] Found device dev-ttyS0.device - /dev/ttyS0.
[  OK  ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
         Starting systemd-update-done.service - Update is Completed...
[  OK  ] Finished systemd-update-done.service - Update is Completed.
         Mounting proc-sys-fs-binfmt_misc.m…cutable File Formats File System...
[  OK  ] Mounted proc-sys-fs-binfmt_misc.mo…xecutable File Formats File System.
[  OK  ] Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Reached target sysinit.target - System Initialization.
[  OK  ] Started apt-daily.timer - Daily apt download activities.
[  OK  ] Started apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[  OK  ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[  OK  ] Started fstrim.timer - Discard unused filesystem blocks once a week.
[  OK  ] Started man-db.timer - Daily man-db regeneration.
[  OK  ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Reached target timers.target - Timer Units.
[  OK  ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Listening on systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Reached target sockets.target - Socket Units.
[  OK  ] Reached target basic.target - Basic System.
         Starting ambient.service - Run build job for Ambient CI...
         Starting dbus.service - D-Bus System Message Bus...
         Starting grub-common.service - Record successful boot for GRUB...
         Starting systemd-logind.service - User Login Management...
[  OK  ] Started dbus.service - D-Bus System Message Bus.
[  OK  ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
[  OK  ] Finished grub-common.service - Record successful boot for GRUB.
[  OK  ] Started systemd-logind.service - User Login Management.
[  OK  ] Started systemd-networkd.service - Network Configuration.
[  OK  ] Reached target network.target - Network.
         Starting ssh.service - OpenBSD Secure Shell server...
         Starting systemd-networkd-persiste…tent Storage in systemd-networkd...
         Starting systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Finished systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[  OK  ] Started getty@tty1.service - Getty on tty1.
[  OK  ] Started serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  OK  ] Reached target getty.target - Login Prompts.
[  OK  ] Started ssh.service - OpenBSD Secure Shell server.

Debian GNU/Linux 13 ambient-dev ttyS0

ambient-dev login: [  OK  ] Removed slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Stopped target getty.target - Login Prompts.
[  OK  ] Stopped target nss-lookup.target - Host and Network Name Lookups.
[  OK  ] Stopped target timers.target - Timer Units.
[  OK  ] Stopped apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[  OK  ] Stopped apt-daily.timer - Daily apt download activities.
[  OK  ] Stopped dpkg-db-backup.timer - Daily dpkg database backup timer.
[  OK  ] Stopped fstrim.timer - Discard unused filesystem blocks once a week.
[  OK  ] Stopped man-db.timer - Daily man-db regeneration.
[  OK  ] Stopped topping serial-getty@ttyS0.service - Serial Getty on ttyS0...
         Stopping ssh.service - OpenBSD Secure Shell server...
         Stopping systemd-logind.service - User Login Management...
         Stopping systemd-networkd-persiste…tent Storage in systemd-networkd...
         Stopping systemd-random-seed.service - Load/Save OS Random Seed...
[  OK  ] Stopped systemd-udev-load-credenti…- Load udev Rules from Credentials.
[  OK  ] Stopped dbus.service - D-Bus System Message Bus.
[  OK  ] Stopped ssh.service - OpenBSD Secure Shell server.
[  OK  ] Stopped getty@tty1.service - Getty on tty1.
[  OK  ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  OK  ] Stopped ambient.service - Run build job for Ambient CI.
[  OK  ] Stopped systemd-networkd-persisten…istent Storage in systemd-networkd.
[  OK  ] Stopped systemd-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Stopped systemd-logind.service - User Login Management.
[  OK  ] Removed slice system-getty.slice - Slice /system/getty.
[  OK  ] Removed slice system-serial\x2dget…slice - Slice /system/serial-getty.
         Stopping systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Stopped systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Stopped target basic.target - Basic System.
[  OK  ] Stopped target network.target - Network.
[  OK  ] Stopped target paths.target - Path Units.
[  OK  ] Stopped systemd-ask-password-conso…equests to Console Directory Watch.
[  OK  ] Stopped systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[  OK  ] Stopped target remote-fs.target - Remote File Systems.
[  OK  ] Stopped target slices.target - Slice Units.
[  OK  ] Removed slice user.slice - User and Session Slice.
[  OK  ] Stopped target sockets.target - Socket Units.
[  OK  ] Closed dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Closed sshd-unix-local.socket - Op…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Closed systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Stopped target sysinit.target - System Initialization.
         Stopping systemd-binfmt.service - Set Up Additional Binary Formats...
         Stopping systemd-networkd.service - Network Configuration...
         Stopping systemd-resolved.service - Network Name Resolution...
[  OK  ] Stopped systemd-update-done.service - Update is Completed.
[  OK  ] Stopped ldconfig.service - Rebuild Dynamic Linker Cache.
[  OK  ] Stopped systemd-journal-catalog-up….service - Rebuild Journal Catalog.
[  OK  ] Stopped systemd-tmpfiles-setup.ser…reate System Files and Directories.
[  OK  ] Stopped systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Unset automount proc-sys-fs-binfmt…ormats File System Automount Point.
[  OK  ] Stopped target local-fs.target - Local File Systems.
[  OK  ] Unset automount efi.automount - EFI System Partition Automount.
[  OK  ] Stopped target local-fs-pre.target…Preparation for Local File Systems.
         Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
         Unmounting tmp.mount - Temporary Directory /tmp...
[  OK  ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.
[  OK  ] Stopped systemd-resolved.service - Network Name Resolution.
[  OK  ] Stopped systemd-networkd.service - Network Configuration.
[  OK  ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Unmounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Stopped target network-pre.target - Preparation for Network.
[  OK  ] Stopped target swap.target - Swaps.
[  OK  ] Reached target umount.target - Unmount All Filesystems.
[  OK  ] Closed systemd-networkd.socket - Network Service Netlink Socket.
[  OK  ] Stopped systemd-network-generator.…ork Units from Kernel Command Line.
[  OK  ] Stopped systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Stopped systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Stopped systemd-sysusers.service - Create System Users.
[  OK  ] Stopped systemd-remount-fs.service…mount Root and Kernel File Systems.
[  OK  ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.
[  OK  ] Reached target shutdown.target - System Shutdown.
[  OK  ] Reached target final.target - Late Shutdown Services.
[  OK  ] Finished systemd-poweroff.service - System Power Off.
[  OK  ] Reached target poweroff.target - System Power Off.
[   34.579337] reboot: Power down
Raw run log
BdsDxe: 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(0x3,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
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   5.3M  1 disk 
vdc    254:32   0   6.3M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0   100G  0 disk 
vdg    254:96   0    10K  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-07-03 09:22 ./
-rw-r--r-- _rad/_rad      1294 2026-07-03 09:22 ./plan.yaml
-rwxr-xr-x _rad/_rad   5517632 2026-07-03 09:22 ./run-ci
INFO: Extracted files:
        8      0 drwxr-xr-x   2 1000     1000           80 Jul  3 09:22 .
       10   5392 -rwxr-xr-x   1 1000     1000      5517632 Jul  3 09:22 ./run-ci
        9      4 -rw-r--r--   1 1000     1000         1294 Jul  3 09:22 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.15.0@eeab732","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":915972469},"log_source":"Plan"}
{"type":"runnable_plan","steps":[{"action":"mkdir","pathname":"/ci"},{"action":"mkdir","pathname":"/ci/artifacts"},{"action":"mkdir","pathname":"/ci/artifacts/debian"},{"action":"mkdir","pathname":"/ci/artifacts/rsync"},{"action":"mkdir","pathname":"/ci/secrets"},{"action":"mkdir","pathname":"/ci/deps"},{"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":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets"},{"action":"shell","shell":"ln -sf /ci /workspace"},{"action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true},{"action":"cargo_fetch"},{"action":"tar_create","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps"}],"executor_drive":"/dev/vdb","source_drive":"/dev/vdc","artifact_drive":"/dev/vdd","cache_drive":"/dev/vde","deps_drive":"/dev/vdf","secrets_drive":null,"workspace_dir":"/ci","source_dir":"/ci/src","deps_dir":"/ci/deps","cache_dir":"/ci/cache","artifacts_dir":"/ci/artifacts","secrets_dir":null,"envs":{},"timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":916340773},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":916574920},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":916823860},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":916996810},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":917025042},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":917208311},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":917235238},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":917420109},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":917444543},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":917631757},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":917657784},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":917843664},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":917870098},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":918055190},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":971622655},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":972063795},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":973649357},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1783070568,"nanos_since_epoch":973809767},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":315288768},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":315740511},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":321919204},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":322338920},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":327984323},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":328403919},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[98,97,115,104]},{"Unix":[45,99]},{"Unix":[115,101,116,32,45,120,101,117,111,32,112,105,112,101,102,97,105,108,10,108,110,32,45,115,102,32,47,99,105,32,47,119,111,114,107,115,112,97,99,101,10]}],"timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":328612221},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":339800185},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":340228492},"log_source":"Plan"}
{"type":"execute_action","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true,"timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":340434385},"log_source":"Plan"}
{"type":"action_succeeded","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true,"timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":340736965},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_fetch","timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":340832777},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":340842651},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.96.1 (356927216 2026-06-26)\n","stderr":"","timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":385613854},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[99,108,105,112,112,121]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":386067421},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.96 (31fca3adb2 2026-06-26)\n","stderr":"","timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":439780965},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[114,117,115,116,99]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":442600776},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.96.1 (31fca3adb 2026-06-26)\n","stderr":"","timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":460641455},"log_source":"Plan"}
copying relevant files to /tmp/.tmpbUG7qd
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[102,101,116,99,104]},{"Unix":[45,45,108,111,99,107,101,100]}],"timestamp":{"secs_since_epoch":1783070575,"nanos_since_epoch":468473734},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"    Updating crates.io index\n Downloading crates ...\n  Downloaded proc-macro2 v1.0.106\n  Downloaded utf8_iter v1.0.4\n  Downloaded percent-encoding v2.3.2\n  Downloaded serde v1.0.228\n  Downloaded potential_utf v0.1.5\n  Downloaded yoke-derive v0.8.2\n  Downloaded walkdir v2.5.0\n  Downloaded cfg-if v1.0.4\n  Downloaded stable_deref_trait v1.2.1\n  Downloaded radicle-git-ref-format v0.1.0\n  Downloaded zerofrom-derive v0.1.7\n  Downloaded windows-link v0.2.1\n  Downloaded zerofrom v0.1.7\n  Downloaded ppv-lite86 v0.2.21\n  Downloaded quote v1.0.45\n  Downloaded siphasher v1.0.3\n  Downloaded log v0.4.29\n  Downloaded typeid v1.0.3\n  Downloaded winapi-util v0.1.11\n  Downloaded form_urlencoded v1.2.2\n  Downloaded wasm-bindgen-macro v0.2.121\n  Downloaded radicle-git-metadata v0.2.0\n  Downloaded thiserror-impl v1.0.69\n  Downloaded writeable v0.6.3\n  Downloaded getrandom v0.2.17\n  Downloaded zerocopy-derive v0.8.48\n  Downloaded data-encoding-macro v0.1.20\n  Downloaded secrecy v0.10.3\n  Downloaded shlex v1.3.0\n  Downloaded sqlite3-sys v0.18.0\n  Downloaded block-padding v0.3.3\n  Downloaded block-buffer v0.10.4\n  Downloaded ghash v0.5.1\n  Downloaded ssh-cipher v0.2.0\n  Downloaded base256emoji v1.0.2\n  Downloaded match-lookup v0.1.2\n  Downloaded signature v1.6.4\n  Downloaded rand_core v0.6.4\n  Downloaded socks5-client v0.4.2\n  Downloaded tempfile v3.27.0\n  Downloaded blowfish v0.9.1\n  Downloaded scopeguard v1.2.0\n  Downloaded dunce v1.0.5\n  Downloaded postcard-derive v0.2.2\n  Downloaded cobs v0.3.0\n  Downloaded data-encoding-macro-internal v0.1.18\n  Downloaded unicode-xid v0.2.6\n  Downloaded cpufeatures v0.3.0\n  Downloaded crypto-common v0.2.1\n  Downloaded serde_bytes v0.11.19\n  Downloaded tokio-macros v2.7.0\n  Downloaded is_terminal_polyfill v1.70.2\n  Downloaded tracing-serde v0.2.0\n  Downloaded send_wrapper v0.6.0\n  Downloaded sorted-index-buffer v0.2.1\n  Downloaded time-core v0.1.8\n  Downloaded rusticata-macros v4.1.0\n  Downloaded android_system_properties v0.1.5\n  Downloaded num_enum_derive v0.7.6\n  Downloaded dlopen2 v0.8.2\n  Downloaded genawaiter-macro v0.99.1\n  Downloaded gloo-timers v0.3.0\n  Downloaded proc-macro-error-attr v0.4.12\n  Downloaded proc-macro-error v0.4.12\n  Downloaded darling_core v0.20.11\n  Downloaded arc-swap v1.9.1\n  Downloaded prefix-trie v0.8.3\n  Downloaded iroh-relay v1.0.0\n  Downloaded hickory-net v0.26.1\n  Downloaded iroh v1.0.0\n  Downloaded hickory-resolver v0.26.1\n  Downloaded fiat-crypto v0.3.0\n  Downloaded objc2 v0.6.4\n  Downloaded chrono v0.4.44\n  Downloaded moka v0.12.15\n  Downloaded objc2-foundation v0.3.2\n  Downloaded bao-tree v0.16.0\n  Downloaded simd_cesu8 v1.1.1\n  Downloaded hickory-proto v0.26.1\n  Downloaded regex-syntax v0.8.10\n  Downloaded windows_aarch64_gnullvm v0.52.6\n  Downloaded windows_aarch64_gnullvm v0.42.2\n  Downloaded tokio-websockets v0.13.2\n  Downloaded windows_x86_64_gnullvm v0.42.2\n  Downloaded tracing v0.1.44\n  Downloaded windows_i686_gnullvm v0.52.6\n  Downloaded web-sys v0.3.98\n  Downloaded tokio v1.52.3\n  Downloaded windows_x86_64_gnullvm v0.52.6\n  Downloaded libc v0.2.186\n  Downloaded positioned-io v0.3.5\n  Downloaded rustls v0.23.40\n  Downloaded regex-automata v0.4.14\n  Downloaded curve25519-dalek v5.0.0-rc.0\n  Downloaded objc2-security v0.3.2\n  Downloaded curve25519-dalek v4.1.3\n  Downloaded jni v0.22.4\n  Downloaded netlink-packet-route v0.31.0\n  Downloaded windows_aarch64_msvc v0.42.2\n  Downloaded windows_x86_64_gnu v0.42.2\n  Downloaded windows_x86_64_msvc v0.52.6\n  Downloaded windows_i686_msvc v0.42.2\n  Downloaded windows_aarch64_msvc v0.52.6\n  Downloaded windows_i686_gnu v0.42.2\n  Downloaded windows_i686_gnu v0.52.6\n  Downloaded libz-sys v1.1.28\n  Downloaded windows_i686_msvc v0.52.6\n  Downloaded winapi v0.3.9\n  Downloaded windows_x86_64_gnu v0.52.6\n  Downloaded windows_x86_64_msvc v0.42.2\n  Downloaded noq-proto v1.0.0\n  Downloaded zerocopy v0.8.48\n  Downloaded netlink-packet-route v0.29.0\n  Downloaded redb v4.1.0\n  Downloaded vcpkg v0.2.15\n  Downloaded widestring v1.2.1\n  Downloaded quick-xml v0.39.4\n  Downloaded objc2-core-foundation v0.3.2\n  Downloaded aho-corasick v1.1.4\n  Downloaded attohttpc v0.30.1\n  Downloaded iroh-metrics v1.0.1\n  Downloaded fiat-crypto v0.2.9\n  Downloaded genawaiter v0.99.1\n  Downloaded iroh-io v0.6.2\n  Downloaded iroh-tickets v1.0.0\n  Downloaded cmov v0.5.3\n  Downloaded uuid v1.23.1\n  Downloaded simple-dns v0.11.2\n  Downloaded papaya v0.2.4\n  Downloaded git2 v0.20.4\n  Downloaded genawaiter-proc-macro v0.99.1\n  Downloaded proc-macro-hack v0.5.20+deprecated\n  Downloaded hex v0.4.3\n  Downloaded backon v1.6.0\n  Downloaded ctutils v0.4.2\n  Downloaded async-trait v0.1.89\n  Downloaded either v1.15.0\n  Downloaded ipconfig v0.3.4\n  Downloaded crossbeam-epoch v0.9.18\n  Downloaded iroh-dns v1.0.0\n  Downloaded darling v0.20.11\n  Downloaded ring v0.17.14\n  Downloaded derive_builder_core v0.20.2\n  Downloaded seize v0.5.1\n  Downloaded xml-rs v0.8.28\n  Downloaded ryu v1.0.23\n  Downloaded n0-watcher v1.0.0\n  Downloaded x509-parser v0.18.1\n  Downloaded combine v4.6.7\n  Downloaded wit-parser v0.244.0\n  Downloaded p384 v0.13.1\n  Downloaded windows-registry v0.6.1\n  Downloaded libgit2-sys v0.18.4+1.9.3\n  Downloaded tagptr v0.2.0\n  Downloaded vergen v9.1.0\n  Downloaded derive_builder_macro v0.20.2\n  Downloaded derive_builder v0.20.2\n  Downloaded vergen-lib v9.1.0\n  Downloaded vergen-gitcl v9.1.0\n  Downloaded pharos v0.5.3\n  Downloaded ws_stream_wasm v0.7.5\n  Downloaded xmltree v0.10.3\n  Downloaded igd-next v0.17.0\n  Downloaded jni v0.21.1\n  Downloaded netdev v0.44.0\n  Downloaded wmi v0.18.4\n  Downloaded netwatch v0.19.0\n  Downloaded h2 v0.4.14\n  Downloaded time v0.3.47\n  Downloaded windows-sys v0.61.2\n  Downloaded noq v1.0.0\n  Downloaded libm v0.2.16\n  Downloaded syn-mid v0.5.4\n  Downloaded resolv-conf v0.7.6\n  Downloaded core-foundation v0.9.4\n  Downloaded system-configuration-sys v0.6.0\n  Downloaded system-configuration v0.7.0\n  Downloaded lru v0.18.0\n  Downloaded sha1_smol v1.0.1\n  Downloaded ident_case v1.0.1\n  Downloaded darling_macro v0.20.11\n  Downloaded async_io_stream v0.3.3\n  Downloaded iroh-metrics-derive v1.0.1\n  Downloaded futures v0.3.32\n  Downloaded hyper v1.9.0\n  Downloaded tower-http v0.6.10\n  Downloaded sqlite3-src v0.7.0\n  Downloaded reqwest v0.13.3\n  Downloaded wasip3 v0.4.0+wasi-0.3.0-rc-2026-01-06\n  Downloaded p521 v0.13.3\n  Downloaded num-bigint-dig v0.8.6\n  Downloaded winapi-i686-pc-windows-gnu v0.4.0\n  Downloaded aes-gcm v0.10.3\n  Downloaded rustix v1.1.4\n  Downloaded cesu8 v1.1.0\n  Downloaded jni-sys v0.3.1\n  Downloaded windows-sys v0.45.0\n  Downloaded winapi-x86_64-pc-windows-gnu v0.4.0\n  Downloaded linux-raw-sys v0.12.1\n  Downloaded windows-targets v0.42.2\n  Downloaded mac-addr v0.3.0\n  Downloaded ndk-context v0.1.1\n  Downloaded windows-sys v0.52.0\n  Downloaded objc2-security-foundation v0.3.2\n  Downloaded objc2-core-wlan v0.3.2\n  Downloaded plist v1.9.0\n  Downloaded paste v1.0.15\n  Downloaded netlink-packet-core v0.8.1\n  Downloaded netlink-proto v0.12.0\n  Downloaded netlink-sys v0.8.8\n  Downloaded block2 v0.6.2\n  Downloaded dispatch2 v0.3.1\n  Downloaded objc2-encode v4.1.0\n  Downloaded objc2-system-configuration v0.3.2\n  Downloaded iana-time-zone v0.1.65\n  Downloaded futures-executor v0.3.32\n  Downloaded num_enum v0.7.6\n  Downloaded portmapper v0.19.0\n  Downloaded http-body-util v0.1.3\n  Downloaded hyper-util v0.1.20\n  Downloaded tower v0.5.3\n  Downloaded num-bigint v0.4.6\n  Downloaded nom v7.1.3\n  Downloaded winnow v1.0.2\n  Downloaded iroh-blobs v0.103.0\n  Downloaded inquire v0.9.4\n  Downloaded mio v1.2.0\n  Downloaded aes v0.8.4\n  Downloaded hyper-rustls v0.27.9\n  Downloaded ipnet v2.12.0\n  Downloaded tokio-rustls v0.26.4\n  Downloaded wasm-streams v0.5.0\n  Downloaded iroh-util v0.6.0\n  Downloaded der-parser v10.0.0\n  Downloaded asn1-rs v0.7.1\n  Downloaded minimal-lexical v0.2.1\n  Downloaded jni-macros v0.22.4\n  Downloaded tracing-subscriber v0.3.23\n  Downloaded flate2 v1.1.9\n  Downloaded rustls-webpki v0.103.13\n  Downloaded unicode-width v0.2.2\n  Downloaded ed25519-dalek v3.0.0-rc.0\n  Downloaded wasmparser v0.244.0\n  Downloaded schemars v1.2.1\n  Downloaded typenum v1.20.0\n  Downloaded radicle v0.24.0\n  Downloaded iana-time-zone-haiku v0.1.2\n  Downloaded atomic-waker v1.1.2\n  Downloaded fnv v1.0.7\n  Downloaded httpdate v1.0.3\n  Downloaded try-lock v0.2.5\n  Downloaded want v0.3.1\n  Downloaded http-body v1.0.1\n  Downloaded sync_wrapper v1.0.2\n  Downloaded tower-layer v0.3.3\n  Downloaded tower-service v0.3.3\n  Downloaded strum_macros v0.28.0\n  Downloaded strum v0.28.0\n  Downloaded irpc-derive v0.17.0\n  Downloaded pem v3.0.6\n  Downloaded asn1-rs-derive v0.6.0\n  Downloaded asn1-rs-impl v0.2.0\n  Downloaded oid-registry v0.8.1\n  Downloaded bit-vec v0.9.1\n  Downloaded deranged v0.5.8\n  Downloaded powerfmt v0.2.0\n  Downloaded rcgen v0.14.8\n  Downloaded irpc v0.17.0\n  Downloaded toml_edit v0.25.11+spec-1.1.0\n  Downloaded webpki-root-certs v1.0.7\n  Downloaded pin-project v1.1.12\n  Downloaded tokio-util v0.7.18\n  Downloaded tracing-core v0.1.36\n  Downloaded webpki-roots v1.0.7\n  Downloaded clap_builder v4.6.0\n  Downloaded indicatif v0.18.4\n  Downloaded blake3 v1.8.5\n  Downloaded prettyplease v0.2.37\n  Downloaded wit-component v0.244.0\n  Downloaded crossbeam-channel v0.5.15\n  Downloaded syn v1.0.109\n  Downloaded ed25519-dalek v2.2.0\n  Downloaded ssh-key v0.6.7\n  Downloaded syn v2.0.117\n  Downloaded num_threads v0.1.7\n  Downloaded num-conv v0.2.1\n  Downloaded time-macros v0.2.27\n  Downloaded yasna v0.6.0\n  Downloaded toml_datetime v1.1.1+spec-1.1.0\n  Downloaded toml_parser v1.1.2+spec-1.1.0\n  Downloaded proc-macro-crate v3.5.0\n  Downloaded nested_enum_utils v0.2.3\n  Downloaded enum-assoc v1.3.0\n  Downloaded fastbloom v0.17.0\n  Downloaded identity-hash v0.1.0\n  Downloaded lru-slab v0.1.2\n  Downloaded rand_pcg v0.10.2\n  Downloaded simdutf8 v0.1.5\n  Downloaded schannel v0.1.29\n  Downloaded security-framework v3.7.0\n  Downloaded spin v0.10.0\n  Downloaded futures-buffered v0.2.13\n  Downloaded futures-lite v2.6.1\n  Downloaded sharded-slab v0.1.7\n  Downloaded tracing-attributes v0.1.31\n  Downloaded valuable v0.1.1\n  Downloaded http v1.4.0\n  Downloaded ureq v3.3.0\n  Downloaded litrs v1.0.0\n  Downloaded signal-hook v0.3.18\n  Downloaded crossterm v0.29.0\n  Downloaded bytes v1.11.1\n  Downloaded const-oid v0.10.2\n  Downloaded base64 v0.21.7\n  Downloaded crypto-bigint v0.5.5\n  Downloaded rsa v0.9.10\n  Downloaded der v0.7.10\n  Downloaded jni-sys-macros v0.4.1\n  Downloaded jni-sys v0.4.1\n  Downloaded openssl-probe v0.2.1\n  Downloaded rustls-native-certs v0.8.3\n  Downloaded rustls-platform-verifier-android v0.1.1\n  Downloaded core-foundation v0.10.1\n  Downloaded core-foundation-sys v0.8.7\n  Downloaded security-framework-sys v2.17.0\n  Downloaded rustls-platform-verifier v0.7.0\n  Downloaded noq-udp v1.0.0\n  Downloaded rustc-hash v2.1.2\n  Downloaded tokio-stream v0.1.18\n  Downloaded range-collections v0.4.6\n  Downloaded windows-core v0.62.2\n  Downloaded generator v0.8.8\n  Downloaded loom v0.7.2\n  Downloaded cordyceps v0.3.4\n  Downloaded pin-project-internal v1.1.12\n  Downloaded miniz_oxide v0.8.9\n  Downloaded base64 v0.22.1\n  Downloaded clap_derive v4.6.1\n  Downloaded parking_lot v0.12.5\n  Downloaded der v0.8.0\n  Downloaded wit-bindgen-core v0.51.0\n  Downloaded hashbrown v0.15.5\n  Downloaded getrandom v0.4.2\n  Downloaded elliptic-curve v0.13.8\n  Downloaded hashbrown v0.17.1\n  Downloaded futures-util v0.3.32\n  Downloaded portable-atomic v1.13.1\n  Downloaded icu_properties_data v2.2.0\n  Downloaded binary-merge v0.1.2\n  Downloaded inplace-vec-builder v0.1.1\n  Downloaded windows-collections v0.3.2\n  Downloaded windows-threading v0.2.1\n  Downloaded windows-future v0.3.2\n  Downloaded windows-implement v0.60.2\n  Downloaded windows-interface v0.59.3\n  Downloaded windows-strings v0.5.1\n  Downloaded windows-numerics v0.3.1\n  Downloaded reflink-copy v0.1.29\n  Downloaded self_cell v1.2.2\n  Downloaded cfg_aliases v0.2.1\n  Downloaded windows-result v0.4.1\n  Downloaded scoped-tls v1.0.1\n  Downloaded diatomic-waker v0.2.3\n  Downloaded parking v2.2.1\n  Downloaded n0-future v0.3.2\n  Downloaded nu-ansi-term v0.50.3\n  Downloaded tracing-log v0.2.0\n  Downloaded crc32fast v1.5.0\n  Downloaded httparse v1.10.1\n  Downloaded ureq-proto v0.6.0\n  Downloaded rustls-pki-types v1.14.1\n  Downloaded web-time v1.1.0\n  Downloaded signal-hook-registry v1.4.8\n  Downloaded constant_time_eq v0.4.2\n  Downloaded unicode-segmentation v1.13.2\n  Downloaded derive_more-impl v2.1.1\n  Downloaded derive_more v2.1.1\n  Downloaded pkcs8 v0.11.0\n  Downloaded sha2 v0.11.0\n  Downloaded wasm-encoder v0.244.0\n  Downloaded rand v0.10.1\n  Downloaded postcard v1.1.3\n  Downloaded crossbeam-utils v0.8.21\n  Downloaded amplify v4.9.0\n  Downloaded cyphernet v0.5.3\n  Downloaded p256 v0.13.2\n  Downloaded num-traits v0.2.19\n  Downloaded pkcs1 v0.7.5\n  Downloaded chacha20 v0.9.1\n  Downloaded const-oid v0.9.6\n  Downloaded unicode-normalization v0.1.25\n  Downloaded serde_json v1.0.149\n  Downloaded wasip2 v1.0.3+wasi-0.2.9\n  Downloaded zerovec v0.11.6\n  Downloaded idna v1.1.0\n  Downloaded wasm-bindgen-futures v0.4.71\n  Downloaded matchers v0.2.0\n  Downloaded simd-adler32 v0.3.9\n  Downloaded untrusted v0.9.0\n  Downloaded anstyle-parse v1.0.0\n  Downloaded anstyle-query v1.1.5\n  Downloaded once_cell_polyfill v1.70.2\n  Downloaded anstyle-wincon v3.0.11\n  Downloaded colorchoice v1.0.5\n  Downloaded clap v4.6.1\n  Downloaded encode_unicode v1.0.0\n  Downloaded console v0.16.3\n  Downloaded parking_lot_core v0.9.12\n  Downloaded thread_local v1.1.9\n  Downloaded socket2 v0.6.3\n  Downloaded r-efi v6.0.0\n  Downloaded wit-bindgen v0.51.0\n  Downloaded heapless v0.7.17\n  Downloaded spin v0.9.8\n  Downloaded windows-core v0.58.0\n  Downloaded rand v0.8.6\n  Downloaded js-sys v0.3.98\n  Downloaded icu_collections v2.2.0\n  Downloaded adler2 v2.0.1\n  Downloaded utf8-zero v0.8.1\n  Downloaded utf8parse v0.2.2\n  Downloaded anstream v1.0.0\n  Downloaded anstyle v1.0.14\n  Downloaded crossterm_winapi v0.9.1\n  Downloaded document-features v0.2.12\n  Downloaded redox_syscall v0.5.18\n  Downloaded signal-hook-mio v0.2.5\n  Downloaded fuzzy-matcher v0.3.7\n  Downloaded hybrid-array v0.4.12\n  Downloaded chacha20 v0.10.0\n  Downloaded foldhash v0.1.5\n  Downloaded wit-bindgen-rust v0.51.0\n  Downloaded bytesize v2.3.1\n  Downloaded amplify_num v0.5.3\n  Downloaded hmac v0.12.1\n  Downloaded pem-rfc7468 v0.7.0\n  Downloaded cc v1.2.62\n  Downloaded indexmap v2.14.0\n  Downloaded bumpalo v3.20.2\n  Downloaded clap_lex v1.1.0\n  Downloaded strsim v0.11.1\n  Downloaded terminal_size v0.4.4\n  Downloaded unit-prefix v0.5.2\n  Downloaded arrayvec v0.7.6\n  Downloaded cid v0.11.3\n  Downloaded convert_case v0.10.0\n  Downloaded pem-rfc7468 v1.0.0\n  Downloaded spki v0.8.0\n  Downloaded base16ct v1.0.0\n  Downloaded serdect v0.4.3\n  Downloaded ed25519 v3.0.0\n  Downloaded block-buffer v0.12.0\n  Downloaded wasm-metadata v0.244.0\n  Downloaded anyhow v1.0.102\n  Downloaded radicle-cob v0.20.0\n  Downloaded multibase v0.9.2\n  Downloaded group v0.13.0\n  Downloaded num-integer v0.1.46\n  Downloaded sec1 v0.7.3\n  Downloaded memchr v2.8.0\n  Downloaded icu_normalizer v2.2.0\n  Downloaded zerotrie v0.2.4\n  Downloaded arrayref v0.3.9\n  Downloaded digest v0.11.3\n  Downloaded signature v3.0.0\n  Downloaded n0-error v1.0.0\n  Downloaded id-arena v2.3.0\n  Downloaded ff v0.13.1\n  Downloaded primeorder v0.13.6\n  Downloaded inout v0.1.4\n  Downloaded ctr v0.9.2\n  Downloaded wasm-bindgen v0.2.121\n  Downloaded url v2.5.8\n  Downloaded amplify_derive v4.0.1\n  Downloaded ascii v1.1.0\n  Downloaded ssh-agent-lib v0.5.2\n  Downloaded ecdsa v0.16.9\n  Downloaded lock_api v0.4.14\n  Downloaded pkcs8 v0.10.2\n  Downloaded polyval v0.6.2\n  Downloaded cbc v0.1.2\n  Downloaded cipher v0.4.4\n  Downloaded poly1305 v0.8.0\n  Downloaded cpufeatures v0.2.17\n  Downloaded ssh-encoding v0.2.0\n  Downloaded wasm-bindgen-macro-support v0.2.121\n  Downloaded icu_normalizer_data v2.2.0\n  Downloaded n0-error-macros v1.0.0\n  Downloaded spez v0.1.2\n  Downloaded rand_core v0.10.1\n  Downloaded iroh-base v1.0.0\n  Downloaded unsigned-varint v0.8.0\n  Downloaded multihash v0.19.5\n  Downloaded amplify_syn v2.0.1\n  Downloaded ed25519 v2.2.3\n  Downloaded spki v0.7.3\n  Downloaded base64ct v1.8.3\n  Downloaded generic-array v0.14.7\n  Downloaded digest v0.10.7\n  Downloaded sync-ptr v0.1.4\n  Downloaded tinyvec v1.11.0\n  Downloaded heck v0.5.0\n  Downloaded leb128fmt v0.1.0\n  Downloaded serde_derive_internals v0.29.1\n  Downloaded schemars_derive v1.2.1\n  Downloaded cyphergraphy v0.3.1\n  Downloaded cypheraddr v0.4.1\n  Downloaded ec25519 v0.1.0\n  Downloaded windows-interface v0.58.0\n  Downloaded windows-result v0.2.0\n  Downloaded wit-bindgen v0.57.1\n  Downloaded icu_locale_core v2.2.0\n  Downloaded wit-bindgen-rust-macro v0.51.0\n  Downloaded radicle-core v0.3.0\n  Downloaded base-x v0.2.11\n  Downloaded allocator-api2 v0.2.21\n  Downloaded rfc6979 v0.4.0\n  Downloaded num-iter v0.1.45\n  Downloaded windows-implement v0.58.0\n  Downloaded windows-strings v0.1.0\n  Downloaded r-efi v5.3.0\n  Downloaded getrandom v0.3.4\n  Downloaded embedded-io v0.4.0\n  Downloaded embedded-io v0.6.1\n  Downloaded atomic-polyfill v1.0.3\n  Downloaded hash32 v0.2.1\n  Downloaded semver v1.0.28\n  Downloaded base16ct v0.2.0\n  Downloaded signature v2.2.0\n  Downloaded wasi v0.11.1+wasi-snapshot-preview1\n  Downloaded bitflags v2.11.1\n  Downloaded radicle-dag v0.10.0\n  Downloaded ref-cast-impl v1.0.25\n  Downloaded ref-cast v1.0.25\n  Downloaded ed25519 v1.5.3\n  Downloaded sha2 v0.10.9\n  Downloaded radicle-crypto v0.17.0\n  Downloaded thiserror v1.0.69\n  Downloaded erased-serde v0.4.10\n  Downloaded fast-glob v0.3.3\n  Downloaded nonempty v0.9.0\n  Downloaded dyn-clone v1.0.20\n  Downloaded const-str v0.4.3\n  Downloaded data-encoding v2.11.0\n  Downloaded zeroize v1.9.0\n  Downloaded icu_properties v2.2.0\n  Downloaded serde_derive v1.0.228\n  Downloaded universal-hash v0.5.1\n  Downloaded once_cell v1.21.4\n  Downloaded icu_provider v2.2.0\n  Downloaded serde_core v1.0.228\n  Downloaded rustc_version v0.4.1\n  Downloaded aead v0.5.2\n  Downloaded zmij v1.0.21\n  Downloaded futures-channel v0.3.32\n  Downloaded yoke v0.8.2\n  Downloaded synstructure v0.13.2\n  Downloaded ct-codecs v1.1.6\n  Downloaded byteorder v1.5.0\n  Downloaded opaque-debug v0.3.1\n  Downloaded defer-heavy v0.1.0\n  Downloaded git-ref-format-core v0.6.0\n  Downloaded qcheck v1.0.0\n  Downloaded slab v0.4.12\n  Downloaded crypto-common v0.1.7\n  Downloaded lazy_static v1.5.0\n  Downloaded litemap v0.8.2\n  Downloaded unicode-ident v1.0.24\n  Downloaded smallvec v1.15.1\n  Downloaded jobserver v0.1.34\n  Downloaded fastrand v2.4.1\n  Downloaded serde-untagged v0.1.9\n  Downloaded find-msvc-tools v0.1.9\n  Downloaded foldhash v0.2.0\n  Downloaded zerovec-derive v0.11.3\n  Downloaded subtle v2.6.1\n  Downloaded windows v0.62.2\n  Downloaded sqlite v0.37.0\n  Downloaded autocfg v1.5.0\n  Downloaded tinyvec_macros v0.1.1\n  Downloaded pin-project-lite v0.2.17\n  Downloaded uds_windows v1.2.1\n  Downloaded futures-task v0.3.32\n  Downloaded critical-section v1.2.0\n  Downloaded displaydoc v0.2.5\n  Downloaded pkg-config v0.3.33\n  Downloaded rustversion v1.0.22\n  Downloaded pbkdf2 v0.12.2\n  Downloaded bcrypt-pbkdf v0.10.0\n  Downloaded curve25519-dalek-derive v0.1.1\n  Downloaded version_check v0.9.5\n  Downloaded windows-targets v0.52.6\n  Downloaded winpipe v0.1.1\n  Downloaded zeroize_derive v1.5.0\n  Downloaded radicle-localtime v0.1.0\n  Downloaded radicle-oid v0.2.0\n  Downloaded same-file v1.0.6\n  Downloaded thiserror-impl v2.0.18\n  Downloaded thiserror v2.0.18\n  Downloaded tinystr v0.8.3\n  Downloaded memoffset v0.9.1\n  Downloaded futures-io v0.3.32\n  Downloaded futures-sink v0.3.32\n  Downloaded rand_chacha v0.3.1\n  Downloaded itoa v1.0.18\n  Downloaded errno v0.3.14\n  Downloaded futures-core v0.3.32\n  Downloaded futures-macro v0.3.32\n  Downloaded equivalent v1.0.2\n  Downloaded windows v0.58.0\n  Downloaded wasm-bindgen-shared v0.2.121\n  Downloaded idna_adapter v1.2.2\n","timestamp":{"secs_since_epoch":1783070585,"nanos_since_epoch":285364361},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_fetch","timestamp":{"secs_since_epoch":1783070585,"nanos_since_epoch":558255277},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1783070585,"nanos_since_epoch":560234309},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1783070590,"nanos_since_epoch":774044671},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1783070590,"nanos_since_epoch":778234177},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1783070590,"nanos_since_epoch":787092061},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1783070590,"nanos_since_epoch":793155259},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1783070594,"nanos_since_epoch":625098504},"log_source":"Plan"}
{"type":"plan_succeeded","timestamp":{"secs_since_epoch":1783070594,"nanos_since_epoch":629031162},"log_source":"Plan"}
{"type":"executor_ends_successfully","timestamp":{"secs_since_epoch":1783070594,"nanos_since_epoch":632213172},"log_source":"Plan"}
EXIT CODE: 0

Plan VM

Structured log: successful actions
  1. 0 ms: Executor starts
    • Name: ambient-execute-plan
    • Version: 0.15.0@eeab732
  2. 3 ms: Runnable plan
    steps:
    - action: mkdir
      pathname: /ci
    - action: mkdir
      pathname: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/secrets
    - action: mkdir
      pathname: /ci/deps
    - 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: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    - action: shell
      shell: ln -sf /ci /workspace
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    - 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
    secrets_drive: null
    workspace_dir: /ci
    source_dir: /ci/src
    deps_dir: /ci/deps
    cache_dir: /ci/cache
    artifacts_dir: /ci/artifacts
    secrets_dir: null
    envs: {}
    
  3. 28 ms: Execute action: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  4. 30 ms: Action succeeded: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  5. 30 ms: Execute action: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  6. 31 ms: Action succeeded: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  7. 31 ms: Execute action: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  8. 31 ms: Action succeeded: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  9. 31 ms: Execute action: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  10. 31 ms: Action succeeded: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  11. 31 ms: Execute action: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  12. 31 ms: Action succeeded: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  13. 31 ms: Execute action: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  14. 31 ms: Action succeeded: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  15. 32 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  16. 83 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  17. 83 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  18. 2360 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  19. 2360 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  20. 9033 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  21. 9036 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  22. 9041 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  23. 9043 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  24. 9047 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  25. 9050 ms: Execute action: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  26. 9052 ms: Start program: bash
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  27. 9060 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
      + ln -sf /ci /workspace
      
  28. 9063 ms: Action succeeded: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  29. 9065 ms: Execute action: create_file
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    
  30. 9069 ms: Action succeeded: create_file
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    
  31. 9073 ms: Execute action: cargo_fmt
    - action: cargo_fmt
    
  32. 9075 ms: Start program: cargo
    • cargo
    • --version
  33. 9105 ms: Program succeeded
    • Exit code: 0
    • Stdout
      cargo 1.96.1 (356927216 2026-06-26)
      
    • Stderr
  34. 9108 ms: Start program: cargo
    • cargo
    • clippy
    • --version
  35. 9164 ms: Program succeeded
    • Exit code: 0
    • Stdout
      clippy 0.1.96 (31fca3adb2 2026-06-26)
      
    • Stderr
  36. 9164 ms: Start program: rustc
    • rustc
    • --version
  37. 9183 ms: Program succeeded
    • Exit code: 0
    • Stdout
      rustc 1.96.1 (31fca3adb 2026-06-26)
      
    • Stderr
  38. 9186 ms: Start program: cargo
    • cargo
    • fmt
    • --check
FAILURE
  1. 9365 ms: Program failed
    • Exit code: 1
    • Stdout
      Diff in /ci/src/crates/radicle-artifact/src/bin/rad-artifact/main.rs:317:
           out
       }
       
      -
       /// Create (or reuse) a release for a commit and return its id.
       ///
       /// Hoists the lazy release creation that `register` performs into an
      
    • Stderr
  2. 9365 ms: Action failed: cargo_fmt
    - action: cargo_fmt
    
  3. 9366 ms: Executor ends in failure
    • Exit code: 1
Console log
BdsDxe: 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)
  Booting `Debian GNU/Linux'

Loading Linux 6.12.86+deb13-amd64 ...
Loading initial ramdisk ...
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
Loading, please wait...
Starting systemd-udevd version 257.13-1~deb13u1
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.41
fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/vda2
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Welcome to Debian GNU/Linux 13 (trixie)!

[  OK  ] Created slice system-getty.slice - Slice /system/getty.
[  OK  ] Created slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Created slice system-serial\x2dget…slice - Slice /system/serial-getty.
[  OK  ] Created slice user.slice - User and Session Slice.
[  OK  ] Started systemd-ask-password-conso…equests to Console Directory Watch.
[  OK  ] Started systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[  OK  ] Set up automount proc-sys-fs-binfm…ormats File System Automount Point.
         Expecting device dev-ttyS0.device - /dev/ttyS0...
[  OK  ] Reached target paths.target - Path Units.
[  OK  ] Reached target remote-fs.target - Remote File Systems.
[  OK  ] Reached target slices.target - Slice Units.
[  OK  ] Reached target swap.target - Swaps.
[  OK  ] Listening on systemd-creds.socket - Credential Encryption/Decryption.
[  OK  ] Listening on systemd-initctl.socke…- initctl Compatibility Named Pipe.
[  OK  ] Listening on systemd-journald-dev-…socket - Journal Socket (/dev/log).
[  OK  ] Listening on systemd-journald.socket - Journal Sockets.
[  OK  ] Listening on systemd-networkd.socket - Network Service Netlink Socket.
[  OK  ] Listening on systemd-udevd-control.socket - udev Control Socket.
[  OK  ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
         Mounting dev-hugepages.mount - Huge Pages File System...
         Mounting dev-mqueue.mount - POSIX Message Queue File System...
         Mounting run-lock.mount - Legacy Locks Directory /run/lock...
         Mounting sys-kernel-debug.mount - Kernel Debug File System...
         Mounting sys-kernel-tracing.mount - Kernel Trace File System...
         Mounting tmp.mount - Temporary Directory /tmp...
         Starting kmod-static-nodes.service…eate List of Static Device Nodes...
         Starting modprobe@configfs.service - Load Kernel Module configfs...
         Starting modprobe@drm.service - Load Kernel Module drm...
         Starting modprobe@efi_pstore.servi… - Load Kernel Module efi_pstore...
         Starting modprobe@fuse.service - Load Kernel Module fuse...
         Starting systemd-journald.service - Journal Service...
         Starting systemd-modules-load.service - Load Kernel Modules...
         Starting systemd-network-generator…k Units from Kernel Command Line...
         Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...
         Starting systemd-udev-load-credent…Load udev Rules from Credentials...
         Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[  OK  ] Mounted dev-hugepages.mount - Huge Pages File System.
[  OK  ] Mounted dev-mqueue.mount - POSIX Message Queue File System.
[  OK  ] Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Mounted sys-kernel-debug.mount - Kernel Debug File System.
[  OK  ] Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[  OK  ] Mounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.
[  OK  ] Finished modprobe@configfs.service - Load Kernel Module configfs.
[  OK  ] Finished modprobe@drm.service - Load Kernel Module drm.
[  OK  ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[  OK  ] Finished modprobe@fuse.service - Load Kernel Module fuse.
[  OK  ] Finished systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Finished systemd-network-generator…ork Units from Kernel Command Line.
[  OK  ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.
[  OK  ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.
[  OK  ] Reached target network-pre.target - Preparation for Network.
         Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
         Mounting sys-kernel-config.mount - Kernel Configuration File System...
         Starting systemd-random-seed.service - Load/Save OS Random Seed...
         Starting systemd-sysctl.service - Apply Kernel Variables...
         Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...
[  OK  ] Started systemd-journald.service - Journal Service.
[  OK  ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[  OK  ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
         Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
[  OK  ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[  OK  ] Finished systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
         Starting systemd-sysusers.service - Create System Users...
[  OK  ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Finished systemd-sysusers.service - Create System Users.
         Starting systemd-resolved.service - Network Name Resolution...
         Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...
[  OK  ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.
[  OK  ] Reached target local-fs-pre.target…Preparation for Local File Systems.
[  OK  ] Set up automount efi.automount - EFI System Partition Automount.
[  OK  ] Reached target local-fs.target - Local File Systems.
[  OK  ] Listening on systemd-sysext.socket… System Extension Image Management.
         Starting systemd-binfmt.service - Set Up Additional Binary Formats...
         Starting systemd-udevd.service - R…ager for Device Events and Files...
[  OK  ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
         Starting systemd-tmpfiles-setup.se…ate System Files and Directories...
[  OK  ] Started systemd-resolved.service - Network Name Resolution.
[  OK  ] Reached target nss-lookup.target - Host and Network Name Lookups.
[  OK  ] Started systemd-udevd.service - Ru…anager for Device Events and Files.
         Starting systemd-networkd.service - Network Configuration...
[  OK  ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.
         Starting ldconfig.service - Rebuild Dynamic Linker Cache...
         Starting systemd-journal-catalog-u…ervice - Rebuild Journal Catalog...
[  OK  ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.
[  OK  ] Found device dev-ttyS0.device - /dev/ttyS0.
[  OK  ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
         Starting systemd-update-done.service - Update is Completed...
[  OK  ] Finished systemd-update-done.service - Update is Completed.
         Mounting proc-sys-fs-binfmt_misc.m…cutable File Formats File System...
[  OK  ] Mounted proc-sys-fs-binfmt_misc.mo…xecutable File Formats File System.
[  OK  ] Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Reached target sysinit.target - System Initialization.
[  OK  ] Started apt-daily.timer - Daily apt download activities.
[  OK  ] Started apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[  OK  ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[  OK  ] Started fstrim.timer - Discard unused filesystem blocks once a week.
[  OK  ] Started man-db.timer - Daily man-db regeneration.
[  OK  ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Reached target timers.target - Timer Units.
[  OK  ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Listening on systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Reached target sockets.target - Socket Units.
[  OK  ] Reached target basic.target - Basic System.
         Starting ambient.service - Run build job for Ambient CI...
         Starting dbus.service - D-Bus System Message Bus...
         Starting grub-common.service - Record successful boot for GRUB...
         Starting systemd-logind.service - User Login Management...
[  OK  ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
[  OK  ] Started dbus.service - D-Bus System Message Bus.
[  OK  ] Started systemd-logind.service - User Login Management.
[  OK  ] Finished grub-common.service - Record successful boot for GRUB.
[  OK  ] Started systemd-networkd.service - Network Configuration.
[  OK  ] Reached target network.target - Network.
         Starting ssh.service - OpenBSD Secure Shell server...
         Starting systemd-networkd-persiste…tent Storage in systemd-networkd...
         Starting systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Finished systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[  OK  ] Started getty@tty1.service - Getty on tty1.
[  OK  ] Started serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  OK  ] Reached target getty.target - Login Prompts.
[  OK  ] Started ssh.service - OpenBSD Secure Shell server.

Debian GNU/Linux 13 ambient-dev ttyS0

ambient-dev login: [  OK  ] Removed slice system-modprobe.slice - Slice /system/modprobe.
[  OK  ] Stopped target getty.target - Login Prompts.
[  OK  ] Stopped target nss-lookup.target - Host and Network Name Lookups.
[  OK  ] Stopped target timers.target - Timer Units.
[  OK  ] Stopped apt-daily-upgrade.time         Stopping serial-getty@ttyS0.service - Serial Getty on ttyS0...
         Stopping ssh.service - OpenBSD Secure Shell server...
         Stopping systemd-logind.service - User Login Management...
         Stopping systemd-networkd-persiste…tent Storage in systemd-networkd...
         Stopping systemd-random-seed.service - Load/Save OS Random Seed...
[  OK  ] Stopped systemd-udev-load-credenti…- Load udev Rules from Credentials.
[  OK  ] Stopped dbus.service - D-Bus System Message Bus.
[  OK  ] Stopped systemd-logind.service - User Login Management.
[  OK  ] Stopped getty@tty1.service - Getty on tty1.
[  OK  ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  OK  ] Stopped ssh.service - OpenBSD Secure Shell server.
[  OK  ] Stopped ambient.service - Run build job for Ambient CI.
[  OK  ] Stopped systemd-networkd-persisten…istent Storage in systemd-networkd.
[  OK  ] Removed slice system-getty.slice - Slice /system/getty.
[  OK  ] Removed slice system-serial\x2dget…slice - Slice /system/serial-getty.
         Stopping systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Stopped systemd-user-sessions.service - Permit User Sessions.
[  OK  ] Stopped target basic.target - Basic System.
[  OK  ] Stopped target network.target - Network.
[  OK  ] Stopped target paths.target - Path Units.
[  OK  ] Stopped systemd-ask-password-conso…equests to Console Directory Watch.
[  OK  ] Stopped systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[  OK  ] Stopped target remote-fs.target - Remote File Systems.
[  OK  ] Stopped target slices.target - Slice Units.
[  OK  ] Removed slice user.slice - User and Session Slice.
[  OK  ] Stopped target sockets.target - Socket Units.
[  OK  ] Closed dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Closed sshd-unix-local.socket - Op…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Closed systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Stopped target sysinit.target - System Initialization.
         Stopping systemd-binfmt.service - Set Up Additional Binary Formats...
         Stopping systemd-networkd.service - Network Configuration...
         Stopping systemd-resolved.service - Network Name Resolution...
[  OK  ] Stopped systemd-update-done.service - Update is Completed.
[  OK  ] Stopped ldconfig.service - Rebuild Dynamic Linker Cache.
[  OK  ] Stopped systemd-journal-catalog-up….service - Rebuild Journal Catalog.
[  OK  ] Stopped systemd-tmpfiles-setup.ser…reate System Files and Directories.
[  OK  ] Stopped systemd-networkd.service - Network Configuration.
[  OK  ] Stopped systemd-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Stopped target network-pre.target - Preparation for Network.
[  OK  ] Closed systemd-networkd.socket - Network Service Netlink Socket.
[  OK  ] Stopped systemd-network-generator.…ork Units from Kernel Command Line.
[  OK  ] Stopped systemd-resolved.service - Network Name Resolution.
[  OK  ] Stopped systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Stopped systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Stopped systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Unset automount proc-sys-fs-binfmt…ormats File System Automount Point.
[  OK  ] Stopped target local-fs.target - Local File Systems.
[  OK  ] Unset automount efi.automount - EFI System Partition Automount.
[  OK  ] Stopped target local-fs-pre.target…Preparation for Local File Systems.
         Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
         Unmounting tmp.mount - Temporary Directory /tmp...
[  OK  ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.
[  OK  ] Stopped systemd-sysusers.service - Create System Users.
[  OK  ] Stopped systemd-remount-fs.service…mount Root and Kernel File Systems.
[  OK  ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.
[  OK  ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Unmounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Stopped target swap.target - Swaps.
[  OK  ] Reached target shutdown.target - System Shutdown.
[  OK  ] Reached target umount.target - Unmount All Filesystems.
[  OK  ] Reached target final.target - Late Shutdown Services.
[  OK  ] Finished systemd-poweroff.service - System Power Off.
[  OK  ] Reached target poweroff.target - System Power Off.
[   18.434018] reboot: Power down
Raw run log
BdsDxe: 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)
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
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   5.3M  1 disk 
vdc    254:32   0   6.3M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0   100G  1 disk 
vdg    254:96   0    10K  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-07-03 09:22 ./
-rw-r--r-- _rad/_rad      1273 2026-07-03 09:23 ./plan.yaml
-rwxr-xr-x _rad/_rad   5517632 2026-07-03 09:23 ./run-ci
INFO: Extracted files:
        8      0 drwxr-xr-x   2 1000     1000           80 Jul  3 09:22 .
       10   5392 -rwxr-xr-x   1 1000     1000      5517632 Jul  3 09:23 ./run-ci
        9      4 -rw-r--r--   1 1000     1000         1273 Jul  3 09:23 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.15.0@eeab732","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":853613505},"log_source":"Plan"}
{"type":"runnable_plan","steps":[{"action":"mkdir","pathname":"/ci"},{"action":"mkdir","pathname":"/ci/artifacts"},{"action":"mkdir","pathname":"/ci/artifacts/debian"},{"action":"mkdir","pathname":"/ci/artifacts/rsync"},{"action":"mkdir","pathname":"/ci/secrets"},{"action":"mkdir","pathname":"/ci/deps"},{"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":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets"},{"action":"shell","shell":"ln -sf /ci /workspace"},{"action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true},{"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","secrets_drive":null,"workspace_dir":"/ci","source_dir":"/ci/src","deps_dir":"/ci/deps","cache_dir":"/ci/cache","artifacts_dir":"/ci/artifacts","secrets_dir":null,"envs":{},"timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":857116226},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":882078891},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":884363858},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":884384381},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":884624546},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":884803204},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":884835766},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":885012397},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":885040818},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":885221388},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":885255457},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":885430382},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":885458051},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":885639520},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":937456096},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1783070607,"nanos_since_epoch":937499032},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1783070610,"nanos_since_epoch":213971636},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1783070610,"nanos_since_epoch":214016208},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":887585748},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":890205094},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":894902383},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":897609367},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":901599100},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":904289254},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[98,97,115,104]},{"Unix":[45,99]},{"Unix":[115,101,116,32,45,120,101,117,111,32,112,105,112,101,102,97,105,108,10,108,110,32,45,115,102,32,47,99,105,32,47,119,111,114,107,115,112,97,99,101,10]}],"timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":906598988},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":914090640},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":916703326},"log_source":"Plan"}
{"type":"execute_action","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true,"timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":919079467},"log_source":"Plan"}
{"type":"action_succeeded","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                ","overwrite":true,"timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":923499595},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_fmt","timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":927567521},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":929498941},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.96.1 (356927216 2026-06-26)\n","stderr":"","timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":959597239},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[99,108,105,112,112,121]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1783070616,"nanos_since_epoch":962388177},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.96 (31fca3adb2 2026-06-26)\n","stderr":"","timestamp":{"secs_since_epoch":1783070617,"nanos_since_epoch":17790882},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[114,117,115,116,99]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1783070617,"nanos_since_epoch":17837326},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.96.1 (31fca3adb 2026-06-26)\n","stderr":"","timestamp":{"secs_since_epoch":1783070617,"nanos_since_epoch":37484693},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[102,109,116]},{"Unix":[45,45,99,104,101,99,107]}],"timestamp":{"secs_since_epoch":1783070617,"nanos_since_epoch":40345650},"log_source":"Plan"}
{"type":"program_failed","exit_code":1,"stdout":"Diff in /ci/src/crates/radicle-artifact/src/bin/rad-artifact/main.rs:317:\n     out\n }\n \n-\n /// Create (or reuse) a release for a commit and return its id.\n ///\n /// Hoists the lazy release creation that `register` performs into an\n","stderr":"","timestamp":{"secs_since_epoch":1783070617,"nanos_since_epoch":219443059},"log_source":"Plan"}
{"type":"action_failed","action":"cargo_fmt","timestamp":{"secs_since_epoch":1783070617,"nanos_since_epoch":219500633},"log_source":"Plan"}
ERROR: failed to execute cargo
caused by: command failed: "cargo": exit code 1
{"type":"executor_ends_in_failure","exit_code":1,"timestamp":{"secs_since_epoch":1783070617,"nanos_since_epoch":219752021},"log_source":"Plan"}
EXIT CODE: 1

Post-plan VM

No log