CI: SUCCESS sop-run

Table of Contents

Run log

Plan, inside VM without network

plan: Executor starts
After 0.00 seconds at 2026-03-15 08:52:55ZProgram: ambient-execute-plan
Version: 0.13.1@52633e5
plan: Runnable plan
After 0.00 seconds at 2026-03-15 08:52:55Z
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: cargo_test
- action: tar_create
  archive: /dev/vde
  directory: /ci/cache
- action: tar_create
  archive: /dev/vdd
  directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
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-15 08:52:55Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-03-15 08:52:55Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-03-15 08:52:55Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.00 seconds at 2026-03-15 08:52:55Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-15 08:52:55Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-15 08:52:55Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.00 seconds at 2026-03-15 08:52:55Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-15 08:52:55Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-15 08:52:55Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.03 seconds at 2026-03-15 08:52:55Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-15 08:52:55Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-15 08:52:56Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 0.65 seconds at 2026-03-15 08:52:56Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-15 08:52:56Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-15 08:52:56Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 0.66 seconds at 2026-03-15 08:52:56Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-15 08:52:56Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-15 08:52:56Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:52:56Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-15 08:52:56Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 0.67 seconds at 2026-03-15 08:52:56Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-03-15 08:52:56Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-15 08:52:56Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:52:56Z
    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-15 08:52:56Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 0.69 seconds at 2026-03-15 08:52:56Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-03-15 08:52:56Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-15 08:52:56Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:52:56Z
    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-15 08:52:56Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
plan: Successful action cargo_fmt
After 0.71 seconds at 2026-03-15 08:52:56Z
  • plan: Start action cargo_fmt
    After 0.00 seconds at 2026-03-15 08:52:56Z
    CargoFmt(
        CargoFmt,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-15 08:52:56Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:52:56Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-15 08:52:56Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:52:56Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-15 08:52:56Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:52:56Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-15 08:52:56Z
    • cargo
    • fmt
    • --check
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:52:56Z
    Exit code: 0
  • plan: Action succeeded cargo_fmt
    After 0.00 seconds at 2026-03-15 08:52:56Z
    CargoFmt(
        CargoFmt,
    )
plan: Successful action cargo_clippy
After 1.11 seconds at 2026-03-15 08:52:56Z
  • plan: Start action cargo_clippy
    After 0.00 seconds at 2026-03-15 08:52:56Z
    CargoClippy(
        CargoClippy,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-15 08:52:56Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:52:57Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-15 08:52:57Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:52:57Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-15 08:52:57Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:52:57Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-15 08:52:57Z
    • cargo
    • clippy
    • --offline
    • --locked
    • --workspace
    • --all-targets
    • --no-deps
    • --
    • --deny
    • warnings
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:53:04Z
    Exit code: 0
    Stderr:
       Compiling proc-macro2 v1.0.106
       Compiling serde_core v1.0.228
       Compiling unicode-ident v1.0.23
       Compiling quote v1.0.44
       Compiling libc v0.2.182
       Compiling syn v2.0.114
       Compiling rustix v1.1.4
       Compiling zmij v1.0.20
        Checking cfg-if v1.0.4
       Compiling getrandom v0.4.1
       Compiling serde v1.0.228
       Compiling serde_derive v1.0.228
        Checking bitflags v2.10.0
       Compiling thiserror v2.0.18
       Compiling serde_json v1.0.149
        Checking linux-raw-sys v0.12.1
        Checking equivalent v1.0.2
        Checking winnow v0.7.14
        Checking hashbrown v0.16.1
        Checking itoa v1.0.17
        Checking indexmap v2.13.0
        Checking toml_parser v1.0.6+spec-1.1.0
       Compiling thiserror-impl v2.0.18
        Checking dirs-sys-next v0.1.2
        Checking serde_spanned v1.0.4
        Checking toml_datetime v0.7.5+spec-1.1.0
        Checking unsafe-libyaml-norway v0.2.15
        Checking once_cell v1.21.3
        Checking memchr v2.8.0
        Checking toml_writer v1.0.6+spec-1.1.0
        Checking fastrand v2.3.0
        Checking ryu v1.0.23
        Checking serde_norway v0.9.42
        Checking tempfile v3.26.0
        Checking toml v0.9.11+spec-1.1.0
        Checking directories-next v2.0.0
       Compiling mutants v0.0.3
        Checking clingwrap v0.6.1
        Checking sop-run v0.1.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.40s
    
  • plan: Action succeeded cargo_clippy
    After 0.00 seconds at 2026-03-15 08:53:04Z
    CargoClippy(
        CargoClippy,
    )
plan: Successful action cargo_build
After 8.79 seconds at 2026-03-15 08:53:04Z
  • plan: Start action cargo_build
    After 0.00 seconds at 2026-03-15 08:53:04Z
    CargoBuild(
        CargoBuild,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-15 08:53:04Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:53:04Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-15 08:53:04Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:53:04Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-15 08:53:04Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:53:04Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-15 08:53:04Z
    • cargo
    • build
    • --offline
    • --locked
    • --workspace
    • --all-targets
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:53:11Z
    Exit code: 0
    Stderr:
       Compiling serde_core v1.0.228
       Compiling libc v0.2.182
       Compiling cfg-if v1.0.4
       Compiling bitflags v2.10.0
       Compiling hashbrown v0.16.1
       Compiling equivalent v1.0.2
       Compiling winnow v0.7.14
       Compiling linux-raw-sys v0.12.1
       Compiling itoa v1.0.17
       Compiling rustix v1.1.4
       Compiling toml_parser v1.0.6+spec-1.1.0
       Compiling serde_spanned v1.0.4
       Compiling serde v1.0.228
       Compiling toml_datetime v0.7.5+spec-1.1.0
       Compiling indexmap v2.13.0
       Compiling getrandom v0.4.1
       Compiling zmij v1.0.20
       Compiling dirs-sys-next v0.1.2
       Compiling fastrand v2.3.0
       Compiling once_cell v1.21.3
       Compiling memchr v2.8.0
       Compiling ryu v1.0.23
       Compiling toml_writer v1.0.6+spec-1.1.0
       Compiling unsafe-libyaml-norway v0.2.15
       Compiling serde_json v1.0.149
       Compiling serde_norway v0.9.42
       Compiling toml v0.9.11+spec-1.1.0
       Compiling tempfile v3.26.0
       Compiling thiserror v2.0.18
       Compiling directories-next v2.0.0
       Compiling clingwrap v0.6.1
       Compiling sop-run v0.1.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s
    
  • plan: Action succeeded cargo_build
    After 0.00 seconds at 2026-03-15 08:53:11Z
    CargoBuild(
        CargoBuild,
    )
plan: Successful action cargo_test
After 15.75 seconds at 2026-03-15 08:53:11Z
  • plan: Start action cargo_test
    After 0.00 seconds at 2026-03-15 08:53:11Z
    CargoTest(
        CargoTest,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-15 08:53:11Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:53:11Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-15 08:53:11Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:53:11Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-15 08:53:11Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:53:11Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-15 08:53:11Z
    • cargo
    • test
    • --offline
    • --locked
    • --workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-15 08:53:11Z
    Exit code: 0
    Stdout:
    running 14 tests
    test cmd::armor::test::armor ... ok
    test cmd::dearmor::test::armor ... ok
    test cmd::extract_cert::test::extract_cert ... ok
    test cmd::generate_key::test::generate_armored_key ... ok
    test cmd::generate_key::test::generate_binary_key ... ok
    test cmd::encrypt::test::round_trip ... ok
    test cmd::version::test::backend ... ok
    test cmd::version::test::extended ... ok
    test cmd::sign::test::roundtrip ... ok
    test cmd::version::test::sop_spec ... ok
    test cmd::version::test::sopv ... ok
    test cmd::version::test::version ... ok
    test engine::test::cat ... ok
    test engine::test::echo ... ok
    
    test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
    
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    
    Stderr:
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
         Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/sop_run-3eefebab2770e865)
       Doc-tests sop_run
    
  • plan: Action succeeded cargo_test
    After 0.00 seconds at 2026-03-15 08:53:11Z
    CargoTest(
        CargoTest,
    )
plan: Successful action tar_create
After 16.10 seconds at 2026-03-15 08:53:11Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-03-15 08:53:11Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-03-15 08:53:12Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action tar_create
After 16.45 seconds at 2026-03-15 08:53:12Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-03-15 08:53:12Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-03-15 08:53:12Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
plan: Plan succeeded
After 16.46 seconds at 2026-03-15 08:53:12ZHopefully all is good.

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": 1773564775,
        "nanos_since_epoch": 857774823
      },
      "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": "cargo_test"
        },
        {
          "action": "tar_create",
          "archive": "/dev/vde",
          "directory": "/ci/cache"
        },
        {
          "action": "tar_create",
          "archive": "/dev/vdd",
          "directory": "/ci/artifacts"
        }
      ],
      "executor_drive": "/dev/vdb",
      "source_drive": "/dev/vdc",
      "artifact_drive": "/dev/vdd",
      "cache_drive": "/dev/vde",
      "deps_drive": "/dev/vdf",
      "workspace_dir": "/ci",
      "source_dir": "/ci/src",
      "deps_dir": "/ci/deps",
      "cache_dir": "/ci/cache",
      "artifacts_dir": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773564775,
        "nanos_since_epoch": 858091528
      },
      "log_source": "Plan"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1773564775,
        "nanos_since_epoch": 858146173
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1773564775,
        "nanos_since_epoch": 858650449
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773564775,
        "nanos_since_epoch": 858845651
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773564775,
        "nanos_since_epoch": 858876925
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1773564775,
        "nanos_since_epoch": 859054816
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1773564775,
        "nanos_since_epoch": 890999136
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1773564775,
        "nanos_since_epoch": 891021551
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 506642529
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 506677204
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 513125393
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 513146090
      },
      "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": 1773564776,
        "nanos_since_epoch": 513156529
      },
      "log_source": "Plan"
    }
  15. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ ln -sf /ci /workspace\n",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 524889089
      },
      "log_source": "Plan"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 524915106
      },
      "log_source": "Plan"
    }
  17. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 525123884
      },
      "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": 1773564776,
        "nanos_since_epoch": 525132164
      },
      "log_source": "Plan"
    }
  19. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.name 'Ambient CI'\n",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 543562402
      },
      "log_source": "Plan"
    }
  20. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 546553016
      },
      "log_source": "Plan"
    }
  21. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 549233692
      },
      "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": 1773564776,
        "nanos_since_epoch": 552042736
      },
      "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": 1773564776,
        "nanos_since_epoch": 560331211
      },
      "log_source": "Plan"
    }
  24. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 563365173
      },
      "log_source": "Plan"
    }
  25. {
      "type": "execute_action",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 566209295
      },
      "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": 1773564776,
        "nanos_since_epoch": 568418009
      },
      "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": 1773564776,
        "nanos_since_epoch": 646972659
      },
      "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": 1773564776,
        "nanos_since_epoch": 649760740
      },
      "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": 1773564776,
        "nanos_since_epoch": 755907736
      },
      "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": 1773564776,
        "nanos_since_epoch": 755948806
      },
      "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": 1773564776,
        "nanos_since_epoch": 804129374
      },
      "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": 1773564776,
        "nanos_since_epoch": 804171130
      },
      "log_source": "Plan"
    }
  33. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 963981839
      },
      "log_source": "Plan"
    }
  34. {
      "type": "action_succeeded",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 964019217
      },
      "log_source": "Plan"
    }
  35. {
      "type": "execute_action",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1773564776,
        "nanos_since_epoch": 964024856
      },
      "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": 1773564776,
        "nanos_since_epoch": 964032507
      },
      "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": 1773564777,
        "nanos_since_epoch": 7747624
      },
      "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": 1773564777,
        "nanos_since_epoch": 7785766
      },
      "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": 1773564777,
        "nanos_since_epoch": 94444389
      },
      "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": 1773564777,
        "nanos_since_epoch": 94486296
      },
      "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": 1773564777,
        "nanos_since_epoch": 139269601
      },
      "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": 1773564777,
        "nanos_since_epoch": 142090274
      },
      "log_source": "Plan"
    }
  43. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "   Compiling proc-macro2 v1.0.106\n   Compiling serde_core v1.0.228\n   Compiling unicode-ident v1.0.23\n   Compiling quote v1.0.44\n   Compiling libc v0.2.182\n   Compiling syn v2.0.114\n   Compiling rustix v1.1.4\n   Compiling zmij v1.0.20\n    Checking cfg-if v1.0.4\n   Compiling getrandom v0.4.1\n   Compiling serde v1.0.228\n   Compiling serde_derive v1.0.228\n    Checking bitflags v2.10.0\n   Compiling thiserror v2.0.18\n   Compiling serde_json v1.0.149\n    Checking linux-raw-sys v0.12.1\n    Checking equivalent v1.0.2\n    Checking winnow v0.7.14\n    Checking hashbrown v0.16.1\n    Checking itoa v1.0.17\n    Checking indexmap v2.13.0\n    Checking toml_parser v1.0.6+spec-1.1.0\n   Compiling thiserror-impl v2.0.18\n    Checking dirs-sys-next v0.1.2\n    Checking serde_spanned v1.0.4\n    Checking toml_datetime v0.7.5+spec-1.1.0\n    Checking unsafe-libyaml-norway v0.2.15\n    Checking once_cell v1.21.3\n    Checking memchr v2.8.0\n    Checking toml_writer v1.0.6+spec-1.1.0\n    Checking fastrand v2.3.0\n    Checking ryu v1.0.23\n    Checking serde_norway v0.9.42\n    Checking tempfile v3.26.0\n    Checking toml v0.9.11+spec-1.1.0\n    Checking directories-next v2.0.0\n   Compiling mutants v0.0.3\n    Checking clingwrap v0.6.1\n    Checking sop-run v0.1.0 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.40s\n",
      "timestamp": {
        "secs_since_epoch": 1773564784,
        "nanos_since_epoch": 644869161
      },
      "log_source": "Plan"
    }
  44. {
      "type": "action_succeeded",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1773564784,
        "nanos_since_epoch": 644944828
      },
      "log_source": "Plan"
    }
  45. {
      "type": "execute_action",
      "action": "cargo_build",
      "timestamp": {
        "secs_since_epoch": 1773564784,
        "nanos_since_epoch": 644950949
      },
      "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": 1773564784,
        "nanos_since_epoch": 644959210
      },
      "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": 1773564784,
        "nanos_since_epoch": 708243099
      },
      "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": 1773564784,
        "nanos_since_epoch": 708281400
      },
      "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": 1773564784,
        "nanos_since_epoch": 794722503
      },
      "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": 1773564784,
        "nanos_since_epoch": 797514791
      },
      "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": 1773564784,
        "nanos_since_epoch": 840277751
      },
      "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": 1773564784,
        "nanos_since_epoch": 843184700
      },
      "log_source": "Plan"
    }
  53. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "   Compiling serde_core v1.0.228\n   Compiling libc v0.2.182\n   Compiling cfg-if v1.0.4\n   Compiling bitflags v2.10.0\n   Compiling hashbrown v0.16.1\n   Compiling equivalent v1.0.2\n   Compiling winnow v0.7.14\n   Compiling linux-raw-sys v0.12.1\n   Compiling itoa v1.0.17\n   Compiling rustix v1.1.4\n   Compiling toml_parser v1.0.6+spec-1.1.0\n   Compiling serde_spanned v1.0.4\n   Compiling serde v1.0.228\n   Compiling toml_datetime v0.7.5+spec-1.1.0\n   Compiling indexmap v2.13.0\n   Compiling getrandom v0.4.1\n   Compiling zmij v1.0.20\n   Compiling dirs-sys-next v0.1.2\n   Compiling fastrand v2.3.0\n   Compiling once_cell v1.21.3\n   Compiling memchr v2.8.0\n   Compiling ryu v1.0.23\n   Compiling toml_writer v1.0.6+spec-1.1.0\n   Compiling unsafe-libyaml-norway v0.2.15\n   Compiling serde_json v1.0.149\n   Compiling serde_norway v0.9.42\n   Compiling toml v0.9.11+spec-1.1.0\n   Compiling tempfile v3.26.0\n   Compiling thiserror v2.0.18\n   Compiling directories-next v2.0.0\n   Compiling clingwrap v0.6.1\n   Compiling sop-run v0.1.0 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s\n",
      "timestamp": {
        "secs_since_epoch": 1773564791,
        "nanos_since_epoch": 585875112
      },
      "log_source": "Plan"
    }
  54. {
      "type": "action_succeeded",
      "action": "cargo_build",
      "timestamp": {
        "secs_since_epoch": 1773564791,
        "nanos_since_epoch": 603277323
      },
      "log_source": "Plan"
    }
  55. {
      "type": "execute_action",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1773564791,
        "nanos_since_epoch": 605312307
      },
      "log_source": "Plan"
    }
  56. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773564791,
        "nanos_since_epoch": 607338876
      },
      "log_source": "Plan"
    }
  57. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "cargo 1.94.0 (85eff7c80 2026-01-15)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773564791,
        "nanos_since_epoch": 646768400
      },
      "log_source": "Plan"
    }
  58. {
      "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": 1773564791,
        "nanos_since_epoch": 646808622
      },
      "log_source": "Plan"
    }
  59. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "clippy 0.1.94 (4a4ef493e3 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773564791,
        "nanos_since_epoch": 733879739
      },
      "log_source": "Plan"
    }
  60. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            114,
            117,
            115,
            116,
            99
          ]
        },
        {
          "Unix": [
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773564791,
        "nanos_since_epoch": 736677452
      },
      "log_source": "Plan"
    }
  61. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "rustc 1.94.0 (4a4ef493e 2026-03-02)\n",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1773564791,
        "nanos_since_epoch": 781700048
      },
      "log_source": "Plan"
    }
  62. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            99,
            97,
            114,
            103,
            111
          ]
        },
        {
          "Unix": [
            116,
            101,
            115,
            116
          ]
        },
        {
          "Unix": [
            45,
            45,
            111,
            102,
            102,
            108,
            105,
            110,
            101
          ]
        },
        {
          "Unix": [
            45,
            45,
            108,
            111,
            99,
            107,
            101,
            100
          ]
        },
        {
          "Unix": [
            45,
            45,
            119,
            111,
            114,
            107,
            115,
            112,
            97,
            99,
            101
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1773564791,
        "nanos_since_epoch": 781741656
      },
      "log_source": "Plan"
    }
  63. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "\nrunning 14 tests\ntest cmd::armor::test::armor ... ok\ntest cmd::dearmor::test::armor ... ok\ntest cmd::extract_cert::test::extract_cert ... ok\ntest cmd::generate_key::test::generate_armored_key ... ok\ntest cmd::generate_key::test::generate_binary_key ... ok\ntest cmd::encrypt::test::round_trip ... ok\ntest cmd::version::test::backend ... ok\ntest cmd::version::test::extended ... ok\ntest cmd::sign::test::roundtrip ... ok\ntest cmd::version::test::sop_spec ... ok\ntest cmd::version::test::sopv ... ok\ntest cmd::version::test::version ... ok\ntest engine::test::cat ... ok\ntest engine::test::echo ... ok\n\ntest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s\n\n\nrunning 0 tests\n\ntest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n",
      "stderr": "    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s\n     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/sop_run-3eefebab2770e865)\n   Doc-tests sop_run\n",
      "timestamp": {
        "secs_since_epoch": 1773564791,
        "nanos_since_epoch": 943923274
      },
      "log_source": "Plan"
    }
  64. {
      "type": "action_succeeded",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1773564791,
        "nanos_since_epoch": 960042622
      },
      "log_source": "Plan"
    }
  65. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773564791,
        "nanos_since_epoch": 962141113
      },
      "log_source": "Plan"
    }
  66. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1773564792,
        "nanos_since_epoch": 305368260
      },
      "log_source": "Plan"
    }
  67. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773564792,
        "nanos_since_epoch": 305402304
      },
      "log_source": "Plan"
    }
  68. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1773564792,
        "nanos_since_epoch": 315168187
      },
      "log_source": "Plan"
    }
  69. {
      "type": "plan_succeeded",
      "timestamp": {
        "secs_since_epoch": 1773564792,
        "nanos_since_epoch": 318366318
      },
      "log_source": "Plan"
    }
  70. {
      "type": "executor_ends_successfully",
      "timestamp": {
        "secs_since_epoch": 1773564792,
        "nanos_since_epoch": 320054962
      },
      "log_source": "Plan"
    }

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z2R1kHGj9718qAjN3U6upyzJgjeCm",
    "name": "sop-run",
    "description": "Convenience library in Rust to run a Stateless OpenPGP implemenation",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
    ]
  },
  "pusher": {
    "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
    "alias": "liw"
  },
  "before": "c91adfd9c6e8d9507e960365644ca9f7135d0190",
  "after": "c91adfd9c6e8d9507e960365644ca9f7135d0190",
  "branch": "main",
  "commits": [
    "c91adfd9c6e8d9507e960365644ca9f7135d0190",
    "f5105bc774e70da64b5b12b7ac56a309937f9a01",
    "97d7d4e227ef5192c5d0a313b6a1e25c7dde3545"
  ]
}

Ambient stdout

run CI for rad:z2R1kHGj9718qAjN3U6upyzJgjeCm

Ambient stderr

<empty log>