CI run log: rad:z39mP9rQAaGmERfUMPULfPUi473tY

Radicle info

Trigger message
{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z39mP9rQAaGmERfUMPULfPUi473tY",
    "name": "radicle-tui",
    "description": "Radicle terminal user interface",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
      "did:key:z6MkswQE8gwZw924amKatxnNCXA55BMupMmRg7LvJuim2C1V"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "d4484a8c000a89a3b838d4cf3afcefa329ac1740",
  "after": "d4484a8c000a89a3b838d4cf3afcefa329ac1740",
  "branch": "main",
  "commits": [
    "d4484a8c000a89a3b838d4cf3afcefa329ac1740"
  ]
}
Ambient stdout
executor from config: /usr/bin/ambient-execute-plan
executor from PATH: /usr/bin/ambient-execute-plan
run CI for rad:z39mP9rQAaGmERfUMPULfPUi473tY
CONSTRUCT: Config {
    tmpdir: "/home/_rad/tmp",
    image_store: "/home/_rad/ambient-images",
    projects: "/dev/null",
    state: "/home/_rad/ambient-state",
    rsync_target: None,
    rsync_target_base: None,
    rsync_target_map: None,
    dput_target: None,
    executor: Some(
        "/usr/bin/ambient-execute-plan",
    ),
    artifacts_max_size: Byte(
        1000000000,
    ),
    cache_max_size: Byte(
        30000000000,
    ),
    qemu: QemuConfig {
        cpus: 2,
        memory: Byte(
            12000000000,
        ),
        kvm_binary: "/usr/bin/kvm",
        ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
        ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
    },
    uefi: false,
    lint: false,
    secrets: None,
} Project {
    source: TildePathBuf {
        path: "src",
    },
    expanded_source: "/tmp/.tmppKMaCx/src",
    image: TildePathBuf {
        path: "/home/_rad/ambient.qcow2",
    },
    expanded_image: "/home/_rad/ambient.qcow2",
    pre_plan: Some(
        [
            CargoFetch,
        ],
    ),
    plan: Some(
        [
            CargoFmt,
            CargoClippy,
            CargoBuild,
            CargoTest,
        ],
    ),
    post_plan: Some(
        [],
    ),
    artifact_max_size: None,
    cache_max_size: None,
    dependencies_max_size: None,
}
SECRETS: copy OK
SECRETS: copy OK
Ambient stderr
<empty log>

Pre-plan VM

Structured log: all OK
  1. 0 ms: Executor starts
    • Name: ambient-execute-plan
    • Version: 0.16.0@da3268d
  2. 17 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. 77 ms: Execute action: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  4. 100 ms: Action succeeded: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  5. 101 ms: Execute action: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  6. 101 ms: Action succeeded: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  7. 102 ms: Execute action: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  8. 102 ms: Action succeeded: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  9. 102 ms: Execute action: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  10. 103 ms: Action succeeded: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  11. 103 ms: Execute action: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  12. 104 ms: Action succeeded: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  13. 104 ms: Execute action: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  14. 104 ms: Action succeeded: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  15. 104 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  16. 369 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  17. 369 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  18. 376 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  19. 376 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  20. 380 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  21. 380 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  22. 384 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  23. 388 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  24. 391 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  25. 395 ms: Execute action: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  26. 399 ms: Start program: bash
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  27. 406 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
      + ln -sf /ci /workspace
      
  28. 407 ms: Action succeeded: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  29. 407 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. 408 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. 409 ms: Execute action: cargo_fetch
    - action: cargo_fetch
    
  32. 409 ms: Start program: cargo
    • cargo
    • --version
  33. 674 ms: Program succeeded
    • Exit code: 0
    • Stdout
      cargo 1.92.0 (344c4567c 2025-10-21)
      
    • Stderr
  34. 679 ms: Start program: cargo
    • cargo
    • clippy
    • --version
  35. 980 ms: Program succeeded
    • Exit code: 0
    • Stdout
      clippy 0.1.92 (ded5c06cf2 2025-12-08)
      
    • Stderr
  36. 980 ms: Start program: rustc
    • rustc
    • --version
  37. 1109 ms: Program succeeded
    • Exit code: 0
    • Stdout
      rustc 1.92.0 (ded5c06cf 2025-12-08)
      
    • Stderr
  38. 1130 ms: Start program: cargo
    • cargo
    • fetch
    • --locked
  39. 14223 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
          Updating crates.io index
       Downloading crates ...
        Downloaded libm v0.2.15
        Downloaded windows-result v0.3.4
        Downloaded windows-interface v0.59.1
        Downloaded windows-implement v0.60.0
        Downloaded once_cell v1.21.3
        Downloaded js-sys v0.3.77
        Downloaded iana-time-zone v0.1.63
        Downloaded windows-core v0.61.2
        Downloaded windows-strings v0.4.2
        Downloaded iana-time-zone-haiku v0.1.2
        Downloaded shlex v1.3.0
        Downloaded jobserver v0.1.34
        Downloaded android_system_properties v0.1.5
        Downloaded xterm-query v0.5.2
        Downloaded cfg_aliases v0.2.1
        Downloaded simple-logging v2.0.2
        Downloaded unicode-display-width v0.3.0
        Downloaded fastrand v2.3.0
        Downloaded zerofrom v0.1.6
        Downloaded stable_deref_trait v1.2.0
        Downloaded num-traits v0.2.19
        Downloaded getrandom v0.3.3
        Downloaded android-tzdata v0.1.1
        Downloaded thread-id v3.3.0
        Downloaded lazy_static v1.5.0
        Downloaded newline-converter v0.3.0
        Downloaded fxhash v0.2.1
        Downloaded dyn-clone v1.0.20
        Downloaded unit-prefix v0.5.1
        Downloaded utf8_iter v1.0.4
        Downloaded idna_adapter v1.2.1
        Downloaded potential_utf v0.1.3
        Downloaded form_urlencoded v1.2.2
        Downloaded rfc6979 v0.4.0
        Downloaded bcrypt-pbkdf v0.10.0
        Downloaded pbkdf2 v0.12.2
        Downloaded blowfish v0.9.1
        Downloaded sqlite v0.32.0
        Downloaded sqlite3-sys v0.15.2
        Downloaded data-encoding-macro-internal v0.1.16
        Downloaded signature v1.6.4
        Downloaded ct-codecs v1.1.6
        Downloaded socks5-client v0.4.1
        Downloaded fast-glob v0.3.3
        Downloaded thiserror-impl v2.0.17
        Downloaded thiserror v1.0.69
        Downloaded sem_safe v0.2.1
        Downloaded bitflags v1.3.2
        Downloaded zerofrom-derive v0.1.6
        Downloaded yoke-derive v0.8.0
        Downloaded writeable v0.6.1
        Downloaded hmac v0.12.1
        Downloaded p256 v0.13.2
        Downloaded windows-result v0.2.0
        Downloaded windows-interface v0.58.0
        Downloaded defer-heavy v0.1.0
        Downloaded multibase v0.9.1
        Downloaded data-encoding-macro v0.1.18
        Downloaded data-encoding v2.9.0
        Downloaded base-x v0.2.11
        Downloaded cypheraddr v0.4.0
        Downloaded keccak v0.1.5
        Downloaded radicle-dag v0.10.0
        Downloaded serde-untagged v0.1.8
        Downloaded windows-link v0.2.1
        Downloaded find-msvc-tools v0.1.0
        Downloaded core-foundation-sys v0.8.7
        Downloaded thiserror v2.0.17
        Downloaded thiserror-impl v1.0.69
        Downloaded document-features v0.2.11
        Downloaded convert_case v0.7.1
        Downloaded redox_syscall v0.1.57
        Downloaded zeroize v1.8.1
        Downloaded web-time v1.1.0
        Downloaded percent-encoding v2.3.2
        Downloaded zerovec-derive v0.11.1
        Downloaded synstructure v0.13.2
        Downloaded yoke v0.8.0
        Downloaded displaydoc v0.2.5
        Downloaded tinystr v0.8.1
        Downloaded litemap v0.8.0
        Downloaded tree-sitter-language v0.1.5
        Downloaded ssh-encoding v0.2.0
        Downloaded crypto-common v0.1.6
        Downloaded generic-array v0.14.7
        Downloaded block-buffer v0.10.4
        Downloaded cpufeatures v0.2.17
        Downloaded group v0.13.0
        Downloaded ff v0.13.1
        Downloaded ecdsa v0.16.9
        Downloaded winpipe v0.1.1
        Downloaded windows-strings v0.1.0
        Downloaded windows-implement v0.58.0
        Downloaded sync-ptr v0.1.4
        Downloaded qcheck v1.0.0
        Downloaded ec25519 v0.1.0
        Downloaded ed25519 v1.5.3
        Downloaded cyphergraphy v0.3.0
        Downloaded amplify_num v0.5.3
        Downloaded base32 v0.4.0
        Downloaded tinyvec_macros v0.1.1
        Downloaded typeid v1.0.3
        Downloaded erased-serde v0.4.6
        Downloaded localtime v1.3.1
        Downloaded dunce v1.0.5
        Downloaded anstyle v1.0.13
        Downloaded is_terminal_polyfill v1.70.2
        Downloaded colorchoice v1.0.4
        Downloaded anstyle-wincon v3.0.10
        Downloaded once_cell_polyfill v1.70.2
        Downloaded anstyle-parse v0.2.7
        Downloaded clap_lex v0.7.6
        Downloaded md5 v0.8.0
        Downloaded windows-numerics v0.2.0
        Downloaded windows-threading v0.1.0
        Downloaded windows-collections v0.2.0
        Downloaded tokio-macros v2.6.0
        Downloaded pin-project-lite v0.2.16
        Downloaded futures-sink v0.3.31
        Downloaded futures-core v0.3.31
        Downloaded phf v0.11.3
        Downloaded bumpalo v3.19.0
        Downloaded cc v1.2.35
        Downloaded r-efi v5.3.0
        Downloaded terminal-light v1.8.0
        Downloaded litrs v0.4.2
        Downloaded derive_more v2.0.1
        Downloaded spin v0.9.8
        Downloaded getrandom v0.2.16
        Downloaded crossbeam-utils v0.8.21
        Downloaded tempfile v3.21.0
        Downloaded byteorder v1.5.0
        Downloaded console v0.16.1
        Downloaded encode_unicode v1.0.0
        Downloaded icu_properties v2.0.1
        Downloaded icu_provider v2.0.0
        Downloaded tree-sitter-toml-ng v0.6.0
        Downloaded streaming-iterator v0.1.9
        Downloaded tree-sitter-css v0.23.2
        Downloaded sha2 v0.10.9
        Downloaded digest v0.10.7
        Downloaded pem-rfc7468 v0.7.0
        Downloaded rand_chacha v0.3.1
        Downloaded amplify v4.9.0
        Downloaded ascii v1.1.0
        Downloaded amplify_derive v4.0.1
        Downloaded amplify_syn v2.0.1
        Downloaded serde_spanned v1.0.3
        Downloaded fuzzy-matcher v0.3.7
        Downloaded wit-bindgen v0.45.0
        Downloaded derive_more-impl v2.0.1
        Downloaded base64 v0.22.1
        Downloaded indicatif v0.18.2
        Downloaded zerotrie v0.2.2
        Downloaded icu_locale_core v2.0.0
        Downloaded icu_collections v2.0.0
        Downloaded icu_normalizer_data v2.0.0
        Downloaded num-integer v0.1.46
        Downloaded ppv-lite86 v0.2.21
        Downloaded colored v2.2.0
        Downloaded bytesize v2.0.1
        Downloaded lexopt v0.3.1
        Downloaded toml_writer v1.0.4
        Downloaded toml_datetime v0.7.3
        Downloaded os_info v3.12.0
        Downloaded rustc-demangle v0.1.26
        Downloaded utf8parse v0.2.2
        Downloaded clap_derive v4.5.49
        Downloaded homedir v0.3.6
        Downloaded windows-future v0.2.1
        Downloaded socket2 v0.6.0
        Downloaded memchr v2.7.5
        Downloaded indexmap v2.11.0
        Downloaded crossbeam-channel v0.5.15
        Downloaded inquire v0.7.5
        Downloaded url v2.5.7
        Downloaded icu_normalizer v2.0.0
        Downloaded anstyle-query v1.1.4
        Downloaded xattr v1.5.1
        Downloaded typenum v1.18.0
        Downloaded const-oid v0.9.6
        Downloaded base64ct v1.8.0
        Downloaded ssh-cipher v0.2.0
        Downloaded universal-hash v0.5.1
        Downloaded opaque-debug v0.3.1
        Downloaded rand v0.8.5
        Downloaded zerocopy-derive v0.8.26
        Downloaded num-iter v0.1.45
        Downloaded primeorder v0.13.6
        Downloaded crypto-bigint v0.5.5
        Downloaded windows-core v0.58.0
        Downloaded tinyvec v1.10.0
        Downloaded uuid v1.18.1
        Downloaded toml v0.9.8
        Downloaded plist v1.8.0
        Downloaded addr2line v0.24.2
        Downloaded anstream v0.6.21
        Downloaded clap v4.5.51
        Downloaded pretty_assertions v1.4.1
        Downloaded yansi v1.0.1
        Downloaded diff v0.1.13
        Downloaded simdutf8 v0.1.5
        Downloaded unicode-truncate v1.1.0
        Downloaded time-core v0.1.5
        Downloaded num-conv v0.1.0
        Downloaded strsim v0.11.1
        Downloaded fnv v1.0.7
        Downloaded bytes v1.10.1
        Downloaded phf_shared v0.11.3
        Downloaded siphasher v1.0.1
        Downloaded wasi v0.14.3+wasi-0.2.4
        Downloaded crossterm v0.29.0
        Downloaded coolor v1.1.0
        Downloaded serde_json v1.0.143
        Downloaded crossterm v0.25.0
        Downloaded idna v1.1.0
        Downloaded zerovec v0.11.4
        Downloaded pkg-config v0.3.32
        Downloaded filetime v0.2.26
        Downloaded libredox v0.1.9
        Downloaded radicle-std-ext v0.1.1
        Downloaded radicle-git-ext v0.8.1
        Downloaded git-ref-format v0.3.1
        Downloaded git-ref-format-macro v0.3.1
        Downloaded proc-macro-error v1.0.4
        Downloaded version_check v0.9.5
        Downloaded proc-macro-error-attr v1.0.4
        Downloaded nonempty v0.9.0
        Downloaded tree-sitter-json v0.24.8
        Downloaded poly1305 v0.8.0
        Downloaded ctr v0.9.2
        Downloaded inout v0.1.4
        Downloaded block-padding v0.3.3
        Downloaded num-bigint-dig v0.8.4
        Downloaded backtrace v0.3.75
        Downloaded widestring v1.2.0
        Downloaded thread_local v1.1.9
        Downloaded ansi-to-tui v7.0.0
        Downloaded tui-tree-widget v0.23.1
        Downloaded either v1.15.0
        Downloaded time-macros v0.2.23
        Downloaded unicode-ident v1.0.18
        Downloaded quote v1.0.40
        Downloaded powerfmt v0.2.0
        Downloaded num_threads v0.1.7
        Downloaded strum v0.26.3
        Downloaded strum_macros v0.26.4
        Downloaded rustversion v1.0.22
        Downloaded heck v0.5.0
        Downloaded paste v1.0.15
        Downloaded lru v0.12.5
        Downloaded foldhash v0.1.5
        Downloaded equivalent v1.0.2
        Downloaded instability v0.3.9
        Downloaded indoc v2.0.6
        Downloaded darling_macro v0.20.11
        Downloaded ident_case v1.0.1
        Downloaded signal-hook-mio v0.2.4
        Downloaded windows-targets v0.52.6
        Downloaded wasm-bindgen v0.2.100
        Downloaded wasm-bindgen-macro v0.2.100
        Downloaded git2 v0.19.0
        Downloaded icu_properties_data v2.0.1
        Downloaded tar v0.4.44
        Downloaded git-ref-format-core v0.3.1
        Downloaded adler2 v2.0.1
        Downloaded crc32fast v1.5.0
        Downloaded tree-sitter-html v0.23.2
        Downloaded tree-sitter-highlight v0.24.7
        Downloaded ref-cast v1.0.24
        Downloaded cipher v0.4.4
        Downloaded elliptic-curve v0.13.8
        Downloaded cyphernet v0.5.2
        Downloaded serde_derive v1.0.228
        Downloaded proc-macro2 v1.0.101
        Downloaded signal-hook-registry v1.4.6
        Downloaded wasm-bindgen-macro-support v0.2.100
        Downloaded portable-atomic v1.11.1
        Downloaded miniz_oxide v0.8.9
        Downloaded tree-sitter v0.24.7
        Downloaded timeago v0.4.2
        Downloaded schemars_derive v1.0.4
        Downloaded serde_derive_internals v0.29.1
        Downloaded ref-cast-impl v1.0.24
        Downloaded subtle v2.6.1
        Downloaded ghash v0.5.1
        Downloaded aead v0.5.2
        Downloaded signature v2.2.0
        Downloaded unicode-normalization v0.1.24
        Downloaded deranged v0.5.3
        Downloaded flate2 v1.1.2
        Downloaded base64 v0.21.7
        Downloaded anyhow v1.0.99
        Downloaded chacha20 v0.9.1
        Downloaded cbc v0.1.2
        Downloaded polyval v0.6.2
        Downloaded p384 v0.13.1
        Downloaded darling v0.20.11
        Downloaded windows-targets v0.48.5
        Downloaded wasm-bindgen-shared v0.2.100
        Downloaded wasm-bindgen-backend v0.2.100
        Downloaded tree-sitter-c v0.23.4
        Downloaded schemars v1.0.4
        Downloaded rand_core v0.6.4
        Downloaded nom v8.0.0
        Downloaded serde v1.0.228
        Downloaded serde_core v1.0.228
        Downloaded allocator-api2 v0.2.21
        Downloaded signal-hook v0.3.18
        Downloaded wasi v0.11.1+wasi-snapshot-preview1
        Downloaded errno v0.3.13
        Downloaded windows-targets v0.53.3
        Downloaded windows-link v0.1.3
        Downloaded cfg-if v1.0.3
        Downloaded scopeguard v1.2.0
        Downloaded itoa v1.0.15
        Downloaded radicle-signals v0.11.0
        Downloaded tree-sitter-go v0.23.4
        Downloaded sec1 v0.7.3
        Downloaded pkcs8 v0.10.2
        Downloaded spki v0.7.3
        Downloaded base16ct v0.2.0
        Downloaded itertools v0.14.0
        Downloaded clap_builder v4.5.51
        Downloaded minimal-lexical v0.2.1
        Downloaded unicode-segmentation v1.12.0
        Downloaded darling_core v0.20.11
        Downloaded log v0.4.29
        Downloaded redox_syscall v0.5.17
        Downloaded lock_api v0.4.13
        Downloaded autocfg v1.5.0
        Downloaded crossterm_winapi v0.9.1
        Downloaded static_assertions v1.1.0
        Downloaded castaway v0.2.4
        Downloaded cassowary v0.3.0
        Downloaded nix v0.29.0
        Downloaded signals_receipts v0.2.4
        Downloaded regex v1.11.2
        Downloaded pkcs1 v0.7.5
        Downloaded zerocopy v0.8.26
        Downloaded radicle-ssh v0.10.0
        Downloaded human-panic v2.0.4
        Downloaded nom v7.1.3
        Downloaded bitflags v2.9.3
        Downloaded parking_lot v0.12.4
        Downloaded parking_lot_core v0.9.11
        Downloaded smallvec v1.15.1
        Downloaded timeago v0.5.0
        Downloaded vcpkg v0.2.15
        Downloaded tree-sitter-python v0.23.6
        Downloaded ssh-key v0.6.7
        Downloaded der v0.7.10
        Downloaded p521 v0.13.3
        Downloaded itertools v0.13.0
        Downloaded ryu v1.0.20
        Downloaded aho-corasick v1.1.3
        Downloaded rsa v0.9.8
        Downloaded quick-xml v0.38.3
        Downloaded mio v0.8.11
        Downloaded tui-textarea v0.7.0
        Downloaded compact_str v0.8.1
        Downloaded aes v0.8.4
        Downloaded hashbrown v0.15.5
        Downloaded crossterm v0.28.1
        Downloaded mio v1.0.4
        Downloaded chrono v0.4.41
        Downloaded aes-gcm v0.10.3
        Downloaded tokio-util v0.7.17
        Downloaded radicle-term v0.16.0
        Downloaded syn v1.0.109
        Downloaded isolang v2.4.0
        Downloaded radicle-cob v0.17.0
        Downloaded gimli v0.31.1
        Downloaded rustix v1.0.8
        Downloaded radicle-crypto v0.14.0
        Downloaded tree-sitter-md v0.3.2
        Downloaded regex-syntax v0.8.6
        Downloaded unicode-width v0.1.14
        Downloaded tree-sitter-rust v0.23.3
        Downloaded object v0.36.7
        Downloaded unicode-width v0.2.0
        Downloaded syn v2.0.106
        Downloaded nix v0.30.1
        Downloaded tree-sitter-bash v0.23.3
        Downloaded windows_x86_64_gnullvm v0.52.6
        Downloaded windows_x86_64_gnullvm v0.48.5
        Downloaded tree-sitter-ruby v0.23.1
        Downloaded regex-automata v0.4.10
        Downloaded rustix v0.38.44
        Downloaded radicle-surf v0.22.1
        Downloaded tree-sitter-typescript v0.23.2
        Downloaded libz-sys v1.1.22
        Downloaded windows_aarch64_gnullvm v0.52.6
        Downloaded radicle-cli v0.17.0
        Downloaded windows_aarch64_gnullvm v0.48.5
        Downloaded windows_x86_64_msvc v0.52.6
        Downloaded windows_x86_64_msvc v0.48.5
        Downloaded windows_i686_gnullvm v0.52.6
        Downloaded windows_x86_64_gnu v0.48.5
        Downloaded ratatui v0.29.0
        Downloaded time v0.3.42
        Downloaded tokio v1.48.0
        Downloaded radicle v0.20.0
        Downloaded libgit2-sys v0.17.0+1.8.1
        Downloaded sha3 v0.10.8
        Downloaded libc v0.2.175
        Downloaded windows_aarch64_gnullvm v0.53.0
        Downloaded windows_x86_64_gnu v0.52.6
        Downloaded windows_aarch64_msvc v0.52.6
        Downloaded windows_aarch64_msvc v0.48.5
        Downloaded windows_x86_64_msvc v0.53.0
        Downloaded windows_x86_64_gnullvm v0.53.0
        Downloaded windows_aarch64_msvc v0.53.0
        Downloaded windows_i686_gnu v0.52.6
        Downloaded windows_i686_gnu v0.48.5
        Downloaded windows_i686_gnullvm v0.53.0
        Downloaded windows_i686_msvc v0.48.5
        Downloaded windows_i686_msvc v0.52.6
        Downloaded windows_x86_64_gnu v0.53.0
        Downloaded windows_i686_msvc v0.53.0
        Downloaded windows_i686_gnu v0.53.0
        Downloaded linux-raw-sys v0.9.4
        Downloaded winapi v0.3.9
        Downloaded windows-sys v0.61.2
        Downloaded winapi-i686-pc-windows-gnu v0.4.0
        Downloaded linux-raw-sys v0.4.15
        Downloaded windows-sys v0.59.0
        Downloaded sqlite3-src v0.5.1
        Downloaded windows-sys v0.52.0
        Downloaded windows-sys v0.60.2
        Downloaded windows-sys v0.48.0
        Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
        Downloaded windows v0.61.3
        Downloaded windows v0.58.0
      
  40. 14517 ms: Action succeeded: cargo_fetch
    - action: cargo_fetch
    
  41. 14517 ms: Execute action: tar_create
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    
  42. 14634 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    
  43. 14635 ms: Execute action: tar_create
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    
  44. 14656 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    
  45. 14656 ms: Execute action: tar_create
    - action: tar_create
      archive: /dev/vdf
      directory: /ci/deps
    
  46. 29062 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vdf
      directory: /ci/deps
    
  47. 29068 ms: Plan succededThere was much rejoicing!
  48. 29078 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  ] 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  ] Started systemd-journald.service - Journal Service.
[  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  ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[  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-journal-flush.ser…lush Journal to Persistent Storage.
[  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-tmpfiles-setup.se…ate System Files and Directories...
         Starting systemd-udevd.service - R…ager for Device Events and Files...
[  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-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-journal-catalog-u….service - Rebuild Journal Catalog.
[  OK  ] Found device dev-ttyS0.device - /dev/ttyS0.
         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  ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
         Starting systemd-update-done.service - Update is Completed...
[  OK  ] Finished systemd-update-done.service - Update is Completed.
[  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  ] 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  ] Started systemd-logind.service - User Login Management.
[  OK  ] Finished grub-common.service - Record successful boot for GRUB.
[  OK  ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[  OK  ] Finished systemd-user-sessions.service - Permit User Sessions.
[  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  ] Stopped ambient.service - Run build job for Ambient CI.
[  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 systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Closed systemd-rfkill.socket - Loa…ll Switch Status /dev/rfkill Watch.
         Stoppin         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 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 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  ] Stopped systemd-resolved.service - Network Name Resolution.
[  OK  ] Stopped systemd-networkd.service - Network Configuration.
[  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.
[  OK  ] Stopped target network-pre.target - Preparation for Network.
[  OK  ] Closed systemd-networkd.socket - Network Service Netlink Socket.
         Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
         Unmounting tmp.mount - Temporary Directory /tmp...
[  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-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.
[   41.049294] 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
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  18.6M  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-22 12:38 ./
-rw-r--r-- _rad/_rad      1294 2026-07-22 12:38 ./plan.yaml
-rwxr-xr-x _rad/_rad   5525824 2026-07-22 12:38 ./run-ci
INFO: Extracted files:
        8      0 drwxr-xr-x   2 1000     1000           80 Jul 22 12:38 .
       10   5400 -rwxr-xr-x   1 1000     1000      5525824 Jul 22 12:38 ./run-ci
        9      4 -rw-r--r--   1 1000     1000         1294 Jul 22 12:38 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.16.0@da3268d","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":627411697},"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":1784723932,"nanos_since_epoch":645208160},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":704690970},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":728207659},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":728897444},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":729323192},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":729546411},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":729970142},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":730287755},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":730721769},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":731059463},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":731465301},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":731691472},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":732046748},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":732267771},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":996710024},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784723932,"nanos_since_epoch":997368164},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":3621049},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":3719044},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":7839708},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":8007583},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":11966679},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":15588647},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":19165413},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":23278986},"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":1784723933,"nanos_since_epoch":27320250},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":33830789},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":35026463},"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":1784723933,"nanos_since_epoch":35277373},"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":1784723933,"nanos_since_epoch":36182855},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_fetch","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":36455587},"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":1784723933,"nanos_since_epoch":37079767},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.92.0 (344c4567c 2025-10-21)\n","stderr":"","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":302107575},"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":1784723933,"nanos_since_epoch":307149723},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.92 (ded5c06cf2 2025-12-08)\n","stderr":"","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":607854898},"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":1784723933,"nanos_since_epoch":608246608},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.92.0 (ded5c06cf 2025-12-08)\n","stderr":"","timestamp":{"secs_since_epoch":1784723933,"nanos_since_epoch":736640854},"log_source":"Plan"}
copying relevant files to /tmp/.tmpz9Cke4
{"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":1784723933,"nanos_since_epoch":757509131},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"    Updating crates.io index\n Downloading crates ...\n  Downloaded libm v0.2.15\n  Downloaded windows-result v0.3.4\n  Downloaded windows-interface v0.59.1\n  Downloaded windows-implement v0.60.0\n  Downloaded once_cell v1.21.3\n  Downloaded js-sys v0.3.77\n  Downloaded iana-time-zone v0.1.63\n  Downloaded windows-core v0.61.2\n  Downloaded windows-strings v0.4.2\n  Downloaded iana-time-zone-haiku v0.1.2\n  Downloaded shlex v1.3.0\n  Downloaded jobserver v0.1.34\n  Downloaded android_system_properties v0.1.5\n  Downloaded xterm-query v0.5.2\n  Downloaded cfg_aliases v0.2.1\n  Downloaded simple-logging v2.0.2\n  Downloaded unicode-display-width v0.3.0\n  Downloaded fastrand v2.3.0\n  Downloaded zerofrom v0.1.6\n  Downloaded stable_deref_trait v1.2.0\n  Downloaded num-traits v0.2.19\n  Downloaded getrandom v0.3.3\n  Downloaded android-tzdata v0.1.1\n  Downloaded thread-id v3.3.0\n  Downloaded lazy_static v1.5.0\n  Downloaded newline-converter v0.3.0\n  Downloaded fxhash v0.2.1\n  Downloaded dyn-clone v1.0.20\n  Downloaded unit-prefix v0.5.1\n  Downloaded utf8_iter v1.0.4\n  Downloaded idna_adapter v1.2.1\n  Downloaded potential_utf v0.1.3\n  Downloaded form_urlencoded v1.2.2\n  Downloaded rfc6979 v0.4.0\n  Downloaded bcrypt-pbkdf v0.10.0\n  Downloaded pbkdf2 v0.12.2\n  Downloaded blowfish v0.9.1\n  Downloaded sqlite v0.32.0\n  Downloaded sqlite3-sys v0.15.2\n  Downloaded data-encoding-macro-internal v0.1.16\n  Downloaded signature v1.6.4\n  Downloaded ct-codecs v1.1.6\n  Downloaded socks5-client v0.4.1\n  Downloaded fast-glob v0.3.3\n  Downloaded thiserror-impl v2.0.17\n  Downloaded thiserror v1.0.69\n  Downloaded sem_safe v0.2.1\n  Downloaded bitflags v1.3.2\n  Downloaded zerofrom-derive v0.1.6\n  Downloaded yoke-derive v0.8.0\n  Downloaded writeable v0.6.1\n  Downloaded hmac v0.12.1\n  Downloaded p256 v0.13.2\n  Downloaded windows-result v0.2.0\n  Downloaded windows-interface v0.58.0\n  Downloaded defer-heavy v0.1.0\n  Downloaded multibase v0.9.1\n  Downloaded data-encoding-macro v0.1.18\n  Downloaded data-encoding v2.9.0\n  Downloaded base-x v0.2.11\n  Downloaded cypheraddr v0.4.0\n  Downloaded keccak v0.1.5\n  Downloaded radicle-dag v0.10.0\n  Downloaded serde-untagged v0.1.8\n  Downloaded windows-link v0.2.1\n  Downloaded find-msvc-tools v0.1.0\n  Downloaded core-foundation-sys v0.8.7\n  Downloaded thiserror v2.0.17\n  Downloaded thiserror-impl v1.0.69\n  Downloaded document-features v0.2.11\n  Downloaded convert_case v0.7.1\n  Downloaded redox_syscall v0.1.57\n  Downloaded zeroize v1.8.1\n  Downloaded web-time v1.1.0\n  Downloaded percent-encoding v2.3.2\n  Downloaded zerovec-derive v0.11.1\n  Downloaded synstructure v0.13.2\n  Downloaded yoke v0.8.0\n  Downloaded displaydoc v0.2.5\n  Downloaded tinystr v0.8.1\n  Downloaded litemap v0.8.0\n  Downloaded tree-sitter-language v0.1.5\n  Downloaded ssh-encoding v0.2.0\n  Downloaded crypto-common v0.1.6\n  Downloaded generic-array v0.14.7\n  Downloaded block-buffer v0.10.4\n  Downloaded cpufeatures v0.2.17\n  Downloaded group v0.13.0\n  Downloaded ff v0.13.1\n  Downloaded ecdsa v0.16.9\n  Downloaded winpipe v0.1.1\n  Downloaded windows-strings v0.1.0\n  Downloaded windows-implement v0.58.0\n  Downloaded sync-ptr v0.1.4\n  Downloaded qcheck v1.0.0\n  Downloaded ec25519 v0.1.0\n  Downloaded ed25519 v1.5.3\n  Downloaded cyphergraphy v0.3.0\n  Downloaded amplify_num v0.5.3\n  Downloaded base32 v0.4.0\n  Downloaded tinyvec_macros v0.1.1\n  Downloaded typeid v1.0.3\n  Downloaded erased-serde v0.4.6\n  Downloaded localtime v1.3.1\n  Downloaded dunce v1.0.5\n  Downloaded anstyle v1.0.13\n  Downloaded is_terminal_polyfill v1.70.2\n  Downloaded colorchoice v1.0.4\n  Downloaded anstyle-wincon v3.0.10\n  Downloaded once_cell_polyfill v1.70.2\n  Downloaded anstyle-parse v0.2.7\n  Downloaded clap_lex v0.7.6\n  Downloaded md5 v0.8.0\n  Downloaded windows-numerics v0.2.0\n  Downloaded windows-threading v0.1.0\n  Downloaded windows-collections v0.2.0\n  Downloaded tokio-macros v2.6.0\n  Downloaded pin-project-lite v0.2.16\n  Downloaded futures-sink v0.3.31\n  Downloaded futures-core v0.3.31\n  Downloaded phf v0.11.3\n  Downloaded bumpalo v3.19.0\n  Downloaded cc v1.2.35\n  Downloaded r-efi v5.3.0\n  Downloaded terminal-light v1.8.0\n  Downloaded litrs v0.4.2\n  Downloaded derive_more v2.0.1\n  Downloaded spin v0.9.8\n  Downloaded getrandom v0.2.16\n  Downloaded crossbeam-utils v0.8.21\n  Downloaded tempfile v3.21.0\n  Downloaded byteorder v1.5.0\n  Downloaded console v0.16.1\n  Downloaded encode_unicode v1.0.0\n  Downloaded icu_properties v2.0.1\n  Downloaded icu_provider v2.0.0\n  Downloaded tree-sitter-toml-ng v0.6.0\n  Downloaded streaming-iterator v0.1.9\n  Downloaded tree-sitter-css v0.23.2\n  Downloaded sha2 v0.10.9\n  Downloaded digest v0.10.7\n  Downloaded pem-rfc7468 v0.7.0\n  Downloaded rand_chacha v0.3.1\n  Downloaded amplify v4.9.0\n  Downloaded ascii v1.1.0\n  Downloaded amplify_derive v4.0.1\n  Downloaded amplify_syn v2.0.1\n  Downloaded serde_spanned v1.0.3\n  Downloaded fuzzy-matcher v0.3.7\n  Downloaded wit-bindgen v0.45.0\n  Downloaded derive_more-impl v2.0.1\n  Downloaded base64 v0.22.1\n  Downloaded indicatif v0.18.2\n  Downloaded zerotrie v0.2.2\n  Downloaded icu_locale_core v2.0.0\n  Downloaded icu_collections v2.0.0\n  Downloaded icu_normalizer_data v2.0.0\n  Downloaded num-integer v0.1.46\n  Downloaded ppv-lite86 v0.2.21\n  Downloaded colored v2.2.0\n  Downloaded bytesize v2.0.1\n  Downloaded lexopt v0.3.1\n  Downloaded toml_writer v1.0.4\n  Downloaded toml_datetime v0.7.3\n  Downloaded os_info v3.12.0\n  Downloaded rustc-demangle v0.1.26\n  Downloaded utf8parse v0.2.2\n  Downloaded clap_derive v4.5.49\n  Downloaded homedir v0.3.6\n  Downloaded windows-future v0.2.1\n  Downloaded socket2 v0.6.0\n  Downloaded memchr v2.7.5\n  Downloaded indexmap v2.11.0\n  Downloaded crossbeam-channel v0.5.15\n  Downloaded inquire v0.7.5\n  Downloaded url v2.5.7\n  Downloaded icu_normalizer v2.0.0\n  Downloaded anstyle-query v1.1.4\n  Downloaded xattr v1.5.1\n  Downloaded typenum v1.18.0\n  Downloaded const-oid v0.9.6\n  Downloaded base64ct v1.8.0\n  Downloaded ssh-cipher v0.2.0\n  Downloaded universal-hash v0.5.1\n  Downloaded opaque-debug v0.3.1\n  Downloaded rand v0.8.5\n  Downloaded zerocopy-derive v0.8.26\n  Downloaded num-iter v0.1.45\n  Downloaded primeorder v0.13.6\n  Downloaded crypto-bigint v0.5.5\n  Downloaded windows-core v0.58.0\n  Downloaded tinyvec v1.10.0\n  Downloaded uuid v1.18.1\n  Downloaded toml v0.9.8\n  Downloaded plist v1.8.0\n  Downloaded addr2line v0.24.2\n  Downloaded anstream v0.6.21\n  Downloaded clap v4.5.51\n  Downloaded pretty_assertions v1.4.1\n  Downloaded yansi v1.0.1\n  Downloaded diff v0.1.13\n  Downloaded simdutf8 v0.1.5\n  Downloaded unicode-truncate v1.1.0\n  Downloaded time-core v0.1.5\n  Downloaded num-conv v0.1.0\n  Downloaded strsim v0.11.1\n  Downloaded fnv v1.0.7\n  Downloaded bytes v1.10.1\n  Downloaded phf_shared v0.11.3\n  Downloaded siphasher v1.0.1\n  Downloaded wasi v0.14.3+wasi-0.2.4\n  Downloaded crossterm v0.29.0\n  Downloaded coolor v1.1.0\n  Downloaded serde_json v1.0.143\n  Downloaded crossterm v0.25.0\n  Downloaded idna v1.1.0\n  Downloaded zerovec v0.11.4\n  Downloaded pkg-config v0.3.32\n  Downloaded filetime v0.2.26\n  Downloaded libredox v0.1.9\n  Downloaded radicle-std-ext v0.1.1\n  Downloaded radicle-git-ext v0.8.1\n  Downloaded git-ref-format v0.3.1\n  Downloaded git-ref-format-macro v0.3.1\n  Downloaded proc-macro-error v1.0.4\n  Downloaded version_check v0.9.5\n  Downloaded proc-macro-error-attr v1.0.4\n  Downloaded nonempty v0.9.0\n  Downloaded tree-sitter-json v0.24.8\n  Downloaded poly1305 v0.8.0\n  Downloaded ctr v0.9.2\n  Downloaded inout v0.1.4\n  Downloaded block-padding v0.3.3\n  Downloaded num-bigint-dig v0.8.4\n  Downloaded backtrace v0.3.75\n  Downloaded widestring v1.2.0\n  Downloaded thread_local v1.1.9\n  Downloaded ansi-to-tui v7.0.0\n  Downloaded tui-tree-widget v0.23.1\n  Downloaded either v1.15.0\n  Downloaded time-macros v0.2.23\n  Downloaded unicode-ident v1.0.18\n  Downloaded quote v1.0.40\n  Downloaded powerfmt v0.2.0\n  Downloaded num_threads v0.1.7\n  Downloaded strum v0.26.3\n  Downloaded strum_macros v0.26.4\n  Downloaded rustversion v1.0.22\n  Downloaded heck v0.5.0\n  Downloaded paste v1.0.15\n  Downloaded lru v0.12.5\n  Downloaded foldhash v0.1.5\n  Downloaded equivalent v1.0.2\n  Downloaded instability v0.3.9\n  Downloaded indoc v2.0.6\n  Downloaded darling_macro v0.20.11\n  Downloaded ident_case v1.0.1\n  Downloaded signal-hook-mio v0.2.4\n  Downloaded windows-targets v0.52.6\n  Downloaded wasm-bindgen v0.2.100\n  Downloaded wasm-bindgen-macro v0.2.100\n  Downloaded git2 v0.19.0\n  Downloaded icu_properties_data v2.0.1\n  Downloaded tar v0.4.44\n  Downloaded git-ref-format-core v0.3.1\n  Downloaded adler2 v2.0.1\n  Downloaded crc32fast v1.5.0\n  Downloaded tree-sitter-html v0.23.2\n  Downloaded tree-sitter-highlight v0.24.7\n  Downloaded ref-cast v1.0.24\n  Downloaded cipher v0.4.4\n  Downloaded elliptic-curve v0.13.8\n  Downloaded cyphernet v0.5.2\n  Downloaded serde_derive v1.0.228\n  Downloaded proc-macro2 v1.0.101\n  Downloaded signal-hook-registry v1.4.6\n  Downloaded wasm-bindgen-macro-support v0.2.100\n  Downloaded portable-atomic v1.11.1\n  Downloaded miniz_oxide v0.8.9\n  Downloaded tree-sitter v0.24.7\n  Downloaded timeago v0.4.2\n  Downloaded schemars_derive v1.0.4\n  Downloaded serde_derive_internals v0.29.1\n  Downloaded ref-cast-impl v1.0.24\n  Downloaded subtle v2.6.1\n  Downloaded ghash v0.5.1\n  Downloaded aead v0.5.2\n  Downloaded signature v2.2.0\n  Downloaded unicode-normalization v0.1.24\n  Downloaded deranged v0.5.3\n  Downloaded flate2 v1.1.2\n  Downloaded base64 v0.21.7\n  Downloaded anyhow v1.0.99\n  Downloaded chacha20 v0.9.1\n  Downloaded cbc v0.1.2\n  Downloaded polyval v0.6.2\n  Downloaded p384 v0.13.1\n  Downloaded darling v0.20.11\n  Downloaded windows-targets v0.48.5\n  Downloaded wasm-bindgen-shared v0.2.100\n  Downloaded wasm-bindgen-backend v0.2.100\n  Downloaded tree-sitter-c v0.23.4\n  Downloaded schemars v1.0.4\n  Downloaded rand_core v0.6.4\n  Downloaded nom v8.0.0\n  Downloaded serde v1.0.228\n  Downloaded serde_core v1.0.228\n  Downloaded allocator-api2 v0.2.21\n  Downloaded signal-hook v0.3.18\n  Downloaded wasi v0.11.1+wasi-snapshot-preview1\n  Downloaded errno v0.3.13\n  Downloaded windows-targets v0.53.3\n  Downloaded windows-link v0.1.3\n  Downloaded cfg-if v1.0.3\n  Downloaded scopeguard v1.2.0\n  Downloaded itoa v1.0.15\n  Downloaded radicle-signals v0.11.0\n  Downloaded tree-sitter-go v0.23.4\n  Downloaded sec1 v0.7.3\n  Downloaded pkcs8 v0.10.2\n  Downloaded spki v0.7.3\n  Downloaded base16ct v0.2.0\n  Downloaded itertools v0.14.0\n  Downloaded clap_builder v4.5.51\n  Downloaded minimal-lexical v0.2.1\n  Downloaded unicode-segmentation v1.12.0\n  Downloaded darling_core v0.20.11\n  Downloaded log v0.4.29\n  Downloaded redox_syscall v0.5.17\n  Downloaded lock_api v0.4.13\n  Downloaded autocfg v1.5.0\n  Downloaded crossterm_winapi v0.9.1\n  Downloaded static_assertions v1.1.0\n  Downloaded castaway v0.2.4\n  Downloaded cassowary v0.3.0\n  Downloaded nix v0.29.0\n  Downloaded signals_receipts v0.2.4\n  Downloaded regex v1.11.2\n  Downloaded pkcs1 v0.7.5\n  Downloaded zerocopy v0.8.26\n  Downloaded radicle-ssh v0.10.0\n  Downloaded human-panic v2.0.4\n  Downloaded nom v7.1.3\n  Downloaded bitflags v2.9.3\n  Downloaded parking_lot v0.12.4\n  Downloaded parking_lot_core v0.9.11\n  Downloaded smallvec v1.15.1\n  Downloaded timeago v0.5.0\n  Downloaded vcpkg v0.2.15\n  Downloaded tree-sitter-python v0.23.6\n  Downloaded ssh-key v0.6.7\n  Downloaded der v0.7.10\n  Downloaded p521 v0.13.3\n  Downloaded itertools v0.13.0\n  Downloaded ryu v1.0.20\n  Downloaded aho-corasick v1.1.3\n  Downloaded rsa v0.9.8\n  Downloaded quick-xml v0.38.3\n  Downloaded mio v0.8.11\n  Downloaded tui-textarea v0.7.0\n  Downloaded compact_str v0.8.1\n  Downloaded aes v0.8.4\n  Downloaded hashbrown v0.15.5\n  Downloaded crossterm v0.28.1\n  Downloaded mio v1.0.4\n  Downloaded chrono v0.4.41\n  Downloaded aes-gcm v0.10.3\n  Downloaded tokio-util v0.7.17\n  Downloaded radicle-term v0.16.0\n  Downloaded syn v1.0.109\n  Downloaded isolang v2.4.0\n  Downloaded radicle-cob v0.17.0\n  Downloaded gimli v0.31.1\n  Downloaded rustix v1.0.8\n  Downloaded radicle-crypto v0.14.0\n  Downloaded tree-sitter-md v0.3.2\n  Downloaded regex-syntax v0.8.6\n  Downloaded unicode-width v0.1.14\n  Downloaded tree-sitter-rust v0.23.3\n  Downloaded object v0.36.7\n  Downloaded unicode-width v0.2.0\n  Downloaded syn v2.0.106\n  Downloaded nix v0.30.1\n  Downloaded tree-sitter-bash v0.23.3\n  Downloaded windows_x86_64_gnullvm v0.52.6\n  Downloaded windows_x86_64_gnullvm v0.48.5\n  Downloaded tree-sitter-ruby v0.23.1\n  Downloaded regex-automata v0.4.10\n  Downloaded rustix v0.38.44\n  Downloaded radicle-surf v0.22.1\n  Downloaded tree-sitter-typescript v0.23.2\n  Downloaded libz-sys v1.1.22\n  Downloaded windows_aarch64_gnullvm v0.52.6\n  Downloaded radicle-cli v0.17.0\n  Downloaded windows_aarch64_gnullvm v0.48.5\n  Downloaded windows_x86_64_msvc v0.52.6\n  Downloaded windows_x86_64_msvc v0.48.5\n  Downloaded windows_i686_gnullvm v0.52.6\n  Downloaded windows_x86_64_gnu v0.48.5\n  Downloaded ratatui v0.29.0\n  Downloaded time v0.3.42\n  Downloaded tokio v1.48.0\n  Downloaded radicle v0.20.0\n  Downloaded libgit2-sys v0.17.0+1.8.1\n  Downloaded sha3 v0.10.8\n  Downloaded libc v0.2.175\n  Downloaded windows_aarch64_gnullvm v0.53.0\n  Downloaded windows_x86_64_gnu v0.52.6\n  Downloaded windows_aarch64_msvc v0.52.6\n  Downloaded windows_aarch64_msvc v0.48.5\n  Downloaded windows_x86_64_msvc v0.53.0\n  Downloaded windows_x86_64_gnullvm v0.53.0\n  Downloaded windows_aarch64_msvc v0.53.0\n  Downloaded windows_i686_gnu v0.52.6\n  Downloaded windows_i686_gnu v0.48.5\n  Downloaded windows_i686_gnullvm v0.53.0\n  Downloaded windows_i686_msvc v0.48.5\n  Downloaded windows_i686_msvc v0.52.6\n  Downloaded windows_x86_64_gnu v0.53.0\n  Downloaded windows_i686_msvc v0.53.0\n  Downloaded windows_i686_gnu v0.53.0\n  Downloaded linux-raw-sys v0.9.4\n  Downloaded winapi v0.3.9\n  Downloaded windows-sys v0.61.2\n  Downloaded winapi-i686-pc-windows-gnu v0.4.0\n  Downloaded linux-raw-sys v0.4.15\n  Downloaded windows-sys v0.59.0\n  Downloaded sqlite3-src v0.5.1\n  Downloaded windows-sys v0.52.0\n  Downloaded windows-sys v0.60.2\n  Downloaded windows-sys v0.48.0\n  Downloaded winapi-x86_64-pc-windows-gnu v0.4.0\n  Downloaded windows v0.61.3\n  Downloaded windows v0.58.0\n","timestamp":{"secs_since_epoch":1784723946,"nanos_since_epoch":850942467},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_fetch","timestamp":{"secs_since_epoch":1784723947,"nanos_since_epoch":145257955},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784723947,"nanos_since_epoch":145298641},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784723947,"nanos_since_epoch":262392597},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723947,"nanos_since_epoch":262744547},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723947,"nanos_since_epoch":283644964},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784723947,"nanos_since_epoch":284006821},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784723961,"nanos_since_epoch":689585164},"log_source":"Plan"}
{"type":"plan_succeeded","timestamp":{"secs_since_epoch":1784723961,"nanos_since_epoch":695937150},"log_source":"Plan"}
{"type":"executor_ends_successfully","timestamp":{"secs_since_epoch":1784723961,"nanos_since_epoch":706325181},"log_source":"Plan"}
EXIT CODE: 0

Plan VM

Structured log: all OK
  1. 0 ms: Executor starts
    • Name: ambient-execute-plan
    • Version: 0.16.0@da3268d
  2. 5 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_build
    - 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. 5 ms: Execute action: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  4. 10 ms: Action succeeded: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  5. 10 ms: Execute action: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  6. 11 ms: Action succeeded: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  7. 11 ms: Execute action: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  8. 12 ms: Action succeeded: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  9. 12 ms: Execute action: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  10. 13 ms: Action succeeded: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  11. 13 ms: Execute action: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  12. 13 ms: Action succeeded: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  13. 14 ms: Execute action: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  14. 14 ms: Action succeeded: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  15. 14 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  16. 293 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  17. 303 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  18. 5638 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  19. 5642 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  20. 5650 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  21. 5654 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  22. 5663 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  23. 5667 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  24. 5677 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  25. 5678 ms: Execute action: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  26. 5678 ms: Start program: bash
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  27. 5698 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
      + ln -sf /ci /workspace
      
  28. 5705 ms: Action succeeded: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  29. 5705 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. 5706 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. 5706 ms: Execute action: cargo_fmt
    - action: cargo_fmt
    
  32. 5706 ms: Start program: cargo
    • cargo
    • --version
  33. 5870 ms: Program succeeded
    • Exit code: 0
    • Stdout
      cargo 1.92.0 (344c4567c 2025-10-21)
      
    • Stderr
  34. 5874 ms: Start program: cargo
    • cargo
    • clippy
    • --version
  35. 6097 ms: Program succeeded
    • Exit code: 0
    • Stdout
      clippy 0.1.92 (ded5c06cf2 2025-12-08)
      
    • Stderr
  36. 6097 ms: Start program: rustc
    • rustc
    • --version
  37. 6204 ms: Program succeeded
    • Exit code: 0
    • Stdout
      rustc 1.92.0 (ded5c06cf 2025-12-08)
      
    • Stderr
  38. 6208 ms: Start program: cargo
    • cargo
    • fmt
    • --check
  39. 6843 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
  40. 6847 ms: Action succeeded: cargo_fmt
    - action: cargo_fmt
    
  41. 6847 ms: Execute action: cargo_clippy
    - action: cargo_clippy
    
  42. 6847 ms: Start program: cargo
    • cargo
    • --version
  43. 6930 ms: Program succeeded
    • Exit code: 0
    • Stdout
      cargo 1.92.0 (344c4567c 2025-10-21)
      
    • Stderr
  44. 6934 ms: Start program: cargo
    • cargo
    • clippy
    • --version
  45. 7054 ms: Program succeeded
    • Exit code: 0
    • Stdout
      clippy 0.1.92 (ded5c06cf2 2025-12-08)
      
    • Stderr
  46. 7058 ms: Start program: rustc
    • rustc
    • --version
  47. 7137 ms: Program succeeded
    • Exit code: 0
    • Stdout
      rustc 1.92.0 (ded5c06cf 2025-12-08)
      
    • Stderr
  48. 7142 ms: Start program: cargo
    • cargo
    • clippy
    • --offline
    • --locked
    • --workspace
    • --all-targets
    • --no-deps
    • --
    • --deny
    • warnings
  49. 202162 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
         Compiling proc-macro2 v1.0.101
         Compiling unicode-ident v1.0.18
         Compiling libc v0.2.175
         Compiling quote v1.0.40
         Compiling jobserver v0.1.34
         Compiling syn v2.0.106
         Compiling shlex v1.3.0
         Compiling find-msvc-tools v0.1.0
         Compiling cc v1.2.35
          Checking cfg-if v1.0.3
         Compiling version_check v0.9.5
         Compiling serde_core v1.0.228
         Compiling serde v1.0.228
         Compiling serde_derive v1.0.228
         Compiling typenum v1.18.0
         Compiling generic-array v0.14.7
          Checking crypto-common v0.1.6
          Checking log v0.4.29
          Checking smallvec v1.15.1
         Compiling synstructure v0.13.2
         Compiling autocfg v1.5.0
          Checking bitflags v2.9.3
         Compiling zerofrom-derive v0.1.6
         Compiling yoke-derive v0.8.0
          Checking stable_deref_trait v1.2.0
          Checking subtle v2.6.1
         Compiling zerovec-derive v0.11.1
          Checking zerofrom v0.1.6
          Checking yoke v0.8.0
         Compiling thiserror v1.0.69
         Compiling pkg-config v0.3.32
          Checking zerovec v0.11.4
         Compiling displaydoc v0.2.5
         Compiling thiserror-impl v1.0.69
         Compiling syn v1.0.109
          Checking memchr v2.7.5
         Compiling lock_api v0.4.13
         Compiling parking_lot_core v0.9.11
          Checking tinystr v0.8.1
          Checking block-padding v0.3.3
          Checking block-buffer v0.10.4
          Checking signal-hook-registry v1.4.6
          Checking litemap v0.8.0
          Checking scopeguard v1.2.0
          Checking cpufeatures v0.2.17
          Checking tree-sitter-language v0.1.5
          Checking writeable v0.6.1
          Checking icu_locale_core v2.0.0
          Checking digest v0.10.7
          Checking inout v0.1.4
          Checking potential_utf v0.1.3
          Checking zerotrie v0.2.2
          Checking mio v1.0.4
         Compiling signal-hook v0.3.18
         Compiling icu_normalizer_data v2.0.0
         Compiling icu_properties_data v2.0.1
          Checking icu_provider v2.0.0
          Checking icu_collections v2.0.0
          Checking parking_lot v0.12.4
          Checking cipher v0.4.4
          Checking getrandom v0.2.16
         Compiling vcpkg v0.2.15
          Checking mio v0.8.11
         Compiling libz-sys v1.1.22
          Checking equivalent v1.0.2
          Checking foldhash v0.1.5
          Checking allocator-api2 v0.2.21
          Checking hashbrown v0.15.5
          Checking signal-hook-mio v0.2.4
          Checking icu_normalizer v2.0.0
          Checking icu_properties v2.0.1
         Compiling proc-macro-error-attr v1.0.4
          Checking idna_adapter v1.2.1
         Compiling amplify_syn v2.0.1
         Compiling libgit2-sys v0.17.0+1.8.1
          Checking universal-hash v0.5.1
         Compiling proc-macro-error v1.0.4
          Checking utf8_iter v1.0.4
          Checking byteorder v1.5.0
          Checking unicode-segmentation v1.12.0
          Checking percent-encoding v2.3.2
          Checking itoa v1.0.15
         Compiling rustversion v1.0.22
          Checking ryu v1.0.20
          Checking signature v1.6.4
          Checking opaque-debug v0.3.1
          Checking ed25519 v1.5.3
          Checking form_urlencoded v1.2.2
         Compiling amplify_derive v4.0.1
          Checking idna v1.1.0
         Compiling heck v0.5.0
          Checking amplify_num v0.5.3
         Compiling getrandom v0.3.3
         Compiling rustix v1.0.8
         Compiling cfg_aliases v0.2.1
          Checking ascii v1.1.0
          Checking ct-codecs v1.1.6
          Checking ec25519 v0.1.0
          Checking amplify v4.9.0
         Compiling git-ref-format-core v0.3.1
          Checking url v2.5.7
          Checking polyval v0.6.2
          Checking sha2 v0.10.9
         Compiling sqlite3-src v0.5.1
         Compiling fnv v1.0.7
         Compiling ident_case v1.0.1
          Checking unicode-width v0.1.14
          Checking either v1.15.0
          Checking keccak v0.1.5
          Checking base64ct v1.8.0
          Checking fastrand v2.3.0
          Checking unicode-width v0.2.0
          Checking linux-raw-sys v0.9.4
         Compiling strsim v0.11.1
         Compiling darling_core v0.20.11
          Checking pem-rfc7468 v0.7.0
          Checking sha3 v0.10.8
          Checking ghash v0.5.1
         Compiling git-ref-format-macro v0.3.1
          Checking cyphergraphy v0.3.0
          Checking ctr v0.9.2
          Checking aes v0.8.4
          Checking rand_core v0.6.4
          Checking aead v0.5.2
         Compiling tree-sitter v0.24.7
         Compiling crossbeam-utils v0.8.21
         Compiling data-encoding v2.9.0
         Compiling anyhow v1.0.99
          Checking once_cell v1.21.3
          Checking zeroize v1.8.1
          Checking base32 v0.4.0
         Compiling rustix v0.38.44
         Compiling crc32fast v1.5.0
         Compiling convert_case v0.7.1
          Checking cypheraddr v0.4.0
          Checking git2 v0.19.0
         Compiling data-encoding-macro-internal v0.1.16
          Checking aes-gcm v0.10.3
          Checking git-ref-format v0.3.1
          Checking ssh-encoding v0.2.0
         Compiling darling_macro v0.20.11
          Checking poly1305 v0.8.0
          Checking blowfish v0.9.1
          Checking chacha20 v0.9.1
          Checking cbc v0.1.2
          Checking pbkdf2 v0.12.2
          Checking aho-corasick v1.1.3
         Compiling num-traits v0.2.19
         Compiling typeid v1.0.3
          Checking radicle-std-ext v0.1.1
          Checking utf8parse v0.2.2
         Compiling adler2 v2.0.1
         Compiling serde_json v1.0.143
          Checking anstyle-query v1.1.4
          Checking linux-raw-sys v0.4.15
         Compiling paste v1.0.15
          Checking regex-syntax v0.8.6
         Compiling instability v0.3.9
          Checking powerfmt v0.2.0
          Checking siphasher v1.0.1
          Checking deranged v0.5.3
          Checking regex-automata v0.4.10
          Checking data-encoding-macro v0.1.18
         Compiling miniz_oxide v0.8.9
          Checking anstyle-parse v0.2.7
          Checking radicle-git-ext v0.8.1
          Checking ssh-cipher v0.2.0
          Checking bcrypt-pbkdf v0.10.0
         Compiling darling v0.20.11
          Checking sqlite3-sys v0.15.2
          Checking socks5-client v0.4.1
         Compiling xattr v1.5.1
         Compiling derive_more-impl v2.0.1
          Checking rand v0.8.5
         Compiling filetime v0.2.26
          Checking itertools v0.13.0
          Checking castaway v0.2.4
         Compiling strum_macros v0.26.4
          Checking indexmap v2.11.0
         Compiling indoc v2.0.6
          Checking lazy_static v1.5.0
          Checking anstyle v1.0.13
         Compiling portable-atomic v1.11.1
         Compiling ref-cast v1.0.24
          Checking dyn-clone v1.0.20
          Checking base-x v0.2.11
          Checking num-conv v0.1.0
         Compiling object v0.36.7
          Checking is_terminal_polyfill v1.70.2
          Checking signature v2.2.0
          Checking time-core v0.1.5
          Checking colorchoice v1.0.4
          Checking num_threads v0.1.7
         Compiling litrs v0.4.2
          Checking static_assertions v1.1.0
          Checking compact_str v0.8.1
          Checking time v0.3.42
         Compiling document-features v0.2.11
          Checking anstream v0.6.21
          Checking ssh-key v0.6.7
          Checking multibase v0.9.1
          Checking strum v0.26.3
          Checking unicode-truncate v1.1.0
         Compiling tar v0.4.44
          Checking derive_more v2.0.1
          Checking qcheck v1.0.0
          Checking crossbeam-channel v0.5.15
         Compiling flate2 v1.1.2
          Checking cyphernet v0.5.2
          Checking sqlite v0.32.0
          Checking regex v1.11.2
          Checking crossterm v0.28.1
          Checking radicle-ssh v0.10.0
          Checking tempfile v3.21.0
         Compiling nix v0.29.0
          Checking lru v0.12.5
          Checking nonempty v0.9.0
         Compiling ref-cast-impl v1.0.24
          Checking errno v0.3.13
          Checking sem_safe v0.2.1
         Compiling serde_derive_internals v0.29.1
          Checking cassowary v0.3.0
          Checking streaming-iterator v0.1.9
          Checking gimli v0.31.1
          Checking tinyvec_macros v0.1.1
          Checking iana-time-zone v0.1.63
          Checking bitflags v1.3.2
          Checking crossterm v0.25.0
          Checking chrono v0.4.41
          Checking addr2line v0.24.2
          Checking tinyvec v1.10.0
         Compiling schemars_derive v1.0.4
          Checking ratatui v0.29.0
          Checking signals_receipts v0.2.4
         Compiling radicle-surf v0.22.1
          Checking radicle-crypto v0.14.0
          Checking erased-serde v0.4.6
          Checking crossterm v0.29.0
          Checking phf_shared v0.11.3
          Checking console v0.16.1
          Checking radicle-dag v0.10.0
         Compiling nix v0.30.1
          Checking newline-converter v0.3.0
          Checking fxhash v0.2.1
          Checking toml_datetime v0.7.3
          Checking serde_spanned v1.0.3
         Compiling tree-sitter-css v0.23.2
         Compiling tree-sitter-python v0.23.6
         Compiling tree-sitter-bash v0.23.3
         Compiling tree-sitter-ruby v0.23.1
         Compiling tree-sitter-c v0.23.4
         Compiling tree-sitter-md v0.3.2
         Compiling tree-sitter-html v0.23.2
         Compiling tree-sitter-toml-ng v0.6.0
         Compiling tree-sitter-json v0.24.8
         Compiling tree-sitter-rust v0.23.3
         Compiling tree-sitter-go v0.23.4
         Compiling tree-sitter-typescript v0.23.2
          Checking unit-prefix v0.5.1
          Checking clap_lex v0.7.6
          Checking rustc-demangle v0.1.26
          Checking base64 v0.21.7
          Checking toml_writer v1.0.4
          Checking clap_builder v4.5.51
          Checking toml v0.9.8
          Checking backtrace v0.3.75
          Checking indicatif v0.18.2
          Checking inquire v0.7.5
          Checking radicle-cob v0.17.0
          Checking phf v0.11.3
          Checking serde-untagged v0.1.8
          Checking radicle-signals v0.11.0
          Checking schemars v1.0.4
          Checking unicode-normalization v0.1.24
          Checking colored v2.2.0
          Checking uuid v1.18.1
         Compiling clap_derive v4.5.49
          Checking unicode-display-width v0.3.0
          Checking os_info v3.12.0
          Checking localtime v1.3.1
          Checking bytesize v2.0.1
         Compiling tokio-macros v2.6.0
          Checking socket2 v0.6.0
         Compiling thiserror v2.0.17
          Checking dunce v1.0.5
          Checking fast-glob v0.3.3
          Checking pin-project-lite v0.2.16
         Compiling radicle-cli v0.17.0
          Checking bytes v1.10.1
          Checking minimal-lexical v0.2.1
          Checking nom v7.1.3
          Checking tokio v1.48.0
          Checking radicle-term v0.16.0
          Checking radicle v0.20.0
          Checking clap v4.5.51
          Checking human-panic v2.0.4
          Checking xterm-query v0.5.2
          Checking isolang v2.4.0
          Checking tree-sitter-highlight v0.24.7
          Checking itertools v0.14.0
         Compiling thiserror-impl v2.0.17
          Checking thread_local v1.1.9
          Checking thread-id v3.3.0
          Checking lexopt v0.3.1
          Checking futures-core v0.3.31
          Checking coolor v1.1.0
          Checking futures-sink v0.3.31
          Checking timeago v0.4.2
          Checking simdutf8 v0.1.5
         Compiling radicle-tui v0.7.0 (/ci/src)
          Checking ansi-to-tui v7.0.0
          Checking terminal-light v1.8.0
          Checking tokio-util v0.7.17
          Checking fuzzy-matcher v0.3.7
          Checking simple-logging v2.0.2
          Checking homedir v0.3.6
          Checking timeago v0.5.0
          Checking tui-textarea v0.7.0
          Checking tui-tree-widget v0.23.1
          Checking nom v8.0.0
          Checking md5 v0.8.0
          Checking yansi v1.0.1
          Checking diff v0.1.13
          Checking pretty_assertions v1.4.1
          Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 14s
      
  50. 202337 ms: Action succeeded: cargo_clippy
    - action: cargo_clippy
    
  51. 202337 ms: Execute action: cargo_build
    - action: cargo_build
    
  52. 202338 ms: Start program: cargo
    • cargo
    • --version
  53. 202482 ms: Program succeeded
    • Exit code: 0
    • Stdout
      cargo 1.92.0 (344c4567c 2025-10-21)
      
    • Stderr
  54. 202487 ms: Start program: cargo
    • cargo
    • clippy
    • --version
  55. 202606 ms: Program succeeded
    • Exit code: 0
    • Stdout
      clippy 0.1.92 (ded5c06cf2 2025-12-08)
      
    • Stderr
  56. 202607 ms: Start program: rustc
    • rustc
    • --version
  57. 202691 ms: Program succeeded
    • Exit code: 0
    • Stdout
      rustc 1.92.0 (ded5c06cf 2025-12-08)
      
    • Stderr
  58. 202696 ms: Start program: cargo
    • cargo
    • build
    • --offline
    • --locked
    • --workspace
    • --all-targets
  59. 486733 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
         Compiling shlex v1.3.0
         Compiling libc v0.2.175
         Compiling cc v1.2.35
         Compiling cfg-if v1.0.3
         Compiling serde_core v1.0.228
         Compiling typenum v1.18.0
         Compiling generic-array v0.14.7
         Compiling crypto-common v0.1.6
         Compiling log v0.4.29
         Compiling smallvec v1.15.1
         Compiling zerofrom v0.1.6
         Compiling stable_deref_trait v1.2.0
         Compiling yoke v0.8.0
         Compiling subtle v2.6.1
         Compiling serde v1.0.228
         Compiling zerovec v0.11.4
         Compiling bitflags v2.9.3
         Compiling memchr v2.7.5
         Compiling thiserror v1.0.69
         Compiling tinystr v0.8.1
         Compiling block-padding v0.3.3
         Compiling block-buffer v0.10.4
         Compiling signal-hook-registry v1.4.6
         Compiling litemap v0.8.0
         Compiling tree-sitter-language v0.1.5
         Compiling unicode-segmentation v1.12.0
         Compiling writeable v0.6.1
         Compiling scopeguard v1.2.0
         Compiling cpufeatures v0.2.17
         Compiling lock_api v0.4.13
         Compiling icu_locale_core v2.0.0
         Compiling digest v0.10.7
         Compiling inout v0.1.4
         Compiling parking_lot_core v0.9.11
         Compiling potential_utf v0.1.3
         Compiling zerotrie v0.2.2
         Compiling mio v1.0.4
         Compiling linux-raw-sys v0.9.4
         Compiling icu_provider v2.0.0
         Compiling icu_collections v2.0.0
         Compiling parking_lot v0.12.4
         Compiling cipher v0.4.4
         Compiling getrandom v0.2.16
         Compiling libz-sys v1.1.22
         Compiling icu_properties_data v2.0.1
         Compiling signal-hook v0.3.18
         Compiling icu_normalizer_data v2.0.0
         Compiling mio v0.8.11
         Compiling allocator-api2 v0.2.21
         Compiling equivalent v1.0.2
         Compiling foldhash v0.1.5
         Compiling signal-hook-mio v0.2.4
         Compiling icu_normalizer v2.0.0
         Compiling hashbrown v0.15.5
         Compiling icu_properties v2.0.1
         Compiling strsim v0.11.1
         Compiling idna_adapter v1.2.1
         Compiling libgit2-sys v0.17.0+1.8.1
         Compiling universal-hash v0.5.1
         Compiling signature v1.6.4
         Compiling utf8_iter v1.0.4
         Compiling percent-encoding v2.3.2
         Compiling itoa v1.0.15
         Compiling byteorder v1.5.0
         Compiling opaque-debug v0.3.1
         Compiling ryu v1.0.20
         Compiling form_urlencoded v1.2.2
         Compiling idna v1.1.0
         Compiling ed25519 v1.5.3
         Compiling ct-codecs v1.1.6
         Compiling adler2 v2.0.1
         Compiling amplify_num v0.5.3
         Compiling ascii v1.1.0
         Compiling amplify v4.9.0
         Compiling ec25519 v0.1.0
         Compiling url v2.5.7
         Compiling polyval v0.6.2
         Compiling sha2 v0.10.9
         Compiling git-ref-format-core v0.3.1
         Compiling sqlite3-src v0.5.1
         Compiling keccak v0.1.5
         Compiling unicode-width v0.2.0
         Compiling unicode-width v0.1.14
         Compiling fastrand v2.3.0
         Compiling base64ct v1.8.0
         Compiling either v1.15.0
         Compiling pem-rfc7468 v0.7.0
         Compiling darling_core v0.20.11
         Compiling sha3 v0.10.8
         Compiling git-ref-format-macro v0.3.1
         Compiling ghash v0.5.1
         Compiling getrandom v0.3.3
         Compiling cyphergraphy v0.3.0
         Compiling rustix v1.0.8
         Compiling rand_core v0.6.4
         Compiling ctr v0.9.2
         Compiling aes v0.8.4
         Compiling aead v0.5.2
         Compiling tree-sitter v0.24.7
         Compiling base32 v0.4.0
         Compiling zeroize v1.8.1
         Compiling once_cell v1.21.3
         Compiling cypheraddr v0.4.0
         Compiling aes-gcm v0.10.3
         Compiling git-ref-format v0.3.1
         Compiling darling_macro v0.20.11
         Compiling ssh-encoding v0.2.0
         Compiling git2 v0.19.0
         Compiling blowfish v0.9.1
         Compiling poly1305 v0.8.0
         Compiling cbc v0.1.2
         Compiling chacha20 v0.9.1
         Compiling pbkdf2 v0.12.2
         Compiling convert_case v0.7.1
         Compiling aho-corasick v1.1.3
         Compiling siphasher v1.0.1
         Compiling regex-syntax v0.8.6
         Compiling powerfmt v0.2.0
         Compiling data-encoding v2.9.0
         Compiling radicle-std-ext v0.1.1
         Compiling utf8parse v0.2.2
         Compiling linux-raw-sys v0.4.15
         Compiling anstyle-query v1.1.4
         Compiling rustix v0.38.44
         Compiling anstyle-parse v0.2.7
         Compiling radicle-git-ext v0.8.1
         Compiling regex-automata v0.4.10
         Compiling data-encoding-macro v0.1.18
         Compiling deranged v0.5.3
         Compiling derive_more-impl v2.0.1
         Compiling bcrypt-pbkdf v0.10.0
         Compiling ssh-cipher v0.2.0
         Compiling darling v0.20.11
         Compiling sqlite3-sys v0.15.2
         Compiling crossbeam-utils v0.8.21
         Compiling crc32fast v1.5.0
         Compiling socks5-client v0.4.1
         Compiling xattr v1.5.1
         Compiling rand v0.8.5
         Compiling itertools v0.13.0
         Compiling castaway v0.2.4
         Compiling miniz_oxide v0.8.9
         Compiling indexmap v2.11.0
         Compiling filetime v0.2.26
         Compiling is_terminal_polyfill v1.70.2
         Compiling static_assertions v1.1.0
         Compiling lazy_static v1.5.0
         Compiling signature v2.2.0
         Compiling dyn-clone v1.0.20
         Compiling base-x v0.2.11
         Compiling time-core v0.1.5
         Compiling colorchoice v1.0.4
         Compiling num_threads v0.1.7
         Compiling anstyle v1.0.13
         Compiling num-conv v0.1.0
         Compiling anstream v0.6.21
         Compiling time v0.3.42
         Compiling instability v0.3.9
         Compiling multibase v0.9.1
         Compiling ssh-key v0.6.7
         Compiling compact_str v0.8.1
         Compiling tar v0.4.44
         Compiling serde_json v1.0.143
         Compiling unicode-truncate v1.1.0
         Compiling flate2 v1.1.2
         Compiling strum v0.26.3
         Compiling qcheck v1.0.0
         Compiling cyphernet v0.5.2
         Compiling crossbeam-channel v0.5.15
         Compiling sqlite v0.32.0
         Compiling derive_more v2.0.1
         Compiling regex v1.11.2
         Compiling num-traits v0.2.19
         Compiling crossterm v0.28.1
         Compiling typeid v1.0.3
         Compiling anyhow v1.0.99
         Compiling tempfile v3.21.0
         Compiling radicle-ssh v0.10.0
         Compiling lru v0.12.5
         Compiling nonempty v0.9.0
         Compiling errno v0.3.13
         Compiling sem_safe v0.2.1
         Compiling gimli v0.31.1
         Compiling streaming-iterator v0.1.9
         Compiling iana-time-zone v0.1.63
         Compiling bitflags v1.3.2
         Compiling cassowary v0.3.0
         Compiling tinyvec_macros v0.1.1
         Compiling tinyvec v1.10.0
         Compiling ratatui v0.29.0
         Compiling addr2line v0.24.2
         Compiling crossterm v0.25.0
         Compiling chrono v0.4.41
         Compiling signals_receipts v0.2.4
         Compiling ref-cast v1.0.24
         Compiling radicle-crypto v0.14.0
         Compiling radicle-surf v0.22.1
         Compiling erased-serde v0.4.6
         Compiling crossterm v0.29.0
         Compiling object v0.36.7
         Compiling portable-atomic v1.11.1
         Compiling phf_shared v0.11.3
         Compiling console v0.16.1
         Compiling radicle-dag v0.10.0
         Compiling fxhash v0.2.1
         Compiling newline-converter v0.3.0
         Compiling serde_spanned v1.0.3
         Compiling toml_datetime v0.7.3
         Compiling tree-sitter-ruby v0.23.1
         Compiling tree-sitter-md v0.3.2
         Compiling tree-sitter-c v0.23.4
         Compiling tree-sitter-css v0.23.2
         Compiling tree-sitter-bash v0.23.3
         Compiling tree-sitter-go v0.23.4
         Compiling tree-sitter-toml-ng v0.6.0
         Compiling tree-sitter-typescript v0.23.2
         Compiling tree-sitter-python v0.23.6
         Compiling tree-sitter-json v0.24.8
         Compiling tree-sitter-rust v0.23.3
         Compiling tree-sitter-html v0.23.2
         Compiling clap_lex v0.7.6
         Compiling rustc-demangle v0.1.26
         Compiling toml_writer v1.0.4
         Compiling unit-prefix v0.5.1
         Compiling base64 v0.21.7
         Compiling indicatif v0.18.2
         Compiling backtrace v0.3.75
         Compiling toml v0.9.8
         Compiling clap_builder v4.5.51
         Compiling inquire v0.7.5
         Compiling radicle-cob v0.17.0
         Compiling phf v0.11.3
         Compiling serde-untagged v0.1.8
         Compiling nix v0.29.0
         Compiling schemars v1.0.4
         Compiling radicle-signals v0.11.0
         Compiling unicode-normalization v0.1.24
         Compiling colored v2.2.0
         Compiling uuid v1.18.1
         Compiling unicode-display-width v0.3.0
         Compiling localtime v1.3.1
         Compiling os_info v3.12.0
         Compiling bytesize v2.0.1
         Compiling socket2 v0.6.0
         Compiling fast-glob v0.3.3
         Compiling pin-project-lite v0.2.16
         Compiling bytes v1.10.1
         Compiling dunce v1.0.5
         Compiling minimal-lexical v0.2.1
         Compiling nom v7.1.3
         Compiling tokio v1.48.0
         Compiling radicle v0.20.0
         Compiling radicle-cli v0.17.0
         Compiling human-panic v2.0.4
         Compiling radicle-term v0.16.0
         Compiling clap v4.5.51
         Compiling xterm-query v0.5.2
         Compiling isolang v2.4.0
         Compiling nix v0.30.1
         Compiling tree-sitter-highlight v0.24.7
         Compiling itertools v0.14.0
         Compiling thread_local v1.1.9
         Compiling thread-id v3.3.0
         Compiling radicle-tui v0.7.0 (/ci/src)
         Compiling timeago v0.4.2
         Compiling futures-sink v0.3.31
         Compiling coolor v1.1.0
         Compiling simdutf8 v0.1.5
         Compiling lexopt v0.3.1
         Compiling futures-core v0.3.31
         Compiling tokio-util v0.7.17
         Compiling ansi-to-tui v7.0.0
         Compiling terminal-light v1.8.0
         Compiling thiserror v2.0.17
         Compiling simple-logging v2.0.2
         Compiling fuzzy-matcher v0.3.7
         Compiling homedir v0.3.6
         Compiling timeago v0.5.0
         Compiling tui-textarea v0.7.0
         Compiling tui-tree-widget v0.23.1
         Compiling nom v8.0.0
         Compiling md5 v0.8.0
         Compiling diff v0.1.13
         Compiling yansi v1.0.1
         Compiling pretty_assertions v1.4.1
          Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 43s
      
  60. 486973 ms: Action succeeded: cargo_build
    - action: cargo_build
    
  61. 486973 ms: Execute action: cargo_test
    - action: cargo_test
    
  62. 486973 ms: Start program: cargo
    • cargo
    • --version
  63. 487123 ms: Program succeeded
    • Exit code: 0
    • Stdout
      cargo 1.92.0 (344c4567c 2025-10-21)
      
    • Stderr
  64. 487127 ms: Start program: cargo
    • cargo
    • clippy
    • --version
  65. 487234 ms: Program succeeded
    • Exit code: 0
    • Stdout
      clippy 0.1.92 (ded5c06cf2 2025-12-08)
      
    • Stderr
  66. 487234 ms: Start program: rustc
    • rustc
    • --version
  67. 487314 ms: Program succeeded
    • Exit code: 0
    • Stdout
      rustc 1.92.0 (ded5c06cf 2025-12-08)
      
    • Stderr
  68. 487315 ms: Start program: cargo
    • cargo
    • test
    • --offline
    • --locked
    • --workspace
  69. 491024 ms: Program succeeded
    • Exit code: 0
    • Stdout
      running 7 tests
      test ui::test::state_value_apply_should_succeed ... ok
      test ui::test::state_value_read_buffer_should_succeed ... ok
      test ui::test::state_value_read_should_succeed ... ok
      test ui::test::state_value_reset_after_apply_should_succeed ... ok
      test ui::test::state_value_reset_should_succeed ... ok
      test ui::utils::test::lines_should_be_merged_correctly ... ok
      test ui::utils::test::lines_with_start_should_be_merged_correctly ... ok
      
      test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
      
      
      running 66 tests
      test apps::tui_inbox::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
      test apps::tui_inbox::cli::empty_operation_should_not_be_forwarded ... ok
      test apps::tui_inbox::cli::empty_operation_with_help_should_be_forwarded ... ok
      test apps::tui_inbox::cli::empty_operation_with_help_should_not_be_forwarded ... ok
      test apps::tui_inbox::cli::list_operation_should_not_be_forwarded ... ok
      test apps::tui_inbox::cli::list_operation_with_help_should_be_forwarded ... ok
      test apps::tui_inbox::cli::list_operation_should_not_be_forwarded_explicitly ... ok
      test apps::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded ... ok
      test apps::tui_inbox::cli::unknown_operation_should_be_forwarded ... ok
      test apps::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
      test apps::tui_inbox::cli::unknown_operation_should_not_be_forwarded ... ok
      test apps::tui_issue::test::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
      test apps::tui_issue::test::empty_operation_should_not_be_forwarded ... ok
      test apps::tui_issue::test::empty_operation_with_help_should_be_forwarded ... ok
      test apps::tui_issue::test::empty_operation_with_help_should_not_be_forwarded ... ok
      test apps::tui_issue::test::list_operation_should_not_be_forwarded ... ok
      test apps::tui_issue::test::list_operation_should_not_be_forwarded_explicitly ... ok
      test apps::tui_issue::test::list_operation_with_help_should_be_forwarded ... ok
      test apps::tui_issue::test::list_operation_with_help_should_not_be_forwarded ... ok
      test apps::tui_issue::test::list_operation_with_help_should_not_be_forwarded_reversed ... ok
      test apps::tui_issue::test::unknown_operation_should_be_forwarded ... ok
      test apps::tui_issue::test::unknown_operation_should_not_be_forwarded ... ok
      test apps::tui_patch::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok
      test apps::tui_patch::cli::empty_operation_should_not_be_forwarded ... ok
      test apps::tui_patch::cli::empty_operation_with_help_should_be_forwarded ... ok
      test apps::tui_patch::cli::list_operation_should_not_be_forwarded ... ok
      test apps::tui_patch::cli::empty_operation_with_help_should_not_be_forwarded ... ok
      test apps::tui_patch::cli::list_operation_should_not_be_forwarded_explicitly ... ok
      test apps::tui_patch::cli::list_operation_with_help_should_not_be_forwarded ... ok
      test apps::tui_patch::cli::list_operation_with_help_should_be_forwarded ... ok
      test apps::tui_patch::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok
      test apps::tui_patch::cli::unknown_operation_should_not_be_forwarded ... ok
      test apps::tui_patch::cli::unknown_operation_should_be_forwarded ... ok
      test apps::tui_patch::review::builder::tests::test_review_comments_basic ... ok
      test apps::tui_patch::review::builder::tests::test_review_comments_multiline ... ok
      test apps::tui_patch::review::builder::tests::test_review_comments_split_hunk ... ok
      test apps::tui_patch::review::builder::tests::test_review_comments_before ... ok
      test apps::tui_patch::review::test::app_with_single_file_multiple_hunks_can_be_constructed ... ok
      test apps::tui_patch::review::test::app_with_single_hunk_can_be_constructed ... ok
      test apps::tui_patch::review::test::first_hunk_is_selected_by_default ... ok
      test apps::tui_patch::review::test::hunk_can_be_selected ... ok
      test apps::tui_patch::review::test::hunks_are_rejected_by_default ... ok
      test apps::tui_patch::review::test::hunk_state_is_synchronized ... ok
      test apps::tui_patch::review::test::multiple_files_single_hunk_can_be_accepted ... ok
      test apps::tui_patch::review::test::single_file_multiple_hunks_only_first_can_be_accepted ... ok
      test apps::tui_patch::review::test::single_file_multiple_hunks_only_last_can_be_accepted ... ok
      test cli::empty_command_should_be_forwarded ... ok
      test cli::empty_command_should_not_be_forwarded ... ok
      test cli::help_command_should_be_forwarded ... ok
      test cli::help_command_should_not_be_forwarded ... ok
      test cli::version_command_should_be_forwarded ... ok
      test cli::version_command_should_not_be_forwarded ... ok
      test cli::version_command_should_print_json ... ok
      test ui::items::issue::tests::issue_item_filter_from_str_should_succeed ... ok
      test ui::items::notification::tests::notification_item_filter_with_all_should_succeed ... ok
      test ui::items::notification::tests::notification_item_filter_with_all_shuffled_should_succeed ... ok
      test ui::items::notification::tests::notification_item_filter_with_author_should_not_succeed ... ok
      test ui::items::notification::tests::notification_item_filter_with_author_should_succeed ... ok
      test ui::items::notification::tests::notification_item_filter_with_concrete_kind_should_succeed ... ok
      test ui::items::patch::tests::diff_line_index_checks_ranges_correctly ... ok
      test apps::tui_patch::review::test::single_file_single_hunk_can_be_accepted ... ok
      test ui::items::patch::tests::hunk_comments_on_deleted_simple_are_inserted_correctly ... ok
      test ui::items::patch::tests::hunk_comments_on_modified_complex_are_inserted_correctly ... ok
      test ui::items::patch::tests::patch_filter_with_all_should_succeed ... ok
      test ui::items::patch::tests::patch_filter_with_all_shuffled_should_succeed ... ok
      test ui::items::patch::tests::hunk_comments_on_modified_simple_are_inserted_correctly ... ok
      
      test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.67s
      
      
      running 0 tests
      
      test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
      
      
    • Stderr
          Finished `test` profile [unoptimized + debuginfo] target(s) in 0.57s
           Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_tui-0deac52543dd1810)
           Running unittests bin/main.rs (/ci/cache/cargo-target/debug/deps/rad_tui-a733f7c4f3929356)
         Doc-tests radicle_tui
      
  70. 491142 ms: Action succeeded: cargo_test
    - action: cargo_test
    
  71. 491142 ms: Execute action: tar_create
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    
  72. 497808 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    
  73. 497808 ms: Execute action: tar_create
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    
  74. 497814 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    
  75. 497814 ms: Plan succededThere was much rejoicing!
  76. 497814 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(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  ] Started systemd-journald.service - Journal Service.
[  OK  ] Reached target network-pre.target - Preparation for Network.
         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  ] Finished systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[  OK  ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
         Starting systemd-sysusers.service - Create System Users...
[  OK  ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[  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-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  ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.
[  OK  ] Reached target nss-lookup.target - Host and Network Name Lookups.
         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...
         Starting modprobe@configfs.service - Load Kernel Module configfs...
[  OK  ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.
         Starting modprobe@fuse.service - Load Kernel Module fuse...
[  OK  ] Finished modprobe@configfs.service - Load Kernel Module configfs.
[  OK  ] Finished modprobe@fuse.service - Load Kernel Module fuse.
[  OK  ] Found device dev-ttyS0.device - /dev/ttyS0.
         Mounting proc-sys-fs-binfmt_misc.m…cutable File Formats File System...
         Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
         Mounting sys-kernel-config.mount - Kernel Configuration File System...
[  OK  ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[  OK  ] Mounted sys-kernel-config.mount - Kernel Configuration 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  ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
         Starting systemd-update-done.service - Update is Completed...
[  OK  ] Finished systemd-update-done.service - Update is Completed.
[  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  ] 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  ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[  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 systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Closed systemd-rfkill.socket - Loa…ll Switch Status /dev/rfkill Watch.
         Stopping dbus.service - D-Bus System Message Bus...
         Stopping getty@tty1.service - Getty on tty1...
         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  ] Stopped systemd-random-seed.service - Load/Save OS Random Seed.
[  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-resolved.service - Network Name Resolution.
[  OK  ] Stopped systemd-networkd.service - Network Configuration.
[  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-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.
[  509.052215] 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
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  18.6M  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-22 12:38 ./
-rw-r--r-- _rad/_rad      1295 2026-07-22 12:39 ./plan.yaml
-rwxr-xr-x _rad/_rad   5525824 2026-07-22 12:39 ./run-ci
INFO: Extracted files:
        6      0 drwxr-xr-x   2 1000     1000           80 Jul 22 12:38 .
       10   5400 -rwxr-xr-x   1 1000     1000      5525824 Jul 22 12:39 ./run-ci
        9      4 -rw-r--r--   1 1000     1000         1295 Jul 22 12:39 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.16.0@da3268d","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":83423139},"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_build"},{"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":1784723975,"nanos_since_epoch":88559590},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":89415688},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":93956108},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":94151869},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":94561177},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":95265635},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":95719095},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":95953080},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":96801419},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":97001350},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":97421652},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":97676980},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":98138726},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":98367128},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":377128419},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784723975,"nanos_since_epoch":386871880},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784723980,"nanos_since_epoch":722130973},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784723980,"nanos_since_epoch":725741061},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784723980,"nanos_since_epoch":733739749},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723980,"nanos_since_epoch":737972379},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784723980,"nanos_since_epoch":746977769},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784723980,"nanos_since_epoch":750497776},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784723980,"nanos_since_epoch":761266715},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784723980,"nanos_since_epoch":761643955},"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":1784723980,"nanos_since_epoch":761666766},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1784723980,"nanos_since_epoch":781447597},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784723980,"nanos_since_epoch":788955773},"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":1784723980,"nanos_since_epoch":789221461},"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":1784723980,"nanos_since_epoch":789969308},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_fmt","timestamp":{"secs_since_epoch":1784723980,"nanos_since_epoch":790016833},"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":1784723980,"nanos_since_epoch":790037226},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.92.0 (344c4567c 2025-10-21)\n","stderr":"","timestamp":{"secs_since_epoch":1784723980,"nanos_since_epoch":953575536},"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":1784723980,"nanos_since_epoch":957915185},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.92 (ded5c06cf2 2025-12-08)\n","stderr":"","timestamp":{"secs_since_epoch":1784723981,"nanos_since_epoch":180816224},"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":1784723981,"nanos_since_epoch":181192772},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.92.0 (ded5c06cf 2025-12-08)\n","stderr":"","timestamp":{"secs_since_epoch":1784723981,"nanos_since_epoch":287793767},"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":1784723981,"nanos_since_epoch":292413218},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"","timestamp":{"secs_since_epoch":1784723981,"nanos_since_epoch":926797347},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_fmt","timestamp":{"secs_since_epoch":1784723981,"nanos_since_epoch":930538752},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_clippy","timestamp":{"secs_since_epoch":1784723981,"nanos_since_epoch":930560090},"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":1784723981,"nanos_since_epoch":930575397},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.92.0 (344c4567c 2025-10-21)\n","stderr":"","timestamp":{"secs_since_epoch":1784723982,"nanos_since_epoch":13579414},"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":1784723982,"nanos_since_epoch":17893380},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.92 (ded5c06cf2 2025-12-08)\n","stderr":"","timestamp":{"secs_since_epoch":1784723982,"nanos_since_epoch":137521818},"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":1784723982,"nanos_since_epoch":142210740},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.92.0 (ded5c06cf 2025-12-08)\n","stderr":"","timestamp":{"secs_since_epoch":1784723982,"nanos_since_epoch":221299102},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[99,108,105,112,112,121]},{"Unix":[45,45,111,102,102,108,105,110,101]},{"Unix":[45,45,108,111,99,107,101,100]},{"Unix":[45,45,119,111,114,107,115,112,97,99,101]},{"Unix":[45,45,97,108,108,45,116,97,114,103,101,116,115]},{"Unix":[45,45,110,111,45,100,101,112,115]},{"Unix":[45,45]},{"Unix":[45,45,100,101,110,121]},{"Unix":[119,97,114,110,105,110,103,115]}],"timestamp":{"secs_since_epoch":1784723982,"nanos_since_epoch":226028663},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"   Compiling proc-macro2 v1.0.101\n   Compiling unicode-ident v1.0.18\n   Compiling libc v0.2.175\n   Compiling quote v1.0.40\n   Compiling jobserver v0.1.34\n   Compiling syn v2.0.106\n   Compiling shlex v1.3.0\n   Compiling find-msvc-tools v0.1.0\n   Compiling cc v1.2.35\n    Checking cfg-if v1.0.3\n   Compiling version_check v0.9.5\n   Compiling serde_core v1.0.228\n   Compiling serde v1.0.228\n   Compiling serde_derive v1.0.228\n   Compiling typenum v1.18.0\n   Compiling generic-array v0.14.7\n    Checking crypto-common v0.1.6\n    Checking log v0.4.29\n    Checking smallvec v1.15.1\n   Compiling synstructure v0.13.2\n   Compiling autocfg v1.5.0\n    Checking bitflags v2.9.3\n   Compiling zerofrom-derive v0.1.6\n   Compiling yoke-derive v0.8.0\n    Checking stable_deref_trait v1.2.0\n    Checking subtle v2.6.1\n   Compiling zerovec-derive v0.11.1\n    Checking zerofrom v0.1.6\n    Checking yoke v0.8.0\n   Compiling thiserror v1.0.69\n   Compiling pkg-config v0.3.32\n    Checking zerovec v0.11.4\n   Compiling displaydoc v0.2.5\n   Compiling thiserror-impl v1.0.69\n   Compiling syn v1.0.109\n    Checking memchr v2.7.5\n   Compiling lock_api v0.4.13\n   Compiling parking_lot_core v0.9.11\n    Checking tinystr v0.8.1\n    Checking block-padding v0.3.3\n    Checking block-buffer v0.10.4\n    Checking signal-hook-registry v1.4.6\n    Checking litemap v0.8.0\n    Checking scopeguard v1.2.0\n    Checking cpufeatures v0.2.17\n    Checking tree-sitter-language v0.1.5\n    Checking writeable v0.6.1\n    Checking icu_locale_core v2.0.0\n    Checking digest v0.10.7\n    Checking inout v0.1.4\n    Checking potential_utf v0.1.3\n    Checking zerotrie v0.2.2\n    Checking mio v1.0.4\n   Compiling signal-hook v0.3.18\n   Compiling icu_normalizer_data v2.0.0\n   Compiling icu_properties_data v2.0.1\n    Checking icu_provider v2.0.0\n    Checking icu_collections v2.0.0\n    Checking parking_lot v0.12.4\n    Checking cipher v0.4.4\n    Checking getrandom v0.2.16\n   Compiling vcpkg v0.2.15\n    Checking mio v0.8.11\n   Compiling libz-sys v1.1.22\n    Checking equivalent v1.0.2\n    Checking foldhash v0.1.5\n    Checking allocator-api2 v0.2.21\n    Checking hashbrown v0.15.5\n    Checking signal-hook-mio v0.2.4\n    Checking icu_normalizer v2.0.0\n    Checking icu_properties v2.0.1\n   Compiling proc-macro-error-attr v1.0.4\n    Checking idna_adapter v1.2.1\n   Compiling amplify_syn v2.0.1\n   Compiling libgit2-sys v0.17.0+1.8.1\n    Checking universal-hash v0.5.1\n   Compiling proc-macro-error v1.0.4\n    Checking utf8_iter v1.0.4\n    Checking byteorder v1.5.0\n    Checking unicode-segmentation v1.12.0\n    Checking percent-encoding v2.3.2\n    Checking itoa v1.0.15\n   Compiling rustversion v1.0.22\n    Checking ryu v1.0.20\n    Checking signature v1.6.4\n    Checking opaque-debug v0.3.1\n    Checking ed25519 v1.5.3\n    Checking form_urlencoded v1.2.2\n   Compiling amplify_derive v4.0.1\n    Checking idna v1.1.0\n   Compiling heck v0.5.0\n    Checking amplify_num v0.5.3\n   Compiling getrandom v0.3.3\n   Compiling rustix v1.0.8\n   Compiling cfg_aliases v0.2.1\n    Checking ascii v1.1.0\n    Checking ct-codecs v1.1.6\n    Checking ec25519 v0.1.0\n    Checking amplify v4.9.0\n   Compiling git-ref-format-core v0.3.1\n    Checking url v2.5.7\n    Checking polyval v0.6.2\n    Checking sha2 v0.10.9\n   Compiling sqlite3-src v0.5.1\n   Compiling fnv v1.0.7\n   Compiling ident_case v1.0.1\n    Checking unicode-width v0.1.14\n    Checking either v1.15.0\n    Checking keccak v0.1.5\n    Checking base64ct v1.8.0\n    Checking fastrand v2.3.0\n    Checking unicode-width v0.2.0\n    Checking linux-raw-sys v0.9.4\n   Compiling strsim v0.11.1\n   Compiling darling_core v0.20.11\n    Checking pem-rfc7468 v0.7.0\n    Checking sha3 v0.10.8\n    Checking ghash v0.5.1\n   Compiling git-ref-format-macro v0.3.1\n    Checking cyphergraphy v0.3.0\n    Checking ctr v0.9.2\n    Checking aes v0.8.4\n    Checking rand_core v0.6.4\n    Checking aead v0.5.2\n   Compiling tree-sitter v0.24.7\n   Compiling crossbeam-utils v0.8.21\n   Compiling data-encoding v2.9.0\n   Compiling anyhow v1.0.99\n    Checking once_cell v1.21.3\n    Checking zeroize v1.8.1\n    Checking base32 v0.4.0\n   Compiling rustix v0.38.44\n   Compiling crc32fast v1.5.0\n   Compiling convert_case v0.7.1\n    Checking cypheraddr v0.4.0\n    Checking git2 v0.19.0\n   Compiling data-encoding-macro-internal v0.1.16\n    Checking aes-gcm v0.10.3\n    Checking git-ref-format v0.3.1\n    Checking ssh-encoding v0.2.0\n   Compiling darling_macro v0.20.11\n    Checking poly1305 v0.8.0\n    Checking blowfish v0.9.1\n    Checking chacha20 v0.9.1\n    Checking cbc v0.1.2\n    Checking pbkdf2 v0.12.2\n    Checking aho-corasick v1.1.3\n   Compiling num-traits v0.2.19\n   Compiling typeid v1.0.3\n    Checking radicle-std-ext v0.1.1\n    Checking utf8parse v0.2.2\n   Compiling adler2 v2.0.1\n   Compiling serde_json v1.0.143\n    Checking anstyle-query v1.1.4\n    Checking linux-raw-sys v0.4.15\n   Compiling paste v1.0.15\n    Checking regex-syntax v0.8.6\n   Compiling instability v0.3.9\n    Checking powerfmt v0.2.0\n    Checking siphasher v1.0.1\n    Checking deranged v0.5.3\n    Checking regex-automata v0.4.10\n    Checking data-encoding-macro v0.1.18\n   Compiling miniz_oxide v0.8.9\n    Checking anstyle-parse v0.2.7\n    Checking radicle-git-ext v0.8.1\n    Checking ssh-cipher v0.2.0\n    Checking bcrypt-pbkdf v0.10.0\n   Compiling darling v0.20.11\n    Checking sqlite3-sys v0.15.2\n    Checking socks5-client v0.4.1\n   Compiling xattr v1.5.1\n   Compiling derive_more-impl v2.0.1\n    Checking rand v0.8.5\n   Compiling filetime v0.2.26\n    Checking itertools v0.13.0\n    Checking castaway v0.2.4\n   Compiling strum_macros v0.26.4\n    Checking indexmap v2.11.0\n   Compiling indoc v2.0.6\n    Checking lazy_static v1.5.0\n    Checking anstyle v1.0.13\n   Compiling portable-atomic v1.11.1\n   Compiling ref-cast v1.0.24\n    Checking dyn-clone v1.0.20\n    Checking base-x v0.2.11\n    Checking num-conv v0.1.0\n   Compiling object v0.36.7\n    Checking is_terminal_polyfill v1.70.2\n    Checking signature v2.2.0\n    Checking time-core v0.1.5\n    Checking colorchoice v1.0.4\n    Checking num_threads v0.1.7\n   Compiling litrs v0.4.2\n    Checking static_assertions v1.1.0\n    Checking compact_str v0.8.1\n    Checking time v0.3.42\n   Compiling document-features v0.2.11\n    Checking anstream v0.6.21\n    Checking ssh-key v0.6.7\n    Checking multibase v0.9.1\n    Checking strum v0.26.3\n    Checking unicode-truncate v1.1.0\n   Compiling tar v0.4.44\n    Checking derive_more v2.0.1\n    Checking qcheck v1.0.0\n    Checking crossbeam-channel v0.5.15\n   Compiling flate2 v1.1.2\n    Checking cyphernet v0.5.2\n    Checking sqlite v0.32.0\n    Checking regex v1.11.2\n    Checking crossterm v0.28.1\n    Checking radicle-ssh v0.10.0\n    Checking tempfile v3.21.0\n   Compiling nix v0.29.0\n    Checking lru v0.12.5\n    Checking nonempty v0.9.0\n   Compiling ref-cast-impl v1.0.24\n    Checking errno v0.3.13\n    Checking sem_safe v0.2.1\n   Compiling serde_derive_internals v0.29.1\n    Checking cassowary v0.3.0\n    Checking streaming-iterator v0.1.9\n    Checking gimli v0.31.1\n    Checking tinyvec_macros v0.1.1\n    Checking iana-time-zone v0.1.63\n    Checking bitflags v1.3.2\n    Checking crossterm v0.25.0\n    Checking chrono v0.4.41\n    Checking addr2line v0.24.2\n    Checking tinyvec v1.10.0\n   Compiling schemars_derive v1.0.4\n    Checking ratatui v0.29.0\n    Checking signals_receipts v0.2.4\n   Compiling radicle-surf v0.22.1\n    Checking radicle-crypto v0.14.0\n    Checking erased-serde v0.4.6\n    Checking crossterm v0.29.0\n    Checking phf_shared v0.11.3\n    Checking console v0.16.1\n    Checking radicle-dag v0.10.0\n   Compiling nix v0.30.1\n    Checking newline-converter v0.3.0\n    Checking fxhash v0.2.1\n    Checking toml_datetime v0.7.3\n    Checking serde_spanned v1.0.3\n   Compiling tree-sitter-css v0.23.2\n   Compiling tree-sitter-python v0.23.6\n   Compiling tree-sitter-bash v0.23.3\n   Compiling tree-sitter-ruby v0.23.1\n   Compiling tree-sitter-c v0.23.4\n   Compiling tree-sitter-md v0.3.2\n   Compiling tree-sitter-html v0.23.2\n   Compiling tree-sitter-toml-ng v0.6.0\n   Compiling tree-sitter-json v0.24.8\n   Compiling tree-sitter-rust v0.23.3\n   Compiling tree-sitter-go v0.23.4\n   Compiling tree-sitter-typescript v0.23.2\n    Checking unit-prefix v0.5.1\n    Checking clap_lex v0.7.6\n    Checking rustc-demangle v0.1.26\n    Checking base64 v0.21.7\n    Checking toml_writer v1.0.4\n    Checking clap_builder v4.5.51\n    Checking toml v0.9.8\n    Checking backtrace v0.3.75\n    Checking indicatif v0.18.2\n    Checking inquire v0.7.5\n    Checking radicle-cob v0.17.0\n    Checking phf v0.11.3\n    Checking serde-untagged v0.1.8\n    Checking radicle-signals v0.11.0\n    Checking schemars v1.0.4\n    Checking unicode-normalization v0.1.24\n    Checking colored v2.2.0\n    Checking uuid v1.18.1\n   Compiling clap_derive v4.5.49\n    Checking unicode-display-width v0.3.0\n    Checking os_info v3.12.0\n    Checking localtime v1.3.1\n    Checking bytesize v2.0.1\n   Compiling tokio-macros v2.6.0\n    Checking socket2 v0.6.0\n   Compiling thiserror v2.0.17\n    Checking dunce v1.0.5\n    Checking fast-glob v0.3.3\n    Checking pin-project-lite v0.2.16\n   Compiling radicle-cli v0.17.0\n    Checking bytes v1.10.1\n    Checking minimal-lexical v0.2.1\n    Checking nom v7.1.3\n    Checking tokio v1.48.0\n    Checking radicle-term v0.16.0\n    Checking radicle v0.20.0\n    Checking clap v4.5.51\n    Checking human-panic v2.0.4\n    Checking xterm-query v0.5.2\n    Checking isolang v2.4.0\n    Checking tree-sitter-highlight v0.24.7\n    Checking itertools v0.14.0\n   Compiling thiserror-impl v2.0.17\n    Checking thread_local v1.1.9\n    Checking thread-id v3.3.0\n    Checking lexopt v0.3.1\n    Checking futures-core v0.3.31\n    Checking coolor v1.1.0\n    Checking futures-sink v0.3.31\n    Checking timeago v0.4.2\n    Checking simdutf8 v0.1.5\n   Compiling radicle-tui v0.7.0 (/ci/src)\n    Checking ansi-to-tui v7.0.0\n    Checking terminal-light v1.8.0\n    Checking tokio-util v0.7.17\n    Checking fuzzy-matcher v0.3.7\n    Checking simple-logging v2.0.2\n    Checking homedir v0.3.6\n    Checking timeago v0.5.0\n    Checking tui-textarea v0.7.0\n    Checking tui-tree-widget v0.23.1\n    Checking nom v8.0.0\n    Checking md5 v0.8.0\n    Checking yansi v1.0.1\n    Checking diff v0.1.13\n    Checking pretty_assertions v1.4.1\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 14s\n","timestamp":{"secs_since_epoch":1784724177,"nanos_since_epoch":245715814},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_clippy","timestamp":{"secs_since_epoch":1784724177,"nanos_since_epoch":421155150},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_build","timestamp":{"secs_since_epoch":1784724177,"nanos_since_epoch":421370300},"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":1784724177,"nanos_since_epoch":421686253},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.92.0 (344c4567c 2025-10-21)\n","stderr":"","timestamp":{"secs_since_epoch":1784724177,"nanos_since_epoch":566068316},"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":1784724177,"nanos_since_epoch":570493312},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.92 (ded5c06cf2 2025-12-08)\n","stderr":"","timestamp":{"secs_since_epoch":1784724177,"nanos_since_epoch":690416971},"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":1784724177,"nanos_since_epoch":691186590},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.92.0 (ded5c06cf 2025-12-08)\n","stderr":"","timestamp":{"secs_since_epoch":1784724177,"nanos_since_epoch":774842489},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[98,117,105,108,100]},{"Unix":[45,45,111,102,102,108,105,110,101]},{"Unix":[45,45,108,111,99,107,101,100]},{"Unix":[45,45,119,111,114,107,115,112,97,99,101]},{"Unix":[45,45,97,108,108,45,116,97,114,103,101,116,115]}],"timestamp":{"secs_since_epoch":1784724177,"nanos_since_epoch":779490359},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"   Compiling shlex v1.3.0\n   Compiling libc v0.2.175\n   Compiling cc v1.2.35\n   Compiling cfg-if v1.0.3\n   Compiling serde_core v1.0.228\n   Compiling typenum v1.18.0\n   Compiling generic-array v0.14.7\n   Compiling crypto-common v0.1.6\n   Compiling log v0.4.29\n   Compiling smallvec v1.15.1\n   Compiling zerofrom v0.1.6\n   Compiling stable_deref_trait v1.2.0\n   Compiling yoke v0.8.0\n   Compiling subtle v2.6.1\n   Compiling serde v1.0.228\n   Compiling zerovec v0.11.4\n   Compiling bitflags v2.9.3\n   Compiling memchr v2.7.5\n   Compiling thiserror v1.0.69\n   Compiling tinystr v0.8.1\n   Compiling block-padding v0.3.3\n   Compiling block-buffer v0.10.4\n   Compiling signal-hook-registry v1.4.6\n   Compiling litemap v0.8.0\n   Compiling tree-sitter-language v0.1.5\n   Compiling unicode-segmentation v1.12.0\n   Compiling writeable v0.6.1\n   Compiling scopeguard v1.2.0\n   Compiling cpufeatures v0.2.17\n   Compiling lock_api v0.4.13\n   Compiling icu_locale_core v2.0.0\n   Compiling digest v0.10.7\n   Compiling inout v0.1.4\n   Compiling parking_lot_core v0.9.11\n   Compiling potential_utf v0.1.3\n   Compiling zerotrie v0.2.2\n   Compiling mio v1.0.4\n   Compiling linux-raw-sys v0.9.4\n   Compiling icu_provider v2.0.0\n   Compiling icu_collections v2.0.0\n   Compiling parking_lot v0.12.4\n   Compiling cipher v0.4.4\n   Compiling getrandom v0.2.16\n   Compiling libz-sys v1.1.22\n   Compiling icu_properties_data v2.0.1\n   Compiling signal-hook v0.3.18\n   Compiling icu_normalizer_data v2.0.0\n   Compiling mio v0.8.11\n   Compiling allocator-api2 v0.2.21\n   Compiling equivalent v1.0.2\n   Compiling foldhash v0.1.5\n   Compiling signal-hook-mio v0.2.4\n   Compiling icu_normalizer v2.0.0\n   Compiling hashbrown v0.15.5\n   Compiling icu_properties v2.0.1\n   Compiling strsim v0.11.1\n   Compiling idna_adapter v1.2.1\n   Compiling libgit2-sys v0.17.0+1.8.1\n   Compiling universal-hash v0.5.1\n   Compiling signature v1.6.4\n   Compiling utf8_iter v1.0.4\n   Compiling percent-encoding v2.3.2\n   Compiling itoa v1.0.15\n   Compiling byteorder v1.5.0\n   Compiling opaque-debug v0.3.1\n   Compiling ryu v1.0.20\n   Compiling form_urlencoded v1.2.2\n   Compiling idna v1.1.0\n   Compiling ed25519 v1.5.3\n   Compiling ct-codecs v1.1.6\n   Compiling adler2 v2.0.1\n   Compiling amplify_num v0.5.3\n   Compiling ascii v1.1.0\n   Compiling amplify v4.9.0\n   Compiling ec25519 v0.1.0\n   Compiling url v2.5.7\n   Compiling polyval v0.6.2\n   Compiling sha2 v0.10.9\n   Compiling git-ref-format-core v0.3.1\n   Compiling sqlite3-src v0.5.1\n   Compiling keccak v0.1.5\n   Compiling unicode-width v0.2.0\n   Compiling unicode-width v0.1.14\n   Compiling fastrand v2.3.0\n   Compiling base64ct v1.8.0\n   Compiling either v1.15.0\n   Compiling pem-rfc7468 v0.7.0\n   Compiling darling_core v0.20.11\n   Compiling sha3 v0.10.8\n   Compiling git-ref-format-macro v0.3.1\n   Compiling ghash v0.5.1\n   Compiling getrandom v0.3.3\n   Compiling cyphergraphy v0.3.0\n   Compiling rustix v1.0.8\n   Compiling rand_core v0.6.4\n   Compiling ctr v0.9.2\n   Compiling aes v0.8.4\n   Compiling aead v0.5.2\n   Compiling tree-sitter v0.24.7\n   Compiling base32 v0.4.0\n   Compiling zeroize v1.8.1\n   Compiling once_cell v1.21.3\n   Compiling cypheraddr v0.4.0\n   Compiling aes-gcm v0.10.3\n   Compiling git-ref-format v0.3.1\n   Compiling darling_macro v0.20.11\n   Compiling ssh-encoding v0.2.0\n   Compiling git2 v0.19.0\n   Compiling blowfish v0.9.1\n   Compiling poly1305 v0.8.0\n   Compiling cbc v0.1.2\n   Compiling chacha20 v0.9.1\n   Compiling pbkdf2 v0.12.2\n   Compiling convert_case v0.7.1\n   Compiling aho-corasick v1.1.3\n   Compiling siphasher v1.0.1\n   Compiling regex-syntax v0.8.6\n   Compiling powerfmt v0.2.0\n   Compiling data-encoding v2.9.0\n   Compiling radicle-std-ext v0.1.1\n   Compiling utf8parse v0.2.2\n   Compiling linux-raw-sys v0.4.15\n   Compiling anstyle-query v1.1.4\n   Compiling rustix v0.38.44\n   Compiling anstyle-parse v0.2.7\n   Compiling radicle-git-ext v0.8.1\n   Compiling regex-automata v0.4.10\n   Compiling data-encoding-macro v0.1.18\n   Compiling deranged v0.5.3\n   Compiling derive_more-impl v2.0.1\n   Compiling bcrypt-pbkdf v0.10.0\n   Compiling ssh-cipher v0.2.0\n   Compiling darling v0.20.11\n   Compiling sqlite3-sys v0.15.2\n   Compiling crossbeam-utils v0.8.21\n   Compiling crc32fast v1.5.0\n   Compiling socks5-client v0.4.1\n   Compiling xattr v1.5.1\n   Compiling rand v0.8.5\n   Compiling itertools v0.13.0\n   Compiling castaway v0.2.4\n   Compiling miniz_oxide v0.8.9\n   Compiling indexmap v2.11.0\n   Compiling filetime v0.2.26\n   Compiling is_terminal_polyfill v1.70.2\n   Compiling static_assertions v1.1.0\n   Compiling lazy_static v1.5.0\n   Compiling signature v2.2.0\n   Compiling dyn-clone v1.0.20\n   Compiling base-x v0.2.11\n   Compiling time-core v0.1.5\n   Compiling colorchoice v1.0.4\n   Compiling num_threads v0.1.7\n   Compiling anstyle v1.0.13\n   Compiling num-conv v0.1.0\n   Compiling anstream v0.6.21\n   Compiling time v0.3.42\n   Compiling instability v0.3.9\n   Compiling multibase v0.9.1\n   Compiling ssh-key v0.6.7\n   Compiling compact_str v0.8.1\n   Compiling tar v0.4.44\n   Compiling serde_json v1.0.143\n   Compiling unicode-truncate v1.1.0\n   Compiling flate2 v1.1.2\n   Compiling strum v0.26.3\n   Compiling qcheck v1.0.0\n   Compiling cyphernet v0.5.2\n   Compiling crossbeam-channel v0.5.15\n   Compiling sqlite v0.32.0\n   Compiling derive_more v2.0.1\n   Compiling regex v1.11.2\n   Compiling num-traits v0.2.19\n   Compiling crossterm v0.28.1\n   Compiling typeid v1.0.3\n   Compiling anyhow v1.0.99\n   Compiling tempfile v3.21.0\n   Compiling radicle-ssh v0.10.0\n   Compiling lru v0.12.5\n   Compiling nonempty v0.9.0\n   Compiling errno v0.3.13\n   Compiling sem_safe v0.2.1\n   Compiling gimli v0.31.1\n   Compiling streaming-iterator v0.1.9\n   Compiling iana-time-zone v0.1.63\n   Compiling bitflags v1.3.2\n   Compiling cassowary v0.3.0\n   Compiling tinyvec_macros v0.1.1\n   Compiling tinyvec v1.10.0\n   Compiling ratatui v0.29.0\n   Compiling addr2line v0.24.2\n   Compiling crossterm v0.25.0\n   Compiling chrono v0.4.41\n   Compiling signals_receipts v0.2.4\n   Compiling ref-cast v1.0.24\n   Compiling radicle-crypto v0.14.0\n   Compiling radicle-surf v0.22.1\n   Compiling erased-serde v0.4.6\n   Compiling crossterm v0.29.0\n   Compiling object v0.36.7\n   Compiling portable-atomic v1.11.1\n   Compiling phf_shared v0.11.3\n   Compiling console v0.16.1\n   Compiling radicle-dag v0.10.0\n   Compiling fxhash v0.2.1\n   Compiling newline-converter v0.3.0\n   Compiling serde_spanned v1.0.3\n   Compiling toml_datetime v0.7.3\n   Compiling tree-sitter-ruby v0.23.1\n   Compiling tree-sitter-md v0.3.2\n   Compiling tree-sitter-c v0.23.4\n   Compiling tree-sitter-css v0.23.2\n   Compiling tree-sitter-bash v0.23.3\n   Compiling tree-sitter-go v0.23.4\n   Compiling tree-sitter-toml-ng v0.6.0\n   Compiling tree-sitter-typescript v0.23.2\n   Compiling tree-sitter-python v0.23.6\n   Compiling tree-sitter-json v0.24.8\n   Compiling tree-sitter-rust v0.23.3\n   Compiling tree-sitter-html v0.23.2\n   Compiling clap_lex v0.7.6\n   Compiling rustc-demangle v0.1.26\n   Compiling toml_writer v1.0.4\n   Compiling unit-prefix v0.5.1\n   Compiling base64 v0.21.7\n   Compiling indicatif v0.18.2\n   Compiling backtrace v0.3.75\n   Compiling toml v0.9.8\n   Compiling clap_builder v4.5.51\n   Compiling inquire v0.7.5\n   Compiling radicle-cob v0.17.0\n   Compiling phf v0.11.3\n   Compiling serde-untagged v0.1.8\n   Compiling nix v0.29.0\n   Compiling schemars v1.0.4\n   Compiling radicle-signals v0.11.0\n   Compiling unicode-normalization v0.1.24\n   Compiling colored v2.2.0\n   Compiling uuid v1.18.1\n   Compiling unicode-display-width v0.3.0\n   Compiling localtime v1.3.1\n   Compiling os_info v3.12.0\n   Compiling bytesize v2.0.1\n   Compiling socket2 v0.6.0\n   Compiling fast-glob v0.3.3\n   Compiling pin-project-lite v0.2.16\n   Compiling bytes v1.10.1\n   Compiling dunce v1.0.5\n   Compiling minimal-lexical v0.2.1\n   Compiling nom v7.1.3\n   Compiling tokio v1.48.0\n   Compiling radicle v0.20.0\n   Compiling radicle-cli v0.17.0\n   Compiling human-panic v2.0.4\n   Compiling radicle-term v0.16.0\n   Compiling clap v4.5.51\n   Compiling xterm-query v0.5.2\n   Compiling isolang v2.4.0\n   Compiling nix v0.30.1\n   Compiling tree-sitter-highlight v0.24.7\n   Compiling itertools v0.14.0\n   Compiling thread_local v1.1.9\n   Compiling thread-id v3.3.0\n   Compiling radicle-tui v0.7.0 (/ci/src)\n   Compiling timeago v0.4.2\n   Compiling futures-sink v0.3.31\n   Compiling coolor v1.1.0\n   Compiling simdutf8 v0.1.5\n   Compiling lexopt v0.3.1\n   Compiling futures-core v0.3.31\n   Compiling tokio-util v0.7.17\n   Compiling ansi-to-tui v7.0.0\n   Compiling terminal-light v1.8.0\n   Compiling thiserror v2.0.17\n   Compiling simple-logging v2.0.2\n   Compiling fuzzy-matcher v0.3.7\n   Compiling homedir v0.3.6\n   Compiling timeago v0.5.0\n   Compiling tui-textarea v0.7.0\n   Compiling tui-tree-widget v0.23.1\n   Compiling nom v8.0.0\n   Compiling md5 v0.8.0\n   Compiling diff v0.1.13\n   Compiling yansi v1.0.1\n   Compiling pretty_assertions v1.4.1\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 43s\n","timestamp":{"secs_since_epoch":1784724461,"nanos_since_epoch":817134291},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_build","timestamp":{"secs_since_epoch":1784724462,"nanos_since_epoch":56947219},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_test","timestamp":{"secs_since_epoch":1784724462,"nanos_since_epoch":57129602},"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":1784724462,"nanos_since_epoch":57412105},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.92.0 (344c4567c 2025-10-21)\n","stderr":"","timestamp":{"secs_since_epoch":1784724462,"nanos_since_epoch":207175035},"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":1784724462,"nanos_since_epoch":210588426},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.92 (ded5c06cf2 2025-12-08)\n","stderr":"","timestamp":{"secs_since_epoch":1784724462,"nanos_since_epoch":317610937},"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":1784724462,"nanos_since_epoch":318037093},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.92.0 (ded5c06cf 2025-12-08)\n","stderr":"","timestamp":{"secs_since_epoch":1784724462,"nanos_since_epoch":398271283},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[116,101,115,116]},{"Unix":[45,45,111,102,102,108,105,110,101]},{"Unix":[45,45,108,111,99,107,101,100]},{"Unix":[45,45,119,111,114,107,115,112,97,99,101]}],"timestamp":{"secs_since_epoch":1784724462,"nanos_since_epoch":398689184},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"\nrunning 7 tests\ntest ui::test::state_value_apply_should_succeed ... ok\ntest ui::test::state_value_read_buffer_should_succeed ... ok\ntest ui::test::state_value_read_should_succeed ... ok\ntest ui::test::state_value_reset_after_apply_should_succeed ... ok\ntest ui::test::state_value_reset_should_succeed ... ok\ntest ui::utils::test::lines_should_be_merged_correctly ... ok\ntest ui::utils::test::lines_with_start_should_be_merged_correctly ... ok\n\ntest result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n\nrunning 66 tests\ntest apps::tui_inbox::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok\ntest apps::tui_inbox::cli::empty_operation_should_not_be_forwarded ... ok\ntest apps::tui_inbox::cli::empty_operation_with_help_should_be_forwarded ... ok\ntest apps::tui_inbox::cli::empty_operation_with_help_should_not_be_forwarded ... ok\ntest apps::tui_inbox::cli::list_operation_should_not_be_forwarded ... ok\ntest apps::tui_inbox::cli::list_operation_with_help_should_be_forwarded ... ok\ntest apps::tui_inbox::cli::list_operation_should_not_be_forwarded_explicitly ... ok\ntest apps::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded ... ok\ntest apps::tui_inbox::cli::unknown_operation_should_be_forwarded ... ok\ntest apps::tui_inbox::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok\ntest apps::tui_inbox::cli::unknown_operation_should_not_be_forwarded ... ok\ntest apps::tui_issue::test::empty_operation_should_default_to_list_and_not_be_forwarded ... ok\ntest apps::tui_issue::test::empty_operation_should_not_be_forwarded ... ok\ntest apps::tui_issue::test::empty_operation_with_help_should_be_forwarded ... ok\ntest apps::tui_issue::test::empty_operation_with_help_should_not_be_forwarded ... ok\ntest apps::tui_issue::test::list_operation_should_not_be_forwarded ... ok\ntest apps::tui_issue::test::list_operation_should_not_be_forwarded_explicitly ... ok\ntest apps::tui_issue::test::list_operation_with_help_should_be_forwarded ... ok\ntest apps::tui_issue::test::list_operation_with_help_should_not_be_forwarded ... ok\ntest apps::tui_issue::test::list_operation_with_help_should_not_be_forwarded_reversed ... ok\ntest apps::tui_issue::test::unknown_operation_should_be_forwarded ... ok\ntest apps::tui_issue::test::unknown_operation_should_not_be_forwarded ... ok\ntest apps::tui_patch::cli::empty_operation_should_default_to_list_and_not_be_forwarded ... ok\ntest apps::tui_patch::cli::empty_operation_should_not_be_forwarded ... ok\ntest apps::tui_patch::cli::empty_operation_with_help_should_be_forwarded ... ok\ntest apps::tui_patch::cli::list_operation_should_not_be_forwarded ... ok\ntest apps::tui_patch::cli::empty_operation_with_help_should_not_be_forwarded ... ok\ntest apps::tui_patch::cli::list_operation_should_not_be_forwarded_explicitly ... ok\ntest apps::tui_patch::cli::list_operation_with_help_should_not_be_forwarded ... ok\ntest apps::tui_patch::cli::list_operation_with_help_should_be_forwarded ... ok\ntest apps::tui_patch::cli::list_operation_with_help_should_not_be_forwarded_reversed ... ok\ntest apps::tui_patch::cli::unknown_operation_should_not_be_forwarded ... ok\ntest apps::tui_patch::cli::unknown_operation_should_be_forwarded ... ok\ntest apps::tui_patch::review::builder::tests::test_review_comments_basic ... ok\ntest apps::tui_patch::review::builder::tests::test_review_comments_multiline ... ok\ntest apps::tui_patch::review::builder::tests::test_review_comments_split_hunk ... ok\ntest apps::tui_patch::review::builder::tests::test_review_comments_before ... ok\ntest apps::tui_patch::review::test::app_with_single_file_multiple_hunks_can_be_constructed ... ok\ntest apps::tui_patch::review::test::app_with_single_hunk_can_be_constructed ... ok\ntest apps::tui_patch::review::test::first_hunk_is_selected_by_default ... ok\ntest apps::tui_patch::review::test::hunk_can_be_selected ... ok\ntest apps::tui_patch::review::test::hunks_are_rejected_by_default ... ok\ntest apps::tui_patch::review::test::hunk_state_is_synchronized ... ok\ntest apps::tui_patch::review::test::multiple_files_single_hunk_can_be_accepted ... ok\ntest apps::tui_patch::review::test::single_file_multiple_hunks_only_first_can_be_accepted ... ok\ntest apps::tui_patch::review::test::single_file_multiple_hunks_only_last_can_be_accepted ... ok\ntest cli::empty_command_should_be_forwarded ... ok\ntest cli::empty_command_should_not_be_forwarded ... ok\ntest cli::help_command_should_be_forwarded ... ok\ntest cli::help_command_should_not_be_forwarded ... ok\ntest cli::version_command_should_be_forwarded ... ok\ntest cli::version_command_should_not_be_forwarded ... ok\ntest cli::version_command_should_print_json ... ok\ntest ui::items::issue::tests::issue_item_filter_from_str_should_succeed ... ok\ntest ui::items::notification::tests::notification_item_filter_with_all_should_succeed ... ok\ntest ui::items::notification::tests::notification_item_filter_with_all_shuffled_should_succeed ... ok\ntest ui::items::notification::tests::notification_item_filter_with_author_should_not_succeed ... ok\ntest ui::items::notification::tests::notification_item_filter_with_author_should_succeed ... ok\ntest ui::items::notification::tests::notification_item_filter_with_concrete_kind_should_succeed ... ok\ntest ui::items::patch::tests::diff_line_index_checks_ranges_correctly ... ok\ntest apps::tui_patch::review::test::single_file_single_hunk_can_be_accepted ... ok\ntest ui::items::patch::tests::hunk_comments_on_deleted_simple_are_inserted_correctly ... ok\ntest ui::items::patch::tests::hunk_comments_on_modified_complex_are_inserted_correctly ... ok\ntest ui::items::patch::tests::patch_filter_with_all_should_succeed ... ok\ntest ui::items::patch::tests::patch_filter_with_all_shuffled_should_succeed ... ok\ntest ui::items::patch::tests::hunk_comments_on_modified_simple_are_inserted_correctly ... ok\n\ntest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.67s\n\n\nrunning 0 tests\n\ntest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n","stderr":"    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.57s\n     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_tui-0deac52543dd1810)\n     Running unittests bin/main.rs (/ci/cache/cargo-target/debug/deps/rad_tui-a733f7c4f3929356)\n   Doc-tests radicle_tui\n","timestamp":{"secs_since_epoch":1784724466,"nanos_since_epoch":108161978},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_test","timestamp":{"secs_since_epoch":1784724466,"nanos_since_epoch":226155039},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784724466,"nanos_since_epoch":226181789},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784724472,"nanos_since_epoch":891972945},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724472,"nanos_since_epoch":892401480},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724472,"nanos_since_epoch":897566732},"log_source":"Plan"}
{"type":"plan_succeeded","timestamp":{"secs_since_epoch":1784724472,"nanos_since_epoch":897611701},"log_source":"Plan"}
{"type":"executor_ends_successfully","timestamp":{"secs_since_epoch":1784724472,"nanos_since_epoch":897873498},"log_source":"Plan"}
EXIT CODE: 0

Post-plan VM

Structured log: all OK
  1. 0 ms: Executor starts
    • Name: ambient-execute-plan
    • Version: 0.16.0@da3268d
  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: 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. 0 ms: Execute action: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  4. 0 ms: Action succeeded: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  5. 0 ms: Execute action: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  6. 0 ms: Action succeeded: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  7. 0 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. 1 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  16. 398 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  17. 398 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  18. 6855 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  19. 6859 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  20. 19526 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  21. 19534 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  22. 19550 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  23. 19554 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  24. 19561 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  25. 19567 ms: Execute action: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  26. 19568 ms: Start program: bash
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  27. 19588 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
      + ln -sf /ci /workspace
      
  28. 19588 ms: Action succeeded: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  29. 19588 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. 19588 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. 19588 ms: Execute action: tar_create
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    
  32. 25812 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    
  33. 25817 ms: Execute action: tar_create
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    
  34. 25826 ms: Action succeeded: tar_create
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    
  35. 25831 ms: Plan succededThere was much rejoicing!
  36. 25841 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  ] 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  ] Started systemd-journald.service - Journal Service.
[  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  ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[  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-journal-flush.ser…lush Journal to Persistent Storage.
[  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-tmpfiles-setup.se…ate System Files and Directories...
         Starting systemd-udevd.service - R…ager for Device Events and Files...
[  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-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-journal-catalog-u….service - Rebuild Journal Catalog.
         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  ] 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.
[  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  ] 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.
[  OK  ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
         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-networkd-persiste…istent Storage in systemd-networkd.
[  OK  ] Finished systemd-user-sessions.service - Permit User Sessions.
[  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 systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Closed systemd-rfkill.socket - Loa…ll Switch Status /dev/rfkill Watch.
         Stopping dbus.service - D-Bus System Message Bus...
         Stopping getty@tty1.service - Getty on tty1...
         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-random-seed.service - Load/Save OS Random Seed.
[  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-resolved.service - Network Name Resolution.
[  OK  ] Stopped systemd-networkd.service - Network Configuration.
[  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.
[  OK  ] Stopped target network-pre.target - Preparation for Network.
[  OK  ] Closed systemd-networkd.socket - Network Service Netlink Socket.
         Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
         Unmounting tmp.mount - Temporary Directory /tmp...
[  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-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.
[   38.083075] 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
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  18.6M  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-22 12:38 ./
-rw-r--r-- _rad/_rad      1209 2026-07-22 12:47 ./plan.yaml
-rwxr-xr-x _rad/_rad   5525824 2026-07-22 12:47 ./run-ci
INFO: Extracted files:
        8      0 drwxr-xr-x   2 1000     1000           80 Jul 22 12:38 .
       10   5400 -rwxr-xr-x   1 1000     1000      5525824 Jul 22 12:47 ./run-ci
        9      4 -rw-r--r--   1 1000     1000         1209 Jul 22 12:47 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.16.0@da3268d","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":175065424},"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":"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":1784724490,"nanos_since_epoch":175527575},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":175604266},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":175942409},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":175957255},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":176012683},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":176023024},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":176069551},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":176077921},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":176121070},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":176129636},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":176181276},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":176189796},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":176232995},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":176241514},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":573374575},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784724490,"nanos_since_epoch":573454132},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784724497,"nanos_since_epoch":30089556},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784724497,"nanos_since_epoch":34412174},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784724509,"nanos_since_epoch":701467358},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724509,"nanos_since_epoch":709903792},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724509,"nanos_since_epoch":725309342},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784724509,"nanos_since_epoch":729783713},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784724509,"nanos_since_epoch":736879336},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784724509,"nanos_since_epoch":743052693},"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":1784724509,"nanos_since_epoch":743092369},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1784724509,"nanos_since_epoch":763153985},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784724509,"nanos_since_epoch":763216485},"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":1784724509,"nanos_since_epoch":763228707},"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":1784724509,"nanos_since_epoch":763584753},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784724509,"nanos_since_epoch":763599209},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784724515,"nanos_since_epoch":987928486},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724515,"nanos_since_epoch":992482895},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724516,"nanos_since_epoch":1357867},"log_source":"Plan"}
{"type":"plan_succeeded","timestamp":{"secs_since_epoch":1784724516,"nanos_since_epoch":6924166},"log_source":"Plan"}
{"type":"executor_ends_successfully","timestamp":{"secs_since_epoch":1784724516,"nanos_since_epoch":16952454},"log_source":"Plan"}
EXIT CODE: 0