CI: FAILURE sopass

Table of Contents

Run log

Plan, inside VM without network

plan: Executor starts
After 0.00 seconds at 2026-03-10 04:38:09ZProgram: ambient-execute-plan
Version: 0.13.1@52633e5
plan: Runnable plan
After 0.00 seconds at 2026-03-10 04:38:09Z
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: |
    make sopass.html userguide.html
    mv sopass.html userguide.html /ci/artifacts/rsync
- action: shell
  shell: |
    make OFFLINE="--offline --locked"
    git clean -fdx
- action: custom
  name: dch
  args:
    debfullname: Lars Wirzenius
    debemail: liw@liw.fi
- 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.00 seconds at 2026-03-10 04:38:09Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-03-10 04:38:09Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-03-10 04:38:09Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.00 seconds at 2026-03-10 04:38:09Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-10 04:38:09Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-10 04:38:09Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.00 seconds at 2026-03-10 04:38:09Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-10 04:38:09Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-10 04:38:09Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.01 seconds at 2026-03-10 04:38:09Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-10 04:38:09Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-10 04:38:10Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 0.74 seconds at 2026-03-10 04:38:10Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-10 04:38:10Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-10 04:38:10Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 0.74 seconds at 2026-03-10 04:38:10Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-10 04:38:10Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-10 04:38:10Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:10Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-10 04:38:10Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 0.76 seconds at 2026-03-10 04:38:10Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-03-10 04:38:10Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-10 04:38:10Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:10Z
    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-10 04:38:10Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 0.78 seconds at 2026-03-10 04:38:10Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-03-10 04:38:10Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-10 04:38:10Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:10Z
    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-10 04:38:10Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
plan: Successful action cargo_fmt
After 0.80 seconds at 2026-03-10 04:38:10Z
  • plan: Start action cargo_fmt
    After 0.00 seconds at 2026-03-10 04:38:10Z
    CargoFmt(
        CargoFmt,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-10 04:38:10Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:10Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-10 04:38:10Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:10Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-10 04:38:10Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:10Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-10 04:38:10Z
    • cargo
    • fmt
    • --check
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:11Z
    Exit code: 0
  • plan: Action succeeded cargo_fmt
    After 0.00 seconds at 2026-03-10 04:38:11Z
    CargoFmt(
        CargoFmt,
    )
plan: Successful action cargo_clippy
After 1.18 seconds at 2026-03-10 04:38:11Z
  • plan: Start action cargo_clippy
    After 0.00 seconds at 2026-03-10 04:38:11Z
    CargoClippy(
        CargoClippy,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-10 04:38:11Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:11Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-10 04:38:11Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:11Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-10 04:38:11Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:11Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-10 04:38:11Z
    • cargo
    • clippy
    • --offline
    • --locked
    • --workspace
    • --all-targets
    • --no-deps
    • --
    • --deny
    • warnings
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:24Z
    Exit code: 0
    Stderr:
       Compiling proc-macro2 v1.0.103
       Compiling quote v1.0.41
       Compiling unicode-ident v1.0.22
       Compiling libc v0.2.177
       Compiling syn v2.0.108
        Checking cfg-if v1.0.4
       Compiling serde_core v1.0.228
       Compiling zerocopy v0.8.27
        Checking memchr v2.7.6
       Compiling rustix v1.1.2
        Checking getrandom v0.2.16
       Compiling proc-macro-hack v0.5.20+deprecated
        Checking bitflags v2.10.0
        Checking linux-raw-sys v0.11.0
        Checking ppv-lite86 v0.2.21
        Checking rand_core v0.6.4
        Checking utf8parse v0.2.2
        Checking anstyle-parse v0.2.7
        Checking rand_chacha v0.3.1
        Checking aho-corasick v1.1.4
       Compiling getrandom v0.3.4
       Compiling serde v1.0.228
        Checking anstyle v1.0.13
        Checking is_terminal_polyfill v1.70.2
        Checking colorchoice v1.0.4
        Checking regex-syntax v0.8.8
        Checking anstyle-query v1.1.4
        Checking anstream v0.6.21
       Compiling random-number-macro-impl v0.1.8
        Checking rand v0.8.5
        Checking regex-automata v0.4.13
       Compiling serde_derive v1.0.228
        Checking hashbrown v0.16.0
        Checking ryu v1.0.20
        Checking equivalent v1.0.2
       Compiling serde_json v1.0.145
       Compiling thiserror v2.0.17
        Checking itoa v1.0.15
        Checking winnow v0.7.13
        Checking toml_parser v1.0.4
        Checking indexmap v2.12.0
        Checking regex v1.12.2
        Checking random-number v0.1.9
        Checking terminal_size v0.4.3
       Compiling thiserror-impl v2.0.17
        Checking toml_datetime v0.7.3
        Checking serde_spanned v1.0.3
        Checking dirs-sys-next v0.1.2
        Checking once_cell v1.21.3
        Checking log v0.4.28
        Checking toml_writer v1.0.4
        Checking unsafe-libyaml-norway v0.2.15
        Checking clap_lex v0.7.6
        Checking fastrand v2.3.0
        Checking strsim v0.11.1
       Compiling heck v0.5.0
        Checking clap_builder v4.5.51
       Compiling clap_derive v4.5.49
        Checking tempfile v3.23.0
        Checking serde_norway v0.9.42
        Checking toml v0.9.8
        Checking env_filter v0.1.4
        Checking directories-next v2.0.0
        Checking random-pick v1.2.16
        Checking jiff v0.2.15
        Checking clingwrap v0.5.0
        Checking passwords v3.1.16
        Checking clap v4.5.51
        Checking env_logger v0.11.8
        Checking sopass v0.6.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.82s
    
  • plan: Action succeeded cargo_clippy
    After 0.00 seconds at 2026-03-10 04:38:24Z
    CargoClippy(
        CargoClippy,
    )
plan: Successful action cargo_build
After 14.27 seconds at 2026-03-10 04:38:24Z
  • plan: Start action cargo_build
    After 0.00 seconds at 2026-03-10 04:38:24Z
    CargoBuild(
        CargoBuild,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-10 04:38:24Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:24Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-10 04:38:24Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:24Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-10 04:38:24Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:24Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-10 04:38:24Z
    • cargo
    • build
    • --offline
    • --locked
    • --workspace
    • --all-targets
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-10 04:38:39Z
    Exit code: 0
    Stderr:
       Compiling libc v0.2.177
       Compiling cfg-if v1.0.4
       Compiling serde_core v1.0.228
       Compiling memchr v2.7.6
       Compiling getrandom v0.2.16
       Compiling zerocopy v0.8.27
       Compiling linux-raw-sys v0.11.0
       Compiling bitflags v2.10.0
       Compiling rustix v1.1.2
       Compiling ppv-lite86 v0.2.21
       Compiling rand_core v0.6.4
       Compiling utf8parse v0.2.2
       Compiling anstyle-parse v0.2.7
       Compiling rand_chacha v0.3.1
       Compiling aho-corasick v1.1.4
       Compiling regex-syntax v0.8.8
       Compiling anstyle-query v1.1.4
       Compiling is_terminal_polyfill v1.70.2
       Compiling colorchoice v1.0.4
       Compiling anstyle v1.0.13
       Compiling anstream v0.6.21
       Compiling regex-automata v0.4.13
       Compiling rand v0.8.5
       Compiling ryu v1.0.20
       Compiling equivalent v1.0.2
       Compiling winnow v0.7.13
       Compiling itoa v1.0.15
       Compiling hashbrown v0.16.0
       Compiling indexmap v2.12.0
       Compiling toml_parser v1.0.4
       Compiling regex v1.12.2
       Compiling serde v1.0.228
       Compiling random-number v0.1.9
       Compiling getrandom v0.3.4
       Compiling terminal_size v0.4.3
       Compiling toml_datetime v0.7.3
       Compiling serde_spanned v1.0.3
       Compiling dirs-sys-next v0.1.2
       Compiling unsafe-libyaml-norway v0.2.15
       Compiling strsim v0.11.1
       Compiling toml_writer v1.0.4
       Compiling clap_lex v0.7.6
       Compiling fastrand v2.3.0
       Compiling log v0.4.28
       Compiling once_cell v1.21.3
       Compiling env_filter v0.1.4
       Compiling tempfile v3.23.0
       Compiling clap_builder v4.5.51
       Compiling toml v0.9.8
       Compiling serde_norway v0.9.42
       Compiling directories-next v2.0.0
       Compiling thiserror v2.0.17
       Compiling random-pick v1.2.16
       Compiling serde_json v1.0.145
       Compiling jiff v0.2.15
       Compiling clingwrap v0.5.0
       Compiling passwords v3.1.16
       Compiling clap v4.5.51
       Compiling env_logger v0.11.8
       Compiling sopass v0.6.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.05s
    
  • plan: Action succeeded cargo_build
    After 0.00 seconds at 2026-03-10 04:38:39Z
    CargoBuild(
        CargoBuild,
    )
plan: Start action shell: make sopass.html userguide.html mv sopass.html userguide.html /ci/artifacts/rsync
After 29.60 seconds at 2026-03-10 04:38:39Z
Shell(
    Shell {
        shell: "make sopass.html userguide.html\nmv sopass.html userguide.html /ci/artifacts/rsync\n",
    },
)
plan: Start program bash
After 29.61 seconds at 2026-03-10 04:38:39Z
  • bash
  • -c
  • set -xeuo pipefail make sopass.html userguide.html mv sopass.html userguide.html /ci/artifacts/rsync
plan: ERROR: Program failed
After 29.70 seconds at 2026-03-10 04:38:39Z
Exit code: 1
Stdout:
subplot docgen sopass.subplot -o sopass.html
subplot docgen doc/userguide.subplot -o userguide.html
Stderr:
+ make sopass.html userguide.html
 INFO Starting Subplot
 INFO Subplot finished successfully
 INFO Starting Subplot
 INFO Subplot finished successfully
+ mv sopass.html userguide.html /ci/artifacts/rsync
mv: target '/ci/artifacts/rsync': No such file or directory
plan: Action failed: shell: make sopass.html userguide.html mv sopass.html userguide.html /ci/artifacts/rsync
After 29.70 seconds at 2026-03-10 04:38:39Z
Shell(
    Shell {
        shell: "make sopass.html userguide.html\nmv sopass.html userguide.html /ci/artifacts/rsync\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": 1773117489,
        "nanos_since_epoch": 831389197
      },
      "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": "make sopass.html userguide.html\nmv sopass.html userguide.html /ci/artifacts/rsync\n"
        },
        {
          "action": "shell",
          "shell": "make OFFLINE=\"--offline --locked\"\ngit clean -fdx\n"
        },
        {
          "action": "custom",
          "name": "dch",
          "args": {
            "debfullname": "Lars Wirzenius",
            "debemail": "liw@liw.fi"
          }
        },
        {
          "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": 1773117489,
        "nanos_since_epoch": 831768749
      },
      "log_source": "Plan"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1773117489,
        "nanos_since_epoch": 831986792
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1773117489,
        "nanos_since_epoch": 832541129
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773117489,
        "nanos_since_epoch": 832654770
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773117489,
        "nanos_since_epoch": 832685793
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1773117489,
        "nanos_since_epoch": 832866121
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1773117489,
        "nanos_since_epoch": 841514321
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1773117489,
        "nanos_since_epoch": 841638763
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1773117490,
        "nanos_since_epoch": 566596815
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773117490,
        "nanos_since_epoch": 569316069
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773117490,
        "nanos_since_epoch": 573585291
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1773117490,
        "nanos_since_epoch": 576242335
      },
      "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": 1773117490,
        "nanos_since_epoch": 578628461
      },
      "log_source": "Plan"
    }
  15. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ ln -sf /ci /workspace\n",
      "timestamp": {
        "secs_since_epoch": 1773117490,
        "nanos_since_epoch": 585715718
      },
      "log_source": "Plan"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1773117490,
        "nanos_since_epoch": 588320234
      },
      "log_source": "Plan"
    }
  17. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1773117490,
        "nanos_since_epoch": 590717194
      },
      "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": 1773117490,
        "nanos_since_epoch": 593381294
      },
      "log_source": "Plan"
    }
  19. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.name 'Ambient CI'\n",
      "timestamp": {
        "secs_since_epoch": 1773117490,
        "nanos_since_epoch": 603870150
      },
      "log_source": "Plan"
    }
  20. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1773117490,
        "nanos_since_epoch": 606759005
      },
      "log_source": "Plan"
    }
  21. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1773117490,
        "nanos_since_epoch": 609433438
      },
      "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": 1773117490,
        "nanos_since_epoch": 612189710
      },
      "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": 1773117490,
        "nanos_since_epoch": 620798647
      },
      "log_source": "Plan"
    }
  24. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1773117490,
        "nanos_since_epoch": 623876363
      },
      "log_source": "Plan"
    }
  25. {
      "type": "execute_action",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1773117490,
        "nanos_since_epoch": 626907280
      },
      "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": 1773117490,
        "nanos_since_epoch": 628881058
      },
      "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": 1773117490,
        "nanos_since_epoch": 690378858
      },
      "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": 1773117490,
        "nanos_since_epoch": 693169176
      },
      "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": 1773117490,
        "nanos_since_epoch": 800904403
      },
      "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": 1773117490,
        "nanos_since_epoch": 803775953
      },
      "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": 1773117490,
        "nanos_since_epoch": 848683681
      },
      "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": 1773117490,
        "nanos_since_epoch": 848724122
      },
      "log_source": "Plan"
    }
  33. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773117491,
        "nanos_since_epoch": 7658518
      },
      "log_source": "Plan"
    }
  34. {
      "type": "action_succeeded",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1773117491,
        "nanos_since_epoch": 9881210
      },
      "log_source": "Plan"
    }
  35. {
      "type": "execute_action",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1773117491,
        "nanos_since_epoch": 11840141
      },
      "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": 1773117491,
        "nanos_since_epoch": 13822765
      },
      "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": 1773117491,
        "nanos_since_epoch": 51456612
      },
      "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": 1773117491,
        "nanos_since_epoch": 54180686
      },
      "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": 1773117491,
        "nanos_since_epoch": 135375683
      },
      "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": 1773117491,
        "nanos_since_epoch": 138083422
      },
      "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": 1773117491,
        "nanos_since_epoch": 178831236
      },
      "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": 1773117491,
        "nanos_since_epoch": 178875302
      },
      "log_source": "Plan"
    }
  43. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "   Compiling proc-macro2 v1.0.103\n   Compiling quote v1.0.41\n   Compiling unicode-ident v1.0.22\n   Compiling libc v0.2.177\n   Compiling syn v2.0.108\n    Checking cfg-if v1.0.4\n   Compiling serde_core v1.0.228\n   Compiling zerocopy v0.8.27\n    Checking memchr v2.7.6\n   Compiling rustix v1.1.2\n    Checking getrandom v0.2.16\n   Compiling proc-macro-hack v0.5.20+deprecated\n    Checking bitflags v2.10.0\n    Checking linux-raw-sys v0.11.0\n    Checking ppv-lite86 v0.2.21\n    Checking rand_core v0.6.4\n    Checking utf8parse v0.2.2\n    Checking anstyle-parse v0.2.7\n    Checking rand_chacha v0.3.1\n    Checking aho-corasick v1.1.4\n   Compiling getrandom v0.3.4\n   Compiling serde v1.0.228\n    Checking anstyle v1.0.13\n    Checking is_terminal_polyfill v1.70.2\n    Checking colorchoice v1.0.4\n    Checking regex-syntax v0.8.8\n    Checking anstyle-query v1.1.4\n    Checking anstream v0.6.21\n   Compiling random-number-macro-impl v0.1.8\n    Checking rand v0.8.5\n    Checking regex-automata v0.4.13\n   Compiling serde_derive v1.0.228\n    Checking hashbrown v0.16.0\n    Checking ryu v1.0.20\n    Checking equivalent v1.0.2\n   Compiling serde_json v1.0.145\n   Compiling thiserror v2.0.17\n    Checking itoa v1.0.15\n    Checking winnow v0.7.13\n    Checking toml_parser v1.0.4\n    Checking indexmap v2.12.0\n    Checking regex v1.12.2\n    Checking random-number v0.1.9\n    Checking terminal_size v0.4.3\n   Compiling thiserror-impl v2.0.17\n    Checking toml_datetime v0.7.3\n    Checking serde_spanned v1.0.3\n    Checking dirs-sys-next v0.1.2\n    Checking once_cell v1.21.3\n    Checking log v0.4.28\n    Checking toml_writer v1.0.4\n    Checking unsafe-libyaml-norway v0.2.15\n    Checking clap_lex v0.7.6\n    Checking fastrand v2.3.0\n    Checking strsim v0.11.1\n   Compiling heck v0.5.0\n    Checking clap_builder v4.5.51\n   Compiling clap_derive v4.5.49\n    Checking tempfile v3.23.0\n    Checking serde_norway v0.9.42\n    Checking toml v0.9.8\n    Checking env_filter v0.1.4\n    Checking directories-next v2.0.0\n    Checking random-pick v1.2.16\n    Checking jiff v0.2.15\n    Checking clingwrap v0.5.0\n    Checking passwords v3.1.16\n    Checking clap v4.5.51\n    Checking env_logger v0.11.8\n    Checking sopass v0.6.0 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.82s\n",
      "timestamp": {
        "secs_since_epoch": 1773117504,
        "nanos_since_epoch": 99930490
      },
      "log_source": "Plan"
    }
  44. {
      "type": "action_succeeded",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1773117504,
        "nanos_since_epoch": 99991324
      },
      "log_source": "Plan"
    }
  45. {
      "type": "execute_action",
      "action": "cargo_build",
      "timestamp": {
        "secs_since_epoch": 1773117504,
        "nanos_since_epoch": 99996937
      },
      "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": 1773117504,
        "nanos_since_epoch": 100005470
      },
      "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": 1773117504,
        "nanos_since_epoch": 172532993
      },
      "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": 1773117504,
        "nanos_since_epoch": 172572248
      },
      "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": 1773117504,
        "nanos_since_epoch": 255626821
      },
      "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": 1773117504,
        "nanos_since_epoch": 255659682
      },
      "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": 1773117504,
        "nanos_since_epoch": 299418207
      },
      "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": 1773117504,
        "nanos_since_epoch": 302080798
      },
      "log_source": "Plan"
    }
  53. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "   Compiling libc v0.2.177\n   Compiling cfg-if v1.0.4\n   Compiling serde_core v1.0.228\n   Compiling memchr v2.7.6\n   Compiling getrandom v0.2.16\n   Compiling zerocopy v0.8.27\n   Compiling linux-raw-sys v0.11.0\n   Compiling bitflags v2.10.0\n   Compiling rustix v1.1.2\n   Compiling ppv-lite86 v0.2.21\n   Compiling rand_core v0.6.4\n   Compiling utf8parse v0.2.2\n   Compiling anstyle-parse v0.2.7\n   Compiling rand_chacha v0.3.1\n   Compiling aho-corasick v1.1.4\n   Compiling regex-syntax v0.8.8\n   Compiling anstyle-query v1.1.4\n   Compiling is_terminal_polyfill v1.70.2\n   Compiling colorchoice v1.0.4\n   Compiling anstyle v1.0.13\n   Compiling anstream v0.6.21\n   Compiling regex-automata v0.4.13\n   Compiling rand v0.8.5\n   Compiling ryu v1.0.20\n   Compiling equivalent v1.0.2\n   Compiling winnow v0.7.13\n   Compiling itoa v1.0.15\n   Compiling hashbrown v0.16.0\n   Compiling indexmap v2.12.0\n   Compiling toml_parser v1.0.4\n   Compiling regex v1.12.2\n   Compiling serde v1.0.228\n   Compiling random-number v0.1.9\n   Compiling getrandom v0.3.4\n   Compiling terminal_size v0.4.3\n   Compiling toml_datetime v0.7.3\n   Compiling serde_spanned v1.0.3\n   Compiling dirs-sys-next v0.1.2\n   Compiling unsafe-libyaml-norway v0.2.15\n   Compiling strsim v0.11.1\n   Compiling toml_writer v1.0.4\n   Compiling clap_lex v0.7.6\n   Compiling fastrand v2.3.0\n   Compiling log v0.4.28\n   Compiling once_cell v1.21.3\n   Compiling env_filter v0.1.4\n   Compiling tempfile v3.23.0\n   Compiling clap_builder v4.5.51\n   Compiling toml v0.9.8\n   Compiling serde_norway v0.9.42\n   Compiling directories-next v2.0.0\n   Compiling thiserror v2.0.17\n   Compiling random-pick v1.2.16\n   Compiling serde_json v1.0.145\n   Compiling jiff v0.2.15\n   Compiling clingwrap v0.5.0\n   Compiling passwords v3.1.16\n   Compiling clap v4.5.51\n   Compiling env_logger v0.11.8\n   Compiling sopass v0.6.0 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.05s\n",
      "timestamp": {
        "secs_since_epoch": 1773117519,
        "nanos_since_epoch": 406577902
      },
      "log_source": "Plan"
    }
  54. {
      "type": "action_succeeded",
      "action": "cargo_build",
      "timestamp": {
        "secs_since_epoch": 1773117519,
        "nanos_since_epoch": 434297584
      },
      "log_source": "Plan"
    }
  55. {
      "type": "execute_action",
      "action": "shell",
      "shell": "make sopass.html userguide.html\nmv sopass.html userguide.html /ci/artifacts/rsync\n",
      "timestamp": {
        "secs_since_epoch": 1773117519,
        "nanos_since_epoch": 436296799
      },
      "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,
            109,
            97,
            107,
            101,
            32,
            115,
            111,
            112,
            97,
            115,
            115,
            46,
            104,
            116,
            109,
            108,
            32,
            117,
            115,
            101,
            114,
            103,
            117,
            105,
            100,
            101,
            46,
            104,
            116,
            109,
            108,
            10,
            109,
            118,
            32,
            115,
            111,
            112,
            97,
            115,
            115,
            46,
            104,
            116,
            109,
            108,
            32,
            117,
            115,
            101,
            114,
            103,
            117,
            105,
            100,
            101,
            46,
            104,
            116,
            109,
            108,
            32,
            47,
            99,
            105,
            47,
            97,
            114,
            116,
            105,
            102,
            97,
            99,
            116,
            115,
            47,
            114,
            115,
            121,
            110,
            99,
            10,
            10
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773117519,
        "nanos_since_epoch": 439394697
      },
      "log_source": "Plan"
    }
  57. {
      "type": "program_failed",
      "exit_code": 1,
      "stdout": "subplot docgen sopass.subplot -o sopass.html\nsubplot docgen doc/userguide.subplot -o userguide.html\n",
      "stderr": "+ make sopass.html userguide.html\n INFO Starting Subplot\n INFO Subplot finished successfully\n INFO Starting Subplot\n INFO Subplot finished successfully\n+ mv sopass.html userguide.html /ci/artifacts/rsync\nmv: target '/ci/artifacts/rsync': No such file or directory\n",
      "timestamp": {
        "secs_since_epoch": 1773117519,
        "nanos_since_epoch": 528366100
      },
      "log_source": "Plan"
    }
  58. {
      "type": "action_failed",
      "action": "shell",
      "shell": "make sopass.html userguide.html\nmv sopass.html userguide.html /ci/artifacts/rsync\n",
      "timestamp": {
        "secs_since_epoch": 1773117519,
        "nanos_since_epoch": 535299322
      },
      "log_source": "Plan"
    }
  59. {
      "type": "executor_ends_in_failure",
      "exit_code": 1,
      "timestamp": {
        "secs_since_epoch": 1773117519,
        "nanos_since_epoch": 539992454
      },
      "log_source": "Plan"
    }

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit",
    "name": "sopass",
    "description": "A command line password manager using SOP",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "0c95ccf27fe209752f6142012cc3b29dd89cea4a",
    "author": {
      "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "alias": "liw"
    },
    "title": "doc: start a user guide",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "0504226482bb9fc6cf8de21d2e6f71d75f0935c8",
    "after": "6c869dfa9ca1ca5e438f24d1fe0da5854ed40ce0",
    "commits": [
      "6c869dfa9ca1ca5e438f24d1fe0da5854ed40ce0",
      "8d5999010c9fc1ee16ce2bfafa176764aefcae7b"
    ],
    "target": "0504226482bb9fc6cf8de21d2e6f71d75f0935c8",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "0c95ccf27fe209752f6142012cc3b29dd89cea4a",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "description": "Also, use new actions to keep Debian and doc artifacts separate.\n\n\nchore: git ignore userguide.html",
        "base": "0504226482bb9fc6cf8de21d2e6f71d75f0935c8",
        "oid": "6c869dfa9ca1ca5e438f24d1fe0da5854ed40ce0",
        "timestamp": 1773117453
      }
    ]
  }
}

Ambient stdout

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

Ambient stderr

<empty log>