CI run log: rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5

Radicle info

Trigger message
{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5",
    "name": "heartwood",
    "description": "Radicle Heartwood Protocol & Stack",
    "private": false,
    "default_branch": "master",
    "delegates": [
      "did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT",
      "did:key:z6MktaNvN1KVFMkSRAiN4qK5yvX1zuEEaseeX5sffhzPZRZW",
      "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
      "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "59612d4087daa948f195a4dd4976b1fb1331e51c",
    "author": {
      "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
      "alias": "lorenz"
    },
    "title": "rust: 1.95 → 1.97.1",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "564c167de12cf2ceed58b78a52f944dde0593269",
    "after": "ebf76e679c77f765d7fbbd83a3f7c1e09181e529",
    "commits": [
      "ebf76e679c77f765d7fbbd83a3f7c1e09181e529"
    ],
    "target": "564c167de12cf2ceed58b78a52f944dde0593269",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "59612d4087daa948f195a4dd4976b1fb1331e51c",
        "author": {
          "id": "did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz",
          "alias": "lorenz"
        },
        "description": "The update to `flake.lock` is a simple\n\n    nix flake update rust-overlay\n\nto be able to reach 1.97.1.\n\nThe changes to `**/*.rs` files are improvements suggested by Clippy.",
        "base": "564c167de12cf2ceed58b78a52f944dde0593269",
        "oid": "ebf76e679c77f765d7fbbd83a3f7c1e09181e529",
        "timestamp": 1784217726
      }
    ]
  }
}
Ambient stdout
executor from config: /usr/bin/ambient-execute-plan
executor from PATH: /usr/bin/ambient-execute-plan
run CI for rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
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/.tmpZIR1Hc/src",
    image: TildePathBuf {
        path: "/home/_rad/ambient.qcow2",
    },
    expanded_image: "/home/_rad/ambient.qcow2",
    pre_plan: Some(
        [
            CargoFetch,
            Rustup {
                channel: Some(
                    "1.95.0",
                ),
                target: None,
                components: None,
                profile: None,
            },
            Rustup {
                channel: Some(
                    "1.95",
                ),
                target: None,
                components: None,
                profile: None,
            },
        ],
    ),
    plan: Some(
        [
            Shell {
                shell: "sed -i /components/d rust-toolchain.toml\n\n# Commit this to git so that the Debian package building doesn't\n# see changes outside the debian directory.\ngit config set user.name \"Ambient CI\"\ngit config set user.email \"ambient@example.com\"\ngit commit -m \"remove components from toolchain file\" rust-toolchain.toml\n",
            },
            CargoFmt,
            CargoClippy,
            CargoBuild,
            CargoTest,
            Shell {
                shell: "# Because of a (temporary) limitation in Ambient, we need to set\n# these variables manually. Once Ambient manages environment\n# variables better, these can be deleted.\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport RUSTDOCFLAGS='-D warnings'\n\ncargo doc --workspace --no-deps --all-features\n",
            },
            Shell {
                shell: "# Because of a (temporary) limitation in Ambient, we need to set\n# these variables manually. Once Ambient manages environment\n# variables better, these can be deleted.\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\n# These are based on debian/control.\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n\n# Clean up after tests and documentation building. The Debian\n# package building tools do not want changes outside the\n# `debian` directory, compared to what is committed to Git, from\n# which the \"upstream tarball\" is created.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\n# Update debian/changelog with a new version so that every run\n# creates a newer version. This avoids us having to update the\n# file manually for every CI run.\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n",
            },
            Deb,
        ],
    ),
    post_plan: Some(
        [],
    ),
    artifact_max_size: None,
    cache_max_size: None,
    dependencies_max_size: None,
}
======================== run log:

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

Pre-plan VM

Structured log: successful actions
  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: cargo_fetch
    - action: rustup
      channel: 1.95.0
      target: null
      components: null
      profile: null
    - action: rustup
      channel: '1.95'
      target: null
      components: null
      profile: null
    - action: tar_create
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /ci/artifacts
    - action: tar_create
      archive: /dev/vdf
      directory: /ci/deps
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    secrets_drive: null
    workspace_dir: /ci
    source_dir: /ci/src
    deps_dir: /ci/deps
    cache_dir: /ci/cache
    artifacts_dir: /ci/artifacts
    secrets_dir: null
    envs: {}
    
  3. 0 ms: Execute action: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  4. 1 ms: Action succeeded: mkdir: /ci
    - action: mkdir
      pathname: /ci
    
  5. 1 ms: Execute action: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  6. 1 ms: Action succeeded: mkdir: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts
    
  7. 1 ms: Execute action: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  8. 1 ms: Action succeeded: mkdir: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/debian
    
  9. 1 ms: Execute action: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  10. 1 ms: Action succeeded: mkdir: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/artifacts/rsync
    
  11. 2 ms: Execute action: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  12. 2 ms: Action succeeded: mkdir: /ci/secrets
    - action: mkdir
      pathname: /ci/secrets
    
  13. 2 ms: Execute action: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  14. 2 ms: Action succeeded: mkdir: /ci/deps
    - action: mkdir
      pathname: /ci/deps
    
  15. 2 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  16. 235 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  17. 237 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  18. 242 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  19. 242 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  20. 245 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  21. 246 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  22. 251 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  23. 251 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  24. 253 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  25. 254 ms: Execute action: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  26. 254 ms: Start program: bash
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  27. 261 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
      + ln -sf /ci /workspace
      
  28. 262 ms: Action succeeded: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  29. 262 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. 262 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. 262 ms: Execute action: cargo_fetch
    - action: cargo_fetch
    
  32. 262 ms: Start program: cargo
    • cargo
    • --version
  33. 13116 ms: Program succeeded
    • Exit code: 0
    • Stdout
      cargo 1.97.1 (c980f4866 2026-06-30)
      
    • Stderr
      info: syncing channel updates for 1.97.1-x86_64-unknown-linux-gnu
      info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
      info: downloading 7 components
      
  34. 13116 ms: Start program: cargo
    • cargo
    • clippy
    • --version
  35. 13179 ms: Program succeeded
    • Exit code: 0
    • Stdout
      clippy 0.1.97 (8bab26f4f6 2026-07-14)
      
    • Stderr
  36. 13179 ms: Start program: rustc
    • rustc
    • --version
  37. 13211 ms: Program succeeded
    • Exit code: 0
    • Stdout
      rustc 1.97.1 (8bab26f4f 2026-07-14)
      
    • Stderr
  38. 13232 ms: Start program: cargo
    • cargo
    • fetch
    • --locked
  39. 19701 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
          Updating crates.io index
       Downloading crates ...
        Downloaded errno v0.3.14
        Downloaded uds_windows v1.2.1
        Downloaded windows-link v0.2.1
        Downloaded semver v1.0.27
        Downloaded sval_buffer v2.17.0
        Downloaded wit-bindgen-rust-macro v0.51.0
        Downloaded noise-framework v0.4.1
        Downloaded qcheck v1.0.0
        Downloaded cypheraddr v0.4.1
        Downloaded signature v1.6.4
        Downloaded cfg-if v1.0.4
        Downloaded wasm-bindgen-shared v0.2.114
        Downloaded ct-codecs v1.1.6
        Downloaded socks5-client v0.4.3
        Downloaded cyphergraphy v0.3.1
        Downloaded version_check v0.9.5
        Downloaded unicode-xid v0.2.6
        Downloaded heck v0.5.0
        Downloaded num-cmp v0.1.0
        Downloaded keccak v0.1.6
        Downloaded rand_core v0.9.5
        Downloaded uuid-simd v0.8.0
        Downloaded amplify v4.9.0
        Downloaded amplify_num v0.5.3
        Downloaded bit-vec v0.8.0
        Downloaded zeroize v1.8.2
        Downloaded windows-strings v0.5.1
        Downloaded iana-time-zone-haiku v0.1.2
        Downloaded thiserror v1.0.69
        Downloaded cyphernet v0.5.4
        Downloaded r-efi v6.0.0
        Downloaded fast-glob v0.3.3
        Downloaded tempfile v3.27.0
        Downloaded rand_xorshift v0.4.0
        Downloaded percent-encoding v2.3.2
        Downloaded yoke-derive v0.8.1
        Downloaded potential_utf v0.1.4
        Downloaded windows-result v0.4.1
        Downloaded email_address v0.2.9
        Downloaded phf_shared v0.11.3
        Downloaded bytesize v2.3.1
        Downloaded once_cell v1.21.4
        Downloaded value-bag-sval2 v1.12.0
        Downloaded bit-set v0.8.0
        Downloaded zerofrom v0.1.6
        Downloaded num v0.4.3
        Downloaded iana-time-zone v0.1.65
        Downloaded sval_dynamic v2.17.0
        Downloaded serde_fmt v1.1.0
        Downloaded android_system_properties v0.1.5
        Downloaded idna_adapter v1.2.1
        Downloaded typeid v1.0.3
        Downloaded outref v0.5.2
        Downloaded windows-implement v0.60.2
        Downloaded winsplit v0.1.0
        Downloaded quick-error v1.2.3
        Downloaded nonempty v0.9.0
        Downloaded sval_serde v2.17.0
        Downloaded memoffset v0.9.1
        Downloaded wasm-bindgen-macro v0.2.114
        Downloaded unarray v0.1.4
        Downloaded fnv v1.0.7
        Downloaded borrow-or-share v0.2.4
        Downloaded utf8_iter v1.0.4
        Downloaded zerofrom-derive v0.1.6
        Downloaded displaydoc v0.2.5
        Downloaded num-complex v0.4.6
        Downloaded dunce v1.0.5
        Downloaded windows-interface v0.59.3
        Downloaded gix-config-value v0.18.0
        Downloaded id-arena v2.3.0
        Downloaded siphasher v1.0.2
        Downloaded ascii v1.1.0
        Downloaded amplify_derive v4.0.1
        Downloaded amplify_syn v2.0.1
        Downloaded base32 v0.4.0
        Downloaded rusty-fork v0.3.1
        Downloaded wait-timeout v0.2.1
        Downloaded rand_chacha v0.9.0
        Downloaded vsimd v0.8.0
        Downloaded referencing v0.30.0
        Downloaded fluent-uri v0.3.2
        Downloaded zerovec-derive v0.11.2
        Downloaded synstructure v0.13.2
        Downloaded yoke v0.8.1
        Downloaded writeable v0.6.2
        Downloaded tinystr v0.8.2
        Downloaded litemap v0.8.1
        Downloaded num-rational v0.4.2
        Downloaded bytecount v0.6.9
        Downloaded base64 v0.22.1
        Downloaded phf v0.11.3
        Downloaded crossbeam-utils v0.8.21
        Downloaded windows-core v0.62.2
        Downloaded core-foundation-sys v0.8.7
        Downloaded gix-shallow v0.12.0
        Downloaded serde_spanned v1.0.4
        Downloaded fastrand v2.3.0
        Downloaded generic-array v0.14.7
        Downloaded diff v0.1.13
        Downloaded ahash v0.8.12
        Downloaded fraction v0.15.3
        Downloaded crossbeam-channel v0.5.15
        Downloaded colored v2.2.0
        Downloaded arc-swap v1.9.1
        Downloaded dyn-clone v1.0.20
        Downloaded sval_json v2.17.0
        Downloaded sval_fmt v2.17.0
        Downloaded value-bag-serde1 v1.12.0
        Downloaded leb128fmt v0.1.0
        Downloaded git-ref-format-core v0.6.0
        Downloaded qcheck-macros v1.0.0
        Downloaded sha1 v0.10.6
        Downloaded crypto-common v0.1.7
        Downloaded walkdir v2.5.0
        Downloaded data-encoding-macro v0.1.19
        Downloaded chacha20poly1305 v0.10.1
        Downloaded rand v0.9.2
        Downloaded pretty_assertions v1.4.1
        Downloaded yansi v1.0.1
        Downloaded jsonschema v0.30.0
        Downloaded uuid v1.22.0
        Downloaded idna v1.1.0
        Downloaded icu_properties v2.1.2
        Downloaded zerotrie v0.2.3
        Downloaded icu_provider v2.1.1
        Downloaded icu_locale_core v2.1.1
        Downloaded icu_collections v2.1.1
        Downloaded icu_normalizer v2.1.1
        Downloaded icu_normalizer_data v2.1.1
        Downloaded num-bigint v0.4.6
        Downloaded fancy-regex v0.14.0
        Downloaded base64 v0.21.7
        Downloaded jiff-static v0.2.23
        Downloaded gix-odb v0.80.0
        Downloaded thousands v0.2.0
        Downloaded toml v0.9.12+spec-1.1.0
        Downloaded proc-macro2 v1.0.106
        Downloaded serde v1.0.228
        Downloaded unicode-normalization v0.1.25
        Downloaded foldhash v0.1.5
        Downloaded sval_nested v2.17.0
        Downloaded pkg-config v0.3.32
        Downloaded shlex v1.3.0
        Downloaded subtle v2.6.1
        Downloaded gix-trace v0.1.19
        Downloaded universal-hash v0.5.1
        Downloaded opaque-debug v0.3.1
        Downloaded ctr v0.9.2
        Downloaded data-encoding v2.10.0
        Downloaded base256emoji v1.0.2
        Downloaded proptest v1.10.0
        Downloaded regex v1.12.3
        Downloaded zerovec v0.11.5
        Downloaded icu_properties_data v2.1.2
        Downloaded emojis v0.6.4
        Downloaded chrono v0.4.44
        Downloaded tree-sitter-toml-ng v0.6.0
        Downloaded tree-sitter-json v0.24.8
        Downloaded gix-quote v0.7.1
        Downloaded shell-words v1.1.1
        Downloaded gix-chunk v0.7.1
        Downloaded ntapi v0.4.3
        Downloaded sval_ref v2.17.0
        Downloaded rustversion v1.0.22
        Downloaded r-efi v5.3.0
        Downloaded scopeguard v1.2.0
        Downloaded gix-utils v0.3.2
        Downloaded gix-path v0.12.0
        Downloaded gix-validate v0.11.1
        Downloaded cipher v0.4.4
        Downloaded num-integer v0.1.46
        Downloaded hmac v0.12.1
        Downloaded p256 v0.13.2
        Downloaded tree-sitter-language v0.1.7
        Downloaded streaming-iterator v0.1.9
        Downloaded derive_more v2.1.1
        Downloaded convert_case v0.10.0
        Downloaded crossterm_winapi v0.9.1
        Downloaded web-time v1.1.0
        Downloaded unit-prefix v0.5.2
        Downloaded form_urlencoded v1.2.2
        Downloaded xattr v1.6.1
        Downloaded libredox v0.1.14
        Downloaded redox_syscall v0.7.3
        Downloaded plain v0.2.3
        Downloaded radicle-std-ext v0.2.0
        Downloaded radicle-git-ext v0.13.0
        Downloaded git-ref-format v0.7.0
        Downloaded git-ref-format-macro v0.7.0
        Downloaded gix-lock v23.0.0
        Downloaded gix-traverse v0.57.0
        Downloaded sysinfo v0.37.2
        Downloaded syn v2.0.117
        Downloaded sqlite v0.37.0
        Downloaded sqlite3-sys v0.18.0
        Downloaded p521 v0.13.3
        Downloaded p384 v0.13.1
        Downloaded secrecy v0.10.3
        Downloaded tree-sitter v0.24.7
        Downloaded tree-sitter-python v0.23.6
        Downloaded derive_more-impl v2.1.1
        Downloaded indicatif v0.18.4
        Downloaded console v0.16.3
        Downloaded encode_unicode v1.0.0
        Downloaded anstyle-query v1.1.5
        Downloaded url v2.5.8
        Downloaded tar v0.4.45
        Downloaded filetime v0.2.27
        Downloaded schemars_derive v1.2.1
        Downloaded ref-cast v1.0.25
        Downloaded ref-cast-impl v1.0.25
        Downloaded tinyvec_macros v0.1.1
        Downloaded windows-threading v0.1.0
        Downloaded windows-collections v0.2.0
        Downloaded thiserror v2.0.18
        Downloaded wasi v0.11.1+wasi-snapshot-preview1
        Downloaded multibase v0.9.2
        Downloaded data-encoding-macro-internal v0.1.17
        Downloaded portable-atomic v1.13.1
        Downloaded radicle-surf v0.28.0
        Downloaded tinyvec v1.11.0
        Downloaded erased-serde v0.4.10
        Downloaded thiserror-impl v2.0.18
        Downloaded find-msvc-tools v0.1.9
        Downloaded rand_chacha v0.3.1
        Downloaded gix-hash v0.25.0
        Downloaded smallvec v1.15.1
        Downloaded windows_i686_gnullvm v0.52.6
        Downloaded aead v0.5.2
        Downloaded signature v2.2.0
        Downloaded base16ct v0.2.0
        Downloaded num-iter v0.1.45
        Downloaded sha3 v0.10.8
        Downloaded tree-sitter-rust v0.23.3
        Downloaded tree-sitter-md v0.3.2
        Downloaded document-features v0.2.12
        Downloaded salsa20 v0.10.2
        Downloaded jiff v0.2.23
        Downloaded thiserror-impl v1.0.69
        Downloaded ppv-lite86 v0.2.21
        Downloaded digest v0.10.7
        Downloaded polyval v0.6.2
        Downloaded sec1 v0.7.3
        Downloaded pkcs8 v0.10.2
        Downloaded der v0.7.10
        Downloaded rsa v0.9.10
        Downloaded num-traits v0.2.19
        Downloaded num-bigint-dig v0.8.6
        Downloaded lazy_static v1.5.0
        Downloaded spin v0.9.8
        Downloaded primeorder v0.13.6
        Downloaded elliptic-curve v0.13.8
        Downloaded group v0.13.0
        Downloaded crypto-bigint v0.5.5
        Downloaded ecdsa v0.16.9
        Downloaded rfc6979 v0.4.0
        Downloaded ed25519 v2.2.3
        Downloaded rustc_version v0.4.1
        Downloaded bcrypt-pbkdf v0.10.0
        Downloaded match-lookup v0.1.2
        Downloaded base-x v0.2.11
        Downloaded tree-sitter-html v0.23.2
        Downloaded tree-sitter-css v0.23.2
        Downloaded timeago v0.4.2
        Downloaded clap_complete v4.6.0
        Downloaded bitflags v2.11.0
        Downloaded getrandom v0.4.2
        Downloaded cpufeatures v0.2.17
        Downloaded same-file v1.0.6
        Downloaded faster-hex v0.10.0
        Downloaded heapless v0.8.0
        Downloaded stable_deref_trait v1.2.1
        Downloaded hash32 v0.3.1
        Downloaded aes v0.8.4
        Downloaded libm v0.2.16
        Downloaded ed25519-dalek v2.2.0
        Downloaded curve25519-dalek-derive v0.1.1
        Downloaded pbkdf2 v0.12.2
        Downloaded blowfish v0.9.1
        Downloaded ed25519 v1.5.3
        Downloaded tree-sitter-typescript v0.23.2
        Downloaded tree-sitter-ruby v0.23.1
        Downloaded tree-sitter-highlight v0.24.7
        Downloaded tree-sitter-go v0.23.4
        Downloaded unicode-segmentation v1.12.0
        Downloaded unicode-display-width v0.3.0
        Downloaded proc-macro-error-attr3 v3.0.2
        Downloaded simd-adler32 v0.3.8
        Downloaded adler2 v2.0.1
        Downloaded tracing-log v0.2.0
        Downloaded valuable v0.1.1
        Downloaded gix-tempfile v23.0.0
        Downloaded gix-fs v0.21.1
        Downloaded block-buffer v0.10.4
        Downloaded winapi-util v0.1.11
        Downloaded windows_aarch64_msvc v0.52.6
        Downloaded ghash v0.5.1
        Downloaded curve25519-dalek v4.1.3
        Downloaded const-str v0.4.3
        Downloaded ec25519 v0.1.0
        Downloaded tree-sitter-c v0.23.4
        Downloaded proc-macro-error3 v3.0.2
        Downloaded flate2 v1.1.9
        Downloaded miniz_oxide v0.8.9
        Downloaded test-log v0.2.19
        Downloaded tracing-subscriber v0.3.23
        Downloaded tracing-core v0.1.36
        Downloaded pin-project-lite v0.2.17
        Downloaded thread_local v1.1.9
        Downloaded gix-glob v0.26.0
        Downloaded gix-ref v0.63.0
        Downloaded gix-negotiate v0.31.0
        Downloaded gix-credentials v0.38.0
        Downloaded gix-prompt v0.15.0
        Downloaded gix-diff v0.63.0
        Downloaded either v1.15.0
        Downloaded pastey v0.2.1
        Downloaded siphasher v0.3.11
        Downloaded lexopt v0.3.2
        Downloaded dhat v0.3.3
        Downloaded rustc-hash v1.1.0
        Downloaded mintex v0.1.4
        Downloaded serde_derive_internals v0.29.1
        Downloaded clap_derive v4.6.0
        Downloaded strsim v0.11.1
        Downloaded autocfg v1.5.0
        Downloaded windows_i686_gnu v0.52.6
        Downloaded inout v0.1.4
        Downloaded block-padding v0.3.3
        Downloaded tree-sitter-bash v0.23.3
        Downloaded rustc-demangle v0.1.27
        Downloaded equivalent v1.0.2
        Downloaded objc2-io-kit v0.3.2
        Downloaded clap v4.6.0
        Downloaded clap_builder v4.6.0
        Downloaded clap_lex v1.1.0
        Downloaded anyhow v1.0.102
        Downloaded jobserver v0.1.34
        Downloaded fiat-crypto v0.2.9
        Downloaded tracing v0.1.44
        Downloaded sharded-slab v0.1.7
        Downloaded nu-ansi-term v0.50.3
        Downloaded matchers v0.2.0
        Downloaded test-log-macros v0.2.19
        Downloaded env_filter v1.0.0
        Downloaded utf8parse v0.2.2
        Downloaded colorchoice v1.0.5
        Downloaded bloomy v1.2.0
        Downloaded unicode-ident v1.0.24
        Downloaded quote v1.0.45
        Downloaded itoa v1.0.17
        Downloaded schemars v1.2.1
        Downloaded wasm-metadata v0.244.0
        Downloaded wit-bindgen-core v0.51.0
        Downloaded winpipe v0.1.1
        Downloaded windows-targets v0.52.6
        Downloaded windows-threading v0.2.1
        Downloaded windows-collections v0.3.2
        Downloaded signals_receipts v0.2.5
        Downloaded sem_safe v0.2.1
        Downloaded signal-hook-mio v0.2.5
        Downloaded signal-hook v0.3.18
        Downloaded signal-hook-registry v1.4.8
        Downloaded env_logger v0.11.9
        Downloaded anstyle v1.0.14
        Downloaded anstream v0.6.21
        Downloaded is_terminal_polyfill v1.70.2
        Downloaded gix-actor v0.41.0
        Downloaded memchr v2.8.0
        Downloaded hashbrown v0.16.1
        Downloaded serde-untagged v0.1.9
        Downloaded rand_core v0.6.4
        Downloaded ff v0.13.1
        Downloaded inquire v0.9.4
        Downloaded crossterm v0.29.0
        Downloaded mio v1.1.1
        Downloaded getrandom v0.3.4
        Downloaded unicode-width v0.2.2
        Downloaded wit-bindgen v0.51.0
        Downloaded windows-result v0.2.0
        Downloaded sync-ptr v0.1.4
        Downloaded anstyle-wincon v3.0.11
        Downloaded once_cell_polyfill v1.70.2
        Downloaded defer-heavy v0.1.0
        Downloaded windows-numerics v0.3.1
        Downloaded bytes v1.11.1
        Downloaded normalize-line-endings v0.3.0
        Downloaded systemd-journal-logger v2.2.2
        Downloaded scrypt v0.11.0
        Downloaded gix-url v0.36.0
        Downloaded gix-object v0.60.0
        Downloaded windows-strings v0.4.2
        Downloaded windows-result v0.3.4
        Downloaded windows-interface v0.58.0
        Downloaded windows-implement v0.58.0
        Downloaded sha2 v0.10.9
        Downloaded anstyle-parse v0.2.7
        Downloaded structured-logger v1.0.5
        Downloaded snapbox v1.2.2
        Downloaded snapbox-macros v1.1.0
        Downloaded anstream v1.0.0
        Downloaded anstyle-parse v1.0.0
        Downloaded similar v3.1.1
        Downloaded maybe-async v0.2.10
        Downloaded gix-hashtable v0.15.0
        Downloaded windows-numerics v0.2.0
        Downloaded gix-transport v0.57.0
        Downloaded portable-atomic-util v0.2.6
        Downloaded jiff-tzdb-platform v0.1.3
        Downloaded memmap2 v0.9.10
        Downloaded addr2line v0.25.1
        Downloaded windows-link v0.1.3
        Downloaded ssh-cipher v0.2.0
        Downloaded socket2 v0.5.10
        Downloaded gix-command v0.9.0
        Downloaded nonempty v0.12.0
        Downloaded escargot v0.5.15
        Downloaded humantime v2.3.0
        Downloaded toml_writer v1.0.7+spec-1.1.0
        Downloaded log v0.4.29
        Downloaded wasm-bindgen-macro-support v0.2.114
        Downloaded poly1305 v0.8.0
        Downloaded gix-date v0.15.3
        Downloaded human-panic v2.0.6
        Downloaded toml_datetime v0.7.5+spec-1.1.0
        Downloaded windows-core v0.61.2
        Downloaded getrandom v0.2.17
        Downloaded const-oid v0.9.6
        Downloaded parking_lot_core v0.9.12
        Downloaded jiff-tzdb v0.1.6
        Downloaded redox_syscall v0.5.18
        Downloaded chacha20 v0.9.1
        Downloaded cbc v0.1.2
        Downloaded spki v0.7.3
        Downloaded windows-strings v0.1.0
        Downloaded itertools v0.14.0
        Downloaded ssh-encoding v0.2.0
        Downloaded ryu v1.0.23
        Downloaded windows_x86_64_msvc v0.52.6
        Downloaded gix-error v0.2.3
        Downloaded lock_api v0.4.14
        Downloaded value-bag v1.12.0
        Downloaded pkcs1 v0.7.5
        Downloaded windows-sys v0.59.0
        Downloaded object v0.37.3
        Downloaded wasm-bindgen v0.2.114
        Downloaded litrs v1.0.0
        Downloaded winapi v0.3.9
        Downloaded gix-commitgraph v0.37.0
        Downloaded gix-revision v0.45.0
        Downloaded windows-future v0.3.2
        Downloaded ssh-agent-lib v0.6.0
        Downloaded tokio v1.50.0
        Downloaded zmij v1.0.21
        Downloaded gix-features v0.48.0
        Downloaded windows-future v0.2.1
        Downloaded wit-bindgen-rust v0.51.0
        Downloaded prettyplease v0.2.37
        Downloaded gix-refspec v0.41.0
        Downloaded gix-revwalk v0.31.0
        Downloaded gix-sec v0.14.0
        Downloaded crc32fast v1.5.0
        Downloaded gix-packetline v0.21.3
        Downloaded pem-rfc7468 v0.7.0
        Downloaded base64ct v1.8.3
        Downloaded byteorder v1.5.0
        Downloaded typenum v1.19.0
        Downloaded parking_lot v0.12.5
        Downloaded wasip3 v0.4.0+wasi-0.3.0-rc-2026-01-06
        Downloaded winapi-i686-pc-windows-gnu v0.4.0
        Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
        Downloaded windows-core v0.58.0
        Downloaded gix-protocol v0.61.0
        Downloaded wasm-encoder v0.244.0
        Downloaded windows-sys v0.52.0
        Downloaded sval v2.17.0
        Downloaded rand v0.8.5
        Downloaded js-sys v0.3.91
        Downloaded zerocopy-derive v0.8.42
        Downloaded serde_derive v1.0.228
        Downloaded serde_core v1.0.228
        Downloaded cc v1.2.57
        Downloaded prodash v31.0.0
        Downloaded backtrace v0.3.76
        Downloaded bumpalo v3.20.2
        Downloaded indexmap v2.13.0
        Downloaded wasip2 v1.0.2+wasi-0.2.9
        Downloaded windows v0.61.3
        Downloaded gix-pack v0.70.0
        Downloaded hashbrown v0.15.5
        Downloaded windows v0.62.2
        Downloaded wit-parser v0.244.0
        Downloaded ssh-key v0.6.7
        Downloaded windows v0.58.0
        Downloaded aes-gcm v0.10.3
        Downloaded objc2-core-foundation v0.3.2
        Downloaded aho-corasick v1.1.4
        Downloaded serde_json v1.0.149
        Downloaded zlib-rs v0.6.5
        Downloaded syn v1.0.109
        Downloaded wit-component v0.244.0
        Downloaded wasmparser v0.244.0
        Downloaded git2 v0.21.0
        Downloaded vcpkg v0.2.15
        Downloaded zerocopy v0.8.42
        Downloaded gimli v0.32.3
        Downloaded regex-syntax v0.8.10
        Downloaded bstr v1.12.1
        Downloaded rustix v1.1.4
        Downloaded windows_x86_64_gnullvm v0.52.6
        Downloaded windows_aarch64_gnullvm v0.52.6
        Downloaded regex-automata v0.4.14
        Downloaded libc v0.2.183
        Downloaded sha1-checked v0.10.0
        Downloaded windows_x86_64_gnu v0.52.6
        Downloaded libz-sys v1.1.25
        Downloaded windows_i686_msvc v0.52.6
        Downloaded libgit2-sys v0.18.4+1.9.3
        Downloaded windows-sys v0.61.2
        Downloaded sqlite3-src v0.7.0
        Downloaded linux-raw-sys v0.12.1
      
  40. 19907 ms: Action succeeded: cargo_fetch
    - action: cargo_fetch
    
  41. 19907 ms: Execute action: rustup
    - action: rustup
      channel: 1.95.0
      target: null
      components: null
      profile: null
    
  42. 19907 ms: Debug
    'rustup Rustup { channel: "1.95.0", target: None, components: None, profile: None }'
    
  43. 19907 ms: Start program: rustup
    • rustup
    • install
    • 1.95.0
FAILURE
  1. 19941 ms: Program failed
    • Exit code: killed by signal
    • Stdout
    • Stderr
      command does not exist: "rustup"
  2. 19941 ms: Action failed: rustup
    - action: rustup
      channel: 1.95.0
      target: null
      components: null
      profile: null
    
  3. 19941 ms: Executor ends in failure
    • Exit code: 1
Console log
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(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  ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.
[  OK  ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.
[  OK  ] Reached target network-pre.target - Preparation for Network.
         Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
         Mounting sys-kernel-config.mount - Kernel Configuration File System...
         Starting systemd-random-seed.service - Load/Save OS Random Seed...
         Starting systemd-sysctl.service - Apply Kernel Variables...
         Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...
[  OK  ] Started systemd-journald.service - Journal Service.
[  OK  ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[  OK  ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
         Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
[  OK  ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[  OK  ] Finished systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Finished systemd-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...
[  OK  ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.
[  OK  ] Found device dev-ttyS0.device - /dev/ttyS0.
[  OK  ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
         Starting systemd-update-done.service - Update is Completed...
[  OK  ] Finished systemd-update-done.service - Update is Completed.
         Mounting proc-sys-fs-binfmt_misc.m…cutable File Formats File System...
[  OK  ] Mounted proc-sys-fs-binfmt_misc.mo…xecutable File Formats File System.
[  OK  ] Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Reached target sysinit.target - System Initialization.
[  OK  ] Started apt-daily.timer - Daily apt download activities.
[  OK  ] Started apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[  OK  ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[  OK  ] Started fstrim.timer - Discard unused filesystem blocks once a week.
[  OK  ] Started man-db.timer - Daily man-db regeneration.
[  OK  ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Reached target timers.target - Timer Units.
[  OK  ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Listening on systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Reached target sockets.target - Socket Units.
[  OK  ] Reached target basic.target - Basic System.
         Starting ambient.service - Run build job for Ambient CI...
         Starting dbus.service - D-Bus System Message Bus...
         Starting grub-common.service - Record successful boot for GRUB...
         Starting systemd-logind.service - User Login Management...
[  OK  ] Started dbus.service - D-Bus System Message Bus.
[  OK  ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
[  OK  ] Finished grub-common.service - Record successful boot for GRUB.
[  OK  ] Started systemd-logind.service - User Login Management.
[  OK  ] Started systemd-networkd.service - Network Configuration.
[  OK  ] Reached target network.target - Network.
         Starting ssh.service - OpenBSD Secure Shell server...
         Starting systemd-networkd-persiste…tent Storage in systemd-networkd...
         Starting systemd-user-sessions.service - Permit User Sessions...
[  OK  ] Finished systemd-user-sessions.service - Permit User Sessions.
[  OK  ] 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  ] 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.
         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 ssh.service - OpenBSD Secure Shell server.
[  OK  ] Stopped systemd-logind.service - User Login Management.
[  OK  ] Stopped dbus.service - D-Bus System Message Bus.
[  OK  ] Stopped systemd-networkd-persisten…istent Storage in systemd-networkd.
[  OK  ] Stopped getty@tty1.service - Getty on tty1.
[  OK  ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[  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-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Unset automount proc-sys-fs-binfmt…ormats File System Automount Point.
[  OK  ] Stopped target local-fs.target - Local File Systems.
[  OK  ] Unset automount efi.automount - EFI System Partition Automount.
[  OK  ] Stopped target local-fs-pre.target…Preparation for Local File Systems.
         Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
         Unmounting tmp.mount - Temporary Directory /tmp...
[  OK  ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.
[  OK  ] Stopped systemd-resolved.service - Network Name Resolution.
[  OK  ] Stopped systemd-networkd.service - Network Configuration.
[  OK  ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Unmounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Stopped target network-pre.target - Preparation for Network.
[  OK  ] Stopped target swap.target - Swaps.
[  OK  ] Reached target umount.target - Unmount All Filesystems.
[  OK  ] Closed systemd-networkd.socket - Network Service Netlink Socket.
[  OK  ] Stopped systemd-network-generator.…ork Units from Kernel Command Line.
[  OK  ] Stopped systemd-sysctl.service - Apply Kernel Variables.
[  OK  ] Stopped systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Stopped systemd-sysusers.service - Create System Users.
[  OK  ] Stopped systemd-remount-fs.service…mount Root and Kernel File Systems.
[  OK  ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.
[  OK  ] Reached target shutdown.target - System Shutdown.
[  OK  ] Reached target final.target - Late Shutdown Services.
[  OK  ] Finished systemd-poweroff.service - System Power Off.
[  OK  ] Reached target poweroff.target - System Power Off.
[   28.959253] reboot: Power down
Raw run log
BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sr0     11:0    1   372K  0 rom  
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0   5.3M  1 disk 
vdc    254:32   0  65.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-16 16:03 ./
-rw-r--r-- _rad/_rad      1464 2026-07-16 16:03 ./plan.yaml
-rwxr-xr-x _rad/_rad   5525824 2026-07-16 16:03 ./run-ci
INFO: Extracted files:
        6      0 drwxr-xr-x   2 1000     1000           80 Jul 16 16:03 .
       10   5400 -rwxr-xr-x   1 1000     1000      5525824 Jul 16 16:03 ./run-ci
        9      4 -rw-r--r--   1 1000     1000         1464 Jul 16 16:03 ./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":1784217793,"nanos_since_epoch":798682273},"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":"rustup","channel":"1.95.0","target":null,"components":null,"profile":null},{"action":"rustup","channel":"1.95","target":null,"components":null,"profile":null},{"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":1784217793,"nanos_since_epoch":799082194},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784217793,"nanos_since_epoch":799268936},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784217793,"nanos_since_epoch":799957723},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784217793,"nanos_since_epoch":800143436},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784217793,"nanos_since_epoch":800173181},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784217793,"nanos_since_epoch":800351787},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784217793,"nanos_since_epoch":800379102},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784217793,"nanos_since_epoch":800560303},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784217793,"nanos_since_epoch":800585025},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784217793,"nanos_since_epoch":800769064},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784217793,"nanos_since_epoch":800795051},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784217793,"nanos_since_epoch":800977667},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784217793,"nanos_since_epoch":801004719},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784217793,"nanos_since_epoch":801186459},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784217794,"nanos_since_epoch":33764024},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784217794,"nanos_since_epoch":36496758},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784217794,"nanos_since_epoch":40821357},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784217794,"nanos_since_epoch":40844574},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784217794,"nanos_since_epoch":44637031},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784217794,"nanos_since_epoch":44761977},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784217794,"nanos_since_epoch":50087259},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784217794,"nanos_since_epoch":50147022},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784217794,"nanos_since_epoch":52615372},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784217794,"nanos_since_epoch":52747963},"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":1784217794,"nanos_since_epoch":52757688},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1784217794,"nanos_since_epoch":60666779},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784217794,"nanos_since_epoch":60816952},"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":1784217794,"nanos_since_epoch":61026595},"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":1784217794,"nanos_since_epoch":61226660},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_fetch","timestamp":{"secs_since_epoch":1784217794,"nanos_since_epoch":61292262},"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":1784217794,"nanos_since_epoch":61299470},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.97.1 (c980f4866 2026-06-30)\n","stderr":"info: syncing channel updates for 1.97.1-x86_64-unknown-linux-gnu\ninfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)\ninfo: downloading 7 components\n","timestamp":{"secs_since_epoch":1784217806,"nanos_since_epoch":914766667},"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":1784217806,"nanos_since_epoch":914938313},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.97 (8bab26f4f6 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1784217806,"nanos_since_epoch":977974352},"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":1784217806,"nanos_since_epoch":978020180},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.97.1 (8bab26f4f 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1784217807,"nanos_since_epoch":9802138},"log_source":"Plan"}
copying relevant files to /tmp/.tmpbOdOgM
{"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":1784217807,"nanos_since_epoch":30716866},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"    Updating crates.io index\n Downloading crates ...\n  Downloaded errno v0.3.14\n  Downloaded uds_windows v1.2.1\n  Downloaded windows-link v0.2.1\n  Downloaded semver v1.0.27\n  Downloaded sval_buffer v2.17.0\n  Downloaded wit-bindgen-rust-macro v0.51.0\n  Downloaded noise-framework v0.4.1\n  Downloaded qcheck v1.0.0\n  Downloaded cypheraddr v0.4.1\n  Downloaded signature v1.6.4\n  Downloaded cfg-if v1.0.4\n  Downloaded wasm-bindgen-shared v0.2.114\n  Downloaded ct-codecs v1.1.6\n  Downloaded socks5-client v0.4.3\n  Downloaded cyphergraphy v0.3.1\n  Downloaded version_check v0.9.5\n  Downloaded unicode-xid v0.2.6\n  Downloaded heck v0.5.0\n  Downloaded num-cmp v0.1.0\n  Downloaded keccak v0.1.6\n  Downloaded rand_core v0.9.5\n  Downloaded uuid-simd v0.8.0\n  Downloaded amplify v4.9.0\n  Downloaded amplify_num v0.5.3\n  Downloaded bit-vec v0.8.0\n  Downloaded zeroize v1.8.2\n  Downloaded windows-strings v0.5.1\n  Downloaded iana-time-zone-haiku v0.1.2\n  Downloaded thiserror v1.0.69\n  Downloaded cyphernet v0.5.4\n  Downloaded r-efi v6.0.0\n  Downloaded fast-glob v0.3.3\n  Downloaded tempfile v3.27.0\n  Downloaded rand_xorshift v0.4.0\n  Downloaded percent-encoding v2.3.2\n  Downloaded yoke-derive v0.8.1\n  Downloaded potential_utf v0.1.4\n  Downloaded windows-result v0.4.1\n  Downloaded email_address v0.2.9\n  Downloaded phf_shared v0.11.3\n  Downloaded bytesize v2.3.1\n  Downloaded once_cell v1.21.4\n  Downloaded value-bag-sval2 v1.12.0\n  Downloaded bit-set v0.8.0\n  Downloaded zerofrom v0.1.6\n  Downloaded num v0.4.3\n  Downloaded iana-time-zone v0.1.65\n  Downloaded sval_dynamic v2.17.0\n  Downloaded serde_fmt v1.1.0\n  Downloaded android_system_properties v0.1.5\n  Downloaded idna_adapter v1.2.1\n  Downloaded typeid v1.0.3\n  Downloaded outref v0.5.2\n  Downloaded windows-implement v0.60.2\n  Downloaded winsplit v0.1.0\n  Downloaded quick-error v1.2.3\n  Downloaded nonempty v0.9.0\n  Downloaded sval_serde v2.17.0\n  Downloaded memoffset v0.9.1\n  Downloaded wasm-bindgen-macro v0.2.114\n  Downloaded unarray v0.1.4\n  Downloaded fnv v1.0.7\n  Downloaded borrow-or-share v0.2.4\n  Downloaded utf8_iter v1.0.4\n  Downloaded zerofrom-derive v0.1.6\n  Downloaded displaydoc v0.2.5\n  Downloaded num-complex v0.4.6\n  Downloaded dunce v1.0.5\n  Downloaded windows-interface v0.59.3\n  Downloaded gix-config-value v0.18.0\n  Downloaded id-arena v2.3.0\n  Downloaded siphasher v1.0.2\n  Downloaded ascii v1.1.0\n  Downloaded amplify_derive v4.0.1\n  Downloaded amplify_syn v2.0.1\n  Downloaded base32 v0.4.0\n  Downloaded rusty-fork v0.3.1\n  Downloaded wait-timeout v0.2.1\n  Downloaded rand_chacha v0.9.0\n  Downloaded vsimd v0.8.0\n  Downloaded referencing v0.30.0\n  Downloaded fluent-uri v0.3.2\n  Downloaded zerovec-derive v0.11.2\n  Downloaded synstructure v0.13.2\n  Downloaded yoke v0.8.1\n  Downloaded writeable v0.6.2\n  Downloaded tinystr v0.8.2\n  Downloaded litemap v0.8.1\n  Downloaded num-rational v0.4.2\n  Downloaded bytecount v0.6.9\n  Downloaded base64 v0.22.1\n  Downloaded phf v0.11.3\n  Downloaded crossbeam-utils v0.8.21\n  Downloaded windows-core v0.62.2\n  Downloaded core-foundation-sys v0.8.7\n  Downloaded gix-shallow v0.12.0\n  Downloaded serde_spanned v1.0.4\n  Downloaded fastrand v2.3.0\n  Downloaded generic-array v0.14.7\n  Downloaded diff v0.1.13\n  Downloaded ahash v0.8.12\n  Downloaded fraction v0.15.3\n  Downloaded crossbeam-channel v0.5.15\n  Downloaded colored v2.2.0\n  Downloaded arc-swap v1.9.1\n  Downloaded dyn-clone v1.0.20\n  Downloaded sval_json v2.17.0\n  Downloaded sval_fmt v2.17.0\n  Downloaded value-bag-serde1 v1.12.0\n  Downloaded leb128fmt v0.1.0\n  Downloaded git-ref-format-core v0.6.0\n  Downloaded qcheck-macros v1.0.0\n  Downloaded sha1 v0.10.6\n  Downloaded crypto-common v0.1.7\n  Downloaded walkdir v2.5.0\n  Downloaded data-encoding-macro v0.1.19\n  Downloaded chacha20poly1305 v0.10.1\n  Downloaded rand v0.9.2\n  Downloaded pretty_assertions v1.4.1\n  Downloaded yansi v1.0.1\n  Downloaded jsonschema v0.30.0\n  Downloaded uuid v1.22.0\n  Downloaded idna v1.1.0\n  Downloaded icu_properties v2.1.2\n  Downloaded zerotrie v0.2.3\n  Downloaded icu_provider v2.1.1\n  Downloaded icu_locale_core v2.1.1\n  Downloaded icu_collections v2.1.1\n  Downloaded icu_normalizer v2.1.1\n  Downloaded icu_normalizer_data v2.1.1\n  Downloaded num-bigint v0.4.6\n  Downloaded fancy-regex v0.14.0\n  Downloaded base64 v0.21.7\n  Downloaded jiff-static v0.2.23\n  Downloaded gix-odb v0.80.0\n  Downloaded thousands v0.2.0\n  Downloaded toml v0.9.12+spec-1.1.0\n  Downloaded proc-macro2 v1.0.106\n  Downloaded serde v1.0.228\n  Downloaded unicode-normalization v0.1.25\n  Downloaded foldhash v0.1.5\n  Downloaded sval_nested v2.17.0\n  Downloaded pkg-config v0.3.32\n  Downloaded shlex v1.3.0\n  Downloaded subtle v2.6.1\n  Downloaded gix-trace v0.1.19\n  Downloaded universal-hash v0.5.1\n  Downloaded opaque-debug v0.3.1\n  Downloaded ctr v0.9.2\n  Downloaded data-encoding v2.10.0\n  Downloaded base256emoji v1.0.2\n  Downloaded proptest v1.10.0\n  Downloaded regex v1.12.3\n  Downloaded zerovec v0.11.5\n  Downloaded icu_properties_data v2.1.2\n  Downloaded emojis v0.6.4\n  Downloaded chrono v0.4.44\n  Downloaded tree-sitter-toml-ng v0.6.0\n  Downloaded tree-sitter-json v0.24.8\n  Downloaded gix-quote v0.7.1\n  Downloaded shell-words v1.1.1\n  Downloaded gix-chunk v0.7.1\n  Downloaded ntapi v0.4.3\n  Downloaded sval_ref v2.17.0\n  Downloaded rustversion v1.0.22\n  Downloaded r-efi v5.3.0\n  Downloaded scopeguard v1.2.0\n  Downloaded gix-utils v0.3.2\n  Downloaded gix-path v0.12.0\n  Downloaded gix-validate v0.11.1\n  Downloaded cipher v0.4.4\n  Downloaded num-integer v0.1.46\n  Downloaded hmac v0.12.1\n  Downloaded p256 v0.13.2\n  Downloaded tree-sitter-language v0.1.7\n  Downloaded streaming-iterator v0.1.9\n  Downloaded derive_more v2.1.1\n  Downloaded convert_case v0.10.0\n  Downloaded crossterm_winapi v0.9.1\n  Downloaded web-time v1.1.0\n  Downloaded unit-prefix v0.5.2\n  Downloaded form_urlencoded v1.2.2\n  Downloaded xattr v1.6.1\n  Downloaded libredox v0.1.14\n  Downloaded redox_syscall v0.7.3\n  Downloaded plain v0.2.3\n  Downloaded radicle-std-ext v0.2.0\n  Downloaded radicle-git-ext v0.13.0\n  Downloaded git-ref-format v0.7.0\n  Downloaded git-ref-format-macro v0.7.0\n  Downloaded gix-lock v23.0.0\n  Downloaded gix-traverse v0.57.0\n  Downloaded sysinfo v0.37.2\n  Downloaded syn v2.0.117\n  Downloaded sqlite v0.37.0\n  Downloaded sqlite3-sys v0.18.0\n  Downloaded p521 v0.13.3\n  Downloaded p384 v0.13.1\n  Downloaded secrecy v0.10.3\n  Downloaded tree-sitter v0.24.7\n  Downloaded tree-sitter-python v0.23.6\n  Downloaded derive_more-impl v2.1.1\n  Downloaded indicatif v0.18.4\n  Downloaded console v0.16.3\n  Downloaded encode_unicode v1.0.0\n  Downloaded anstyle-query v1.1.5\n  Downloaded url v2.5.8\n  Downloaded tar v0.4.45\n  Downloaded filetime v0.2.27\n  Downloaded schemars_derive v1.2.1\n  Downloaded ref-cast v1.0.25\n  Downloaded ref-cast-impl v1.0.25\n  Downloaded tinyvec_macros v0.1.1\n  Downloaded windows-threading v0.1.0\n  Downloaded windows-collections v0.2.0\n  Downloaded thiserror v2.0.18\n  Downloaded wasi v0.11.1+wasi-snapshot-preview1\n  Downloaded multibase v0.9.2\n  Downloaded data-encoding-macro-internal v0.1.17\n  Downloaded portable-atomic v1.13.1\n  Downloaded radicle-surf v0.28.0\n  Downloaded tinyvec v1.11.0\n  Downloaded erased-serde v0.4.10\n  Downloaded thiserror-impl v2.0.18\n  Downloaded find-msvc-tools v0.1.9\n  Downloaded rand_chacha v0.3.1\n  Downloaded gix-hash v0.25.0\n  Downloaded smallvec v1.15.1\n  Downloaded windows_i686_gnullvm v0.52.6\n  Downloaded aead v0.5.2\n  Downloaded signature v2.2.0\n  Downloaded base16ct v0.2.0\n  Downloaded num-iter v0.1.45\n  Downloaded sha3 v0.10.8\n  Downloaded tree-sitter-rust v0.23.3\n  Downloaded tree-sitter-md v0.3.2\n  Downloaded document-features v0.2.12\n  Downloaded salsa20 v0.10.2\n  Downloaded jiff v0.2.23\n  Downloaded thiserror-impl v1.0.69\n  Downloaded ppv-lite86 v0.2.21\n  Downloaded digest v0.10.7\n  Downloaded polyval v0.6.2\n  Downloaded sec1 v0.7.3\n  Downloaded pkcs8 v0.10.2\n  Downloaded der v0.7.10\n  Downloaded rsa v0.9.10\n  Downloaded num-traits v0.2.19\n  Downloaded num-bigint-dig v0.8.6\n  Downloaded lazy_static v1.5.0\n  Downloaded spin v0.9.8\n  Downloaded primeorder v0.13.6\n  Downloaded elliptic-curve v0.13.8\n  Downloaded group v0.13.0\n  Downloaded crypto-bigint v0.5.5\n  Downloaded ecdsa v0.16.9\n  Downloaded rfc6979 v0.4.0\n  Downloaded ed25519 v2.2.3\n  Downloaded rustc_version v0.4.1\n  Downloaded bcrypt-pbkdf v0.10.0\n  Downloaded match-lookup v0.1.2\n  Downloaded base-x v0.2.11\n  Downloaded tree-sitter-html v0.23.2\n  Downloaded tree-sitter-css v0.23.2\n  Downloaded timeago v0.4.2\n  Downloaded clap_complete v4.6.0\n  Downloaded bitflags v2.11.0\n  Downloaded getrandom v0.4.2\n  Downloaded cpufeatures v0.2.17\n  Downloaded same-file v1.0.6\n  Downloaded faster-hex v0.10.0\n  Downloaded heapless v0.8.0\n  Downloaded stable_deref_trait v1.2.1\n  Downloaded hash32 v0.3.1\n  Downloaded aes v0.8.4\n  Downloaded libm v0.2.16\n  Downloaded ed25519-dalek v2.2.0\n  Downloaded curve25519-dalek-derive v0.1.1\n  Downloaded pbkdf2 v0.12.2\n  Downloaded blowfish v0.9.1\n  Downloaded ed25519 v1.5.3\n  Downloaded tree-sitter-typescript v0.23.2\n  Downloaded tree-sitter-ruby v0.23.1\n  Downloaded tree-sitter-highlight v0.24.7\n  Downloaded tree-sitter-go v0.23.4\n  Downloaded unicode-segmentation v1.12.0\n  Downloaded unicode-display-width v0.3.0\n  Downloaded proc-macro-error-attr3 v3.0.2\n  Downloaded simd-adler32 v0.3.8\n  Downloaded adler2 v2.0.1\n  Downloaded tracing-log v0.2.0\n  Downloaded valuable v0.1.1\n  Downloaded gix-tempfile v23.0.0\n  Downloaded gix-fs v0.21.1\n  Downloaded block-buffer v0.10.4\n  Downloaded winapi-util v0.1.11\n  Downloaded windows_aarch64_msvc v0.52.6\n  Downloaded ghash v0.5.1\n  Downloaded curve25519-dalek v4.1.3\n  Downloaded const-str v0.4.3\n  Downloaded ec25519 v0.1.0\n  Downloaded tree-sitter-c v0.23.4\n  Downloaded proc-macro-error3 v3.0.2\n  Downloaded flate2 v1.1.9\n  Downloaded miniz_oxide v0.8.9\n  Downloaded test-log v0.2.19\n  Downloaded tracing-subscriber v0.3.23\n  Downloaded tracing-core v0.1.36\n  Downloaded pin-project-lite v0.2.17\n  Downloaded thread_local v1.1.9\n  Downloaded gix-glob v0.26.0\n  Downloaded gix-ref v0.63.0\n  Downloaded gix-negotiate v0.31.0\n  Downloaded gix-credentials v0.38.0\n  Downloaded gix-prompt v0.15.0\n  Downloaded gix-diff v0.63.0\n  Downloaded either v1.15.0\n  Downloaded pastey v0.2.1\n  Downloaded siphasher v0.3.11\n  Downloaded lexopt v0.3.2\n  Downloaded dhat v0.3.3\n  Downloaded rustc-hash v1.1.0\n  Downloaded mintex v0.1.4\n  Downloaded serde_derive_internals v0.29.1\n  Downloaded clap_derive v4.6.0\n  Downloaded strsim v0.11.1\n  Downloaded autocfg v1.5.0\n  Downloaded windows_i686_gnu v0.52.6\n  Downloaded inout v0.1.4\n  Downloaded block-padding v0.3.3\n  Downloaded tree-sitter-bash v0.23.3\n  Downloaded rustc-demangle v0.1.27\n  Downloaded equivalent v1.0.2\n  Downloaded objc2-io-kit v0.3.2\n  Downloaded clap v4.6.0\n  Downloaded clap_builder v4.6.0\n  Downloaded clap_lex v1.1.0\n  Downloaded anyhow v1.0.102\n  Downloaded jobserver v0.1.34\n  Downloaded fiat-crypto v0.2.9\n  Downloaded tracing v0.1.44\n  Downloaded sharded-slab v0.1.7\n  Downloaded nu-ansi-term v0.50.3\n  Downloaded matchers v0.2.0\n  Downloaded test-log-macros v0.2.19\n  Downloaded env_filter v1.0.0\n  Downloaded utf8parse v0.2.2\n  Downloaded colorchoice v1.0.5\n  Downloaded bloomy v1.2.0\n  Downloaded unicode-ident v1.0.24\n  Downloaded quote v1.0.45\n  Downloaded itoa v1.0.17\n  Downloaded schemars v1.2.1\n  Downloaded wasm-metadata v0.244.0\n  Downloaded wit-bindgen-core v0.51.0\n  Downloaded winpipe v0.1.1\n  Downloaded windows-targets v0.52.6\n  Downloaded windows-threading v0.2.1\n  Downloaded windows-collections v0.3.2\n  Downloaded signals_receipts v0.2.5\n  Downloaded sem_safe v0.2.1\n  Downloaded signal-hook-mio v0.2.5\n  Downloaded signal-hook v0.3.18\n  Downloaded signal-hook-registry v1.4.8\n  Downloaded env_logger v0.11.9\n  Downloaded anstyle v1.0.14\n  Downloaded anstream v0.6.21\n  Downloaded is_terminal_polyfill v1.70.2\n  Downloaded gix-actor v0.41.0\n  Downloaded memchr v2.8.0\n  Downloaded hashbrown v0.16.1\n  Downloaded serde-untagged v0.1.9\n  Downloaded rand_core v0.6.4\n  Downloaded ff v0.13.1\n  Downloaded inquire v0.9.4\n  Downloaded crossterm v0.29.0\n  Downloaded mio v1.1.1\n  Downloaded getrandom v0.3.4\n  Downloaded unicode-width v0.2.2\n  Downloaded wit-bindgen v0.51.0\n  Downloaded windows-result v0.2.0\n  Downloaded sync-ptr v0.1.4\n  Downloaded anstyle-wincon v3.0.11\n  Downloaded once_cell_polyfill v1.70.2\n  Downloaded defer-heavy v0.1.0\n  Downloaded windows-numerics v0.3.1\n  Downloaded bytes v1.11.1\n  Downloaded normalize-line-endings v0.3.0\n  Downloaded systemd-journal-logger v2.2.2\n  Downloaded scrypt v0.11.0\n  Downloaded gix-url v0.36.0\n  Downloaded gix-object v0.60.0\n  Downloaded windows-strings v0.4.2\n  Downloaded windows-result v0.3.4\n  Downloaded windows-interface v0.58.0\n  Downloaded windows-implement v0.58.0\n  Downloaded sha2 v0.10.9\n  Downloaded anstyle-parse v0.2.7\n  Downloaded structured-logger v1.0.5\n  Downloaded snapbox v1.2.2\n  Downloaded snapbox-macros v1.1.0\n  Downloaded anstream v1.0.0\n  Downloaded anstyle-parse v1.0.0\n  Downloaded similar v3.1.1\n  Downloaded maybe-async v0.2.10\n  Downloaded gix-hashtable v0.15.0\n  Downloaded windows-numerics v0.2.0\n  Downloaded gix-transport v0.57.0\n  Downloaded portable-atomic-util v0.2.6\n  Downloaded jiff-tzdb-platform v0.1.3\n  Downloaded memmap2 v0.9.10\n  Downloaded addr2line v0.25.1\n  Downloaded windows-link v0.1.3\n  Downloaded ssh-cipher v0.2.0\n  Downloaded socket2 v0.5.10\n  Downloaded gix-command v0.9.0\n  Downloaded nonempty v0.12.0\n  Downloaded escargot v0.5.15\n  Downloaded humantime v2.3.0\n  Downloaded toml_writer v1.0.7+spec-1.1.0\n  Downloaded log v0.4.29\n  Downloaded wasm-bindgen-macro-support v0.2.114\n  Downloaded poly1305 v0.8.0\n  Downloaded gix-date v0.15.3\n  Downloaded human-panic v2.0.6\n  Downloaded toml_datetime v0.7.5+spec-1.1.0\n  Downloaded windows-core v0.61.2\n  Downloaded getrandom v0.2.17\n  Downloaded const-oid v0.9.6\n  Downloaded parking_lot_core v0.9.12\n  Downloaded jiff-tzdb v0.1.6\n  Downloaded redox_syscall v0.5.18\n  Downloaded chacha20 v0.9.1\n  Downloaded cbc v0.1.2\n  Downloaded spki v0.7.3\n  Downloaded windows-strings v0.1.0\n  Downloaded itertools v0.14.0\n  Downloaded ssh-encoding v0.2.0\n  Downloaded ryu v1.0.23\n  Downloaded windows_x86_64_msvc v0.52.6\n  Downloaded gix-error v0.2.3\n  Downloaded lock_api v0.4.14\n  Downloaded value-bag v1.12.0\n  Downloaded pkcs1 v0.7.5\n  Downloaded windows-sys v0.59.0\n  Downloaded object v0.37.3\n  Downloaded wasm-bindgen v0.2.114\n  Downloaded litrs v1.0.0\n  Downloaded winapi v0.3.9\n  Downloaded gix-commitgraph v0.37.0\n  Downloaded gix-revision v0.45.0\n  Downloaded windows-future v0.3.2\n  Downloaded ssh-agent-lib v0.6.0\n  Downloaded tokio v1.50.0\n  Downloaded zmij v1.0.21\n  Downloaded gix-features v0.48.0\n  Downloaded windows-future v0.2.1\n  Downloaded wit-bindgen-rust v0.51.0\n  Downloaded prettyplease v0.2.37\n  Downloaded gix-refspec v0.41.0\n  Downloaded gix-revwalk v0.31.0\n  Downloaded gix-sec v0.14.0\n  Downloaded crc32fast v1.5.0\n  Downloaded gix-packetline v0.21.3\n  Downloaded pem-rfc7468 v0.7.0\n  Downloaded base64ct v1.8.3\n  Downloaded byteorder v1.5.0\n  Downloaded typenum v1.19.0\n  Downloaded parking_lot v0.12.5\n  Downloaded wasip3 v0.4.0+wasi-0.3.0-rc-2026-01-06\n  Downloaded winapi-i686-pc-windows-gnu v0.4.0\n  Downloaded winapi-x86_64-pc-windows-gnu v0.4.0\n  Downloaded windows-core v0.58.0\n  Downloaded gix-protocol v0.61.0\n  Downloaded wasm-encoder v0.244.0\n  Downloaded windows-sys v0.52.0\n  Downloaded sval v2.17.0\n  Downloaded rand v0.8.5\n  Downloaded js-sys v0.3.91\n  Downloaded zerocopy-derive v0.8.42\n  Downloaded serde_derive v1.0.228\n  Downloaded serde_core v1.0.228\n  Downloaded cc v1.2.57\n  Downloaded prodash v31.0.0\n  Downloaded backtrace v0.3.76\n  Downloaded bumpalo v3.20.2\n  Downloaded indexmap v2.13.0\n  Downloaded wasip2 v1.0.2+wasi-0.2.9\n  Downloaded windows v0.61.3\n  Downloaded gix-pack v0.70.0\n  Downloaded hashbrown v0.15.5\n  Downloaded windows v0.62.2\n  Downloaded wit-parser v0.244.0\n  Downloaded ssh-key v0.6.7\n  Downloaded windows v0.58.0\n  Downloaded aes-gcm v0.10.3\n  Downloaded objc2-core-foundation v0.3.2\n  Downloaded aho-corasick v1.1.4\n  Downloaded serde_json v1.0.149\n  Downloaded zlib-rs v0.6.5\n  Downloaded syn v1.0.109\n  Downloaded wit-component v0.244.0\n  Downloaded wasmparser v0.244.0\n  Downloaded git2 v0.21.0\n  Downloaded vcpkg v0.2.15\n  Downloaded zerocopy v0.8.42\n  Downloaded gimli v0.32.3\n  Downloaded regex-syntax v0.8.10\n  Downloaded bstr v1.12.1\n  Downloaded rustix v1.1.4\n  Downloaded windows_x86_64_gnullvm v0.52.6\n  Downloaded windows_aarch64_gnullvm v0.52.6\n  Downloaded regex-automata v0.4.14\n  Downloaded libc v0.2.183\n  Downloaded sha1-checked v0.10.0\n  Downloaded windows_x86_64_gnu v0.52.6\n  Downloaded libz-sys v1.1.25\n  Downloaded windows_i686_msvc v0.52.6\n  Downloaded libgit2-sys v0.18.4+1.9.3\n  Downloaded windows-sys v0.61.2\n  Downloaded sqlite3-src v0.7.0\n  Downloaded linux-raw-sys v0.12.1\n","timestamp":{"secs_since_epoch":1784217813,"nanos_since_epoch":499878397},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_fetch","timestamp":{"secs_since_epoch":1784217813,"nanos_since_epoch":705754640},"log_source":"Plan"}
{"type":"execute_action","action":"rustup","channel":"1.95.0","target":null,"components":null,"profile":null,"timestamp":{"secs_since_epoch":1784217813,"nanos_since_epoch":705762542},"log_source":"Plan"}
{"type":"debug","debug":"rustup Rustup { channel: \"1.95.0\", target: None, components: None, profile: None }","timestamp":{"secs_since_epoch":1784217813,"nanos_since_epoch":705769720},"log_source":"PrePlan"}
{"type":"start_program","argv":[{"Unix":[114,117,115,116,117,112]},{"Unix":[105,110,115,116,97,108,108]},{"Unix":[49,46,57,53,46,48]}],"timestamp":{"secs_since_epoch":1784217813,"nanos_since_epoch":706025626},"log_source":"PrePlan"}
{"type":"program_failed","exit_code":null,"stdout":"","stderr":"command does not exist: \"rustup\"","timestamp":{"secs_since_epoch":1784217813,"nanos_since_epoch":739927625},"log_source":"PrePlan"}
{"type":"action_failed","action":"rustup","channel":"1.95.0","target":null,"components":null,"profile":null,"timestamp":{"secs_since_epoch":1784217813,"nanos_since_epoch":739949309},"log_source":"Plan"}
ERROR: rustup action failed
caused by: failed to run rustup
caused by: command does not exist: "rustup"
{"type":"executor_ends_in_failure","exit_code":1,"timestamp":{"secs_since_epoch":1784217813,"nanos_since_epoch":740566978},"log_source":"Plan"}
EXIT CODE: 1

Plan VM

No log

Post-plan VM

No log