CI: SUCCESS radicle-job

Table of Contents

Run log

Plan, inside VM without network

plan: Executor starts
After 0.00 seconds at 2026-03-24 17:23:20ZProgram: ambient-execute-plan
Version: 0.13.1@52633e5
plan: Runnable plan
After 0.00 seconds at 2026-03-24 17:23:20Z
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
plan: Successful action mkdir: /ci
After 0.03 seconds at 2026-03-24 17:23:20Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-03-24 17:23:20Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-03-24 17:23:20Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.04 seconds at 2026-03-24 17:23:20Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-24 17:23:20Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-24 17:23:20Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.05 seconds at 2026-03-24 17:23:20Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-24 17:23:20Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-24 17:23:20Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.11 seconds at 2026-03-24 17:23:20Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-24 17:23:20Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-24 17:23:22Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 2.18 seconds at 2026-03-24 17:23:22Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-24 17:23:22Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-24 17:23:22Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 2.19 seconds at 2026-03-24 17:23:22Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-24 17:23:22Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-24 17:23:22Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:23:22Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-24 17:23:22Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 2.22 seconds at 2026-03-24 17:23:22Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-03-24 17:23:22Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-24 17:23:22Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:23:22Z
    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-24 17:23:22Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 2.25 seconds at 2026-03-24 17:23:22Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-03-24 17:23:22Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-24 17:23:22Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:23:22Z
    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-24 17:23:22Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
plan: Successful action cargo_fmt
After 2.28 seconds at 2026-03-24 17:23:22Z
  • plan: Start action cargo_fmt
    After 0.00 seconds at 2026-03-24 17:23:22Z
    CargoFmt(
        CargoFmt,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:23:22Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:23:22Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:23:22Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:23:22Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-24 17:23:22Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:23:22Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:23:22Z
    • cargo
    • fmt
    • --check
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:23:23Z
    Exit code: 0
  • plan: Action succeeded cargo_fmt
    After 0.00 seconds at 2026-03-24 17:23:23Z
    CargoFmt(
        CargoFmt,
    )
plan: Successful action cargo_clippy
After 3.12 seconds at 2026-03-24 17:23:23Z
  • plan: Start action cargo_clippy
    After 0.00 seconds at 2026-03-24 17:23:23Z
    CargoClippy(
        CargoClippy,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:23:23Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:23:23Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:23:23Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:23:23Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-24 17:23:23Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:23:23Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:23:23Z
    • cargo
    • clippy
    • --offline
    • --locked
    • --workspace
    • --all-targets
    • --no-deps
    • --
    • --deny
    • warnings
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:25:43Z
    Exit code: 0
    Stderr:
       Compiling proc-macro2 v1.0.95
       Compiling unicode-ident v1.0.18
       Compiling libc v0.2.172
       Compiling typenum v1.18.0
       Compiling version_check v0.9.5
       Compiling quote v1.0.40
       Compiling syn v2.0.101
       Compiling generic-array v0.14.7
        Checking crypto-common v0.1.6
        Checking cfg-if v1.0.0
        Checking subtle v2.6.1
       Compiling serde v1.0.219
       Compiling jobserver v0.1.33
       Compiling shlex v1.3.0
        Checking stable_deref_trait v1.2.0
       Compiling cc v1.2.22
       Compiling synstructure v0.13.2
       Compiling pkg-config v0.3.32
       Compiling zerofrom-derive v0.1.6
       Compiling serde_derive v1.0.219
        Checking zerofrom v0.1.6
       Compiling yoke-derive v0.8.0
        Checking yoke v0.8.0
       Compiling zerovec-derive v0.11.1
        Checking zerovec v0.11.2
       Compiling displaydoc v0.2.5
        Checking block-buffer v0.10.4
        Checking block-padding v0.3.3
        Checking cpufeatures v0.2.17
        Checking inout v0.1.4
        Checking digest v0.10.7
        Checking cipher v0.4.4
        Checking getrandom v0.2.16
       Compiling syn v1.0.109
        Checking tinystr v0.8.1
        Checking writeable v0.6.1
        Checking litemap v0.8.0
        Checking icu_locale_core v2.0.0
        Checking zerotrie v0.2.2
        Checking potential_utf v0.1.2
       Compiling icu_normalizer_data v2.0.0
       Compiling icu_properties_data v2.0.0
        Checking icu_collections v2.0.0
        Checking icu_provider v2.0.0
        Checking universal-hash v0.5.1
       Compiling amplify_syn v2.0.1
        Checking bitflags v2.9.0
        Checking opaque-debug v0.3.1
        Checking signature v1.6.4
       Compiling vcpkg v0.2.15
        Checking ed25519 v1.5.3
       Compiling amplify_derive v4.0.1
       Compiling libz-sys v1.1.22
        Checking ascii v1.1.0
        Checking amplify_num v0.5.3
        Checking ct-codecs v1.1.5
        Checking smallvec v1.15.0
       Compiling thiserror v1.0.69
        Checking icu_normalizer v2.0.0
        Checking amplify v4.8.1
        Checking ec25519 v0.1.0
        Checking icu_properties v2.0.0
        Checking polyval v0.6.2
        Checking sha2 v0.10.9
       Compiling sqlite3-src v0.7.0
       Compiling thiserror-impl v1.0.69
        Checking base64ct v1.7.3
       Compiling thiserror v2.0.12
        Checking keccak v0.1.5
        Checking sha3 v0.10.8
        Checking pem-rfc7468 v0.7.0
        Checking ghash v0.5.1
        Checking idna_adapter v1.2.1
        Checking cyphergraphy v0.3.0
        Checking rand_core v0.6.4
        Checking aes v0.8.4
        Checking ctr v0.9.2
       Compiling libgit2-sys v0.18.3+1.9.2
       Compiling thiserror-impl v2.0.12
        Checking aead v0.5.2
        Checking percent-encoding v2.3.1
        Checking base32 v0.4.0
        Checking byteorder v1.5.0
        Checking utf8_iter v1.0.4
       Compiling data-encoding v2.9.0
       Compiling rustix v1.0.7
       Compiling data-encoding-macro-internal v0.1.16
        Checking idna v1.0.3
        Checking blowfish v0.9.1
        Checking cypheraddr v0.4.0
        Checking form_urlencoded v1.2.1
        Checking aes-gcm v0.10.3
        Checking ssh-encoding v0.2.0
        Checking poly1305 v0.8.0
        Checking chacha20 v0.9.1
        Checking cbc v0.1.2
        Checking pbkdf2 v0.12.2
        Checking equivalent v1.0.2
        Checking linux-raw-sys v0.9.4
        Checking hashbrown v0.15.3
        Checking fastrand v2.3.0
       Compiling serde_json v1.0.140
        Checking zeroize v1.8.1
        Checking indexmap v2.9.0
        Checking data-encoding-macro v0.1.18
        Checking bcrypt-pbkdf v0.10.0
        Checking ssh-cipher v0.2.0
        Checking sqlite3-sys v0.18.0
        Checking url v2.5.4
        Checking socks5-client v0.4.1
        Checking rand v0.8.5
        Checking git-ref-format-core v0.6.0
        Checking ryu v1.0.20
        Checking signature v2.2.0
       Compiling typeid v1.0.3
        Checking memchr v2.7.4
       Compiling getrandom v0.3.3
       Compiling ref-cast v1.0.25
        Checking log v0.4.27
        Checking base-x v0.2.11
        Checking itoa v1.0.15
        Checking multibase v0.9.1
        Checking ssh-key v0.6.7
        Checking qcheck v1.0.0
        Checking cyphernet v0.5.2
        Checking sqlite v0.37.0
        Checking radicle-ssh v0.10.0
       Compiling ref-cast-impl v1.0.25
       Compiling serde_derive_internals v0.29.1
       Compiling autocfg v1.4.0
       Compiling crossbeam-utils v0.8.21
        Checking utf8parse v0.2.2
        Checking anstyle-parse v0.2.7
       Compiling num-traits v0.2.19
       Compiling schemars_derive v1.2.1
        Checking radicle-crypto v0.16.0
        Checking anstyle-query v1.1.3
        Checking is_terminal_polyfill v1.70.1
        Checking colorchoice v1.0.4
        Checking dyn-clone v1.0.20
        Checking anstyle v1.0.11
        Checking tinyvec_macros v0.1.1
        Checking tinyvec v1.9.0
        Checking anstream v0.6.19
        Checking schemars v1.2.1
        Checking erased-serde v0.4.6
        Checking terminal_size v0.4.2
        Checking radicle-dag v0.10.0
        Checking radicle-git-metadata v0.1.0
        Checking nonempty v0.9.0
       Compiling heck v0.5.0
        Checking strsim v0.11.1
        Checking clap_lex v0.7.5
        Checking once_cell v1.21.3
        Checking tempfile v3.20.0
        Checking clap_builder v4.5.41
       Compiling clap_derive v4.5.41
        Checking crossbeam-channel v0.5.15
        Checking serde-untagged v0.1.7
        Checking unicode-normalization v0.1.24
        Checking radicle-git-ref-format v0.1.0
        Checking radicle-git-metadata v0.2.0
        Checking radicle-localtime v0.1.0
        Checking bytesize v2.0.1
        Checking dunce v1.0.5
        Checking fast-glob v0.3.3
        Checking base64 v0.21.7
        Checking siphasher v1.0.1
        Checking chrono v0.4.42
        Checking clap v4.5.41
        Checking uuid v1.16.0
        Checking nonempty v0.11.0
        Checking git2 v0.20.4
        Checking radicle-oid v0.1.0
        Checking radicle-core v0.2.0
        Checking radicle-cob v0.19.0
        Checking radicle v0.22.1
        Checking radicle-job v0.5.2 (/ci/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
    
  • plan: Action succeeded cargo_clippy
    After 0.00 seconds at 2026-03-24 17:25:43Z
    CargoClippy(
        CargoClippy,
    )
plan: Successful action cargo_test
After 143.24 seconds at 2026-03-24 17:25:43Z
  • plan: Start action cargo_test
    After 0.00 seconds at 2026-03-24 17:25:43Z
    CargoTest(
        CargoTest,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:25:43Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:25:43Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:25:43Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:25:43Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-24 17:25:43Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:25:43Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 17:25:43Z
    • cargo
    • test
    • --offline
    • --locked
    • --workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 17:28:16Z
    Exit code: 0
    Stdout:
    running 4 tests
    test test::idempotent_create ... ok
    test test::missing_commit ... ok
    test test::runs_insertion_order_iteration ... ok
    test test::e2e ... ok
    
    test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
    
    
    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.84s
    
    
    Stderr:
       Compiling libc v0.2.172
       Compiling typenum v1.18.0
       Compiling generic-array v0.14.7
       Compiling cfg-if v1.0.0
       Compiling subtle v2.6.1
       Compiling serde v1.0.219
       Compiling crypto-common v0.1.6
       Compiling zerofrom v0.1.6
       Compiling jobserver v0.1.33
       Compiling stable_deref_trait v1.2.0
       Compiling cc v1.2.22
       Compiling yoke v0.8.0
       Compiling zerovec v0.11.2
       Compiling block-buffer v0.10.4
       Compiling block-padding v0.3.3
       Compiling cpufeatures v0.2.17
       Compiling inout v0.1.4
       Compiling digest v0.10.7
       Compiling cipher v0.4.4
       Compiling getrandom v0.2.16
       Compiling tinystr v0.8.1
       Compiling litemap v0.8.0
       Compiling writeable v0.6.1
       Compiling potential_utf v0.1.2
       Compiling zerotrie v0.2.2
       Compiling icu_locale_core v2.0.0
       Compiling icu_collections v2.0.0
       Compiling icu_provider v2.0.0
       Compiling universal-hash v0.5.1
       Compiling signature v1.6.4
       Compiling bitflags v2.9.0
       Compiling opaque-debug v0.3.1
       Compiling libz-sys v1.1.22
       Compiling ed25519 v1.5.3
       Compiling icu_normalizer_data v2.0.0
       Compiling icu_properties_data v2.0.0
       Compiling smallvec v1.15.0
       Compiling ascii v1.1.0
       Compiling ct-codecs v1.1.5
       Compiling amplify_num v0.5.3
       Compiling ec25519 v0.1.0
       Compiling icu_normalizer v2.0.0
       Compiling icu_properties v2.0.0
       Compiling amplify v4.8.1
       Compiling polyval v0.6.2
       Compiling sha2 v0.10.9
       Compiling sqlite3-src v0.7.0
       Compiling keccak v0.1.5
       Compiling base64ct v1.7.3
       Compiling pem-rfc7468 v0.7.0
       Compiling sha3 v0.10.8
       Compiling thiserror v1.0.69
       Compiling ghash v0.5.1
       Compiling cyphergraphy v0.3.0
       Compiling idna_adapter v1.2.1
       Compiling ctr v0.9.2
       Compiling aes v0.8.4
       Compiling rand_core v0.6.4
       Compiling libgit2-sys v0.18.3+1.9.2
       Compiling aead v0.5.2
       Compiling utf8_iter v1.0.4
       Compiling percent-encoding v2.3.1
       Compiling base32 v0.4.0
       Compiling byteorder v1.5.0
       Compiling blowfish v0.9.1
       Compiling cypheraddr v0.4.0
       Compiling form_urlencoded v1.2.1
       Compiling idna v1.0.3
       Compiling thiserror v2.0.12
       Compiling aes-gcm v0.10.3
       Compiling ssh-encoding v0.2.0
       Compiling poly1305 v0.8.0
       Compiling cbc v0.1.2
       Compiling chacha20 v0.9.1
       Compiling pbkdf2 v0.12.2
       Compiling linux-raw-sys v0.9.4
       Compiling hashbrown v0.15.3
       Compiling data-encoding v2.9.0
       Compiling fastrand v2.3.0
       Compiling zeroize v1.8.1
       Compiling equivalent v1.0.2
       Compiling indexmap v2.9.0
       Compiling data-encoding-macro v0.1.18
       Compiling rustix v1.0.7
       Compiling bcrypt-pbkdf v0.10.0
       Compiling ssh-cipher v0.2.0
       Compiling sqlite3-sys v0.18.0
       Compiling url v2.5.4
       Compiling socks5-client v0.4.1
       Compiling rand v0.8.5
       Compiling git-ref-format-core v0.6.0
       Compiling log v0.4.27
       Compiling ryu v1.0.20
       Compiling base-x v0.2.11
       Compiling signature v2.2.0
       Compiling memchr v2.7.4
       Compiling itoa v1.0.15
       Compiling serde_json v1.0.140
       Compiling ssh-key v0.6.7
       Compiling multibase v0.9.1
       Compiling qcheck v1.0.0
       Compiling cyphernet v0.5.2
       Compiling sqlite v0.37.0
       Compiling radicle-ssh v0.10.0
       Compiling utf8parse v0.2.2
       Compiling anstyle-parse v0.2.7
       Compiling ref-cast v1.0.25
       Compiling radicle-crypto v0.16.0
       Compiling typeid v1.0.3
       Compiling getrandom v0.3.3
       Compiling anstyle-query v1.1.3
       Compiling tinyvec_macros v0.1.1
       Compiling anstyle v1.0.11
       Compiling colorchoice v1.0.4
       Compiling is_terminal_polyfill v1.70.1
       Compiling dyn-clone v1.0.20
       Compiling schemars v1.2.1
       Compiling anstream v0.6.19
       Compiling tinyvec v1.9.0
       Compiling erased-serde v0.4.6
       Compiling crossbeam-utils v0.8.21
       Compiling terminal_size v0.4.2
       Compiling radicle-dag v0.10.0
       Compiling radicle-git-metadata v0.1.0
       Compiling nonempty v0.9.0
       Compiling clap_lex v0.7.5
       Compiling strsim v0.11.1
       Compiling once_cell v1.21.3
       Compiling tempfile v3.20.0
       Compiling clap_builder v4.5.41
       Compiling crossbeam-channel v0.5.15
       Compiling num-traits v0.2.19
       Compiling serde-untagged v0.1.7
       Compiling unicode-normalization v0.1.24
       Compiling radicle-git-ref-format v0.1.0
       Compiling radicle-git-metadata v0.2.0
       Compiling bytesize v2.0.1
       Compiling radicle-localtime v0.1.0
       Compiling dunce v1.0.5
       Compiling base64 v0.21.7
       Compiling fast-glob v0.3.3
       Compiling siphasher v1.0.1
       Compiling chrono v0.4.42
       Compiling clap v4.5.41
       Compiling uuid v1.16.0
       Compiling nonempty v0.11.0
       Compiling git2 v0.20.4
       Compiling radicle-oid v0.1.0
       Compiling radicle-core v0.2.0
       Compiling radicle-cob v0.19.0
       Compiling radicle v0.22.1
       Compiling radicle-job v0.5.2 (/ci/src)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 30s
         Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_job-9e490a21e2a4e894)
         Running unittests src/bin/rad-job.rs (/ci/cache/cargo-target/debug/deps/rad_job-2e84a2274f3b431d)
       Doc-tests radicle_job
    
  • plan: Action succeeded cargo_test
    After 0.00 seconds at 2026-03-24 17:28:16Z
    CargoTest(
        CargoTest,
    )
plan: Successful action tar_create
After 296.78 seconds at 2026-03-24 17:28:16Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-03-24 17:28:16Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-03-24 17:28:20Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action tar_create
After 299.95 seconds at 2026-03-24 17:28:20Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-03-24 17:28:20Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-03-24 17:28:20Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
plan: Plan succeeded
After 299.97 seconds at 2026-03-24 17:28:20ZHopefully 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": 1774373000,
        "nanos_since_epoch": 166908055
      },
      "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",
      "timestamp": {
        "secs_since_epoch": 1774373000,
        "nanos_since_epoch": 171368488
      },
      "log_source": "Plan"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1774373000,
        "nanos_since_epoch": 197917418
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1774373000,
        "nanos_since_epoch": 201837603
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774373000,
        "nanos_since_epoch": 205837252
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774373000,
        "nanos_since_epoch": 210136535
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1774373000,
        "nanos_since_epoch": 216360723
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1774373000,
        "nanos_since_epoch": 269902409
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1774373000,
        "nanos_since_epoch": 274105202
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1774373002,
        "nanos_since_epoch": 344071474
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774373002,
        "nanos_since_epoch": 348298113
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774373002,
        "nanos_since_epoch": 355543312
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1774373002,
        "nanos_since_epoch": 360260822
      },
      "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": 1774373002,
        "nanos_since_epoch": 365099018
      },
      "log_source": "Plan"
    }
  15. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ ln -sf /ci /workspace\n",
      "timestamp": {
        "secs_since_epoch": 1774373002,
        "nanos_since_epoch": 378301559
      },
      "log_source": "Plan"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1774373002,
        "nanos_since_epoch": 382334962
      },
      "log_source": "Plan"
    }
  17. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1774373002,
        "nanos_since_epoch": 386247593
      },
      "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": 1774373002,
        "nanos_since_epoch": 390271881
      },
      "log_source": "Plan"
    }
  19. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.name 'Ambient CI'\n",
      "timestamp": {
        "secs_since_epoch": 1774373002,
        "nanos_since_epoch": 411071771
      },
      "log_source": "Plan"
    }
  20. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1774373002,
        "nanos_since_epoch": 415597133
      },
      "log_source": "Plan"
    }
  21. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1774373002,
        "nanos_since_epoch": 419709199
      },
      "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": 1774373002,
        "nanos_since_epoch": 424005784
      },
      "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": 1774373002,
        "nanos_since_epoch": 438387628
      },
      "log_source": "Plan"
    }
  24. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1774373002,
        "nanos_since_epoch": 445053356
      },
      "log_source": "Plan"
    }
  25. {
      "type": "execute_action",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1774373002,
        "nanos_since_epoch": 449773037
      },
      "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": 1774373002,
        "nanos_since_epoch": 452901507
      },
      "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": 1774373002,
        "nanos_since_epoch": 569358318
      },
      "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": 1774373002,
        "nanos_since_epoch": 569430094
      },
      "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": 1774373002,
        "nanos_since_epoch": 798796912
      },
      "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": 1774373002,
        "nanos_since_epoch": 798857676
      },
      "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": 1774373002,
        "nanos_since_epoch": 927803817
      },
      "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": 1774373002,
        "nanos_since_epoch": 932700264
      },
      "log_source": "Plan"
    }
  33. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "",
      "timestamp": {
        "secs_since_epoch": 1774373003,
        "nanos_since_epoch": 287859664
      },
      "log_source": "Plan"
    }
  34. {
      "type": "action_succeeded",
      "action": "cargo_fmt",
      "timestamp": {
        "secs_since_epoch": 1774373003,
        "nanos_since_epoch": 289364431
      },
      "log_source": "Plan"
    }
  35. {
      "type": "execute_action",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1774373003,
        "nanos_since_epoch": 290007456
      },
      "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": 1774373003,
        "nanos_since_epoch": 290334831
      },
      "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": 1774373003,
        "nanos_since_epoch": 380189918
      },
      "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": 1774373003,
        "nanos_since_epoch": 380240990
      },
      "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": 1774373003,
        "nanos_since_epoch": 564471748
      },
      "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": 1774373003,
        "nanos_since_epoch": 564537990
      },
      "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": 1774373003,
        "nanos_since_epoch": 661428174
      },
      "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": 1774373003,
        "nanos_since_epoch": 665913550
      },
      "log_source": "Plan"
    }
  43. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "   Compiling proc-macro2 v1.0.95\n   Compiling unicode-ident v1.0.18\n   Compiling libc v0.2.172\n   Compiling typenum v1.18.0\n   Compiling version_check v0.9.5\n   Compiling quote v1.0.40\n   Compiling syn v2.0.101\n   Compiling generic-array v0.14.7\n    Checking crypto-common v0.1.6\n    Checking cfg-if v1.0.0\n    Checking subtle v2.6.1\n   Compiling serde v1.0.219\n   Compiling jobserver v0.1.33\n   Compiling shlex v1.3.0\n    Checking stable_deref_trait v1.2.0\n   Compiling cc v1.2.22\n   Compiling synstructure v0.13.2\n   Compiling pkg-config v0.3.32\n   Compiling zerofrom-derive v0.1.6\n   Compiling serde_derive v1.0.219\n    Checking zerofrom v0.1.6\n   Compiling yoke-derive v0.8.0\n    Checking yoke v0.8.0\n   Compiling zerovec-derive v0.11.1\n    Checking zerovec v0.11.2\n   Compiling displaydoc v0.2.5\n    Checking block-buffer v0.10.4\n    Checking block-padding v0.3.3\n    Checking cpufeatures v0.2.17\n    Checking inout v0.1.4\n    Checking digest v0.10.7\n    Checking cipher v0.4.4\n    Checking getrandom v0.2.16\n   Compiling syn v1.0.109\n    Checking tinystr v0.8.1\n    Checking writeable v0.6.1\n    Checking litemap v0.8.0\n    Checking icu_locale_core v2.0.0\n    Checking zerotrie v0.2.2\n    Checking potential_utf v0.1.2\n   Compiling icu_normalizer_data v2.0.0\n   Compiling icu_properties_data v2.0.0\n    Checking icu_collections v2.0.0\n    Checking icu_provider v2.0.0\n    Checking universal-hash v0.5.1\n   Compiling amplify_syn v2.0.1\n    Checking bitflags v2.9.0\n    Checking opaque-debug v0.3.1\n    Checking signature v1.6.4\n   Compiling vcpkg v0.2.15\n    Checking ed25519 v1.5.3\n   Compiling amplify_derive v4.0.1\n   Compiling libz-sys v1.1.22\n    Checking ascii v1.1.0\n    Checking amplify_num v0.5.3\n    Checking ct-codecs v1.1.5\n    Checking smallvec v1.15.0\n   Compiling thiserror v1.0.69\n    Checking icu_normalizer v2.0.0\n    Checking amplify v4.8.1\n    Checking ec25519 v0.1.0\n    Checking icu_properties v2.0.0\n    Checking polyval v0.6.2\n    Checking sha2 v0.10.9\n   Compiling sqlite3-src v0.7.0\n   Compiling thiserror-impl v1.0.69\n    Checking base64ct v1.7.3\n   Compiling thiserror v2.0.12\n    Checking keccak v0.1.5\n    Checking sha3 v0.10.8\n    Checking pem-rfc7468 v0.7.0\n    Checking ghash v0.5.1\n    Checking idna_adapter v1.2.1\n    Checking cyphergraphy v0.3.0\n    Checking rand_core v0.6.4\n    Checking aes v0.8.4\n    Checking ctr v0.9.2\n   Compiling libgit2-sys v0.18.3+1.9.2\n   Compiling thiserror-impl v2.0.12\n    Checking aead v0.5.2\n    Checking percent-encoding v2.3.1\n    Checking base32 v0.4.0\n    Checking byteorder v1.5.0\n    Checking utf8_iter v1.0.4\n   Compiling data-encoding v2.9.0\n   Compiling rustix v1.0.7\n   Compiling data-encoding-macro-internal v0.1.16\n    Checking idna v1.0.3\n    Checking blowfish v0.9.1\n    Checking cypheraddr v0.4.0\n    Checking form_urlencoded v1.2.1\n    Checking aes-gcm v0.10.3\n    Checking ssh-encoding v0.2.0\n    Checking poly1305 v0.8.0\n    Checking chacha20 v0.9.1\n    Checking cbc v0.1.2\n    Checking pbkdf2 v0.12.2\n    Checking equivalent v1.0.2\n    Checking linux-raw-sys v0.9.4\n    Checking hashbrown v0.15.3\n    Checking fastrand v2.3.0\n   Compiling serde_json v1.0.140\n    Checking zeroize v1.8.1\n    Checking indexmap v2.9.0\n    Checking data-encoding-macro v0.1.18\n    Checking bcrypt-pbkdf v0.10.0\n    Checking ssh-cipher v0.2.0\n    Checking sqlite3-sys v0.18.0\n    Checking url v2.5.4\n    Checking socks5-client v0.4.1\n    Checking rand v0.8.5\n    Checking git-ref-format-core v0.6.0\n    Checking ryu v1.0.20\n    Checking signature v2.2.0\n   Compiling typeid v1.0.3\n    Checking memchr v2.7.4\n   Compiling getrandom v0.3.3\n   Compiling ref-cast v1.0.25\n    Checking log v0.4.27\n    Checking base-x v0.2.11\n    Checking itoa v1.0.15\n    Checking multibase v0.9.1\n    Checking ssh-key v0.6.7\n    Checking qcheck v1.0.0\n    Checking cyphernet v0.5.2\n    Checking sqlite v0.37.0\n    Checking radicle-ssh v0.10.0\n   Compiling ref-cast-impl v1.0.25\n   Compiling serde_derive_internals v0.29.1\n   Compiling autocfg v1.4.0\n   Compiling crossbeam-utils v0.8.21\n    Checking utf8parse v0.2.2\n    Checking anstyle-parse v0.2.7\n   Compiling num-traits v0.2.19\n   Compiling schemars_derive v1.2.1\n    Checking radicle-crypto v0.16.0\n    Checking anstyle-query v1.1.3\n    Checking is_terminal_polyfill v1.70.1\n    Checking colorchoice v1.0.4\n    Checking dyn-clone v1.0.20\n    Checking anstyle v1.0.11\n    Checking tinyvec_macros v0.1.1\n    Checking tinyvec v1.9.0\n    Checking anstream v0.6.19\n    Checking schemars v1.2.1\n    Checking erased-serde v0.4.6\n    Checking terminal_size v0.4.2\n    Checking radicle-dag v0.10.0\n    Checking radicle-git-metadata v0.1.0\n    Checking nonempty v0.9.0\n   Compiling heck v0.5.0\n    Checking strsim v0.11.1\n    Checking clap_lex v0.7.5\n    Checking once_cell v1.21.3\n    Checking tempfile v3.20.0\n    Checking clap_builder v4.5.41\n   Compiling clap_derive v4.5.41\n    Checking crossbeam-channel v0.5.15\n    Checking serde-untagged v0.1.7\n    Checking unicode-normalization v0.1.24\n    Checking radicle-git-ref-format v0.1.0\n    Checking radicle-git-metadata v0.2.0\n    Checking radicle-localtime v0.1.0\n    Checking bytesize v2.0.1\n    Checking dunce v1.0.5\n    Checking fast-glob v0.3.3\n    Checking base64 v0.21.7\n    Checking siphasher v1.0.1\n    Checking chrono v0.4.42\n    Checking clap v4.5.41\n    Checking uuid v1.16.0\n    Checking nonempty v0.11.0\n    Checking git2 v0.20.4\n    Checking radicle-oid v0.1.0\n    Checking radicle-core v0.2.0\n    Checking radicle-cob v0.19.0\n    Checking radicle v0.22.1\n    Checking radicle-job v0.5.2 (/ci/src)\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s\n",
      "timestamp": {
        "secs_since_epoch": 1774373143,
        "nanos_since_epoch": 301296374
      },
      "log_source": "Plan"
    }
  44. {
      "type": "action_succeeded",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1774373143,
        "nanos_since_epoch": 405462755
      },
      "log_source": "Plan"
    }
  45. {
      "type": "execute_action",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1774373143,
        "nanos_since_epoch": 406025469
      },
      "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": 1774373143,
        "nanos_since_epoch": 406342331
      },
      "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": 1774373143,
        "nanos_since_epoch": 535822359
      },
      "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": 1774373143,
        "nanos_since_epoch": 538787517
      },
      "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": 1774373143,
        "nanos_since_epoch": 740511855
      },
      "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": 1774373143,
        "nanos_since_epoch": 745359184
      },
      "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": 1774373143,
        "nanos_since_epoch": 842402862
      },
      "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": 1774373143,
        "nanos_since_epoch": 843997274
      },
      "log_source": "Plan"
    }
  53. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "\nrunning 4 tests\ntest test::idempotent_create ... ok\ntest test::missing_commit ... ok\ntest test::runs_insertion_order_iteration ... ok\ntest test::e2e ... ok\n\ntest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s\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.84s\n\n",
      "stderr": "   Compiling libc v0.2.172\n   Compiling typenum v1.18.0\n   Compiling generic-array v0.14.7\n   Compiling cfg-if v1.0.0\n   Compiling subtle v2.6.1\n   Compiling serde v1.0.219\n   Compiling crypto-common v0.1.6\n   Compiling zerofrom v0.1.6\n   Compiling jobserver v0.1.33\n   Compiling stable_deref_trait v1.2.0\n   Compiling cc v1.2.22\n   Compiling yoke v0.8.0\n   Compiling zerovec v0.11.2\n   Compiling block-buffer v0.10.4\n   Compiling block-padding v0.3.3\n   Compiling cpufeatures v0.2.17\n   Compiling inout v0.1.4\n   Compiling digest v0.10.7\n   Compiling cipher v0.4.4\n   Compiling getrandom v0.2.16\n   Compiling tinystr v0.8.1\n   Compiling litemap v0.8.0\n   Compiling writeable v0.6.1\n   Compiling potential_utf v0.1.2\n   Compiling zerotrie v0.2.2\n   Compiling icu_locale_core v2.0.0\n   Compiling icu_collections v2.0.0\n   Compiling icu_provider v2.0.0\n   Compiling universal-hash v0.5.1\n   Compiling signature v1.6.4\n   Compiling bitflags v2.9.0\n   Compiling opaque-debug v0.3.1\n   Compiling libz-sys v1.1.22\n   Compiling ed25519 v1.5.3\n   Compiling icu_normalizer_data v2.0.0\n   Compiling icu_properties_data v2.0.0\n   Compiling smallvec v1.15.0\n   Compiling ascii v1.1.0\n   Compiling ct-codecs v1.1.5\n   Compiling amplify_num v0.5.3\n   Compiling ec25519 v0.1.0\n   Compiling icu_normalizer v2.0.0\n   Compiling icu_properties v2.0.0\n   Compiling amplify v4.8.1\n   Compiling polyval v0.6.2\n   Compiling sha2 v0.10.9\n   Compiling sqlite3-src v0.7.0\n   Compiling keccak v0.1.5\n   Compiling base64ct v1.7.3\n   Compiling pem-rfc7468 v0.7.0\n   Compiling sha3 v0.10.8\n   Compiling thiserror v1.0.69\n   Compiling ghash v0.5.1\n   Compiling cyphergraphy v0.3.0\n   Compiling idna_adapter v1.2.1\n   Compiling ctr v0.9.2\n   Compiling aes v0.8.4\n   Compiling rand_core v0.6.4\n   Compiling libgit2-sys v0.18.3+1.9.2\n   Compiling aead v0.5.2\n   Compiling utf8_iter v1.0.4\n   Compiling percent-encoding v2.3.1\n   Compiling base32 v0.4.0\n   Compiling byteorder v1.5.0\n   Compiling blowfish v0.9.1\n   Compiling cypheraddr v0.4.0\n   Compiling form_urlencoded v1.2.1\n   Compiling idna v1.0.3\n   Compiling thiserror v2.0.12\n   Compiling aes-gcm v0.10.3\n   Compiling ssh-encoding v0.2.0\n   Compiling poly1305 v0.8.0\n   Compiling cbc v0.1.2\n   Compiling chacha20 v0.9.1\n   Compiling pbkdf2 v0.12.2\n   Compiling linux-raw-sys v0.9.4\n   Compiling hashbrown v0.15.3\n   Compiling data-encoding v2.9.0\n   Compiling fastrand v2.3.0\n   Compiling zeroize v1.8.1\n   Compiling equivalent v1.0.2\n   Compiling indexmap v2.9.0\n   Compiling data-encoding-macro v0.1.18\n   Compiling rustix v1.0.7\n   Compiling bcrypt-pbkdf v0.10.0\n   Compiling ssh-cipher v0.2.0\n   Compiling sqlite3-sys v0.18.0\n   Compiling url v2.5.4\n   Compiling socks5-client v0.4.1\n   Compiling rand v0.8.5\n   Compiling git-ref-format-core v0.6.0\n   Compiling log v0.4.27\n   Compiling ryu v1.0.20\n   Compiling base-x v0.2.11\n   Compiling signature v2.2.0\n   Compiling memchr v2.7.4\n   Compiling itoa v1.0.15\n   Compiling serde_json v1.0.140\n   Compiling ssh-key v0.6.7\n   Compiling multibase v0.9.1\n   Compiling qcheck v1.0.0\n   Compiling cyphernet v0.5.2\n   Compiling sqlite v0.37.0\n   Compiling radicle-ssh v0.10.0\n   Compiling utf8parse v0.2.2\n   Compiling anstyle-parse v0.2.7\n   Compiling ref-cast v1.0.25\n   Compiling radicle-crypto v0.16.0\n   Compiling typeid v1.0.3\n   Compiling getrandom v0.3.3\n   Compiling anstyle-query v1.1.3\n   Compiling tinyvec_macros v0.1.1\n   Compiling anstyle v1.0.11\n   Compiling colorchoice v1.0.4\n   Compiling is_terminal_polyfill v1.70.1\n   Compiling dyn-clone v1.0.20\n   Compiling schemars v1.2.1\n   Compiling anstream v0.6.19\n   Compiling tinyvec v1.9.0\n   Compiling erased-serde v0.4.6\n   Compiling crossbeam-utils v0.8.21\n   Compiling terminal_size v0.4.2\n   Compiling radicle-dag v0.10.0\n   Compiling radicle-git-metadata v0.1.0\n   Compiling nonempty v0.9.0\n   Compiling clap_lex v0.7.5\n   Compiling strsim v0.11.1\n   Compiling once_cell v1.21.3\n   Compiling tempfile v3.20.0\n   Compiling clap_builder v4.5.41\n   Compiling crossbeam-channel v0.5.15\n   Compiling num-traits v0.2.19\n   Compiling serde-untagged v0.1.7\n   Compiling unicode-normalization v0.1.24\n   Compiling radicle-git-ref-format v0.1.0\n   Compiling radicle-git-metadata v0.2.0\n   Compiling bytesize v2.0.1\n   Compiling radicle-localtime v0.1.0\n   Compiling dunce v1.0.5\n   Compiling base64 v0.21.7\n   Compiling fast-glob v0.3.3\n   Compiling siphasher v1.0.1\n   Compiling chrono v0.4.42\n   Compiling clap v4.5.41\n   Compiling uuid v1.16.0\n   Compiling nonempty v0.11.0\n   Compiling git2 v0.20.4\n   Compiling radicle-oid v0.1.0\n   Compiling radicle-core v0.2.0\n   Compiling radicle-cob v0.19.0\n   Compiling radicle v0.22.1\n   Compiling radicle-job v0.5.2 (/ci/src)\n    Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 30s\n     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/radicle_job-9e490a21e2a4e894)\n     Running unittests src/bin/rad-job.rs (/ci/cache/cargo-target/debug/deps/rad_job-2e84a2274f3b431d)\n   Doc-tests radicle_job\n",
      "timestamp": {
        "secs_since_epoch": 1774373296,
        "nanos_since_epoch": 850355807
      },
      "log_source": "Plan"
    }
  54. {
      "type": "action_succeeded",
      "action": "cargo_test",
      "timestamp": {
        "secs_since_epoch": 1774373296,
        "nanos_since_epoch": 949072526
      },
      "log_source": "Plan"
    }
  55. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774373296,
        "nanos_since_epoch": 949093378
      },
      "log_source": "Plan"
    }
  56. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774373300,
        "nanos_since_epoch": 111785352
      },
      "log_source": "Plan"
    }
  57. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774373300,
        "nanos_since_epoch": 117661116
      },
      "log_source": "Plan"
    }
  58. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774373300,
        "nanos_since_epoch": 130094505
      },
      "log_source": "Plan"
    }
  59. {
      "type": "plan_succeeded",
      "timestamp": {
        "secs_since_epoch": 1774373300,
        "nanos_since_epoch": 133234460
      },
      "log_source": "Plan"
    }
  60. {
      "type": "executor_ends_successfully",
      "timestamp": {
        "secs_since_epoch": 1774373300,
        "nanos_since_epoch": 133880900
      },
      "log_source": "Plan"
    }

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M",
    "name": "radicle-job",
    "description": "Radicle Job Collaborative Object",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "did:key:z6Mku8hpprWTmCv3BqkssCYDfr2feUdyLSUnycVajFo9XVAx"
    ]
  },
  "pusher": {
    "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
    "alias": "callisto.liw.fi"
  },
  "before": "4d37a30cb38c5d818a2169f57d28b35a943dbe5e",
  "after": "4d37a30cb38c5d818a2169f57d28b35a943dbe5e",
  "branch": "main",
  "commits": [
    "4d37a30cb38c5d818a2169f57d28b35a943dbe5e"
  ]
}

Ambient stdout

run CI for rad:z2UcCU1LgMshWvXj6hXSDDrwB8q8M

Ambient stderr

<empty log>