CI: FAILURE sshca

Table of Contents

Run log

Plan, inside VM without network

plan: Executor starts
After 0.00 seconds at 2026-03-13 05:46:22ZProgram: ambient-execute-plan
Version: 0.13.1@52633e5
plan: Runnable plan
After 0.00 seconds at 2026-03-13 05:46:22Z
steps:
- action: mkdir
  pathname: /ci
- action: mkdir
  pathname: /ci/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /ci/src
- action: tar_extract
  archive: /dev/vdf
  directory: /ci/deps
- action: tar_extract
  archive: /dev/vde
  directory: /ci/cache
- action: shell
  shell: ln -sf /ci /workspace
- action: shell
  shell: git config --global user.name 'Ambient CI'
- action: shell
  shell: git config --global user.email ambient@example.com
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: shell
  shell: |
    subplot docgen sshca.subplot -o /ci/artifacts/rsync/sshca.html
- action: custom
  name: dch
  args:
    debemail: liw@liw.fi
    debfullname: Lars Wirzenius
- action: deb
  packages: debian
- action: tar_create
  archive: /dev/vde
  directory: /ci/cache
- action: tar_create
  archive: /dev/vdd
  directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
plan: Successful action mkdir: /ci
After 0.02 seconds at 2026-03-13 05:46:22Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-03-13 05:46:22Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-03-13 05:46:22Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.03 seconds at 2026-03-13 05:46:22Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-13 05:46:22Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-13 05:46:22Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.04 seconds at 2026-03-13 05:46:22Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-13 05:46:22Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-13 05:46:22Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.06 seconds at 2026-03-13 05:46:22Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-13 05:46:22Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-13 05:46:24Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 1.49 seconds at 2026-03-13 05:46:24Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-13 05:46:24Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-13 05:46:24Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 1.49 seconds at 2026-03-13 05:46:24Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-13 05:46:24Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 1.51 seconds at 2026-03-13 05:46:24Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-13 05:46:24Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Exit code: 0
    Stderr:
    + git config --global user.name 'Ambient CI'
    
  • plan: Action succeeded shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 1.53 seconds at 2026-03-13 05:46:24Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-13 05:46:24Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Exit code: 0
    Stderr:
    + git config --global user.email ambient@example.com
    
  • plan: Action succeeded shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
plan: Successful action cargo_fmt
After 1.54 seconds at 2026-03-13 05:46:24Z
  • plan: Start action cargo_fmt
    After 0.00 seconds at 2026-03-13 05:46:24Z
    CargoFmt(
        CargoFmt,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-13 05:46:24Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-13 05:46:24Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-13 05:46:24Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-13 05:46:24Z
    • cargo
    • fmt
    • --check
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Exit code: 0
  • plan: Action succeeded cargo_fmt
    After 0.00 seconds at 2026-03-13 05:46:24Z
    CargoFmt(
        CargoFmt,
    )
plan: Successful action cargo_clippy
After 1.93 seconds at 2026-03-13 05:46:24Z
  • plan: Start action cargo_clippy
    After 0.00 seconds at 2026-03-13 05:46:24Z
    CargoClippy(
        CargoClippy,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-13 05:46:24Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-13 05:46:24Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-13 05:46:24Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:24Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-13 05:46:24Z
    • cargo
    • clippy
    • --offline
    • --locked
    • --workspace
    • --all-targets
    • --no-deps
    • --
    • --deny
    • warnings
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:57Z
    Exit code: 0
    Stderr:
       Compiling proc-macro2 v1.0.95
       Compiling quote v1.0.42
       Compiling unicode-ident v1.0.12
       Compiling libc v0.2.174
       Compiling serde_core v1.0.228
       Compiling cfg-if v1.0.0
       Compiling syn v2.0.104
       Compiling serde v1.0.228
       Compiling memchr v2.7.2
       Compiling once_cell v1.19.0
       Compiling version_check v0.9.5
       Compiling rustix v1.0.7
       Compiling zerocopy v0.8.27
       Compiling ahash v0.8.12
       Compiling serde_derive v1.0.228
       Compiling getrandom v0.3.3
        Checking bitflags v2.5.0
       Compiling thiserror v1.0.60
       Compiling crossbeam-utils v0.8.19
       Compiling thiserror-impl v1.0.60
       Compiling aho-corasick v1.1.3
       Compiling itoa v1.0.11
       Compiling same-file v1.0.6
       Compiling anyhow v1.0.98
       Compiling regex-syntax v0.8.3
       Compiling walkdir v2.5.0
       Compiling regex-automata v0.4.6
       Compiling encoding_rs v0.8.35
       Compiling ucd-trie v0.1.6
       Compiling thiserror v2.0.17
       Compiling arraydeque v0.5.1
       Compiling doc-comment v0.3.4
       Compiling serde_json v1.0.140
       Compiling pest v2.7.10
       Compiling crossbeam-epoch v0.9.18
       Compiling hashbrown v0.14.5
       Compiling thiserror-impl v2.0.17
       Compiling getrandom v0.2.15
       Compiling bstr v1.9.1
       Compiling unic-char-range v0.9.0
       Compiling unicode-width v0.1.12
       Compiling libm v0.2.8
       Compiling foldhash v0.1.5
        Checking linux-raw-sys v0.9.4
       Compiling unic-common v0.9.0
       Compiling log v0.4.21
       Compiling globset v0.4.14
       Compiling unic-ucd-version v0.9.0
       Compiling hashbrown v0.15.4
       Compiling unic-char-property v0.9.0
       Compiling rand_core v0.6.4
       Compiling pest_meta v2.7.10
       Compiling hashlink v0.9.1
       Compiling crossbeam-deque v0.8.5
       Compiling serde_path_to_error v0.1.20
       Compiling unicase v2.7.0
       Compiling ppv-lite86 v0.2.17
       Compiling cfg_aliases v0.2.1
       Compiling cc v1.0.97
       Compiling pikchr v0.1.3
       Compiling rand_chacha v0.3.1
       Compiling nix v0.29.0
       Compiling ignore v0.4.22
       Compiling yaml-rust2 v0.9.0
       Compiling pest_generator v2.7.10
       Compiling unic-ucd-segment v0.9.0
       Compiling hashlink v0.10.0
       Compiling smawk v0.3.2
       Compiling unicode-linebreak v0.1.5
       Compiling fastrand v2.3.0
       Compiling pulldown-cmark v0.13.0
       Compiling ryu v1.0.18
       Compiling deunicode v1.4.4
       Compiling bitflags v1.3.2
        Checking utf8parse v0.2.2
        Checking anstyle-parse v0.2.7
       Compiling globwalk v0.8.1
       Compiling slug v0.1.5
       Compiling tempfile v3.20.0
       Compiling textwrap v0.16.1
       Compiling humansize v2.1.3
       Compiling yaml-rust2 v0.10.4
       Compiling pest_derive v2.7.10
       Compiling unic-segment v0.9.0
       Compiling marked-yaml v0.7.2
       Compiling rand v0.8.5
       Compiling subplot v0.14.0
       Compiling getopts v0.2.21
       Compiling regex v1.10.4
       Compiling culpa-macros v1.0.2
       Compiling tracing-attributes v0.1.31
       Compiling tracing-core v0.1.36
        Checking anstyle v1.0.13
       Compiling lazy_static v1.4.0
        Checking anstyle-query v1.1.5
       Compiling utf8-width v0.1.8
       Compiling percent-encoding v2.3.1
       Compiling pin-project-lite v0.2.14
        Checking colorchoice v1.0.4
        Checking is_terminal_polyfill v1.70.2
       Compiling pulldown-cmark-escape v0.11.0
        Checking anstream v0.6.21
       Compiling tracing v0.1.44
       Compiling tera v1.19.1
       Compiling html-escape v0.2.13
       Compiling roadmap v0.7.0
       Compiling marked-yaml v0.8.0
        Checking cvt v0.1.2
        Checking winnow v0.7.13
       Compiling base64 v0.22.1
       Compiling line-col v0.2.1
        Checking powerfmt v0.2.0
       Compiling num-conv v0.1.0
        Checking equivalent v1.0.2
       Compiling descape v3.0.0
       Compiling time-core v0.1.2
       Compiling time-macros v0.2.18
        Checking toml_parser v1.0.2
        Checking indexmap v2.10.0
        Checking deranged v0.3.11
        Checking fs_at v0.2.1
       Compiling culpa v1.0.2
        Checking terminal_size v0.4.3
        Checking serde_spanned v1.0.0
        Checking toml_datetime v0.7.0
        Checking dirs-sys-next v0.1.2
        Checking normpath v1.5.0
        Checking strsim v0.11.1
        Checking clap_lex v0.7.6
       Compiling heck v0.5.0
        Checking unsafe-libyaml-norway v0.2.15
        Checking toml_writer v1.0.2
       Compiling subplotlib v0.14.0
        Checking time v0.3.36
        Checking env_filter v0.1.4
        Checking serde_norway v0.9.42
        Checking toml v0.9.5
       Compiling subplotlib-derive v0.14.0
       Compiling clap_derive v4.5.49
        Checking clap_builder v4.5.53
        Checking remove_dir_all v1.0.0
        Checking directories-next v2.0.0
        Checking filetime v0.2.23
        Checking fs2 v0.4.3
       Compiling mutants v0.0.3
        Checking shell-words v1.1.0
        Checking jiff v0.2.17
        Checking state v0.6.0
        Checking clingwrap v0.6.0
        Checking clap v4.5.53
        Checking env_logger v0.11.8
        Checking sshca v0.1.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.46s
    
  • plan: Action succeeded cargo_clippy
    After 0.00 seconds at 2026-03-13 05:46:57Z
    CargoClippy(
        CargoClippy,
    )
plan: Successful action cargo_build
After 34.71 seconds at 2026-03-13 05:46:57Z
  • plan: Start action cargo_build
    After 0.00 seconds at 2026-03-13 05:46:57Z
    CargoBuild(
        CargoBuild,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-13 05:46:57Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:57Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-13 05:46:57Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:57Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-13 05:46:57Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:46:57Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-13 05:46:57Z
    • cargo
    • build
    • --offline
    • --locked
    • --workspace
    • --all-targets
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-13 05:47:23Z
    Exit code: 0
    Stderr:
       Compiling cfg-if v1.0.0
       Compiling libc v0.2.174
       Compiling memchr v2.7.2
       Compiling once_cell v1.19.0
       Compiling serde_core v1.0.228
       Compiling bitflags v2.5.0
       Compiling itoa v1.0.11
       Compiling aho-corasick v1.1.3
       Compiling serde v1.0.228
       Compiling regex-syntax v0.8.3
       Compiling linux-raw-sys v0.9.4
       Compiling foldhash v0.1.5
       Compiling hashbrown v0.15.4
       Compiling rustix v1.0.7
       Compiling regex-automata v0.4.6
       Compiling log v0.4.21
       Compiling ahash v0.8.12
       Compiling encoding_rs v0.8.35
       Compiling pest v2.7.10
       Compiling hashbrown v0.14.5
       Compiling getrandom v0.2.15
       Compiling bstr v1.9.1
       Compiling ryu v1.0.18
       Compiling hashlink v0.9.1
       Compiling globset v0.4.14
       Compiling rand_core v0.6.4
       Compiling anyhow v1.0.98
       Compiling pest_meta v2.7.10
       Compiling getrandom v0.3.3
       Compiling regex v1.10.4
       Compiling serde_path_to_error v0.1.20
       Compiling fastrand v2.3.0
       Compiling tempfile v3.20.0
       Compiling rand_chacha v0.3.1
       Compiling thiserror v2.0.17
       Compiling pest_generator v2.7.10
       Compiling ignore v0.4.22
       Compiling yaml-rust2 v0.9.0
       Compiling serde_json v1.0.140
       Compiling hashlink v0.10.0
       Compiling utf8parse v0.2.2
       Compiling anstyle-parse v0.2.7
       Compiling globwalk v0.8.1
       Compiling yaml-rust2 v0.10.4
       Compiling marked-yaml v0.7.2
       Compiling pest_derive v2.7.10
       Compiling rand v0.8.5
       Compiling subplot v0.14.0
       Compiling tracing-core v0.1.36
       Compiling lazy_static v1.4.0
       Compiling is_terminal_polyfill v1.70.2
       Compiling anstyle v1.0.13
       Compiling colorchoice v1.0.4
       Compiling anstyle-query v1.1.5
       Compiling anstream v0.6.21
       Compiling tera v1.19.1
       Compiling pulldown-cmark v0.13.0
       Compiling tracing v0.1.44
       Compiling nix v0.29.0
       Compiling pikchr v0.1.3
       Compiling roadmap v0.7.0
       Compiling marked-yaml v0.8.0
       Compiling cvt v0.1.2
       Compiling num-conv v0.1.0
       Compiling powerfmt v0.2.0
       Compiling time-core v0.1.2
       Compiling base64 v0.22.1
       Compiling winnow v0.7.13
       Compiling equivalent v1.0.2
       Compiling indexmap v2.10.0
       Compiling toml_parser v1.0.2
       Compiling time-macros v0.2.18
       Compiling deranged v0.3.11
       Compiling culpa v1.0.2
       Compiling fs_at v0.2.1
       Compiling terminal_size v0.4.3
       Compiling serde_spanned v1.0.0
       Compiling toml_datetime v0.7.0
       Compiling dirs-sys-next v0.1.2
       Compiling toml_writer v1.0.2
       Compiling normpath v1.5.0
       Compiling unsafe-libyaml-norway v0.2.15
       Compiling strsim v0.11.1
       Compiling clap_lex v0.7.6
       Compiling serde_norway v0.9.42
       Compiling clap_builder v4.5.53
       Compiling remove_dir_all v1.0.0
       Compiling toml v0.9.5
       Compiling directories-next v2.0.0
       Compiling subplotlib-derive v0.14.0
       Compiling time v0.3.36
       Compiling env_filter v0.1.4
       Compiling filetime v0.2.23
       Compiling fs2 v0.4.3
       Compiling jiff v0.2.17
       Compiling state v0.6.0
       Compiling shell-words v1.1.0
       Compiling subplotlib v0.14.0
       Compiling env_logger v0.11.8
       Compiling clingwrap v0.6.0
       Compiling clap v4.5.53
       Compiling sshca v0.1.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.07s
    
  • plan: Action succeeded cargo_build
    After 0.00 seconds at 2026-03-13 05:47:23Z
    CargoBuild(
        CargoBuild,
    )
plan: Start action shell: subplot docgen sshca.subplot -o /ci/artifacts/rsync/sshca.html
After 61.02 seconds at 2026-03-13 05:47:23Z
Shell(
    Shell {
        shell: "subplot docgen sshca.subplot -o /ci/artifacts/rsync/sshca.html\n",
    },
)
plan: Start program bash
After 61.02 seconds at 2026-03-13 05:47:23Z
  • bash
  • -c
  • set -xeuo pipefail subplot docgen sshca.subplot -o /ci/artifacts/rsync/sshca.html
plan: ERROR: Program failed
After 61.26 seconds at 2026-03-13 05:47:23Z
Exit code: 1
Stderr:
+ subplot docgen sshca.subplot -o /ci/artifacts/rsync/sshca.html
 INFO Starting Subplot
ERROR Error when writing to /ci/artifacts/rsync/sshca.html
ERROR caused by: No such file or directory (os error 2)
plan: Action failed: shell: subplot docgen sshca.subplot -o /ci/artifacts/rsync/sshca.html
After 61.26 seconds at 2026-03-13 05:47:23Z
Shell(
    Shell {
        shell: "subplot docgen sshca.subplot -o /ci/artifacts/rsync/sshca.html\n",
    },
)

Raw log messages for Ambient troubleshooting

Raw log messages

These raw log messages are meant to help Ambient developers figure out problems. You can ignore them.

  1. {
      "type": "executor_starts",
      "name": "ambient-execute-plan",
      "version": "0.13.1@52633e5",
      "timestamp": {
        "secs_since_epoch": 1773380782,
        "nanos_since_epoch": 589846419
      },
      "log_source": "Plan"
    }
  2. {
      "type": "runnable_plan",
      "steps": [
        {
          "action": "mkdir",
          "pathname": "/ci"
        },
        {
          "action": "mkdir",
          "pathname": "/ci/artifacts"
        },
        {
          "action": "tar_extract",
          "archive": "/dev/vdc",
          "directory": "/ci/src"
        },
        {
          "action": "tar_extract",
          "archive": "/dev/vdf",
          "directory": "/ci/deps"
        },
        {
          "action": "tar_extract",
          "archive": "/dev/vde",
          "directory": "/ci/cache"
        },
        {
          "action": "shell",
          "shell": "ln -sf /ci /workspace"
        },
        {
          "action": "shell",
          "shell": "git config --global user.name 'Ambient CI'"
        },
        {
          "action": "shell",
          "shell": "git config --global user.email ambient@example.com"
        },
        {
          "action": "cargo_fmt"
        },
        {
          "action": "cargo_clippy"
        },
        {
          "action": "cargo_build"
        },
        {
          "action": "shell",
          "shell": "subplot docgen sshca.subplot -o /ci/artifacts/rsync/sshca.html\n"
        },
        {
          "action": "custom",
          "name": "dch",
          "args": {
            "debemail": "liw@liw.fi",
            "debfullname": "Lars Wirzenius"
          }
        },
        {
          "action": "deb",
          "packages": "debian"
        },
        {
          "action": "tar_create",
          "archive": "/dev/vde",
          "directory": "/ci/cache"
        },
        {
          "action": "tar_create",
          "archive": "/dev/vdd",
          "directory": "/ci/artifacts"
        }
      ],
      "executor_drive": "/dev/vdb",
      "source_drive": "/dev/vdc",
      "artifact_drive": "/dev/vdd",
      "cache_drive": "/dev/vde",
      "deps_drive": "/dev/vdf",
      "workspace_dir": "/ci",
      "source_dir": "/ci/src",
      "deps_dir": "/ci/deps",
      "cache_dir": "/ci/cache",
      "artifacts_dir": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773380782,
        "nanos_since_epoch": 592624728
      },
      "log_source": "Plan"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1773380782,
        "nanos_since_epoch": 610582690
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1773380782,
        "nanos_since_epoch": 614867448
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773380782,
        "nanos_since_epoch": 620677469
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773380782,
        "nanos_since_epoch": 623812409
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1773380782,
        "nanos_since_epoch": 626505779
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1773380782,
        "nanos_since_epoch": 647603159
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1773380782,
        "nanos_since_epoch": 650349089
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 75944386
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 75978985
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 82647661
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 82669565
      },
      "log_source": "Plan"
    }
  14. {
      "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": 1773380784,
        "nanos_since_epoch": 82680395
      },
      "log_source": "Plan"
    }
  15. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ ln -sf /ci /workspace\n",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 94321172
      },
      "log_source": "Plan"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 96895461
      },
      "log_source": "Plan"
    }
  17. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 99246224
      },
      "log_source": "Plan"
    }
  18. {
      "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,
            103,
            105,
            116,
            32,
            99,
            111,
            110,
            102,
            105,
            103,
            32,
            45,
            45,
            103,
            108,
            111,
            98,
            97,
            108,
            32,
            117,
            115,
            101,
            114,
            46,
            110,
            97,
            109,
            101,
            32,
            39,
            65,
            109,
            98,
            105,
            101,
            110,
            116,
            32,
            67,
            73,
            39,
            10
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 101874054
      },
      "log_source": "Plan"
    }
  19. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.name 'Ambient CI'\n",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 112048176
      },
      "log_source": "Plan"
    }
  20. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 114877986
      },
      "log_source": "Plan"
    }
  21. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 117561337
      },
      "log_source": "Plan"
    }
  22. {
      "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,
            103,
            105,
            116,
            32,
            99,
            111,
            110,
            102,
            105,
            103,
            32,
            45,
            45,
            103,
            108,
            111,
            98,
            97,
            108,
            32,
            117,
            115,
            101,
            114,
            46,
            101,
            109,
            97,
            105,
            108,
            32,
            97,
            109,
            98,
            105,
            101,
            110,
            116,
            64,
            101,
            120,
            97,
            109,
            112,
            108,
            101,
            46,
            99,
            111,
            109,
            10
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 120293319
      },
      "log_source": "Plan"
    }
  23. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.email ambient@example.com\n",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 128282920
      },
      "log_source": "Plan"
    }
  24. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 131272860
      },
      "log_source": "Plan"
    }
  25. {
      "type": "execute_action",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 134045915
      },
      "log_source": "Plan"
    }
  26. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 136024419
      },
      "log_source": "Plan"
    }
  27. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.94.0 (85eff7c80 2026-01-15)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 191841012
      },
      "log_source": "Plan"
    }
  28. {
      "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": 1773380784,
        "nanos_since_epoch": 191884915
      },
      "log_source": "Plan"
    }
  29. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.94 (4a4ef493e3 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 299791200
      },
      "log_source": "Plan"
    }
  30. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 299832471
      },
      "log_source": "Plan"
    }
  31. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.94.0 (4a4ef493e 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 348793063
      },
      "log_source": "Plan"
    }
  32. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            102,
            109,
            116
          ]
        },
        {
          "Unix": [
            45,
            45,
            99,
            104,
            101,
            99,
            107
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 348837974
      },
      "log_source": "Plan"
    }
  33. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 514997530
      },
      "log_source": "Plan"
    }
  34. {
      "type": "action_succeeded",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 517328651
      },
      "log_source": "Plan"
    }
  35. {
      "type": "execute_action",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 519312529
      },
      "log_source": "Plan"
    }
  36. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 521330415
      },
      "log_source": "Plan"
    }
  37. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.94.0 (85eff7c80 2026-01-15)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 558063117
      },
      "log_source": "Plan"
    }
  38. {
      "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": 1773380784,
        "nanos_since_epoch": 558105358
      },
      "log_source": "Plan"
    }
  39. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.94 (4a4ef493e3 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 641983244
      },
      "log_source": "Plan"
    }
  40. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 642024872
      },
      "log_source": "Plan"
    }
  41. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.94.0 (4a4ef493e 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 686319856
      },
      "log_source": "Plan"
    }
  42. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            99,
            108,
            105,
            112,
            112,
            121
          ]
        },
        {
          "Unix": [
            45,
            45,
            111,
            102,
            102,
            108,
            105,
            110,
            101
          ]
        },
        {
          "Unix": [
            45,
            45,
            108,
            111,
            99,
            107,
            101,
            100
          ]
        },
        {
          "Unix": [
            45,
            45,
            119,
            111,
            114,
            107,
            115,
            112,
            97,
            99,
            101
          ]
        },
        {
          "Unix": [
            45,
            45,
            97,
            108,
            108,
            45,
            116,
            97,
            114,
            103,
            101,
            116,
            115
          ]
        },
        {
          "Unix": [
            45,
            45,
            110,
            111,
            45,
            100,
            101,
            112,
            115
          ]
        },
        {
          "Unix": [
            45,
            45
          ]
        },
        {
          "Unix": [
            45,
            45,
            100,
            101,
            110,
            121
          ]
        },
        {
          "Unix": [
            119,
            97,
            114,
            110,
            105,
            110,
            103,
            115
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773380784,
        "nanos_since_epoch": 689081955
      },
      "log_source": "Plan"
    }
  43. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "   Compiling proc-macro2 v1.0.95\n   Compiling quote v1.0.42\n   Compiling unicode-ident v1.0.12\n   Compiling libc v0.2.174\n   Compiling serde_core v1.0.228\n   Compiling cfg-if v1.0.0\n   Compiling syn v2.0.104\n   Compiling serde v1.0.228\n   Compiling memchr v2.7.2\n   Compiling once_cell v1.19.0\n   Compiling version_check v0.9.5\n   Compiling rustix v1.0.7\n   Compiling zerocopy v0.8.27\n   Compiling ahash v0.8.12\n   Compiling serde_derive v1.0.228\n   Compiling getrandom v0.3.3\n    Checking bitflags v2.5.0\n   Compiling thiserror v1.0.60\n   Compiling crossbeam-utils v0.8.19\n   Compiling thiserror-impl v1.0.60\n   Compiling aho-corasick v1.1.3\n   Compiling itoa v1.0.11\n   Compiling same-file v1.0.6\n   Compiling anyhow v1.0.98\n   Compiling regex-syntax v0.8.3\n   Compiling walkdir v2.5.0\n   Compiling regex-automata v0.4.6\n   Compiling encoding_rs v0.8.35\n   Compiling ucd-trie v0.1.6\n   Compiling thiserror v2.0.17\n   Compiling arraydeque v0.5.1\n   Compiling doc-comment v0.3.4\n   Compiling serde_json v1.0.140\n   Compiling pest v2.7.10\n   Compiling crossbeam-epoch v0.9.18\n   Compiling hashbrown v0.14.5\n   Compiling thiserror-impl v2.0.17\n   Compiling getrandom v0.2.15\n   Compiling bstr v1.9.1\n   Compiling unic-char-range v0.9.0\n   Compiling unicode-width v0.1.12\n   Compiling libm v0.2.8\n   Compiling foldhash v0.1.5\n    Checking linux-raw-sys v0.9.4\n   Compiling unic-common v0.9.0\n   Compiling log v0.4.21\n   Compiling globset v0.4.14\n   Compiling unic-ucd-version v0.9.0\n   Compiling hashbrown v0.15.4\n   Compiling unic-char-property v0.9.0\n   Compiling rand_core v0.6.4\n   Compiling pest_meta v2.7.10\n   Compiling hashlink v0.9.1\n   Compiling crossbeam-deque v0.8.5\n   Compiling serde_path_to_error v0.1.20\n   Compiling unicase v2.7.0\n   Compiling ppv-lite86 v0.2.17\n   Compiling cfg_aliases v0.2.1\n   Compiling cc v1.0.97\n   Compiling pikchr v0.1.3\n   Compiling rand_chacha v0.3.1\n   Compiling nix v0.29.0\n   Compiling ignore v0.4.22\n   Compiling yaml-rust2 v0.9.0\n   Compiling pest_generator v2.7.10\n   Compiling unic-ucd-segment v0.9.0\n   Compiling hashlink v0.10.0\n   Compiling smawk v0.3.2\n   Compiling unicode-linebreak v0.1.5\n   Compiling fastrand v2.3.0\n   Compiling pulldown-cmark v0.13.0\n   Compiling ryu v1.0.18\n   Compiling deunicode v1.4.4\n   Compiling bitflags v1.3.2\n    Checking utf8parse v0.2.2\n    Checking anstyle-parse v0.2.7\n   Compiling globwalk v0.8.1\n   Compiling slug v0.1.5\n   Compiling tempfile v3.20.0\n   Compiling textwrap v0.16.1\n   Compiling humansize v2.1.3\n   Compiling yaml-rust2 v0.10.4\n   Compiling pest_derive v2.7.10\n   Compiling unic-segment v0.9.0\n   Compiling marked-yaml v0.7.2\n   Compiling rand v0.8.5\n   Compiling subplot v0.14.0\n   Compiling getopts v0.2.21\n   Compiling regex v1.10.4\n   Compiling culpa-macros v1.0.2\n   Compiling tracing-attributes v0.1.31\n   Compiling tracing-core v0.1.36\n    Checking anstyle v1.0.13\n   Compiling lazy_static v1.4.0\n    Checking anstyle-query v1.1.5\n   Compiling utf8-width v0.1.8\n   Compiling percent-encoding v2.3.1\n   Compiling pin-project-lite v0.2.14\n    Checking colorchoice v1.0.4\n    Checking is_terminal_polyfill v1.70.2\n   Compiling pulldown-cmark-escape v0.11.0\n    Checking anstream v0.6.21\n   Compiling tracing v0.1.44\n   Compiling tera v1.19.1\n   Compiling html-escape v0.2.13\n   Compiling roadmap v0.7.0\n   Compiling marked-yaml v0.8.0\n    Checking cvt v0.1.2\n    Checking winnow v0.7.13\n   Compiling base64 v0.22.1\n   Compiling line-col v0.2.1\n    Checking powerfmt v0.2.0\n   Compiling num-conv v0.1.0\n    Checking equivalent v1.0.2\n   Compiling descape v3.0.0\n   Compiling time-core v0.1.2\n   Compiling time-macros v0.2.18\n    Checking toml_parser v1.0.2\n    Checking indexmap v2.10.0\n    Checking deranged v0.3.11\n    Checking fs_at v0.2.1\n   Compiling culpa v1.0.2\n    Checking terminal_size v0.4.3\n    Checking serde_spanned v1.0.0\n    Checking toml_datetime v0.7.0\n    Checking dirs-sys-next v0.1.2\n    Checking normpath v1.5.0\n    Checking strsim v0.11.1\n    Checking clap_lex v0.7.6\n   Compiling heck v0.5.0\n    Checking unsafe-libyaml-norway v0.2.15\n    Checking toml_writer v1.0.2\n   Compiling subplotlib v0.14.0\n    Checking time v0.3.36\n    Checking env_filter v0.1.4\n    Checking serde_norway v0.9.42\n    Checking toml v0.9.5\n   Compiling subplotlib-derive v0.14.0\n   Compiling clap_derive v4.5.49\n    Checking clap_builder v4.5.53\n    Checking remove_dir_all v1.0.0\n    Checking directories-next v2.0.0\n    Checking filetime v0.2.23\n    Checking fs2 v0.4.3\n   Compiling mutants v0.0.3\n    Checking shell-words v1.1.0\n    Checking jiff v0.2.17\n    Checking state v0.6.0\n    Checking clingwrap v0.6.0\n    Checking clap v4.5.53\n    Checking env_logger v0.11.8\n    Checking sshca v0.1.0 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.46s\n",
      "timestamp": {
        "secs_since_epoch": 1773380817,
        "nanos_since_epoch": 248539473
      },
      "log_source": "Plan"
    }
  44. {
      "type": "action_succeeded",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1773380817,
        "nanos_since_epoch": 300124475
      },
      "log_source": "Plan"
    }
  45. {
      "type": "execute_action",
      "action": "cargo_build",
      "timestamp": {
        "secs_since_epoch": 1773380817,
        "nanos_since_epoch": 300304367
      },
      "log_source": "Plan"
    }
  46. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773380817,
        "nanos_since_epoch": 300312729
      },
      "log_source": "Plan"
    }
  47. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.94.0 (85eff7c80 2026-01-15)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773380817,
        "nanos_since_epoch": 356711880
      },
      "log_source": "Plan"
    }
  48. {
      "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": 1773380817,
        "nanos_since_epoch": 356750882
      },
      "log_source": "Plan"
    }
  49. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.94 (4a4ef493e3 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773380817,
        "nanos_since_epoch": 440738982
      },
      "log_source": "Plan"
    }
  50. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773380817,
        "nanos_since_epoch": 443471351
      },
      "log_source": "Plan"
    }
  51. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.94.0 (4a4ef493e 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773380817,
        "nanos_since_epoch": 484876587
      },
      "log_source": "Plan"
    }
  52. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            98,
            117,
            105,
            108,
            100
          ]
        },
        {
          "Unix": [
            45,
            45,
            111,
            102,
            102,
            108,
            105,
            110,
            101
          ]
        },
        {
          "Unix": [
            45,
            45,
            108,
            111,
            99,
            107,
            101,
            100
          ]
        },
        {
          "Unix": [
            45,
            45,
            119,
            111,
            114,
            107,
            115,
            112,
            97,
            99,
            101
          ]
        },
        {
          "Unix": [
            45,
            45,
            97,
            108,
            108,
            45,
            116,
            97,
            114,
            103,
            101,
            116,
            115
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773380817,
        "nanos_since_epoch": 487595730
      },
      "log_source": "Plan"
    }
  53. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "   Compiling cfg-if v1.0.0\n   Compiling libc v0.2.174\n   Compiling memchr v2.7.2\n   Compiling once_cell v1.19.0\n   Compiling serde_core v1.0.228\n   Compiling bitflags v2.5.0\n   Compiling itoa v1.0.11\n   Compiling aho-corasick v1.1.3\n   Compiling serde v1.0.228\n   Compiling regex-syntax v0.8.3\n   Compiling linux-raw-sys v0.9.4\n   Compiling foldhash v0.1.5\n   Compiling hashbrown v0.15.4\n   Compiling rustix v1.0.7\n   Compiling regex-automata v0.4.6\n   Compiling log v0.4.21\n   Compiling ahash v0.8.12\n   Compiling encoding_rs v0.8.35\n   Compiling pest v2.7.10\n   Compiling hashbrown v0.14.5\n   Compiling getrandom v0.2.15\n   Compiling bstr v1.9.1\n   Compiling ryu v1.0.18\n   Compiling hashlink v0.9.1\n   Compiling globset v0.4.14\n   Compiling rand_core v0.6.4\n   Compiling anyhow v1.0.98\n   Compiling pest_meta v2.7.10\n   Compiling getrandom v0.3.3\n   Compiling regex v1.10.4\n   Compiling serde_path_to_error v0.1.20\n   Compiling fastrand v2.3.0\n   Compiling tempfile v3.20.0\n   Compiling rand_chacha v0.3.1\n   Compiling thiserror v2.0.17\n   Compiling pest_generator v2.7.10\n   Compiling ignore v0.4.22\n   Compiling yaml-rust2 v0.9.0\n   Compiling serde_json v1.0.140\n   Compiling hashlink v0.10.0\n   Compiling utf8parse v0.2.2\n   Compiling anstyle-parse v0.2.7\n   Compiling globwalk v0.8.1\n   Compiling yaml-rust2 v0.10.4\n   Compiling marked-yaml v0.7.2\n   Compiling pest_derive v2.7.10\n   Compiling rand v0.8.5\n   Compiling subplot v0.14.0\n   Compiling tracing-core v0.1.36\n   Compiling lazy_static v1.4.0\n   Compiling is_terminal_polyfill v1.70.2\n   Compiling anstyle v1.0.13\n   Compiling colorchoice v1.0.4\n   Compiling anstyle-query v1.1.5\n   Compiling anstream v0.6.21\n   Compiling tera v1.19.1\n   Compiling pulldown-cmark v0.13.0\n   Compiling tracing v0.1.44\n   Compiling nix v0.29.0\n   Compiling pikchr v0.1.3\n   Compiling roadmap v0.7.0\n   Compiling marked-yaml v0.8.0\n   Compiling cvt v0.1.2\n   Compiling num-conv v0.1.0\n   Compiling powerfmt v0.2.0\n   Compiling time-core v0.1.2\n   Compiling base64 v0.22.1\n   Compiling winnow v0.7.13\n   Compiling equivalent v1.0.2\n   Compiling indexmap v2.10.0\n   Compiling toml_parser v1.0.2\n   Compiling time-macros v0.2.18\n   Compiling deranged v0.3.11\n   Compiling culpa v1.0.2\n   Compiling fs_at v0.2.1\n   Compiling terminal_size v0.4.3\n   Compiling serde_spanned v1.0.0\n   Compiling toml_datetime v0.7.0\n   Compiling dirs-sys-next v0.1.2\n   Compiling toml_writer v1.0.2\n   Compiling normpath v1.5.0\n   Compiling unsafe-libyaml-norway v0.2.15\n   Compiling strsim v0.11.1\n   Compiling clap_lex v0.7.6\n   Compiling serde_norway v0.9.42\n   Compiling clap_builder v4.5.53\n   Compiling remove_dir_all v1.0.0\n   Compiling toml v0.9.5\n   Compiling directories-next v2.0.0\n   Compiling subplotlib-derive v0.14.0\n   Compiling time v0.3.36\n   Compiling env_filter v0.1.4\n   Compiling filetime v0.2.23\n   Compiling fs2 v0.4.3\n   Compiling jiff v0.2.17\n   Compiling state v0.6.0\n   Compiling shell-words v1.1.0\n   Compiling subplotlib v0.14.0\n   Compiling env_logger v0.11.8\n   Compiling clingwrap v0.6.0\n   Compiling clap v4.5.53\n   Compiling sshca v0.1.0 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.07s\n",
      "timestamp": {
        "secs_since_epoch": 1773380843,
        "nanos_since_epoch": 608610375
      },
      "log_source": "Plan"
    }
  54. {
      "type": "action_succeeded",
      "action": "cargo_build",
      "timestamp": {
        "secs_since_epoch": 1773380843,
        "nanos_since_epoch": 608702868
      },
      "log_source": "Plan"
    }
  55. {
      "type": "execute_action",
      "action": "shell",
      "shell": "subplot docgen sshca.subplot -o /ci/artifacts/rsync/sshca.html\n",
      "timestamp": {
        "secs_since_epoch": 1773380843,
        "nanos_since_epoch": 608708873
      },
      "log_source": "Plan"
    }
  56. {
      "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,
            115,
            117,
            98,
            112,
            108,
            111,
            116,
            32,
            100,
            111,
            99,
            103,
            101,
            110,
            32,
            115,
            115,
            104,
            99,
            97,
            46,
            115,
            117,
            98,
            112,
            108,
            111,
            116,
            32,
            45,
            111,
            32,
            47,
            99,
            105,
            47,
            97,
            114,
            116,
            105,
            102,
            97,
            99,
            116,
            115,
            47,
            114,
            115,
            121,
            110,
            99,
            47,
            115,
            115,
            104,
            99,
            97,
            46,
            104,
            116,
            109,
            108,
            10,
            10
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773380843,
        "nanos_since_epoch": 608720147
      },
      "log_source": "Plan"
    }
  57. {
      "type": "program_failed",
      "exit_code": 1,
      "stdout": "",
      "stderr": "+ subplot docgen sshca.subplot -o /ci/artifacts/rsync/sshca.html\n INFO Starting Subplot\nERROR Error when writing to /ci/artifacts/rsync/sshca.html\nERROR caused by: No such file or directory (os error 2)\n",
      "timestamp": {
        "secs_since_epoch": 1773380843,
        "nanos_since_epoch": 846817783
      },
      "log_source": "Plan"
    }
  58. {
      "type": "action_failed",
      "action": "shell",
      "shell": "subplot docgen sshca.subplot -o /ci/artifacts/rsync/sshca.html\n",
      "timestamp": {
        "secs_since_epoch": 1773380843,
        "nanos_since_epoch": 846853069
      },
      "log_source": "Plan"
    }
  59. {
      "type": "executor_ends_in_failure",
      "exit_code": 1,
      "timestamp": {
        "secs_since_epoch": 1773380843,
        "nanos_since_epoch": 847110298
      },
      "log_source": "Plan"
    }

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14",
    "name": "sshca",
    "description": "Tool for SSH certificate authorities",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
    "alias": "liw"
  },
  "before": "0bf5488f62d83c0e344c19e9c03080d8afa6c965",
  "after": "0bf5488f62d83c0e344c19e9c03080d8afa6c965",
  "branch": "main",
  "commits": [
    "0bf5488f62d83c0e344c19e9c03080d8afa6c965"
  ]
}

Ambient stdout

run CI for rad:z24MZ7A64C7c9MmcNfR2X7GtQUk14
ERROR: CI run failed inside QEMU

Ambient stderr

<empty log>