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": "Updated",
  "patch": {
    "id": "712a995a282fd544b081ea02dae7ff246810a20c",
    "author": {
      "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "alias": "fintohaps"
    },
    "title": "radicle/cob/identity: Rewrite Evaluation",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "ee17109501428319311d18f9bfc339a2a6dec88b",
    "after": "4e542eb3bdd421f5d394574cd2e7bd9d810cece3",
    "commits": [
      "4e542eb3bdd421f5d394574cd2e7bd9d810cece3",
      "a9331fded4cdf89a8f966b0fee4345a73d2f316d",
      "be2eaf353d05afa53ee37a05a65bd26fae494a0e",
      "e0fb354a7933fba68147e52905d0b0cd460e6239",
      "d96dd043ee05d4befaf0145e58ddfba90c84c599",
      "654218e6a56251a09de0f8924119645d62030232",
      "82dc3fe20c5328b606031ed186b9fea2dad81ddc",
      "8e677a9d90f10f916b6424c57b450222ed8f5ac6",
      "62f64744ad1e0b5c0198e1ebe1e602f6344dac11",
      "f720526fc9fd457461d6d440b2742355b9df0020",
      "21700e4962c0541043ceba7ee37a777eeaceafed",
      "ebf0f417f74558fe974fd72dc2ead38e600639b2",
      "97f279fe41be6cc48b462a59b45b7de062029460",
      "e0e231813fc5bd521941fadf6a0e9c54c03fb9f4",
      "108686e299edebec253e1d2e50e1d939947e4208",
      "da2c523d411e21bb74ef18f3469d2f8c03658528",
      "aae8938c013149de94bd36d76cfa20e59fd4def6",
      "94a24a7283c3a65a0ae02cd7de22fd02f07d96bd",
      "2768fe79d2b77ff6688fa26fe3c330d3e524e859",
      "c174efccb95d1887483c596cab9166c40dd52d2b",
      "2349eebf5da5052f546e9e419cf8a5081de6bb8b",
      "39972b0c46303a9f0781dd673022780d40888753",
      "489360d0e5d92495af49b495e5c443f0245b688f",
      "ba4a79af9060548f85106a78eb90625c8d27fea2",
      "d8c14222a26750b8153235a7c97b42c6738fabfd",
      "b145b95ee4205a1d18fbe6fb912f11c3dd864526",
      "442df34be72a0d4e01ef7e10b7afcc4aa0ee949b"
    ],
    "target": "ee17109501428319311d18f9bfc339a2a6dec88b",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "712a995a282fd544b081ea02dae7ff246810a20c",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "### Use verdicts to count votes\n\nEvaluation of this COB is implemented under the assumption that\ndelegates accept at most one revision.\n\nThis can lead to issues, if some delegates create new revisions eagerly,\nwithout waiting for the others to vote on earlier revisions. As the\neager delegates start accepting newer and newer revisions, this shadows\ntheir acceptance of earlier revisions, which leads to failure to\nrecognize that these earlier revisions were actually accepted by a\nmajority.\n\nTo avoid such situations, remove `heads`, and always count the number of\n\"accept\" verdicts explicitly.\n\n### Rewrite Evaluation\n\nEvaluation of the COB `xyz.radicle.id` is rewritten to remove the\nvariant `State::Stale`.\n\nSince we require the history of accepted revisions to be linear, we may\nas well interpret all siblings of adopted revisions to be rejected.\nThis gives a nice symmetry between accepted and rejected revisions.\n\nIntroduce `State::Redacted`, as handling redacted revisions with their\nown state is easier to reason about compared to having to maintain\ninvariants for `revisions: BTreeMap<RevisionId, Option<Revision>>`.",
        "base": "998ff91e2c25f1432de007c90fb447849ada37d2",
        "oid": "7f92cfda0ac5572854bc564f60071f6e17371c62",
        "timestamp": 1779442165
      },
      {
        "id": "52e5ed2946f3c207f5de086af788253f76a1fb70",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Adds 3 additional tests. The last is failing.",
        "base": "998ff91e2c25f1432de007c90fb447849ada37d2",
        "oid": "22ce2ce70609009d3be6a6403aca07106383e262",
        "timestamp": 1779457796
      },
      {
        "id": "94d842c0f46d63e77be28cf0bef6557c5bb56b41",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Add fix and update existing tests",
        "base": "998ff91e2c25f1432de007c90fb447849ada37d2",
        "oid": "9d89a2e35c36290e320ffd18d341c0df9c333fa3",
        "timestamp": 1779462080
      },
      {
        "id": "528a25f8667d2cdb8388777d428e1a1924df5c1b",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Adds property tests for identity COB",
        "base": "998ff91e2c25f1432de007c90fb447849ada37d2",
        "oid": "6fe9842ed421f3cc5b1671c916d439d27c94bf59",
        "timestamp": 1779902132
      },
      {
        "id": "83fbe2b387974e4fa592ad1866f3dcc9cd201559",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Fixes threshold assumptions",
        "base": "998ff91e2c25f1432de007c90fb447849ada37d2",
        "oid": "b3beea8f837f67624d2b33bc6dd0a8c06be8a381",
        "timestamp": 1779969863
      },
      {
        "id": "fbc6da86326be94fde4906ea3311b831567a0144",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Removes more references to `threshold` and updates diagrams",
        "base": "998ff91e2c25f1432de007c90fb447849ada37d2",
        "oid": "8e46599111307315e6f51534dfbb28599516f1dd",
        "timestamp": 1780054002
      },
      {
        "id": "03e6eeeb7af3e71d0e3ea0fee99d79328e8bced5",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "- Add causal reasons to Rejected and Redacted states\n- Fix rejection threshold calculation\n- Fix sibling resolution for late-arriving forks",
        "base": "998ff91e2c25f1432de007c90fb447849ada37d2",
        "oid": "7d971f19bab96137e2032f9d6524335b4277e708",
        "timestamp": 1780390774
      },
      {
        "id": "39cbe88e23edf6352677f8cc8a8e3f143d008322",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rework Patch\n\nThe majority of this revision keeps the improved evaluation of the repository\nidentity. To make the changes more coherent, it squashes these improvements into\na single commit, re-describing the changes.\n\nThe test cases are then added as individual commits, followed by the property tests.\n\nThe additions I do provide in this revision are some extra test cases, and\ncatching a bug in the adoption logic that allowed rescinded delegates to count\ntheir votes in child revisions.",
        "base": "998ff91e2c25f1432de007c90fb447849ada37d2",
        "oid": "a706c99b8f6c2b27048df78f4f3c05dfe2f27cba",
        "timestamp": 1781281164
      },
      {
        "id": "6ddba384d56b3d5e7063122cdab7062d2fed3609",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- cargo fmt",
        "base": "998ff91e2c25f1432de007c90fb447849ada37d2",
        "oid": "87a09c733b636d6bd2b628e1fafec2fb452addfc",
        "timestamp": 1781281279
      },
      {
        "id": "cd80cb5ae8db5ec2c4daae8e7b5708e25d698193",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Rebase and review.",
        "base": "88bf2a9648750365d4565e32deae35b18808a391",
        "oid": "e97fb436bf93a65fb3e18a2e4f2c797959288b26",
        "timestamp": 1781903994
      },
      {
        "id": "b0133884d308d27153302067102dad6bbe06e254",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Review",
        "base": "88bf2a9648750365d4565e32deae35b18808a391",
        "oid": "ccde4dfd7f2a0eab5c300c31413e227707543c7b",
        "timestamp": 1781962655
      },
      {
        "id": "8ff7c16bcdb67027ae869490fd3c6361eb1efd4a",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Another round of polishing.",
        "base": "88bf2a9648750365d4565e32deae35b18808a391",
        "oid": "fe4b01138d58cd122dfe5af483718c719d69f3af",
        "timestamp": 1782252269
      },
      {
        "id": "432f8d7a19045a11354ae98d6e594e157eaf10c7",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Refactor property tests and existing unit to incorporate new authorisation rules dictated by the parent revision.",
        "base": "88bf2a9648750365d4565e32deae35b18808a391",
        "oid": "5326910464131de4ecf99c1d343f57d2edfc5ddc",
        "timestamp": 1782313654
      },
      {
        "id": "51d685da41a4298859a2cde289f86e168e4e44a1",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Work in review, reword commit messages.",
        "base": "88bf2a9648750365d4565e32deae35b18808a391",
        "oid": "411c73948a9857eb083a2fc8330ffae822e20efd",
        "timestamp": 1782338152
      },
      {
        "id": "9b4da63fe2b61fdc77517c31f665fba144f0f7f4",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "- Minor fix for broken unit test\n- Reduced identity cob prop test count to speed up tests",
        "base": "88bf2a9648750365d4565e32deae35b18808a391",
        "oid": "a08e438e17307a2803dee3e53ff295002c685955",
        "timestamp": 1782472970
      },
      {
        "id": "10b20f0af4340d2dc1f300bc04f44c5823f07064",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Fix the cascading rejection test scenario\n- Provide more test scenarios to protect for regression\n- Introduce new invariant that a delegate cannot accept more than one active,\n  sibling revision. This prevents, previously possible, cases where two\n  revisions can be concurrently accepted and, at first, appear adopted, until\n  the operations converge and an arbitrary revision would be adopted.",
        "base": "ee17109501428319311d18f9bfc339a2a6dec88b",
        "oid": "a9331fded4cdf89a8f966b0fee4345a73d2f316d",
        "timestamp": 1783089596
      },
      {
        "id": "051d0294ce0234e0bfff830d42f68fbcb1e7d9b3",
        "author": {
          "id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
          "alias": "fintohaps"
        },
        "description": "Changes:\n- Added CHANGELOG",
        "base": "ee17109501428319311d18f9bfc339a2a6dec88b",
        "oid": "4e542eb3bdd421f5d394574cd2e7bd9d810cece3",
        "timestamp": 1783102320
      }
    ]
  }
}
Ambient stdout
executor from config: /usr/bin/ambient-execute-plan
executor from PATH: /usr/bin/ambient-execute-plan
run CI for rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
======================== 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.15.0@eeab732
  2. 0 ms: Runnable plan
    steps:
    - action: mkdir
      pathname: /ci
    - action: mkdir
      pathname: /ci/artifacts
    - action: mkdir
      pathname: /ci/artifacts/debian
    - action: mkdir
      pathname: /ci/artifacts/rsync
    - action: mkdir
      pathname: /ci/secrets
    - action: mkdir
      pathname: /ci/deps
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    - action: shell
      shell: ln -sf /ci /workspace
    - action: create_file
      filename: /root/.ssh/config
      content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n                "
      overwrite: true
    - action: cargo_fetch
    - action: 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. 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. 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. 207 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdc
      directory: /ci/src
    
  17. 208 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  18. 214 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdf
      directory: /ci/deps
    
  19. 214 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  20. 220 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vde
      directory: /ci/cache
    
  21. 220 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  22. 226 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdd
      directory: /ci/artifacts
    
  23. 226 ms: Execute action: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  24. 232 ms: Action succeeded: tar_extract
    - action: tar_extract
      archive: /dev/vdg
      directory: /ci/secrets
    
  25. 232 ms: Execute action: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  26. 233 ms: Start program: bash
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  27. 243 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
      + ln -sf /ci /workspace
      
  28. 244 ms: Action succeeded: shell: ln -sf /ci /workspace
    - action: shell
      shell: ln -sf /ci /workspace
    
  29. 244 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. 244 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. 245 ms: Execute action: cargo_fetch
    - action: cargo_fetch
    
  32. 245 ms: Start program: cargo
    • cargo
    • --version
  33. 310 ms: Program succeeded
    • Exit code: 0
    • Stdout
      cargo 1.95.0 (f2d3ce0bd 2026-03-21)
      
    • Stderr
  34. 313 ms: Start program: cargo
    • cargo
    • clippy
    • --version
  35. 387 ms: Program succeeded
    • Exit code: 0
    • Stdout
      clippy 0.1.95 (59807616e1 2026-04-14)
      
    • Stderr
  36. 387 ms: Start program: rustc
    • rustc
    • --version
  37. 422 ms: Program succeeded
    • Exit code: 0
    • Stdout
      rustc 1.95.0 (59807616e 2026-04-14)
      
    • Stderr
  38. 443 ms: Start program: cargo
    • cargo
    • fetch
    • --locked
  39. 8801 ms: Program succeeded
    • Exit code: 0
    • Stdout
    • Stderr
          Updating crates.io index
       Downloading crates ...
        Downloaded serde_derive_internals v0.29.1
        Downloaded bitflags v2.11.0
        Downloaded idna_adapter v1.2.1
        Downloaded wasi v0.11.1+wasi-snapshot-preview1
        Downloaded qcheck v1.0.0
        Downloaded rustversion v1.0.22
        Downloaded winapi-util v0.1.11
        Downloaded sha2 v0.10.9
        Downloaded same-file v1.0.6
        Downloaded defer-heavy v0.1.0
        Downloaded windows-strings v0.1.0
        Downloaded pkcs1 v0.7.5
        Downloaded inout v0.1.4
        Downloaded keccak v0.1.6
        Downloaded nonempty v0.9.0
        Downloaded num v0.4.3
        Downloaded windows-collections v0.3.2
        Downloaded num-rational v0.4.2
        Downloaded tree-sitter-json v0.24.8
        Downloaded test-log v0.2.19
        Downloaded once_cell_polyfill v1.70.2
        Downloaded gix-glob v0.26.0
        Downloaded serde_spanned v1.0.4
        Downloaded gix-commitgraph v0.37.0
        Downloaded gix-fs v0.21.1
        Downloaded toml_datetime v0.7.5+spec-1.1.0
        Downloaded memmap2 v0.9.10
        Downloaded gix-diff v0.63.0
        Downloaded pastey v0.2.1
        Downloaded strsim v0.11.1
        Downloaded rustc-demangle v0.1.27
        Downloaded windows-strings v0.4.2
        Downloaded clap_derive v4.6.0
        Downloaded clap_lex v1.1.0
        Downloaded clap v4.6.0
        Downloaded jiff-static v0.2.23
        Downloaded clap_complete v4.6.0
        Downloaded gix-ref v0.63.0
        Downloaded clap_builder v4.6.0
        Downloaded ntapi v0.4.3
        Downloaded gimli v0.32.3
        Downloaded bloomy v1.2.0
        Downloaded regex-syntax v0.8.10
        Downloaded crossterm v0.29.0
        Downloaded objc2-core-foundation v0.3.2
        Downloaded objc2-io-kit v0.3.2
        Downloaded tree-sitter-python v0.23.6
        Downloaded tree-sitter v0.24.7
        Downloaded git2 v0.20.4
        Downloaded vcpkg v0.2.15
        Downloaded object v0.37.3
        Downloaded p384 v0.13.1
        Downloaded tracing-subscriber v0.3.23
        Downloaded zerocopy v0.8.42
        Downloaded curve25519-dalek v4.1.3
        Downloaded sysinfo v0.37.2
        Downloaded unicode-width v0.2.2
        Downloaded tree-sitter-go v0.23.4
        Downloaded num-bigint v0.4.6
        Downloaded windows-threading v0.1.0
        Downloaded windows-future v0.2.1
        Downloaded bytes v1.11.1
        Downloaded aes-gcm v0.10.3
        Downloaded icu_properties_data v2.1.2
        Downloaded tree-sitter-md v0.3.2
        Downloaded windows-collections v0.2.0
        Downloaded windows-result v0.3.4
        Downloaded jiff-tzdb v0.1.6
        Downloaded windows-link v0.1.3
        Downloaded windows-numerics v0.2.0
        Downloaded tree-sitter-rust v0.23.3
        Downloaded toml v0.9.12+spec-1.1.0
        Downloaded windows_aarch64_gnullvm v0.52.6
        Downloaded windows_x86_64_gnullvm v0.52.6
        Downloaded windows_i686_gnullvm v0.52.6
        Downloaded human-panic v2.0.6
        Downloaded itertools v0.14.0
        Downloaded addr2line v0.25.1
        Downloaded siphasher v0.3.11
        Downloaded flate2 v1.1.9
        Downloaded inquire v0.9.4
        Downloaded fiat-crypto v0.2.9
        Downloaded regex-automata v0.4.14
        Downloaded dhat v0.3.3
        Downloaded cyphernet v0.5.4
        Downloaded windows-core v0.61.2
        Downloaded humantime v2.3.0
        Downloaded escargot v0.5.15
        Downloaded tree-sitter-ruby v0.23.1
        Downloaded backtrace v0.3.76
        Downloaded mintex v0.1.4
        Downloaded rustc-hash v1.1.0
        Downloaded thousands v0.2.0
        Downloaded lexopt v0.3.2
        Downloaded either v1.15.0
        Downloaded gix-object v0.60.0
        Downloaded miniz_oxide v0.8.9
        Downloaded idna v1.1.0
        Downloaded arc-swap v1.9.1
        Downloaded gix-odb v0.80.0
        Downloaded gix-pack v0.70.0
        Downloaded gix-config-value v0.18.0
        Downloaded gix-prompt v0.15.0
        Downloaded portable-atomic-util v0.2.6
        Downloaded gix-traverse v0.57.0
        Downloaded gix-credentials v0.38.0
        Downloaded socket2 v0.5.10
        Downloaded fraction v0.15.3
        Downloaded toml_writer v1.0.7+spec-1.1.0
        Downloaded gix-tempfile v23.0.0
        Downloaded gix-lock v23.0.0
        Downloaded gix-shallow v0.12.0
        Downloaded maybe-async v0.2.10
        Downloaded gix-protocol v0.61.0
        Downloaded rand v0.9.2
        Downloaded gix-revision v0.45.0
        Downloaded gix-refspec v0.41.0
        Downloaded shell-words v1.1.1
        Downloaded gix-command v0.9.0
        Downloaded gix-packetline v0.21.3
        Downloaded sha1-checked v0.10.0
        Downloaded gix-error v0.2.3
        Downloaded windows_aarch64_msvc v0.52.6
        Downloaded gix-quote v0.7.1
        Downloaded gix-sec v0.14.0
        Downloaded gix-url v0.36.0
        Downloaded gix-transport v0.57.0
        Downloaded windows_x86_64_gnu v0.52.6
        Downloaded libz-sys v1.1.25
        Downloaded jiff v0.2.23
        Downloaded sha3 v0.10.8
        Downloaded windows_i686_msvc v0.52.6
        Downloaded windows_i686_gnu v0.52.6
        Downloaded tokio v1.50.0
        Downloaded windows_x86_64_msvc v0.52.6
        Downloaded salsa20 v0.10.2
        Downloaded scrypt v0.11.0
        Downloaded systemd-journal-logger v2.2.2
        Downloaded normalize-line-endings v0.3.0
        Downloaded similar v3.1.1
        Downloaded anstyle-parse v1.0.0
        Downloaded anstream v1.0.0
        Downloaded snapbox-macros v1.1.0
        Downloaded snapbox v1.2.2
        Downloaded tracing v0.1.44
        Downloaded fancy-regex v0.14.0
        Downloaded zerovec v0.11.5
        Downloaded gix-date v0.15.3
        Downloaded gix-revwalk v0.31.0
        Downloaded nonempty v0.12.0
        Downloaded structured-logger v1.0.5
        Downloaded winapi v0.3.9
        Downloaded anstyle-wincon v3.0.11
        Downloaded is_terminal_polyfill v1.70.2
        Downloaded utf8parse v0.2.2
        Downloaded anstream v0.6.21
        Downloaded anstyle v1.0.14
        Downloaded env_filter v1.0.0
        Downloaded env_logger v0.11.9
        Downloaded test-log-macros v0.2.19
        Downloaded matchers v0.2.0
        Downloaded nu-ansi-term v0.50.3
        Downloaded sharded-slab v0.1.7
        Downloaded thread_local v1.1.9
        Downloaded pin-project-lite v0.2.17
        Downloaded valuable v0.1.1
        Downloaded tracing-core v0.1.36
        Downloaded windows-sys v0.59.0
        Downloaded ssh-key v0.6.7
        Downloaded windows v0.62.2
        Downloaded gix-negotiate v0.31.0
        Downloaded jiff-tzdb-platform v0.1.3
        Downloaded anstyle-parse v0.2.7
        Downloaded plain v0.2.3
        Downloaded redox_syscall v0.7.3
        Downloaded tar v0.4.45
        Downloaded tree-sitter-c v0.23.4
        Downloaded tree-sitter-css v0.23.2
        Downloaded ed25519-dalek v2.2.0
        Downloaded gix-chunk v0.7.1
        Downloaded gix-actor v0.41.0
        Downloaded gix-hashtable v0.15.0
        Downloaded libgit2-sys v0.18.3+1.9.2
        Downloaded tracing-log v0.2.0
        Downloaded adler2 v2.0.1
        Downloaded simd-adler32 v0.3.8
        Downloaded proc-macro-error2 v2.0.1
        Downloaded git-ref-format v0.6.0
        Downloaded radicle-git-ext v0.12.0
        Downloaded radicle-std-ext v0.2.0
        Downloaded libredox v0.1.14
        Downloaded filetime v0.2.27
        Downloaded xattr v1.6.1
        Downloaded radicle-surf v0.27.1
        Downloaded timeago v0.4.2
        Downloaded tree-sitter-bash v0.23.3
        Downloaded yansi v1.0.1
        Downloaded pretty_assertions v1.4.1
        Downloaded url v2.5.8
        Downloaded zlib-rs v0.6.3
        Downloaded zerocopy-derive v0.8.42
        Downloaded colorchoice v1.0.5
        Downloaded tree-sitter-highlight v0.24.7
        Downloaded tree-sitter-html v0.23.2
        Downloaded streaming-iterator v0.1.9
        Downloaded tree-sitter-toml-ng v0.6.0
        Downloaded tree-sitter-typescript v0.23.2
        Downloaded chrono v0.4.44
        Downloaded signals_receipts v0.2.5
        Downloaded proc-macro-error-attr2 v2.0.0
        Downloaded git-ref-format-macro v0.6.0
        Downloaded tree-sitter-language v0.1.7
        Downloaded android_system_properties v0.1.5
        Downloaded core-foundation-sys v0.8.7
        Downloaded iana-time-zone v0.1.65
        Downloaded colored v2.2.0
        Downloaded encode_unicode v1.0.0
        Downloaded console v0.16.3
        Downloaded portable-atomic v1.13.1
        Downloaded unit-prefix v0.5.2
        Downloaded web-time v1.1.0
        Downloaded indicatif v0.18.4
        Downloaded crossterm_winapi v0.9.1
        Downloaded convert_case v0.10.0
        Downloaded derive_more-impl v2.1.1
        Downloaded derive_more v2.1.1
        Downloaded windows-sys v0.52.0
        Downloaded litrs v1.0.0
        Downloaded mio v1.1.1
        Downloaded signal-hook-registry v1.4.8
        Downloaded sem_safe v0.2.1
        Downloaded syn v1.0.109
        Downloaded iana-time-zone-haiku v0.1.2
        Downloaded anstyle-query v1.1.5
        Downloaded document-features v0.2.12
        Downloaded signal-hook v0.3.18
        Downloaded signal-hook-mio v0.2.5
        Downloaded windows-future v0.3.2
        Downloaded windows-core v0.62.2
        Downloaded windows-numerics v0.3.1
        Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
        Downloaded unicode-display-width v0.3.0
        Downloaded unicode-segmentation v1.12.0
        Downloaded winapi-i686-pc-windows-gnu v0.4.0
        Downloaded winsplit v0.1.0
        Downloaded base64 v0.21.7
        Downloaded bytesize v2.3.1
        Downloaded crossbeam-utils v0.8.21
        Downloaded crossbeam-channel v0.5.15
        Downloaded dunce v1.0.5
        Downloaded phf_shared v0.11.3
        Downloaded phf v0.11.3
        Downloaded emojis v0.6.4
        Downloaded fast-glob v0.3.3
        Downloaded base64 v0.22.1
        Downloaded bytecount v0.6.9
        Downloaded email_address v0.2.9
        Downloaded ahash v0.8.12
        Downloaded borrow-or-share v0.2.4
        Downloaded fluent-uri v0.3.2
        Downloaded referencing v0.30.0
        Downloaded regex v1.12.3
        Downloaded jsonschema v0.30.0
        Downloaded diff v0.1.13
        Downloaded icu_collections v2.1.1
        Downloaded outref v0.5.2
        Downloaded uuid v1.22.0
        Downloaded vsimd v0.8.0
        Downloaded uuid-simd v0.8.0
        Downloaded p256 v0.13.2
        Downloaded prodash v31.0.0
        Downloaded sqlite3-src v0.7.0
        Downloaded windows-threading v0.2.1
        Downloaded windows-implement v0.60.2
        Downloaded windows-interface v0.59.3
        Downloaded windows-result v0.4.1
        Downloaded windows-strings v0.5.1
        Downloaded num-complex v0.4.6
        Downloaded rand_chacha v0.9.0
        Downloaded rand_core v0.9.5
        Downloaded rand_xorshift v0.4.0
        Downloaded fnv v1.0.7
        Downloaded quick-error v1.2.3
        Downloaded wait-timeout v0.2.1
        Downloaded rusty-fork v0.3.1
        Downloaded unarray v0.1.4
        Downloaded proptest v1.10.0
        Downloaded chacha20poly1305 v0.10.1
        Downloaded noise-framework v0.4.1
        Downloaded base32 v0.4.0
        Downloaded amplify_syn v2.0.1
        Downloaded amplify_derive v4.0.1
        Downloaded amplify_num v0.5.3
        Downloaded ascii v1.1.0
        Downloaded amplify v4.9.0
        Downloaded hmac v0.12.1
        Downloaded icu_normalizer_data v2.1.1
        Downloaded icu_normalizer v2.1.1
        Downloaded icu_locale_core v2.1.1
        Downloaded zerotrie v0.2.3
        Downloaded icu_properties v2.1.2
        Downloaded heapless v0.8.0
        Downloaded smallvec v1.15.1
        Downloaded linux-raw-sys v0.12.1
        Downloaded windows-sys v0.61.2
        Downloaded num-cmp v0.1.0
        Downloaded bit-vec v0.8.0
        Downloaded ct-codecs v1.1.6
        Downloaded ed25519 v1.5.3
        Downloaded ec25519 v0.1.0
        Downloaded const-str v0.4.3
        Downloaded match-lookup v0.1.2
        Downloaded base256emoji v1.0.2
        Downloaded data-encoding v2.10.0
        Downloaded data-encoding-macro-internal v0.1.17
        Downloaded data-encoding-macro v0.1.19
        Downloaded multibase v0.9.2
        Downloaded secrecy v0.10.3
        Downloaded ssh-agent-lib v0.6.0
        Downloaded blowfish v0.9.1
        Downloaded pbkdf2 v0.12.2
        Downloaded bcrypt-pbkdf v0.10.0
        Downloaded curve25519-dalek-derive v0.1.1
        Downloaded p521 v0.13.3
        Downloaded num-bigint-dig v0.8.6
        Downloaded gix-path v0.12.0
        Downloaded gix-features v0.48.0
        Downloaded const-oid v0.9.6
        Downloaded bit-set v0.8.0
        Downloaded cyphergraphy v0.3.1
        Downloaded socks5-client v0.4.3
        Downloaded signature v1.6.4
        Downloaded base-x v0.2.11
        Downloaded ed25519 v2.2.3
        Downloaded ff v0.13.1
        Downloaded group v0.13.0
        Downloaded elliptic-curve v0.13.8
        Downloaded lazy_static v1.5.0
        Downloaded num-iter v0.1.45
        Downloaded num-integer v0.1.46
        Downloaded libm v0.2.16
        Downloaded num-traits v0.2.19
        Downloaded der v0.7.10
        Downloaded aead v0.5.2
        Downloaded aes v0.8.4
        Downloaded cbc v0.1.2
        Downloaded chacha20 v0.9.1
        Downloaded windows-core v0.58.0
        Downloaded windows-targets v0.52.6
        Downloaded aho-corasick v1.1.4
        Downloaded cypheraddr v0.4.1
        Downloaded rustc_version v0.4.1
        Downloaded rfc6979 v0.4.0
        Downloaded ecdsa v0.16.9
        Downloaded crypto-bigint v0.5.5
        Downloaded primeorder v0.13.6
        Downloaded spin v0.9.8
        Downloaded rsa v0.9.10
        Downloaded base16ct v0.2.0
        Downloaded spki v0.7.3
        Downloaded pkcs8 v0.10.2
        Downloaded sec1 v0.7.3
        Downloaded signature v2.2.0
        Downloaded polyval v0.6.2
        Downloaded ghash v0.5.1
        Downloaded ctr v0.9.2
        Downloaded opaque-debug v0.3.1
        Downloaded poly1305 v0.8.0
        Downloaded ssh-cipher v0.2.0
        Downloaded pem-rfc7468 v0.7.0
        Downloaded windows-interface v0.58.0
        Downloaded form_urlencoded v1.2.2
        Downloaded potential_utf v0.1.4
        Downloaded icu_provider v2.1.1
        Downloaded byteorder v1.5.0
        Downloaded redox_syscall v0.5.18
        Downloaded generic-array v0.14.7
        Downloaded git-ref-format-core v0.6.0
        Downloaded js-sys v0.3.91
        Downloaded cc v1.2.57
        Downloaded sqlite v0.37.0
        Downloaded memoffset v0.9.1
        Downloaded prettyplease v0.2.37
        Downloaded erased-serde v0.4.10
        Downloaded wasmparser v0.244.0
        Downloaded wit-bindgen-rust v0.51.0
        Downloaded cipher v0.4.4
        Downloaded universal-hash v0.5.1
        Downloaded ssh-encoding v0.2.0
        Downloaded windows-implement v0.58.0
        Downloaded windows-result v0.2.0
        Downloaded tinystr v0.8.2
        Downloaded writeable v0.6.2
        Downloaded displaydoc v0.2.5
        Downloaded yoke-derive v0.8.1
        Downloaded yoke v0.8.1
        Downloaded synstructure v0.13.2
        Downloaded zerovec-derive v0.11.2
        Downloaded lock_api v0.4.14
        Downloaded cpufeatures v0.2.17
        Downloaded version_check v0.9.5
        Downloaded zeroize v1.8.2
        Downloaded subtle v2.6.1
        Downloaded gix-hash v0.25.0
        Downloaded serde-untagged v0.1.9
        Downloaded find-msvc-tools v0.1.9
        Downloaded bumpalo v3.20.2
        Downloaded pkg-config v0.3.32
        Downloaded fastrand v2.3.0
        Downloaded wasip2 v1.0.2+wasi-0.2.9
        Downloaded wasm-encoder v0.244.0
        Downloaded serde_fmt v1.1.0
        Downloaded ryu v1.0.23
        Downloaded value-bag-sval2 v1.12.0
        Downloaded foldhash v0.1.5
        Downloaded tempfile v3.27.0
        Downloaded windows-link v0.2.1
        Downloaded equivalent v1.0.2
        Downloaded hashbrown v0.16.1
        Downloaded block-padding v0.3.3
        Downloaded base64ct v1.8.3
        Downloaded sync-ptr v0.1.4
        Downloaded litemap v0.8.1
        Downloaded utf8_iter v1.0.4
        Downloaded stable_deref_trait v1.2.1
        Downloaded crypto-common v0.1.7
        Downloaded digest v0.10.7
        Downloaded sha1 v0.10.6
        Downloaded ppv-lite86 v0.2.21
        Downloaded sval_fmt v2.17.0
        Downloaded wit-component v0.244.0
        Downloaded once_cell v1.21.4
        Downloaded errno v0.3.14
        Downloaded libc v0.2.183
        Downloaded serde v1.0.228
        Downloaded zmij v1.0.21
        Downloaded percent-encoding v2.3.2
        Downloaded hash32 v0.3.1
        Downloaded gix-trace v0.1.19
        Downloaded gix-utils v0.3.2
        Downloaded parking_lot_core v0.9.12
        Downloaded rand v0.8.5
        Downloaded bstr v1.12.1
        Downloaded r-efi v5.3.0
        Downloaded wasm-bindgen-macro-support v0.2.114
        Downloaded wasm-bindgen v0.2.114
        Downloaded jobserver v0.1.34
        Downloaded autocfg v1.5.0
        Downloaded r-efi v6.0.0
        Downloaded typeid v1.0.3
        Downloaded value-bag-serde1 v1.12.0
        Downloaded sval_json v2.17.0
        Downloaded sval_ref v2.17.0
        Downloaded sval_nested v2.17.0
        Downloaded value-bag v1.12.0
        Downloaded log v0.4.29
        Downloaded rustix v1.1.4
        Downloaded syn v2.0.117
        Downloaded winpipe v0.1.1
        Downloaded zerofrom-derive v0.1.6
        Downloaded zerofrom v0.1.6
        Downloaded faster-hex v0.10.0
        Downloaded crc32fast v1.5.0
        Downloaded gix-validate v0.11.1
        Downloaded scopeguard v1.2.0
        Downloaded parking_lot v0.12.5
        Downloaded block-buffer v0.10.4
        Downloaded typenum v1.19.0
        Downloaded thiserror v1.0.69
        Downloaded wasm-bindgen-shared v0.2.114
        Downloaded getrandom v0.3.4
        Downloaded thiserror-impl v2.0.18
        Downloaded thiserror v2.0.18
        Downloaded cfg-if v1.0.4
        Downloaded heck v0.5.0
        Downloaded leb128fmt v0.1.0
        Downloaded wasm-metadata v0.244.0
        Downloaded sval_dynamic v2.17.0
        Downloaded sval v2.17.0
        Downloaded unicode-xid v0.2.6
        Downloaded semver v1.0.27
        Downloaded getrandom v0.2.17
        Downloaded rand_core v0.6.4
        Downloaded rand_chacha v0.3.1
        Downloaded shlex v1.3.0
        Downloaded wit-bindgen-core v0.51.0
        Downloaded anyhow v1.0.102
        Downloaded sval_buffer v2.17.0
        Downloaded sval_serde v2.17.0
        Downloaded hashbrown v0.15.5
        Downloaded wit-parser v0.244.0
        Downloaded wit-bindgen-rust-macro v0.51.0
        Downloaded wit-bindgen v0.51.0
        Downloaded wasip3 v0.4.0+wasi-0.3.0-rc-2026-01-06
        Downloaded uds_windows v1.2.1
        Downloaded tinyvec_macros v0.1.1
        Downloaded tinyvec v1.11.0
        Downloaded unicode-normalization v0.1.25
        Downloaded schemars_derive v1.2.1
        Downloaded schemars v1.2.1
        Downloaded indexmap v2.13.0
        Downloaded memchr v2.8.0
        Downloaded proc-macro2 v1.0.106
        Downloaded quote v1.0.45
        Downloaded unicode-ident v1.0.24
        Downloaded serde_derive v1.0.228
        Downloaded serde_core v1.0.228
        Downloaded serde_json v1.0.149
        Downloaded walkdir v2.5.0
        Downloaded qcheck-macros v1.0.0
        Downloaded thiserror-impl v1.0.69
        Downloaded siphasher v1.0.2
        Downloaded wasm-bindgen-macro v0.2.114
        Downloaded sqlite3-sys v0.18.0
        Downloaded id-arena v2.3.0
        Downloaded getrandom v0.4.2
        Downloaded dyn-clone v1.0.20
        Downloaded ref-cast v1.0.25
        Downloaded itoa v1.0.17
        Downloaded ref-cast-impl v1.0.25
        Downloaded windows v0.61.3
        Downloaded windows v0.58.0
      
  40. 9040 ms: Action succeeded: cargo_fetch
    - action: cargo_fetch
    
  41. 9042 ms: Execute action: rustup
    - action: rustup
      channel: 1.95.0
      target: null
      components: null
      profile: null
    
  42. 9045 ms: Debug
    'rustup Rustup { channel: "1.95.0", target: None, components: None, profile: None }'
    
  43. 9048 ms: Start program: rustup
    • rustup
    • install
    • 1.95.0
FAILURE
  1. 9051 ms: Program failed
    • Exit code: killed by signal
    • Stdout
    • Stderr
      command does not exist: "rustup"
  2. 9054 ms: Action failed: rustup
    - action: rustup
      channel: 1.95.0
      target: null
      components: null
      profile: null
    
  3. 9059 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  ] Started systemd-journald.service - Journal Service.
[  OK  ] Finished modprobe@fuse.service - Load Kernel Module fuse.
[  OK  ] Finished systemd-modules-load.service - Load Kernel Modules.
[  OK  ] Finished systemd-network-generator…ork Units from Kernel Command Line.
[  OK  ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.
[  OK  ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.
[  OK  ] Reached target network-pre.target - Preparation for Network.
         Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
         Mounting sys-kernel-config.mount - Kernel Configuration File System...
         Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
         Starting systemd-random-seed.service - Load/Save OS Random Seed...
         Starting systemd-sysctl.service - Apply Kernel Variables...
         Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...
[  OK  ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[  OK  ] 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-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-random-seed.service - Load/Save OS Random Seed.
[  OK  ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[  OK  ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.
[  OK  ] Reached target local-fs-pre.target…Preparation for Local File Systems.
[  OK  ] Set up automount efi.automount - EFI System Partition Automount.
[  OK  ] Reached target local-fs.target - Local File Systems.
[  OK  ] Listening on systemd-sysext.socket… System Extension Image Management.
         Starting systemd-binfmt.service - Set Up Additional Binary Formats...
         Starting systemd-tmpfiles-setup.se…ate System Files and Directories...
         Starting systemd-udevd.service - R…ager for Device Events and Files...
[  OK  ] 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  ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.
[  OK  ] Started systemd-udevd.service - Ru…anager for Device Events and Files.
         Starting systemd-networkd.service - Network Configuration...
[  OK  ] Found device dev-ttyS0.device - /dev/ttyS0.
[  OK  ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
         Starting systemd-update-done.service - Update is Completed...
[  OK  ] Finished systemd-update-done.service - Update is Completed.
         Mounting proc-sys-fs-binfmt_misc.m…cutable File Formats File System...
[  OK  ] Mounted proc-sys-fs-binfmt_misc.mo…xecutable File Formats File System.
[  OK  ] Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[  OK  ] Reached target sysinit.target - System Initialization.
[  OK  ] Started apt-daily.timer - Daily apt download activities.
[  OK  ] Started apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[  OK  ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[  OK  ] Started fstrim.timer - Discard unused filesystem blocks once a week.
[  OK  ] Started man-db.timer - Daily man-db regeneration.
[  OK  ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[  OK  ] Reached target timers.target - Timer Units.
[  OK  ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[  OK  ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).
[  OK  ] Listening on systemd-hostnamed.socket - Hostname Service Socket.
[  OK  ] Reached target sockets.target - Socket Units.
[  OK  ] Reached target basic.target - Basic System.
         Starting ambient.service - Run build job for Ambient CI...
         Starting dbus.service - D-Bus System Message Bus...
         Starting grub-common.service - Record successful boot for GRUB...
         Starting systemd-logind.service - User Login Management...
[  OK  ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
[  OK  ] Started dbus.service - D-Bus System Message Bus.
[  OK  ] Started systemd-logind.service - User Login Management.
[  OK  ] 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 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         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 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  ] 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  ] 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-sysusers.service - Create System Users.
[  OK  ] Stopped systemd-remount-fs.service…mount Root and Kernel File Systems.
[  OK  ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.
[  OK  ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[  OK  ] Unmounted tmp.mount - Temporary Directory /tmp.
[  OK  ] Stopped target swap.target - Swaps.
[  OK  ] Reached target shutdown.target - System Shutdown.
[  OK  ] Reached target umount.target - Unmount All Filesystems.
[  OK  ] Reached target final.target - Late Shutdown Services.
[  OK  ] Finished systemd-poweroff.service - System Power Off.
[  OK  ] Reached target poweroff.target - System Power Off.
[   18.382518] 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  81.3M  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0   100G  0 disk 
vdg    254:96   0    10K  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2026-07-03 18:12 ./
-rw-r--r-- _rad/_rad      1464 2026-07-03 18:12 ./plan.yaml
-rwxr-xr-x _rad/_rad   5517632 2026-07-03 18:12 ./run-ci
INFO: Extracted files:
        8      0 drwxr-xr-x   2 1000     1000           80 Jul  3 18:12 .
       10   5392 -rwxr-xr-x   1 1000     1000      5517632 Jul  3 18:12 ./run-ci
        9      4 -rw-r--r--   1 1000     1000         1464 Jul  3 18:12 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.15.0@eeab732","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":983653285},"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":1783102340,"nanos_since_epoch":984116237},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":984274268},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":984750641},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":984937982},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":984968057},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":985148448},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":985176331},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":985359294},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":985384176},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":985570521},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":985596721},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":985781212},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":985805331},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1783102340,"nanos_since_epoch":985991966},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":191239968},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":191693004},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":197670836},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":198092277},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":203810310},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":204266330},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":210113687},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":210547903},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":216214244},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":216641677},"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":1783102341,"nanos_since_epoch":216854823},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":227517462},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":227964360},"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":1783102341,"nanos_since_epoch":228204956},"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":1783102341,"nanos_since_epoch":228511259},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_fetch","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":228686060},"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":1783102341,"nanos_since_epoch":228693579},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.95.0 (f2d3ce0bd 2026-03-21)\n","stderr":"","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":294136222},"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":1783102341,"nanos_since_epoch":296902849},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.95 (59807616e1 2026-04-14)\n","stderr":"","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":371034480},"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":1783102341,"nanos_since_epoch":371506358},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.95.0 (59807616e 2026-04-14)\n","stderr":"","timestamp":{"secs_since_epoch":1783102341,"nanos_since_epoch":406376739},"log_source":"Plan"}
copying relevant files to /tmp/.tmpURx2ai
{"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":1783102341,"nanos_since_epoch":426680880},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"    Updating crates.io index\n Downloading crates ...\n  Downloaded serde_derive_internals v0.29.1\n  Downloaded bitflags v2.11.0\n  Downloaded idna_adapter v1.2.1\n  Downloaded wasi v0.11.1+wasi-snapshot-preview1\n  Downloaded qcheck v1.0.0\n  Downloaded rustversion v1.0.22\n  Downloaded winapi-util v0.1.11\n  Downloaded sha2 v0.10.9\n  Downloaded same-file v1.0.6\n  Downloaded defer-heavy v0.1.0\n  Downloaded windows-strings v0.1.0\n  Downloaded pkcs1 v0.7.5\n  Downloaded inout v0.1.4\n  Downloaded keccak v0.1.6\n  Downloaded nonempty v0.9.0\n  Downloaded num v0.4.3\n  Downloaded windows-collections v0.3.2\n  Downloaded num-rational v0.4.2\n  Downloaded tree-sitter-json v0.24.8\n  Downloaded test-log v0.2.19\n  Downloaded once_cell_polyfill v1.70.2\n  Downloaded gix-glob v0.26.0\n  Downloaded serde_spanned v1.0.4\n  Downloaded gix-commitgraph v0.37.0\n  Downloaded gix-fs v0.21.1\n  Downloaded toml_datetime v0.7.5+spec-1.1.0\n  Downloaded memmap2 v0.9.10\n  Downloaded gix-diff v0.63.0\n  Downloaded pastey v0.2.1\n  Downloaded strsim v0.11.1\n  Downloaded rustc-demangle v0.1.27\n  Downloaded windows-strings v0.4.2\n  Downloaded clap_derive v4.6.0\n  Downloaded clap_lex v1.1.0\n  Downloaded clap v4.6.0\n  Downloaded jiff-static v0.2.23\n  Downloaded clap_complete v4.6.0\n  Downloaded gix-ref v0.63.0\n  Downloaded clap_builder v4.6.0\n  Downloaded ntapi v0.4.3\n  Downloaded gimli v0.32.3\n  Downloaded bloomy v1.2.0\n  Downloaded regex-syntax v0.8.10\n  Downloaded crossterm v0.29.0\n  Downloaded objc2-core-foundation v0.3.2\n  Downloaded objc2-io-kit v0.3.2\n  Downloaded tree-sitter-python v0.23.6\n  Downloaded tree-sitter v0.24.7\n  Downloaded git2 v0.20.4\n  Downloaded vcpkg v0.2.15\n  Downloaded object v0.37.3\n  Downloaded p384 v0.13.1\n  Downloaded tracing-subscriber v0.3.23\n  Downloaded zerocopy v0.8.42\n  Downloaded curve25519-dalek v4.1.3\n  Downloaded sysinfo v0.37.2\n  Downloaded unicode-width v0.2.2\n  Downloaded tree-sitter-go v0.23.4\n  Downloaded num-bigint v0.4.6\n  Downloaded windows-threading v0.1.0\n  Downloaded windows-future v0.2.1\n  Downloaded bytes v1.11.1\n  Downloaded aes-gcm v0.10.3\n  Downloaded icu_properties_data v2.1.2\n  Downloaded tree-sitter-md v0.3.2\n  Downloaded windows-collections v0.2.0\n  Downloaded windows-result v0.3.4\n  Downloaded jiff-tzdb v0.1.6\n  Downloaded windows-link v0.1.3\n  Downloaded windows-numerics v0.2.0\n  Downloaded tree-sitter-rust v0.23.3\n  Downloaded toml v0.9.12+spec-1.1.0\n  Downloaded windows_aarch64_gnullvm v0.52.6\n  Downloaded windows_x86_64_gnullvm v0.52.6\n  Downloaded windows_i686_gnullvm v0.52.6\n  Downloaded human-panic v2.0.6\n  Downloaded itertools v0.14.0\n  Downloaded addr2line v0.25.1\n  Downloaded siphasher v0.3.11\n  Downloaded flate2 v1.1.9\n  Downloaded inquire v0.9.4\n  Downloaded fiat-crypto v0.2.9\n  Downloaded regex-automata v0.4.14\n  Downloaded dhat v0.3.3\n  Downloaded cyphernet v0.5.4\n  Downloaded windows-core v0.61.2\n  Downloaded humantime v2.3.0\n  Downloaded escargot v0.5.15\n  Downloaded tree-sitter-ruby v0.23.1\n  Downloaded backtrace v0.3.76\n  Downloaded mintex v0.1.4\n  Downloaded rustc-hash v1.1.0\n  Downloaded thousands v0.2.0\n  Downloaded lexopt v0.3.2\n  Downloaded either v1.15.0\n  Downloaded gix-object v0.60.0\n  Downloaded miniz_oxide v0.8.9\n  Downloaded idna v1.1.0\n  Downloaded arc-swap v1.9.1\n  Downloaded gix-odb v0.80.0\n  Downloaded gix-pack v0.70.0\n  Downloaded gix-config-value v0.18.0\n  Downloaded gix-prompt v0.15.0\n  Downloaded portable-atomic-util v0.2.6\n  Downloaded gix-traverse v0.57.0\n  Downloaded gix-credentials v0.38.0\n  Downloaded socket2 v0.5.10\n  Downloaded fraction v0.15.3\n  Downloaded toml_writer v1.0.7+spec-1.1.0\n  Downloaded gix-tempfile v23.0.0\n  Downloaded gix-lock v23.0.0\n  Downloaded gix-shallow v0.12.0\n  Downloaded maybe-async v0.2.10\n  Downloaded gix-protocol v0.61.0\n  Downloaded rand v0.9.2\n  Downloaded gix-revision v0.45.0\n  Downloaded gix-refspec v0.41.0\n  Downloaded shell-words v1.1.1\n  Downloaded gix-command v0.9.0\n  Downloaded gix-packetline v0.21.3\n  Downloaded sha1-checked v0.10.0\n  Downloaded gix-error v0.2.3\n  Downloaded windows_aarch64_msvc v0.52.6\n  Downloaded gix-quote v0.7.1\n  Downloaded gix-sec v0.14.0\n  Downloaded gix-url v0.36.0\n  Downloaded gix-transport v0.57.0\n  Downloaded windows_x86_64_gnu v0.52.6\n  Downloaded libz-sys v1.1.25\n  Downloaded jiff v0.2.23\n  Downloaded sha3 v0.10.8\n  Downloaded windows_i686_msvc v0.52.6\n  Downloaded windows_i686_gnu v0.52.6\n  Downloaded tokio v1.50.0\n  Downloaded windows_x86_64_msvc v0.52.6\n  Downloaded salsa20 v0.10.2\n  Downloaded scrypt v0.11.0\n  Downloaded systemd-journal-logger v2.2.2\n  Downloaded normalize-line-endings v0.3.0\n  Downloaded similar v3.1.1\n  Downloaded anstyle-parse v1.0.0\n  Downloaded anstream v1.0.0\n  Downloaded snapbox-macros v1.1.0\n  Downloaded snapbox v1.2.2\n  Downloaded tracing v0.1.44\n  Downloaded fancy-regex v0.14.0\n  Downloaded zerovec v0.11.5\n  Downloaded gix-date v0.15.3\n  Downloaded gix-revwalk v0.31.0\n  Downloaded nonempty v0.12.0\n  Downloaded structured-logger v1.0.5\n  Downloaded winapi v0.3.9\n  Downloaded anstyle-wincon v3.0.11\n  Downloaded is_terminal_polyfill v1.70.2\n  Downloaded utf8parse v0.2.2\n  Downloaded anstream v0.6.21\n  Downloaded anstyle v1.0.14\n  Downloaded env_filter v1.0.0\n  Downloaded env_logger v0.11.9\n  Downloaded test-log-macros v0.2.19\n  Downloaded matchers v0.2.0\n  Downloaded nu-ansi-term v0.50.3\n  Downloaded sharded-slab v0.1.7\n  Downloaded thread_local v1.1.9\n  Downloaded pin-project-lite v0.2.17\n  Downloaded valuable v0.1.1\n  Downloaded tracing-core v0.1.36\n  Downloaded windows-sys v0.59.0\n  Downloaded ssh-key v0.6.7\n  Downloaded windows v0.62.2\n  Downloaded gix-negotiate v0.31.0\n  Downloaded jiff-tzdb-platform v0.1.3\n  Downloaded anstyle-parse v0.2.7\n  Downloaded plain v0.2.3\n  Downloaded redox_syscall v0.7.3\n  Downloaded tar v0.4.45\n  Downloaded tree-sitter-c v0.23.4\n  Downloaded tree-sitter-css v0.23.2\n  Downloaded ed25519-dalek v2.2.0\n  Downloaded gix-chunk v0.7.1\n  Downloaded gix-actor v0.41.0\n  Downloaded gix-hashtable v0.15.0\n  Downloaded libgit2-sys v0.18.3+1.9.2\n  Downloaded tracing-log v0.2.0\n  Downloaded adler2 v2.0.1\n  Downloaded simd-adler32 v0.3.8\n  Downloaded proc-macro-error2 v2.0.1\n  Downloaded git-ref-format v0.6.0\n  Downloaded radicle-git-ext v0.12.0\n  Downloaded radicle-std-ext v0.2.0\n  Downloaded libredox v0.1.14\n  Downloaded filetime v0.2.27\n  Downloaded xattr v1.6.1\n  Downloaded radicle-surf v0.27.1\n  Downloaded timeago v0.4.2\n  Downloaded tree-sitter-bash v0.23.3\n  Downloaded yansi v1.0.1\n  Downloaded pretty_assertions v1.4.1\n  Downloaded url v2.5.8\n  Downloaded zlib-rs v0.6.3\n  Downloaded zerocopy-derive v0.8.42\n  Downloaded colorchoice v1.0.5\n  Downloaded tree-sitter-highlight v0.24.7\n  Downloaded tree-sitter-html v0.23.2\n  Downloaded streaming-iterator v0.1.9\n  Downloaded tree-sitter-toml-ng v0.6.0\n  Downloaded tree-sitter-typescript v0.23.2\n  Downloaded chrono v0.4.44\n  Downloaded signals_receipts v0.2.5\n  Downloaded proc-macro-error-attr2 v2.0.0\n  Downloaded git-ref-format-macro v0.6.0\n  Downloaded tree-sitter-language v0.1.7\n  Downloaded android_system_properties v0.1.5\n  Downloaded core-foundation-sys v0.8.7\n  Downloaded iana-time-zone v0.1.65\n  Downloaded colored v2.2.0\n  Downloaded encode_unicode v1.0.0\n  Downloaded console v0.16.3\n  Downloaded portable-atomic v1.13.1\n  Downloaded unit-prefix v0.5.2\n  Downloaded web-time v1.1.0\n  Downloaded indicatif v0.18.4\n  Downloaded crossterm_winapi v0.9.1\n  Downloaded convert_case v0.10.0\n  Downloaded derive_more-impl v2.1.1\n  Downloaded derive_more v2.1.1\n  Downloaded windows-sys v0.52.0\n  Downloaded litrs v1.0.0\n  Downloaded mio v1.1.1\n  Downloaded signal-hook-registry v1.4.8\n  Downloaded sem_safe v0.2.1\n  Downloaded syn v1.0.109\n  Downloaded iana-time-zone-haiku v0.1.2\n  Downloaded anstyle-query v1.1.5\n  Downloaded document-features v0.2.12\n  Downloaded signal-hook v0.3.18\n  Downloaded signal-hook-mio v0.2.5\n  Downloaded windows-future v0.3.2\n  Downloaded windows-core v0.62.2\n  Downloaded windows-numerics v0.3.1\n  Downloaded winapi-x86_64-pc-windows-gnu v0.4.0\n  Downloaded unicode-display-width v0.3.0\n  Downloaded unicode-segmentation v1.12.0\n  Downloaded winapi-i686-pc-windows-gnu v0.4.0\n  Downloaded winsplit v0.1.0\n  Downloaded base64 v0.21.7\n  Downloaded bytesize v2.3.1\n  Downloaded crossbeam-utils v0.8.21\n  Downloaded crossbeam-channel v0.5.15\n  Downloaded dunce v1.0.5\n  Downloaded phf_shared v0.11.3\n  Downloaded phf v0.11.3\n  Downloaded emojis v0.6.4\n  Downloaded fast-glob v0.3.3\n  Downloaded base64 v0.22.1\n  Downloaded bytecount v0.6.9\n  Downloaded email_address v0.2.9\n  Downloaded ahash v0.8.12\n  Downloaded borrow-or-share v0.2.4\n  Downloaded fluent-uri v0.3.2\n  Downloaded referencing v0.30.0\n  Downloaded regex v1.12.3\n  Downloaded jsonschema v0.30.0\n  Downloaded diff v0.1.13\n  Downloaded icu_collections v2.1.1\n  Downloaded outref v0.5.2\n  Downloaded uuid v1.22.0\n  Downloaded vsimd v0.8.0\n  Downloaded uuid-simd v0.8.0\n  Downloaded p256 v0.13.2\n  Downloaded prodash v31.0.0\n  Downloaded sqlite3-src v0.7.0\n  Downloaded windows-threading v0.2.1\n  Downloaded windows-implement v0.60.2\n  Downloaded windows-interface v0.59.3\n  Downloaded windows-result v0.4.1\n  Downloaded windows-strings v0.5.1\n  Downloaded num-complex v0.4.6\n  Downloaded rand_chacha v0.9.0\n  Downloaded rand_core v0.9.5\n  Downloaded rand_xorshift v0.4.0\n  Downloaded fnv v1.0.7\n  Downloaded quick-error v1.2.3\n  Downloaded wait-timeout v0.2.1\n  Downloaded rusty-fork v0.3.1\n  Downloaded unarray v0.1.4\n  Downloaded proptest v1.10.0\n  Downloaded chacha20poly1305 v0.10.1\n  Downloaded noise-framework v0.4.1\n  Downloaded base32 v0.4.0\n  Downloaded amplify_syn v2.0.1\n  Downloaded amplify_derive v4.0.1\n  Downloaded amplify_num v0.5.3\n  Downloaded ascii v1.1.0\n  Downloaded amplify v4.9.0\n  Downloaded hmac v0.12.1\n  Downloaded icu_normalizer_data v2.1.1\n  Downloaded icu_normalizer v2.1.1\n  Downloaded icu_locale_core v2.1.1\n  Downloaded zerotrie v0.2.3\n  Downloaded icu_properties v2.1.2\n  Downloaded heapless v0.8.0\n  Downloaded smallvec v1.15.1\n  Downloaded linux-raw-sys v0.12.1\n  Downloaded windows-sys v0.61.2\n  Downloaded num-cmp v0.1.0\n  Downloaded bit-vec v0.8.0\n  Downloaded ct-codecs v1.1.6\n  Downloaded ed25519 v1.5.3\n  Downloaded ec25519 v0.1.0\n  Downloaded const-str v0.4.3\n  Downloaded match-lookup v0.1.2\n  Downloaded base256emoji v1.0.2\n  Downloaded data-encoding v2.10.0\n  Downloaded data-encoding-macro-internal v0.1.17\n  Downloaded data-encoding-macro v0.1.19\n  Downloaded multibase v0.9.2\n  Downloaded secrecy v0.10.3\n  Downloaded ssh-agent-lib v0.6.0\n  Downloaded blowfish v0.9.1\n  Downloaded pbkdf2 v0.12.2\n  Downloaded bcrypt-pbkdf v0.10.0\n  Downloaded curve25519-dalek-derive v0.1.1\n  Downloaded p521 v0.13.3\n  Downloaded num-bigint-dig v0.8.6\n  Downloaded gix-path v0.12.0\n  Downloaded gix-features v0.48.0\n  Downloaded const-oid v0.9.6\n  Downloaded bit-set v0.8.0\n  Downloaded cyphergraphy v0.3.1\n  Downloaded socks5-client v0.4.3\n  Downloaded signature v1.6.4\n  Downloaded base-x v0.2.11\n  Downloaded ed25519 v2.2.3\n  Downloaded ff v0.13.1\n  Downloaded group v0.13.0\n  Downloaded elliptic-curve v0.13.8\n  Downloaded lazy_static v1.5.0\n  Downloaded num-iter v0.1.45\n  Downloaded num-integer v0.1.46\n  Downloaded libm v0.2.16\n  Downloaded num-traits v0.2.19\n  Downloaded der v0.7.10\n  Downloaded aead v0.5.2\n  Downloaded aes v0.8.4\n  Downloaded cbc v0.1.2\n  Downloaded chacha20 v0.9.1\n  Downloaded windows-core v0.58.0\n  Downloaded windows-targets v0.52.6\n  Downloaded aho-corasick v1.1.4\n  Downloaded cypheraddr v0.4.1\n  Downloaded rustc_version v0.4.1\n  Downloaded rfc6979 v0.4.0\n  Downloaded ecdsa v0.16.9\n  Downloaded crypto-bigint v0.5.5\n  Downloaded primeorder v0.13.6\n  Downloaded spin v0.9.8\n  Downloaded rsa v0.9.10\n  Downloaded base16ct v0.2.0\n  Downloaded spki v0.7.3\n  Downloaded pkcs8 v0.10.2\n  Downloaded sec1 v0.7.3\n  Downloaded signature v2.2.0\n  Downloaded polyval v0.6.2\n  Downloaded ghash v0.5.1\n  Downloaded ctr v0.9.2\n  Downloaded opaque-debug v0.3.1\n  Downloaded poly1305 v0.8.0\n  Downloaded ssh-cipher v0.2.0\n  Downloaded pem-rfc7468 v0.7.0\n  Downloaded windows-interface v0.58.0\n  Downloaded form_urlencoded v1.2.2\n  Downloaded potential_utf v0.1.4\n  Downloaded icu_provider v2.1.1\n  Downloaded byteorder v1.5.0\n  Downloaded redox_syscall v0.5.18\n  Downloaded generic-array v0.14.7\n  Downloaded git-ref-format-core v0.6.0\n  Downloaded js-sys v0.3.91\n  Downloaded cc v1.2.57\n  Downloaded sqlite v0.37.0\n  Downloaded memoffset v0.9.1\n  Downloaded prettyplease v0.2.37\n  Downloaded erased-serde v0.4.10\n  Downloaded wasmparser v0.244.0\n  Downloaded wit-bindgen-rust v0.51.0\n  Downloaded cipher v0.4.4\n  Downloaded universal-hash v0.5.1\n  Downloaded ssh-encoding v0.2.0\n  Downloaded windows-implement v0.58.0\n  Downloaded windows-result v0.2.0\n  Downloaded tinystr v0.8.2\n  Downloaded writeable v0.6.2\n  Downloaded displaydoc v0.2.5\n  Downloaded yoke-derive v0.8.1\n  Downloaded yoke v0.8.1\n  Downloaded synstructure v0.13.2\n  Downloaded zerovec-derive v0.11.2\n  Downloaded lock_api v0.4.14\n  Downloaded cpufeatures v0.2.17\n  Downloaded version_check v0.9.5\n  Downloaded zeroize v1.8.2\n  Downloaded subtle v2.6.1\n  Downloaded gix-hash v0.25.0\n  Downloaded serde-untagged v0.1.9\n  Downloaded find-msvc-tools v0.1.9\n  Downloaded bumpalo v3.20.2\n  Downloaded pkg-config v0.3.32\n  Downloaded fastrand v2.3.0\n  Downloaded wasip2 v1.0.2+wasi-0.2.9\n  Downloaded wasm-encoder v0.244.0\n  Downloaded serde_fmt v1.1.0\n  Downloaded ryu v1.0.23\n  Downloaded value-bag-sval2 v1.12.0\n  Downloaded foldhash v0.1.5\n  Downloaded tempfile v3.27.0\n  Downloaded windows-link v0.2.1\n  Downloaded equivalent v1.0.2\n  Downloaded hashbrown v0.16.1\n  Downloaded block-padding v0.3.3\n  Downloaded base64ct v1.8.3\n  Downloaded sync-ptr v0.1.4\n  Downloaded litemap v0.8.1\n  Downloaded utf8_iter v1.0.4\n  Downloaded stable_deref_trait v1.2.1\n  Downloaded crypto-common v0.1.7\n  Downloaded digest v0.10.7\n  Downloaded sha1 v0.10.6\n  Downloaded ppv-lite86 v0.2.21\n  Downloaded sval_fmt v2.17.0\n  Downloaded wit-component v0.244.0\n  Downloaded once_cell v1.21.4\n  Downloaded errno v0.3.14\n  Downloaded libc v0.2.183\n  Downloaded serde v1.0.228\n  Downloaded zmij v1.0.21\n  Downloaded percent-encoding v2.3.2\n  Downloaded hash32 v0.3.1\n  Downloaded gix-trace v0.1.19\n  Downloaded gix-utils v0.3.2\n  Downloaded parking_lot_core v0.9.12\n  Downloaded rand v0.8.5\n  Downloaded bstr v1.12.1\n  Downloaded r-efi v5.3.0\n  Downloaded wasm-bindgen-macro-support v0.2.114\n  Downloaded wasm-bindgen v0.2.114\n  Downloaded jobserver v0.1.34\n  Downloaded autocfg v1.5.0\n  Downloaded r-efi v6.0.0\n  Downloaded typeid v1.0.3\n  Downloaded value-bag-serde1 v1.12.0\n  Downloaded sval_json v2.17.0\n  Downloaded sval_ref v2.17.0\n  Downloaded sval_nested v2.17.0\n  Downloaded value-bag v1.12.0\n  Downloaded log v0.4.29\n  Downloaded rustix v1.1.4\n  Downloaded syn v2.0.117\n  Downloaded winpipe v0.1.1\n  Downloaded zerofrom-derive v0.1.6\n  Downloaded zerofrom v0.1.6\n  Downloaded faster-hex v0.10.0\n  Downloaded crc32fast v1.5.0\n  Downloaded gix-validate v0.11.1\n  Downloaded scopeguard v1.2.0\n  Downloaded parking_lot v0.12.5\n  Downloaded block-buffer v0.10.4\n  Downloaded typenum v1.19.0\n  Downloaded thiserror v1.0.69\n  Downloaded wasm-bindgen-shared v0.2.114\n  Downloaded getrandom v0.3.4\n  Downloaded thiserror-impl v2.0.18\n  Downloaded thiserror v2.0.18\n  Downloaded cfg-if v1.0.4\n  Downloaded heck v0.5.0\n  Downloaded leb128fmt v0.1.0\n  Downloaded wasm-metadata v0.244.0\n  Downloaded sval_dynamic v2.17.0\n  Downloaded sval v2.17.0\n  Downloaded unicode-xid v0.2.6\n  Downloaded semver v1.0.27\n  Downloaded getrandom v0.2.17\n  Downloaded rand_core v0.6.4\n  Downloaded rand_chacha v0.3.1\n  Downloaded shlex v1.3.0\n  Downloaded wit-bindgen-core v0.51.0\n  Downloaded anyhow v1.0.102\n  Downloaded sval_buffer v2.17.0\n  Downloaded sval_serde v2.17.0\n  Downloaded hashbrown v0.15.5\n  Downloaded wit-parser v0.244.0\n  Downloaded wit-bindgen-rust-macro v0.51.0\n  Downloaded wit-bindgen v0.51.0\n  Downloaded wasip3 v0.4.0+wasi-0.3.0-rc-2026-01-06\n  Downloaded uds_windows v1.2.1\n  Downloaded tinyvec_macros v0.1.1\n  Downloaded tinyvec v1.11.0\n  Downloaded unicode-normalization v0.1.25\n  Downloaded schemars_derive v1.2.1\n  Downloaded schemars v1.2.1\n  Downloaded indexmap v2.13.0\n  Downloaded memchr v2.8.0\n  Downloaded proc-macro2 v1.0.106\n  Downloaded quote v1.0.45\n  Downloaded unicode-ident v1.0.24\n  Downloaded serde_derive v1.0.228\n  Downloaded serde_core v1.0.228\n  Downloaded serde_json v1.0.149\n  Downloaded walkdir v2.5.0\n  Downloaded qcheck-macros v1.0.0\n  Downloaded thiserror-impl v1.0.69\n  Downloaded siphasher v1.0.2\n  Downloaded wasm-bindgen-macro v0.2.114\n  Downloaded sqlite3-sys v0.18.0\n  Downloaded id-arena v2.3.0\n  Downloaded getrandom v0.4.2\n  Downloaded dyn-clone v1.0.20\n  Downloaded ref-cast v1.0.25\n  Downloaded itoa v1.0.17\n  Downloaded ref-cast-impl v1.0.25\n  Downloaded windows v0.61.3\n  Downloaded windows v0.58.0\n","timestamp":{"secs_since_epoch":1783102349,"nanos_since_epoch":784981774},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_fetch","timestamp":{"secs_since_epoch":1783102350,"nanos_since_epoch":24350265},"log_source":"Plan"}
{"type":"execute_action","action":"rustup","channel":"1.95.0","target":null,"components":null,"profile":null,"timestamp":{"secs_since_epoch":1783102350,"nanos_since_epoch":26351611},"log_source":"Plan"}
{"type":"debug","debug":"rustup Rustup { channel: \"1.95.0\", target: None, components: None, profile: None }","timestamp":{"secs_since_epoch":1783102350,"nanos_since_epoch":29196522},"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":1783102350,"nanos_since_epoch":32099066},"log_source":"PrePlan"}
{"type":"program_failed","exit_code":null,"stdout":"","stderr":"command does not exist: \"rustup\"","timestamp":{"secs_since_epoch":1783102350,"nanos_since_epoch":35471550},"log_source":"PrePlan"}
{"type":"action_failed","action":"rustup","channel":"1.95.0","target":null,"components":null,"profile":null,"timestamp":{"secs_since_epoch":1783102350,"nanos_since_epoch":38238584},"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":1783102350,"nanos_since_epoch":42901813},"log_source":"Plan"}
EXIT CODE: 1

Plan VM

No log

Post-plan VM

No log