CI: SUCCESS radicle-artifact

Table of Contents

Run log

Plan, inside VM without network

plan: Executor starts
After 0.00 seconds at 2026-04-24 15:18:53ZProgram: ambient-execute-plan
Version: 0.14.0@c37ec71
plan: Runnable plan
After 0.01 seconds at 2026-04-24 15:18:53Z
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_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
envs: {}
plan: Successful action mkdir: /ci
After 0.02 seconds at 2026-04-24 15:18:53Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-04-24 15:18:53Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-04-24 15:18:53Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.03 seconds at 2026-04-24 15:18:53Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-04-24 15:18:53Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-04-24 15:18:53Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.03 seconds at 2026-04-24 15:18:53Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-04-24 15:18:53Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-04-24 15:18:53Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.05 seconds at 2026-04-24 15:18:53Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-04-24 15:18:53Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-04-24 15:18:56Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 2.85 seconds at 2026-04-24 15:18:56Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-04-24 15:18:56Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-04-24 15:19:03Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 9.87 seconds at 2026-04-24 15:19:03Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-04-24 15:19:03Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-04-24 15:19:03Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:03Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-04-24 15:19:03Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 9.89 seconds at 2026-04-24 15:19:03Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-04-24 15:19:03Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-04-24 15:19:03Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:03Z
    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-04-24 15:19:03Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 9.91 seconds at 2026-04-24 15:19:03Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-04-24 15:19:03Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-04-24 15:19:03Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:03Z
    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-04-24 15:19:03Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
plan: Successful action cargo_fmt
After 9.92 seconds at 2026-04-24 15:19:03Z
  • plan: Start action cargo_fmt
    After 0.00 seconds at 2026-04-24 15:19:03Z
    CargoFmt(
        CargoFmt,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-04-24 15:19:03Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:03Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-04-24 15:19:03Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:03Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-04-24 15:19:03Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:03Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-04-24 15:19:03Z
    • cargo
    • fmt
    • --check
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:03Z
    Exit code: 0
  • plan: Action succeeded cargo_fmt
    After 0.00 seconds at 2026-04-24 15:19:03Z
    CargoFmt(
        CargoFmt,
    )
plan: Successful action cargo_clippy
After 10.34 seconds at 2026-04-24 15:19:03Z
  • plan: Start action cargo_clippy
    After 0.00 seconds at 2026-04-24 15:19:03Z
    CargoClippy(
        CargoClippy,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-04-24 15:19:03Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:04Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-04-24 15:19:04Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:04Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-04-24 15:19:04Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:04Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-04-24 15:19:04Z
    • cargo
    • clippy
    • --offline
    • --locked
    • --workspace
    • --all-targets
    • --no-deps
    • --
    • --deny
    • warnings
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:05Z
    Exit code: 0
    Stderr:
        Checking radicle-artifact v0.11.0 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
    
  • plan: Action succeeded cargo_clippy
    After 0.00 seconds at 2026-04-24 15:19:05Z
    CargoClippy(
        CargoClippy,
    )
plan: Successful action cargo_test
After 11.79 seconds at 2026-04-24 15:19:05Z
  • plan: Start action cargo_test
    After 0.00 seconds at 2026-04-24 15:19:05Z
    CargoTest(
        CargoTest,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-04-24 15:19:05Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:05Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-04-24 15:19:05Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:05Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-04-24 15:19:05Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:05Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-04-24 15:19:05Z
    • cargo
    • test
    • --offline
    • --locked
    • --workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-04-24 15:19:11Z
    Exit code: 0
    Stdout:
    running 63 tests
    test share::cid_utils::tests::artifact_kind_collection ... ok
    test share::cid_utils::tests::artifact_kind_blob ... ok
    test share::cid_utils::tests::artifact_kind_unknown_codec ... ok
    test share::cid_utils::tests::blake3_hash_to_cid_blob_roundtrip ... ok
    test share::cid_utils::tests::blake3_hash_to_cid_collection_roundtrip ... ok
    test share::cid_utils::tests::canonical_walk_returns_absolute_paths ... ok
    test share::cid_utils::tests::canonical_walk_normalizes_separators ... ok
    test share::cid_utils::tests::canonical_walk_returns_sorted_entries ... ok
    test share::cid_utils::tests::canonical_walk_skips_directories ... ok
    test share::cid_utils::tests::cid_to_blake3_hash_rejects_sha256 ... ok
    test share::cid_utils::tests::cid_to_blake3_hash_roundtrip ... ok
    test share::cid_utils::tests::cid_to_blake3_works_with_hashseq_codec ... ok
    test share::cid_utils::tests::determinism ... ok
    test share::cid_utils::tests::symlink_is_skipped ... ok
    test share::cid_utils::tests::golden_hash ... ok
    test share::cid_utils::tests::verify_cid_matches ... ok
    test share::cid_utils::tests::verify_cid_mismatch ... ok
    test share::endpoint::tests::default_is_radworks ... ok
    test share::fetch::tests::download_collection_url_only_reports_unsupported ... ok
    test share::fetch::tests::download_http_connect_times_out_fast ... ok
    test share::fetch::tests::download_no_locations ... ok
    test share::fetch::tests::download_unsupported_scheme ... ok
    test share::fetch::tests::partition_locations_splits_iroh_and_url ... ok
    test share::keys::tests::radicle_and_iroh_keys_share_same_public_identity ... ok
    test test::add_artifact_records_author ... ok
    test test::add_location_for_missing_cid_is_noop ... ok
    test test::attest_missing_cid_is_noop ... ok
    test test::attestation_persists_through_reload ... ok
    test test::author_self_attestation_is_noop ... ok
    test test::e2e ... ok
    test test::find_by_cid_aggregates_across_different_oids ... ok
    test test::find_by_cid_aggregates_duplicate_oid_releases ... ok
    test test::find_by_cid_finds_across_releases ... ok
    test test::find_by_oid_returns_empty_for_no_match ... ok
    test test::find_by_oid_returns_matching_releases ... ok
    test test::find_or_create_creates_when_missing ... ok
    test test::find_or_create_finds_existing ... ok
    test test::find_or_create_picks_smallest_id_when_duplicates_exist ... ok
    test share::keys::tests::encrypted_keystore_requires_passphrase ... ok
    test test::get_mut_not_found ... ok
    test test::find_or_create_reuses_release_across_signers ... ok
    test test::idempotent_add_artifact ... ok
    test test::idempotent_create ... ok
    test test::idempotent_attestation ... ok
    test test::locations_by_scheme_duplicate_url_from_two_dids ... ok
    test test::missing_commit ... ok
    test test::locations_by_scheme_filters_correctly ... ok
    test test::multi_user_redaction ... ok
    test test::multi_delegate_attestation ... ok
    test test::multi_user_same_reason ... ok
    test test::multiple_locations_per_node ... ok
    test test::non_author_cannot_rename_artifact ... ok
    test test::redact_artifact ... ok
    test test::redact_nonexistent_cid_errors ... ok
    test test::redact_empty_reason ... ok
    test test::redact_reason_too_long ... ok
    test test::redact_only_removes_own_attestation ... ok
    test test::redact_removes_attestation ... ok
    test test::redact_then_attest_is_blocked ... ok
    test test::redact_updates_reason ... ok
    test test::redaction_persists_through_reload ... ok
    test test::reload_refreshes_from_store ... ok
    test test::remove_location_for_node_that_never_added_is_noop ... ok
    
    test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.74s
    
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    
    running 1 test
    test src/lib.rs - (line 13) ... ok
    
    test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.49s
    
    
    Stderr:
       Compiling radicle-artifact v0.11.0 (/ci/src)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 2.38s
         Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_artifact-3937e02ab78bca4d)
         Running unittests src/bin/rad-artifact.rs (/ci/cache/cargo-target/debug/deps/rad_artifact-1838f647e3e3cd10)
       Doc-tests radicle_artifact
    
  • plan: Action succeeded cargo_test
    After 0.00 seconds at 2026-04-24 15:19:11Z
    CargoTest(
        CargoTest,
    )
plan: Successful action tar_create
After 17.79 seconds at 2026-04-24 15:19:11Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-04-24 15:19:11Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-04-24 15:19:15Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action tar_create
After 22.13 seconds at 2026-04-24 15:19:15Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-04-24 15:19:15Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-04-24 15:19:15Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
plan: Plan succeeded
After 22.13 seconds at 2026-04-24 15:19:15ZHopefully 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.14.0@c37ec71",
      "timestamp": {
        "secs_since_epoch": 1777043933,
        "nanos_since_epoch": 643457323
      },
      "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_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",
      "envs": {},
      "timestamp": {
        "secs_since_epoch": 1777043933,
        "nanos_since_epoch": 648652303
      },
      "log_source": "Plan"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1777043933,
        "nanos_since_epoch": 663537494
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1777043933,
        "nanos_since_epoch": 666979218
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1777043933,
        "nanos_since_epoch": 669211428
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1777043933,
        "nanos_since_epoch": 671523458
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1777043933,
        "nanos_since_epoch": 673877625
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1777043933,
        "nanos_since_epoch": 687543707
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1777043933,
        "nanos_since_epoch": 690180556
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1777043936,
        "nanos_since_epoch": 487078658
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1777043936,
        "nanos_since_epoch": 491017146
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1777043943,
        "nanos_since_epoch": 516418055
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1777043943,
        "nanos_since_epoch": 516454882
      },
      "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": 1777043943,
        "nanos_since_epoch": 516466041
      },
      "log_source": "Plan"
    }
  15. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ ln -sf /ci /workspace\n",
      "timestamp": {
        "secs_since_epoch": 1777043943,
        "nanos_since_epoch": 528343545
      },
      "log_source": "Plan"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1777043943,
        "nanos_since_epoch": 530972775
      },
      "log_source": "Plan"
    }
  17. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1777043943,
        "nanos_since_epoch": 533317653
      },
      "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": 1777043943,
        "nanos_since_epoch": 535795559
      },
      "log_source": "Plan"
    }
  19. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.name 'Ambient CI'\n",
      "timestamp": {
        "secs_since_epoch": 1777043943,
        "nanos_since_epoch": 546283154
      },
      "log_source": "Plan"
    }
  20. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1777043943,
        "nanos_since_epoch": 549134905
      },
      "log_source": "Plan"
    }
  21. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1777043943,
        "nanos_since_epoch": 551701364
      },
      "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": 1777043943,
        "nanos_since_epoch": 554410034
      },
      "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": 1777043943,
        "nanos_since_epoch": 562251749
      },
      "log_source": "Plan"
    }
  24. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1777043943,
        "nanos_since_epoch": 565156243
      },
      "log_source": "Plan"
    }
  25. {
      "type": "execute_action",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1777043943,
        "nanos_since_epoch": 567780296
      },
      "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": 1777043943,
        "nanos_since_epoch": 569737467
      },
      "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": 1777043943,
        "nanos_since_epoch": 627445455
      },
      "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": 1777043943,
        "nanos_since_epoch": 630240399
      },
      "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": 1777043943,
        "nanos_since_epoch": 740177850
      },
      "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": 1777043943,
        "nanos_since_epoch": 743014987
      },
      "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": 1777043943,
        "nanos_since_epoch": 788478179
      },
      "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": 1777043943,
        "nanos_since_epoch": 788518628
      },
      "log_source": "Plan"
    }
  33. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1777043943,
        "nanos_since_epoch": 978903986
      },
      "log_source": "Plan"
    }
  34. {
      "type": "action_succeeded",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1777043943,
        "nanos_since_epoch": 978942522
      },
      "log_source": "Plan"
    }
  35. {
      "type": "execute_action",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1777043943,
        "nanos_since_epoch": 978948005
      },
      "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": 1777043943,
        "nanos_since_epoch": 978956274
      },
      "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": 1777043944,
        "nanos_since_epoch": 21335568
      },
      "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": 1777043944,
        "nanos_since_epoch": 21375668
      },
      "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": 1777043944,
        "nanos_since_epoch": 104171843
      },
      "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": 1777043944,
        "nanos_since_epoch": 104212962
      },
      "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": 1777043944,
        "nanos_since_epoch": 147838351
      },
      "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": 1777043944,
        "nanos_since_epoch": 147884087
      },
      "log_source": "Plan"
    }
  43. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "    Checking radicle-artifact v0.11.0 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s\n",
      "timestamp": {
        "secs_since_epoch": 1777043945,
        "nanos_since_epoch": 428935950
      },
      "log_source": "Plan"
    }
  44. {
      "type": "action_succeeded",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1777043945,
        "nanos_since_epoch": 432675079
      },
      "log_source": "Plan"
    }
  45. {
      "type": "execute_action",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1777043945,
        "nanos_since_epoch": 434668671
      },
      "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": 1777043945,
        "nanos_since_epoch": 436563368
      },
      "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": 1777043945,
        "nanos_since_epoch": 473638899
      },
      "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": 1777043945,
        "nanos_since_epoch": 473681101
      },
      "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": 1777043945,
        "nanos_since_epoch": 556376262
      },
      "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": 1777043945,
        "nanos_since_epoch": 556428644
      },
      "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": 1777043945,
        "nanos_since_epoch": 594629567
      },
      "log_source": "Plan"
    }
  52. {
      "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": 1777043945,
        "nanos_since_epoch": 597332098
      },
      "log_source": "Plan"
    }
  53. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "\nrunning 63 tests\ntest share::cid_utils::tests::artifact_kind_collection ... ok\ntest share::cid_utils::tests::artifact_kind_blob ... ok\ntest share::cid_utils::tests::artifact_kind_unknown_codec ... ok\ntest share::cid_utils::tests::blake3_hash_to_cid_blob_roundtrip ... ok\ntest share::cid_utils::tests::blake3_hash_to_cid_collection_roundtrip ... ok\ntest share::cid_utils::tests::canonical_walk_returns_absolute_paths ... ok\ntest share::cid_utils::tests::canonical_walk_normalizes_separators ... ok\ntest share::cid_utils::tests::canonical_walk_returns_sorted_entries ... ok\ntest share::cid_utils::tests::canonical_walk_skips_directories ... ok\ntest share::cid_utils::tests::cid_to_blake3_hash_rejects_sha256 ... ok\ntest share::cid_utils::tests::cid_to_blake3_hash_roundtrip ... ok\ntest share::cid_utils::tests::cid_to_blake3_works_with_hashseq_codec ... ok\ntest share::cid_utils::tests::determinism ... ok\ntest share::cid_utils::tests::symlink_is_skipped ... ok\ntest share::cid_utils::tests::golden_hash ... ok\ntest share::cid_utils::tests::verify_cid_matches ... ok\ntest share::cid_utils::tests::verify_cid_mismatch ... ok\ntest share::endpoint::tests::default_is_radworks ... ok\ntest share::fetch::tests::download_collection_url_only_reports_unsupported ... ok\ntest share::fetch::tests::download_http_connect_times_out_fast ... ok\ntest share::fetch::tests::download_no_locations ... ok\ntest share::fetch::tests::download_unsupported_scheme ... ok\ntest share::fetch::tests::partition_locations_splits_iroh_and_url ... ok\ntest share::keys::tests::radicle_and_iroh_keys_share_same_public_identity ... ok\ntest test::add_artifact_records_author ... ok\ntest test::add_location_for_missing_cid_is_noop ... ok\ntest test::attest_missing_cid_is_noop ... ok\ntest test::attestation_persists_through_reload ... ok\ntest test::author_self_attestation_is_noop ... ok\ntest test::e2e ... ok\ntest test::find_by_cid_aggregates_across_different_oids ... ok\ntest test::find_by_cid_aggregates_duplicate_oid_releases ... ok\ntest test::find_by_cid_finds_across_releases ... ok\ntest test::find_by_oid_returns_empty_for_no_match ... ok\ntest test::find_by_oid_returns_matching_releases ... ok\ntest test::find_or_create_creates_when_missing ... ok\ntest test::find_or_create_finds_existing ... ok\ntest test::find_or_create_picks_smallest_id_when_duplicates_exist ... ok\ntest share::keys::tests::encrypted_keystore_requires_passphrase ... ok\ntest test::get_mut_not_found ... ok\ntest test::find_or_create_reuses_release_across_signers ... ok\ntest test::idempotent_add_artifact ... ok\ntest test::idempotent_create ... ok\ntest test::idempotent_attestation ... ok\ntest test::locations_by_scheme_duplicate_url_from_two_dids ... ok\ntest test::missing_commit ... ok\ntest test::locations_by_scheme_filters_correctly ... ok\ntest test::multi_user_redaction ... ok\ntest test::multi_delegate_attestation ... ok\ntest test::multi_user_same_reason ... ok\ntest test::multiple_locations_per_node ... ok\ntest test::non_author_cannot_rename_artifact ... ok\ntest test::redact_artifact ... ok\ntest test::redact_nonexistent_cid_errors ... ok\ntest test::redact_empty_reason ... ok\ntest test::redact_reason_too_long ... ok\ntest test::redact_only_removes_own_attestation ... ok\ntest test::redact_removes_attestation ... ok\ntest test::redact_then_attest_is_blocked ... ok\ntest test::redact_updates_reason ... ok\ntest test::redaction_persists_through_reload ... ok\ntest test::reload_refreshes_from_store ... ok\ntest test::remove_location_for_node_that_never_added_is_noop ... ok\n\ntest result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.74s\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\nrunning 1 test\ntest src/lib.rs - (line 13) ... ok\n\ntest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.49s\n\n",
      "stderr": "   Compiling radicle-artifact v0.11.0 (/ci/src)\n    Finished `test` profile [unoptimized + debuginfo] target(s) in 2.38s\n     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_artifact-3937e02ab78bca4d)\n     Running unittests src/bin/rad-artifact.rs (/ci/cache/cargo-target/debug/deps/rad_artifact-1838f647e3e3cd10)\n   Doc-tests radicle_artifact\n",
      "timestamp": {
        "secs_since_epoch": 1777043951,
        "nanos_since_epoch": 385428985
      },
      "log_source": "Plan"
    }
  54. {
      "type": "action_succeeded",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1777043951,
        "nanos_since_epoch": 435274937
      },
      "log_source": "Plan"
    }
  55. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1777043951,
        "nanos_since_epoch": 435451921
      },
      "log_source": "Plan"
    }
  56. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1777043955,
        "nanos_since_epoch": 767639825
      },
      "log_source": "Plan"
    }
  57. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1777043955,
        "nanos_since_epoch": 771772359
      },
      "log_source": "Plan"
    }
  58. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1777043955,
        "nanos_since_epoch": 777019913
      },
      "log_source": "Plan"
    }
  59. {
      "type": "plan_succeeded",
      "timestamp": {
        "secs_since_epoch": 1777043955,
        "nanos_since_epoch": 777063254
      },
      "log_source": "Plan"
    }
  60. {
      "type": "executor_ends_successfully",
      "timestamp": {
        "secs_since_epoch": 1777043955,
        "nanos_since_epoch": 777068526
      },
      "log_source": "Plan"
    }

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z4VYyJ9KuwMNkXGQnmKuGPGKw3inv",
    "name": "radicle-artifact",
    "description": "A Radicle Collaborative Object (COB) for content-addressed release artifacts and their discovery locations",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm"
    ]
  },
  "pusher": {
    "id": "did:key:z6MktwkohCx8aHZ1QCjVZUiLmX92oPZFxRiFZkbq32Tk5Tkm",
    "alias": "2color"
  },
  "before": "1af9b4fc79a1e5816b92292bab422287c2dc65a3",
  "after": "1af9b4fc79a1e5816b92292bab422287c2dc65a3",
  "branch": "main",
  "commits": [
    "1af9b4fc79a1e5816b92292bab422287c2dc65a3",
    "d2dfa8742dc6e33b06e371a05c220c3bca8665f1",
    "b2a0a496d08cc2557e9439049ab90881a7fb2d23",
    "d845dfc3f7c1cebc7c7f7422b6cfc6df0b227997",
    "0cfc62c32168f7c44a47df93f97c1511bac625fd",
    "15f1c1bc41ef269888703c431297858056397687",
    "f7237fa074bb4b836cf66c6d23295e16bc8c316d",
    "7f6ddfa8cf9f7ee6d6c09895045b633e8a300e0c",
    "e307711348c34582f8bc88eacd2170f537490959",
    "7b88cfe2d2f20425f553b637a275ef2036b3e9ce",
    "06be4139178cab5fc0c71330d9ebddf36b30d1f4",
    "833150fe6242c231f9c4d36a24fe4ad8dfca78e8",
    "94857a22d0acc4cc4fea444492095855509cb1be",
    "41900e256744fd2fdcbb82d50bdc3606106125c1",
    "818cdf77726c5389c7b40c3d58e05cc45fc48c13",
    "d7e0f06e0b0b8fb8586730c651218dad2d44a781",
    "bff81108f7ec2ba46fa1b25bb0d4b07b5f49a48a",
    "f7a4921ae7da4a033284005220f349b33fe240c8",
    "b48358d8a02f488b1c32965657e6f426ba0a4543",
    "3b8614019427b6da18508db97da25d4495d7c9d1",
    "0ed15ac71f58b30ba8fdca70c3f262668fec6a85",
    "bd111345f8fa9aa187c3aa2d746d42d2f82bd1cc",
    "886489564dde670728804add11cee18779428ade",
    "4e571eb128e63a8784008460f9575ab731fdc3e4",
    "db3a80706086de4585e1d589642fd44a5f47fcea",
    "15a6efaa44b1fde4a00954e677ebb1b134140db0",
    "045c4739bed20f1266e321c60b06ae3f101c5b4f",
    "f355e302e738587fd06e2eaaf6702e22d28480e2",
    "69e1b20c50ae67ef7400b4597ce6b237af143bf3",
    "26c4dfda4c505337e4985beab2bdcf418556f767",
    "2bfdb359f454f0b5ee16320245e3a2d2a5df7307",
    "df344a42fc342e4d9f22fb457965a49128401bef",
    "7feb0188ec550135e70f4f16a4ab7051095077b2",
    "d8562e5558a669c342f7ce636d6efb326a57b91e",
    "704a56ef1fa1e96e1947b596be551fff2b8a1bca",
    "250d9347ec7328ffde29911bbcd1f16b23e7e99f",
    "ed3e84c1d16eebba24981b03037fca15dd250e32",
    "142c49ca55861e3b6e366aae28a0a0c8f5ed5212",
    "5b0274512b76ff7552294cc2df6caf52640f990f",
    "76e7cfa1c4375e76bb50a97b9e1fcaad3d2e3627",
    "8eb89ede38b255f8cd3e9394f3161cba957cdc01",
    "fd29aa3dd97a24f1b8019c0013a65c7347586f10",
    "347e14b46f10a22453616cdcb563394e12f5c352",
    "5f402ee75d9252ff81ed210e888d43624a770efd",
    "70ce67f034c8b634b56c7bc4147627e59fecfebd",
    "044b306b0640df6ce3a72f6da44688808de66621",
    "e1fb33b26856ebc8daf6a9ce3ec75bd5d514b170",
    "30e26df900d929fe1f8576bc79db3c621547fb93",
    "ae39372772cc3d40476c922a8af15bb60a54eae5",
    "751e3ccd99730ed15d28c2e5bd18e8545f277c96",
    "89e5cb5947f799d69d648b08acc92ad8e7d18abb",
    "5eb4fc5aaf78b2ed115ba60a7e24097454b19b94",
    "670afddd6b7111a7343899a1ce406d25085ae38b",
    "02e5bf2737533da3790a2485f82dc845f4a3d34b",
    "dd92c9881ee5a6a344b5c97939affa7862c27abd",
    "c9155d3fc9461dc4eb364c99db3c82f80ffa6ee5",
    "5872d974ab3a1594904e84d8295c553546e89e3b",
    "5f5340f8c5433afdfed207583084b5578ab203e7",
    "4f4510e53e17561bdc34e19a16235a05b68b82f3",
    "31f40673fbe9d590ed1d37e364ce0a1964637b37",
    "11a0fb39661a7828ba269c36e41b8caf6bad5099",
    "f90fe109c836ead669769eda67af787081a76376",
    "f1a00d7c80ea9d3c23acbd7b40933e3100e50bf9",
    "4ca06403ff38e8a0283c45372587c31938efc6c2",
    "ba087f14a533db3156888033497ced588453fa80",
    "8fa325fe78cba5331e97b1936020a9d73f480d90",
    "8d848d522ef5fc3a323e14e4a061302d61b9328e",
    "3bd45f30455f4a52fa618899e9dc2c443607a736",
    "cc4ff1a90cdfce5769e8bbbef2ba45728eb77945",
    "89a05cbc82041bd1c6b978212330fa1c8c190c53",
    "589c8539e048145a51acbf3f62afcddb93fa02eb",
    "b2035fdf45c38263fd3f965647d6405d51719cd3",
    "9589cf89e335c7cf147c54d3689e6c68641784c3",
    "3036cb0113bf4f9a7a94d61e8abe8a4cd3291b4d",
    "523a5437a5aa1a7fc00079fdb7e953e0bf99411a",
    "f4b8c9288340e12755c2f04f47a0ea0f234510bf",
    "707c6208390ee5376779947886b838addc5cda95",
    "7c1a73c834ad3aa58dc1f06711e8c6eadf638107",
    "0c0d35652f0d6cc4a3b47c75a724e7c286717028",
    "c63045fec014ff9eb42166f9f6369c8a749e9d06",
    "8b3bbe9c645a98d88a56bbd79ed40e67e360889d",
    "55dc5ee690e9c6430b1b87b38ed445d249030d88",
    "066bf90eee87acc5428b8795a37536d99dbd9847",
    "4a48ad228823de466ef3b05730554df1b30b6ef7",
    "96251f128e2d0f5f58f05d5064672b37474ef409",
    "4053ff6104362c0c8d3e44cab7523dc97f814142",
    "208f75b4cf1f4be72bd0f51b00ec6608fb4b7fa7",
    "a0d15446fb1167e94e21dd5557484f0ed19e7eb5",
    "d0cd174d7a928477eb91e620922f95706240fba3",
    "caf8d6cfde2710fd02d1afa29ea5a9af2caf1eab",
    "e4f31a0412c1ada1401422c563295797ec2df225",
    "51ba1000fe2427b23f1eed43df963ffde49376fb",
    "6669b532b4a5e2d37021722ed025afb44404d384",
    "d675cd87afa25163228ff9de034710998cff9faa",
    "16e497624f1ba372b980a0617eb57ed2933ad144",
    "22ae509ba2f5aa83efb4d2cd8c747932c4d72389",
    "957f20fc930e7fe3ad1f57aca985d5d0723b9610",
    "0d208d2aafcb768156d30e062c5390cdfba6a28a",
    "63151780dc79375fc066628f4b47089c10f7dd5f",
    "871956b4c1f0f947e21adc1e6971d1115f2605a8",
    "ff843e79f971008faa4fad573f22c238a442559d",
    "fe158fae7973b4de3a8126bd076b37d91f8f6339",
    "a42215c0815345a6225e98eea80c2e0953fb0bc5",
    "69c8717a31f5ff77c9ae1d91994cf4ffcc06959c",
    "6951caad9485151fb3a4c1410f9bd236662c97b7",
    "f781788c2f62b61650b49a570737d6a31f577161",
    "c344c640ac991255a06a82c1184aa1d70355375e",
    "2d842fb67e5e581da443b33af15c0d1a5becbc0c",
    "e2da22dc16159670ab56d1a1c75c411390be2a40",
    "dd160b5217e41961edbc83c079782132681fa813",
    "fe62047a03f03f0164afb0a72f36e48ce447d2ee",
    "f90b8cab979cb826b09a0bb8c3d89069a3ed8673",
    "9d2ba99f945f9246d27e0676accb351f9d58a081",
    "789d7bbe325b6c1c93bd99d82e6019a275081df6",
    "a363a050947aac420c6efae2952a074a7e27804b",
    "4882746221a06666db17726e60612c3c0d983adb",
    "32cb68f7460e94c2f1d887b6d9074dccc16e102e",
    "6444e01ae42b5e97e389089294253a49a9102703",
    "25b2061834daaaef66121fd32a30adbea5fad9bc",
    "b44390890631b6bba4158fc88c03b35ec65dc576",
    "53182e9fbb0ea7fae5172c0496dcc05cfde9721b"
  ]
}

Ambient stdout

executor from config: /usr/bin/ambient-execute-plan
executor from PATH: /usr/bin/ambient-execute-plan
run CI for rad:z4VYyJ9KuwMNkXGQnmKuGPGKw3inv

Ambient stderr

<empty log>