CI: SUCCESS radicle-ci-broker

Table of Contents

Run log

Plan, inside VM without network

plan: Executor starts
After 0.00 seconds at 2026-03-24 06:40:37ZProgram: ambient-execute-plan
Version: 0.13.1@52633e5
plan: Runnable plan
After 0.00 seconds at 2026-03-24 06:40:37Z
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_clippy
- action: shell
  shell: |
    export CARGO_TARGET_DIR=/ci/cache
    export CARGO_HOME=/ci/deps
    export HOME=/root
    export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH"

    # Check that `rad` is there.
    rad --help >/dev/null || (echo rad is not there; exit 1)

    cargo doc --workspace --no-deps

    # FIXME: We can't run upgrade tests from older versions because
    # Ambient only fetches dependencies for the current version.
    # Thus, we can't build the old versions. This is an Ambient
    # problem that we can't fix here. So we skip the upgrade tests.
    export RAD_PASSPHRAE=secret
    rad auth --alias ambient
    env
    cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2

    subplot docgen ci-broker.subplot -o doc/ci-broker.html
    subplot docgen doc/userguide.subplot -o doc/userguide.html
    make -C doc
    cp doc/*.html /ci/artifacts/.
- action: custom
  name: dch
  args:
    debfullname: Lars Wirzenius
    debemail: liw@liw.fi
- action: deb
  packages: .
- action: tar_create
  archive: /dev/vde
  directory: /ci/cache
- action: tar_create
  archive: /dev/vdd
  directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
plan: Successful action mkdir: /ci
After 0.00 seconds at 2026-03-24 06:40:37Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-03-24 06:40:37Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-03-24 06:40:37Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.00 seconds at 2026-03-24 06:40:37Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-24 06:40:37Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-03-24 06:40:37Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.00 seconds at 2026-03-24 06:40:37Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-24 06:40:37Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-24 06:40:37Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.04 seconds at 2026-03-24 06:40:37Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-24 06:40:37Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-24 06:40:40Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 2.15 seconds at 2026-03-24 06:40:40Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-03-24 06:40:40Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-03-24 06:40:40Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 2.15 seconds at 2026-03-24 06:40:40Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-24 06:40:40Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-24 06:40:40Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 06:40:40Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-03-24 06:40:40Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 2.16 seconds at 2026-03-24 06:40:40Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-03-24 06:40:40Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-24 06:40:40Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 06:40:40Z
    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 06:40:40Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 2.18 seconds at 2026-03-24 06:40:40Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-03-24 06:40:40Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-24 06:40:40Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 06:40:40Z
    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 06:40:40Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
plan: Successful action cargo_clippy
After 2.20 seconds at 2026-03-24 06:40:40Z
  • plan: Start action cargo_clippy
    After 0.00 seconds at 2026-03-24 06:40:40Z
    CargoClippy(
        CargoClippy,
    )
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 06:40:40Z
    • cargo
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 06:40:40Z
    Exit code: 0
    Stdout:
    cargo 1.94.0 (85eff7c80 2026-01-15)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 06:40:40Z
    • cargo
    • clippy
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 06:40:40Z
    Exit code: 0
    Stdout:
    clippy 0.1.94 (4a4ef493e3 2026-03-02)
    
  • plan: Start program rustc
    After 0.00 seconds at 2026-03-24 06:40:40Z
    • rustc
    • --version
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 06:40:40Z
    Exit code: 0
    Stdout:
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    
  • plan: Start program cargo
    After 0.00 seconds at 2026-03-24 06:40:40Z
    • cargo
    • clippy
    • --offline
    • --locked
    • --workspace
    • --all-targets
    • --no-deps
    • --
    • --deny
    • warnings
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 06:41:57Z
    Exit code: 0
    Stderr:
       Compiling proc-macro2 v1.0.106
       Compiling quote v1.0.45
       Compiling unicode-ident v1.0.24
       Compiling version_check v0.9.5
       Compiling libc v0.2.183
       Compiling syn v2.0.117
        Checking cfg-if v1.0.4
       Compiling typenum v1.19.0
       Compiling generic-array v0.14.7
       Compiling serde_core v1.0.228
        Checking crypto-common v0.1.7
       Compiling serde_derive v1.0.228
       Compiling jobserver v0.1.34
       Compiling shlex v1.3.0
       Compiling find-msvc-tools v0.1.9
       Compiling cc v1.2.57
       Compiling synstructure v0.13.2
       Compiling serde v1.0.228
        Checking stable_deref_trait v1.2.1
        Checking subtle v2.6.1
       Compiling zerofrom-derive v0.1.6
       Compiling yoke-derive v0.8.1
       Compiling pkg-config v0.3.32
        Checking zerofrom v0.1.6
        Checking yoke v0.8.1
       Compiling zerovec-derive v0.11.2
       Compiling displaydoc v0.2.5
        Checking bitflags v2.11.0
       Compiling memchr v2.8.0
        Checking zerovec v0.11.5
        Checking block-buffer v0.10.4
        Checking block-padding v0.3.3
       Compiling thiserror v1.0.69
        Checking cpufeatures v0.2.17
        Checking inout v0.1.4
        Checking digest v0.10.7
        Checking tinystr v0.8.2
       Compiling thiserror-impl v1.0.69
        Checking writeable v0.6.2
       Compiling thiserror v2.0.18
       Compiling zerocopy v0.8.47
       Compiling zmij v1.0.21
        Checking litemap v0.8.1
       Compiling syn v1.0.109
        Checking icu_locale_core v2.1.1
        Checking cipher v0.4.4
        Checking potential_utf v0.1.4
        Checking zerotrie v0.2.3
       Compiling thiserror-impl v2.0.18
        Checking getrandom v0.2.17
       Compiling icu_normalizer_data v2.1.1
       Compiling crossbeam-utils v0.8.21
       Compiling icu_properties_data v2.1.2
        Checking icu_provider v2.1.1
        Checking icu_collections v2.1.1
        Checking smallvec v1.15.1
       Compiling vcpkg v0.2.15
       Compiling once_cell v1.21.4
       Compiling rustix v1.1.4
       Compiling libz-sys v1.1.25
       Compiling getrandom v0.4.2
        Checking icu_properties v2.1.2
        Checking icu_normalizer v2.1.1
       Compiling amplify_syn v2.0.1
        Checking universal-hash v0.5.1
        Checking opaque-debug v0.3.1
        Checking itoa v1.0.18
        Checking signature v1.6.4
       Compiling linux-raw-sys v0.12.1
       Compiling anyhow v1.0.102
        Checking ed25519 v1.5.3
       Compiling amplify_derive v4.0.1
        Checking idna_adapter v1.2.1
       Compiling libgit2-sys v0.18.3+1.9.2
       Compiling ahash v0.8.12
        Checking amplify_num v0.5.3
        Checking percent-encoding v2.3.2
        Checking ascii v1.1.0
        Checking ct-codecs v1.1.6
       Compiling autocfg v1.5.0
        Checking log v0.4.29
        Checking utf8_iter v1.0.4
        Checking idna v1.1.0
       Compiling num-traits v0.2.19
        Checking ec25519 v0.1.0
        Checking amplify v4.9.0
        Checking form_urlencoded v1.2.2
        Checking polyval v0.6.2
        Checking git-ref-format-core v0.6.0
        Checking sha2 v0.10.9
       Compiling aho-corasick v1.1.4
       Compiling sqlite3-src v0.7.0
        Checking base64ct v1.8.3
        Checking equivalent v1.0.2
        Checking keccak v0.1.6
       Compiling same-file v1.0.6
        Checking hashbrown v0.16.1
       Compiling regex-syntax v0.8.10
       Compiling regex-automata v0.4.14
        Checking indexmap v2.13.0
       Compiling walkdir v2.5.0
        Checking sha3 v0.10.8
        Checking pem-rfc7468 v0.7.0
        Checking ghash v0.5.1
        Checking url v2.5.8
        Checking cyphergraphy v0.3.0
        Checking rand_core v0.6.4
        Checking ctr v0.9.2
        Checking aes v0.8.4
       Compiling encoding_rs v0.8.35
        Checking aead v0.5.2
       Compiling doc-comment v0.3.4
        Checking fastrand v2.3.0
       Compiling strsim v0.11.1
        Checking byteorder v1.5.0
       Compiling fnv v1.0.7
       Compiling arraydeque v0.5.1
        Checking base32 v0.4.0
       Compiling ucd-trie v0.1.7
       Compiling data-encoding v2.10.0
       Compiling ident_case v1.0.1
       Compiling serde_json v1.0.149
       Compiling darling_core v0.20.11
       Compiling data-encoding-macro-internal v0.1.17
       Compiling pest v2.8.6
        Checking cypheraddr v0.4.0
        Checking blowfish v0.9.1
        Checking aes-gcm v0.10.3
       Compiling crossbeam-epoch v0.9.18
       Compiling hashbrown v0.14.5
        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
       Compiling bstr v1.12.1
       Compiling match-lookup v0.1.2
        Checking const-str v0.4.3
       Compiling libm v0.2.16
        Checking zeroize v1.8.2
       Compiling unicode-width v0.2.2
       Compiling foldhash v0.1.5
       Compiling globset v0.4.18
       Compiling hashbrown v0.15.5
        Checking data-encoding-macro v0.1.19
        Checking base256emoji v1.0.2
        Checking bcrypt-pbkdf v0.10.0
        Checking ssh-cipher v0.2.0
        Checking sqlite3-sys v0.18.0
       Compiling hashlink v0.9.1
       Compiling crossbeam-deque v0.8.6
        Checking socks5-client v0.4.1
       Compiling pest_meta v2.8.6
       Compiling darling_macro v0.20.11
        Checking rand v0.8.5
       Compiling serde_path_to_error v0.1.20
       Compiling ppv-lite86 v0.2.21
       Compiling tracing-attributes v0.1.31
       Compiling ref-cast v1.0.25
       Compiling typeid v1.0.3
        Checking signature v2.2.0
       Compiling cfg_aliases v0.2.1
       Compiling crc32fast v1.5.0
        Checking base-x v0.2.11
        Checking multibase v0.9.2
       Compiling nix v0.29.0
        Checking git2 v0.20.4
        Checking ssh-key v0.6.7
       Compiling rand_chacha v0.3.1
        Checking qcheck v1.0.0
       Compiling darling v0.20.11
       Compiling pest_generator v2.8.6
        Checking cyphernet v0.5.2
       Compiling ignore v0.4.25
       Compiling yaml-rust2 v0.9.0
        Checking sqlite v0.37.0
       Compiling hashlink v0.10.0
        Checking radicle-ssh v0.10.0
        Checking chrono v0.4.44
       Compiling pikchr v0.1.4
       Compiling ref-cast-impl v1.0.25
       Compiling serde_derive_internals v0.29.1
       Compiling proc-macro-error-attr2 v2.0.0
       Compiling unicode-linebreak v0.1.5
       Compiling deunicode v1.6.2
       Compiling erased-serde v0.4.10
        Checking utf8parse v0.2.2
       Compiling simd-adler32 v0.3.8
       Compiling smawk v0.3.2
       Compiling pulldown-cmark v0.13.3
       Compiling adler2 v2.0.1
       Compiling miniz_oxide v0.8.9
       Compiling textwrap v0.16.2
        Checking anstyle-parse v1.0.0
       Compiling schemars_derive v1.2.1
       Compiling tempfile v3.27.0
       Compiling slug v0.1.6
       Compiling proc-macro-error2 v2.0.1
       Compiling humansize v2.1.3
        Checking radicle-crypto v0.16.0
       Compiling yaml-rust2 v0.10.4
       Compiling marked-yaml v0.7.2
       Compiling globwalk v0.9.1
       Compiling pest_derive v2.8.6
        Checking radicle-oid v0.1.0
       Compiling derive_builder_core v0.20.2
       Compiling getopts v0.2.24
       Compiling subplot v0.14.0
       Compiling regex v1.12.3
        Checking tracing-core v0.1.36
       Compiling xattr v1.6.1
        Checking nonempty v0.9.0
       Compiling filetime v0.2.27
       Compiling culpa-macros v1.0.2
       Compiling unicase v2.9.0
        Checking powerfmt v0.2.0
       Compiling utf8-width v0.1.8
       Compiling time-core v0.1.8
        Checking dyn-clone v1.0.20
       Compiling pin-project-lite v0.2.17
        Checking tinyvec_macros v0.1.1
        Checking is_terminal_polyfill v1.70.2
       Compiling num-conv v0.2.0
        Checking anstyle v1.0.14
        Checking anstyle-query v1.1.5
       Compiling unicode-segmentation v1.12.0
        Checking colorchoice v1.0.5
       Compiling pulldown-cmark-escape v0.11.0
       Compiling lazy_static v1.5.0
       Compiling tera v1.20.1
        Checking anstream v1.0.0
       Compiling time-macros v0.2.27
        Checking tinyvec v1.11.0
       Compiling tracing v0.1.44
        Checking schemars v1.2.1
       Compiling html-escape v0.2.13
        Checking deranged v0.5.8
       Compiling tar v0.4.45
       Compiling roadmap v0.7.0
       Compiling derive_builder_macro v0.20.2
       Compiling flate2 v1.1.9
       Compiling marked-yaml v0.8.0
       Compiling git-ref-format-macro v0.6.0
        Checking terminal_size v0.4.3
        Checking radicle-dag v0.10.0
        Checking radicle-git-metadata v0.1.0
        Checking cvt v0.1.2
        Checking base64 v0.21.7
        Checking clap_lex v1.1.0
       Compiling base64 v0.22.1
       Compiling descape v3.0.0
       Compiling rust_decimal v1.40.0
       Compiling heck v0.5.0
       Compiling line-col v0.2.1
       Compiling clap_derive v4.6.0
        Checking time v0.3.47
        Checking quick-xml v0.37.5
        Checking clap_builder v4.6.0
        Checking fs_at v0.2.1
        Checking crossbeam-channel v0.5.15
        Checking radicle-cob v0.19.0
        Checking git-ref-format v0.6.0
        Checking serde-untagged v0.1.9
       Compiling radicle-surf v0.27.0
        Checking derive_builder v0.20.2
        Checking radicle-core v0.2.0
        Checking unicode-normalization v0.1.25
       Compiling culpa v1.0.2
        Checking diligent-date-parser v0.1.5
        Checking radicle-git-metadata v0.2.0
        Checking radicle-git-ref-format v0.1.0
        Checking radicle-localtime v0.1.0
        Checking bytesize v2.3.1
       Compiling subplotlib v0.14.0
        Checking radicle-std-ext v0.2.0
        Checking fast-glob v0.3.3
        Checking arrayvec v0.7.6
        Checking normpath v1.5.0
        Checking never v0.1.0
        Checking siphasher v1.0.2
        Checking dunce v1.0.5
        Checking radicle v0.22.1
        Checking atom_syndication v0.12.7
        Checking remove_dir_all v1.0.0
        Checking radicle-git-ext v0.12.0
       Compiling subplotlib-derive v0.14.0
        Checking clap v4.6.0
        Checking sharded-slab v0.1.7
        Checking tracing-serde v0.2.0
        Checking tracing-log v0.2.0
        Checking matchers v0.2.0
        Checking uuid v1.22.0
        Checking fs2 v0.4.3
        Checking thread_local v1.1.9
        Checking shell-words v1.1.1
        Checking unsafe-libyaml-norway v0.2.15
        Checking nu-ansi-term v0.50.3
        Checking state v0.6.0
       Compiling radicle-ci-broker v0.26.0 (/ci/src)
        Checking winnow v0.7.15
        Checking ryu v1.0.23
        Checking nonempty v0.11.0
        Checking radicle-job v0.5.2
        Checking serde_norway v0.9.42
        Checking duration-str v0.21.0
        Checking tracing-subscriber v0.3.23
        Checking rss v2.0.12
        Checking html-page v0.5.0
        Checking nonempty v0.12.0
       Compiling qcheck-macros v1.0.0
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
    
  • plan: Action succeeded cargo_clippy
    After 0.00 seconds at 2026-03-24 06:41:57Z
    CargoClippy(
        CargoClippy,
    )
plan: Successful action shell: export CARGO_TARGET_DIR=/ci/cache export CARGO_HOME=/ci/deps export HOME=/root export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH" # Check that `rad` is there. rad --help >/dev/null || (echo rad is not there; exit 1) cargo doc --workspace --no-deps # FIXME: We can't run upgrade tests from older versions because # Ambient only fetches dependencies for the current version. # Thus, we can't build the old versions. This is an Ambient # problem that we can't fix here. So we skip the upgrade tests. export RAD_PASSPHRAE=secret rad auth --alias ambient env cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2 subplot docgen ci-broker.subplot -o doc/ci-broker.html subplot docgen doc/userguide.subplot -o doc/userguide.html make -C doc cp doc/*.html /ci/artifacts/.
After 79.91 seconds at 2026-03-24 06:41:57Z
  • plan: Start action shell: export CARGO_TARGET_DIR=/ci/cache export CARGO_HOME=/ci/deps export HOME=/root export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH" # Check that `rad` is there. rad --help >/dev/null || (echo rad is not there; exit 1) cargo doc --workspace --no-deps # FIXME: We can't run upgrade tests from older versions because # Ambient only fetches dependencies for the current version. # Thus, we can't build the old versions. This is an Ambient # problem that we can't fix here. So we skip the upgrade tests. export RAD_PASSPHRAE=secret rad auth --alias ambient env cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2 subplot docgen ci-broker.subplot -o doc/ci-broker.html subplot docgen doc/userguide.subplot -o doc/userguide.html make -C doc cp doc/*.html /ci/artifacts/.
    After 0.00 seconds at 2026-03-24 06:41:57Z
    Shell(
        Shell {
            shell: "export CARGO_TARGET_DIR=/ci/cache\nexport CARGO_HOME=/ci/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /ci/artifacts/.\n",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-03-24 06:41:57Z
    • bash
    • -c
    • set -xeuo pipefail export CARGO_TARGET_DIR=/ci/cache export CARGO_HOME=/ci/deps export HOME=/root export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH" # Check that `rad` is there. rad --help >/dev/null || (echo rad is not there; exit 1) cargo doc --workspace --no-deps # FIXME: We can't run upgrade tests from older versions because # Ambient only fetches dependencies for the current version. # Thus, we can't build the old versions. This is an Ambient # problem that we can't fix here. So we skip the upgrade tests. export RAD_PASSPHRAE=secret rad auth --alias ambient env cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2 subplot docgen ci-broker.subplot -o doc/ci-broker.html subplot docgen doc/userguide.subplot -o doc/userguide.html make -C doc cp doc/*.html /ci/artifacts/.
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 06:48:24Z
    Exit code: 0
    Stdout:
    Initializing your radicle 👾 identity
    
    ✓ Creating your Ed25519 keypair...
    ✓ Your Radicle DID is did:key:z6Mkmj5Zh8bikapGgUmxgCKLe9hvka88vsfEzZ8AuHBxM7J7. This identifies your device. Run `rad self` to show it at all times.
    ✓ You're all set.
    
    To create a Radicle repository, run `rad init` from a Git repository with at least one commit.
    To clone a repository, run `rad clone <rid>`. For example, `rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5` clones the Radicle 'heartwood' repository.
    To get a list of all commands, run `rad`.
    CARGO_TARGET_DIR=/ci/cache
    PWD=/ci/src
    SYSTEMD_EXEC_PID=262
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/ci/deps
    INVOCATION_ID=a37ea2a098034d8eb30e385bb0d9f0ab
    RAD_PASSPHRAE=secret
    SHLVL=2
    JOURNAL_STREAM=8:13416
    PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    OLDPWD=/
    _=/usr/bin/env
    
    running 87 tests
    test adapter::test::adapter_does_not_exist ... ok
    test adapter::test::adapter_ends_ok_before_first_message ... ok
    test adapter::test::adapter_ends_ok_before_second_message ... ok
    test adapter::test::adapter_exits_nonzero ... ok
    test adapter::test::adapter_first_message_isnt_triggered ... ok
    test adapter::test::adapter_has_bad_interpreter ... ok
    test adapter::test::adapter_is_killed_after_second_message ... ok
    test adapter::test::adapter_is_killed_before_any_messages ... ok
    test adapter::test::adapter_is_killed_before_first_message ... ok
    test adapter::test::adapter_is_not_executable ... ok
    test adapter::test::adapter_outputs_too_many_messages ... ok
    test adapter::test::adapter_produces_as_bad_message ... ok
    test adapter::test::adapter_reports_failure ... ok
    test adapter::test::adapter_reports_success ... ok
    test broker::test::adapter_fails ... ok
    test ci_event::test::branch_created ... ok
    test ci_event::test::branch_deleted ... ok
    test ci_event::test::branch_updated ... ok
    test ci_event::test::diff_refs ... ok
    test ci_event::test::nothing_updated ... ok
    test ci_event::test::patch_created ... ok
    test ci_event::test::patch_updated ... ok
    test ci_event::test::skipped ... ok
    test ci_event::test_parsed_ref::branch ... ok
    test ci_event::test_parsed_ref::patch ... ok
    test ci_event::test_parsed_ref::tag ... ok
    test config::test::parse_config_yaml ... ok
    test config::test::parse_config_yaml_without_max_run_time ... ok
    test filter::test::allows_all_for_default_repository ... ok
    test filter::test::allows_all_for_main_branch ... ok
    test filter::test::allows_all_for_right_node ... ok
    test filter::test::allows_any_event ... ok
    test filter::test::allows_branch_creation ... ok
    test filter::test::allows_branch_deletion ... ok
    test filter::test::allows_branch_update ... ok
    test filter::test::allows_if_all_allow ... ok
    test filter::test::allows_if_any_allows ... ok
    test filter::test::allows_no_event ... ok
    test filter::test::allows_none_for_wrong_node ... ok
    test filter::test::allows_opposite ... ok
    test filter::test::allows_patch_creation ... ok
    test filter::test::allows_patch_update ... ok
    test filter::test::allows_shutdown ... ok
    test filter::test::allows_specific_patch ... ok
    test filter::test::allows_wanted_tag ... ok
    test filter::test::deserialize_yaml_nested_not ... ok
    test filter::test::doesnt_allow_any_for_other_branch ... ok
    test filter::test::doesnt_allow_any_for_other_repository ... ok
    test filter::test::doesnt_allow_unexpected_tag ... ok
    test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_prefix ... ok
    test filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_suffix ... ok
    test filter::test::doesnt_allows_other_patch ... ok
    test filter::test::only_allows_branch_creation ... ok
    test filter::test::only_allows_branch_deletion ... ok
    test filter::test::only_allows_branch_update ... ok
    test filter::test::only_allows_patch_creation ... ok
    test filter::test::only_allows_patch_update ... ok
    test filter::test::yaml_roundtrip ... ok
    test broker::test::executes_adapter ... ok
    test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_created ... ok
    test msg::trigger_from_ci_event_tests::trigger_patch_from_patch_updated ... ok
    test msg::trigger_from_ci_event_tests::trigger_push_from_branch_created ... ok
    test refs::test::creates_patch_from_str ... ok
    test refs::test::extracts_branch_namespaced_branch ... ok
    test refs::test::namespaced_branch_from_plain ... ok
    test refs::test::plain_branch_name ... ok
    test refs::test::qualified_branch_name_from_plain ... ok
    test msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... ok
    test refs::test::ref_string_from_plain_branch_name ... ok
    test run::test::serialize_run_state ... ok
    test sensitive::test_sensitive::debugged ... ok
    test sensitive::test_sensitive::displayed ... ok
    test sensitive::test_sensitive::deser ... ok
    test sensitive::test_sensitive::ser ... ok
    test timeoutcmd::tests::bin_true ... ok
    test timeoutcmd::tests::bin_false ... ok
    test timeoutcmd::tests::hello_world ... ok
    test timeoutcmd::tests::hello_world_to_stderr ... ok
    test timeoutcmd::tests::kill_stderr ... ok
    test timeoutcmd::tests::kill ... ok
    test timeoutcmd::tests::pipe_through_cat ... ok
    test timeoutcmd::tests::sleep_1 ... ok
    test timeoutcmd::tests::sleep_for_too_long ... ok
    test timeoutcmd::tests::yes_to_stderr ... ok
    test timeoutcmd::tests::sleep_for_too_long_while_reading_with_realtimelines ... ok
    test timeoutcmd::tests::yes_to_stdout ... ok
    test timeoutcmd::tests::yes_to_stdout_while_reading_with_realtimelines ... ok
    
    test result: ok. 87 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.28s
    
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    
    running 73 tests
    test adapter_with_url_runs_successfully ... ok
    test add_information_about_run_that_s_finished_in_failure_to_database ... ok
    test adapter_can_provide_url_for_info_on_run ... ok
    test add_information_about_run_that_s_running_to_database ... ok
    test add_information_about_run_that_s_finished_successfully_to_database ... ok
    test allows_setting_minimum_log_level ... ok
    test add_information_about_triggered_run_to_database ... ok
    test can_add_a_branch_creation_event_to_queue ... ok
    test can_add_a_branch_deletion_event_to_queue ... ok
    test can_add_a_branch_update_event_to_queue ... ok
    test can_add_a_patch_creation_event_to_queue ... ok
    test can_add_a_patch_update_event_to_queue ... ok
    test can_add_shutdown_event_to_queue ... ok
    test can_output_trigger_message_for_a_ci_run ... ok
    test can_remove_all_queued_events ... ok
    test can_trigger_a_ci_run ... ok
    test convert_recorded_node_events_into_ci_events ... ok
    test can_shut_down_cleanly ... ok
    test count_in_a_single_process has been running for over 60 seconds
    test count_in_concurrent_processes has been running for over 60 seconds
    test count_in_a_single_process ... ok
    test create_a_repository ... ok
    test don_t_insert_event_for_non_existent_repository ... ok
    test count_in_concurrent_processes ... ok
    test event_synthesizer_terminates_after_first_connection ... ok
    test dummy_adapter_runs_successfully ... ok
    test events_can_be_queued_and_removed_from_queue ... ok
    test extract_cib_log_from_journald_and_pretty_print ... ok
    test fails_run_if_building_trigger_fails__but_does_not_crash ... ok
    test filter_predicate_allow ... ok
    test filter_predicate_and ... ok
    test filter_predicate_anydelegate ... ok
    test filter_predicate_branchcreated ... ok
    test filter_predicate_branch ... ok
    test filter_predicate_branchupdated ... ok
    test filter_predicate_branchdeleted ... ok
    test filter_predicate_deny ... ok
    test filter_predicate_defaultbranch ... ok
    test filter_predicate_hasfile ... ok
    test filter_predicate_not ... ok
    test filter_predicate_node ... ok
    test filter_predicate_repository ... ok
    test filter_predicate_or ... ok
    test filter_predicate_tag ... ok
    test filter_recorded_ci_events ... ok
    test gives_helpful_error_message_if_it_doesn_t_understand_its_configuration_file ... ok
    test gives_helpful_error_message_if_node_socket_can_t_be_found ... ok
    test handles_adapter_failing_on_a_failed_run ... ok
    test handles_adapter_failing_on_a_successful_run ... ok
    test insert_events_into_queue ... ok
    test logs_adapter_stderr_output ... ok
    test logs_start_and_successful_end ... ok
    test logs_termination_due_to_error ... ok
    test process_queued_events ... ok
    test processes_empty_event_queue_successfully ... ok
    test produces_a_json_status_file ... ok
    test produces_a_report_page_upon_request ... ok
    test queue_a_node_event_for_processing ... ok
    test record_node_events ... ok
    test refuses_config_with_an_unknown_field ... ok
    test remove_information_about_a_run_from_the_database ... ok
    test reports_it_version ... ok
    test runs_adapter_on_each_type_of_event ... ok
    test runs_adapter_with_configuration ... ok
    test runs_adapter_without_a_report_directory ... ok
    test runs_adapters_for_all_matching_triggers ... ok
    test set_up_a_node ... ok
    test shows_adapter_specification ... ok
    test shows_json_config_as_json ... ok
    test shows_yaml_config_as_json ... ok
    test insert_many_events_into_queue ... ok
    test stops_if_the_node_connection_breaks ... ok
    test smoke_test__runs_adapter ... ok
    test update_and_show_information_about_run_to_running ... ok
    test we_can_run_rad ... ok
    
    test result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 217.50s
    
    
    running 2 tests
    test src/msg.rs - msg::RunId (line 51) ... ok
    test src/timeoutcmd.rs - timeoutcmd (line 21) ... ok
    
    test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
    all doctests ran in 0.65s; merged doctests compilation took 0.63s
    make: Entering directory '/ci/src/doc'
    ./messages.sh > messages.md
    subplot docgen --date "Version: $(git describe --long --dirty)" architecture.subplot -o architecture.html
    pandoc --standalone --metadata title="Radicle CI overview" "overview.md" --output "overview.html"
    pandoc --standalone --metadata title="Radicle CI event filter implementation" "filter-impl.md" --output "filter-impl.html"
    pandoc --standalone --metadata title="Radicle CI adapter implementation" "adapter-impl.md" --output "adapter-impl.html"
    make: Leaving directory '/ci/src/doc'
    
    Stderr:
    + export CARGO_TARGET_DIR=/ci/cache
    + CARGO_TARGET_DIR=/ci/cache
    + export CARGO_HOME=/ci/deps
    + CARGO_HOME=/ci/deps
    + export HOME=/root
    + HOME=/root
    + export PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + rad --help
    + cargo doc --workspace --no-deps
       Compiling proc-macro2 v1.0.106
       Compiling unicode-ident v1.0.24
       Compiling quote v1.0.45
       Compiling version_check v0.9.5
       Compiling libc v0.2.183
       Compiling syn v2.0.117
        Checking cfg-if v1.0.4
       Compiling typenum v1.19.0
       Compiling generic-array v0.14.7
       Compiling serde_core v1.0.228
        Checking crypto-common v0.1.7
       Compiling serde_derive v1.0.228
       Compiling jobserver v0.1.34
       Compiling find-msvc-tools v0.1.9
       Compiling shlex v1.3.0
       Compiling cc v1.2.57
       Compiling synstructure v0.13.2
       Compiling serde v1.0.228
        Checking subtle v2.6.1
        Checking stable_deref_trait v1.2.1
       Compiling zerofrom-derive v0.1.6
       Compiling yoke-derive v0.8.1
       Compiling pkg-config v0.3.32
        Checking zerofrom v0.1.6
        Checking yoke v0.8.1
       Compiling zerovec-derive v0.11.2
       Compiling displaydoc v0.2.5
        Checking bitflags v2.11.0
       Compiling memchr v2.8.0
        Checking zerovec v0.11.5
        Checking block-buffer v0.10.4
        Checking block-padding v0.3.3
       Compiling thiserror v1.0.69
        Checking cpufeatures v0.2.17
        Checking inout v0.1.4
        Checking digest v0.10.7
        Checking tinystr v0.8.2
       Compiling thiserror-impl v1.0.69
       Compiling zerocopy v0.8.47
        Checking litemap v0.8.1
       Compiling thiserror v2.0.18
        Checking writeable v0.6.2
       Compiling zmij v1.0.21
        Checking icu_locale_core v2.1.1
        Checking cipher v0.4.4
        Checking potential_utf v0.1.4
        Checking zerotrie v0.2.3
       Compiling thiserror-impl v2.0.18
        Checking getrandom v0.2.17
       Compiling syn v1.0.109
       Compiling crossbeam-utils v0.8.21
       Compiling icu_normalizer_data v2.1.1
       Compiling icu_properties_data v2.1.2
        Checking icu_provider v2.1.1
        Checking icu_collections v2.1.1
        Checking smallvec v1.15.1
       Compiling vcpkg v0.2.15
       Compiling libz-sys v1.1.25
       Compiling getrandom v0.4.2
       Compiling rustix v1.1.4
       Compiling once_cell v1.21.4
        Checking icu_properties v2.1.2
        Checking icu_normalizer v2.1.1
       Compiling amplify_syn v2.0.1
        Checking universal-hash v0.5.1
        Checking signature v1.6.4
        Checking itoa v1.0.18
       Compiling linux-raw-sys v0.12.1
        Checking opaque-debug v0.3.1
       Compiling anyhow v1.0.102
        Checking ed25519 v1.5.3
       Compiling amplify_derive v4.0.1
        Checking idna_adapter v1.2.1
       Compiling libgit2-sys v0.18.3+1.9.2
       Compiling ahash v0.8.12
        Checking percent-encoding v2.3.2
        Checking ct-codecs v1.1.6
       Compiling autocfg v1.5.0
        Checking log v0.4.29
        Checking ascii v1.1.0
        Checking utf8_iter v1.0.4
        Checking amplify_num v0.5.3
        Checking idna v1.1.0
       Compiling num-traits v0.2.19
        Checking ec25519 v0.1.0
        Checking form_urlencoded v1.2.2
        Checking amplify v4.9.0
        Checking polyval v0.6.2
        Checking git-ref-format-core v0.6.0
        Checking sha2 v0.10.9
       Compiling aho-corasick v1.1.4
       Compiling sqlite3-src v0.7.0
        Checking keccak v0.1.6
        Checking hashbrown v0.16.1
        Checking base64ct v1.8.3
        Checking equivalent v1.0.2
       Compiling same-file v1.0.6
       Compiling regex-syntax v0.8.10
       Compiling regex-automata v0.4.14
       Compiling walkdir v2.5.0
        Checking indexmap v2.13.0
        Checking pem-rfc7468 v0.7.0
        Checking sha3 v0.10.8
        Checking ghash v0.5.1
        Checking cyphergraphy v0.3.0
        Checking url v2.5.8
        Checking rand_core v0.6.4
        Checking aes v0.8.4
        Checking ctr v0.9.2
       Compiling encoding_rs v0.8.35
        Checking aead v0.5.2
        Checking base32 v0.4.0
       Compiling ident_case v1.0.1
       Compiling serde_json v1.0.149
       Compiling fnv v1.0.7
        Checking fastrand v2.3.0
       Compiling doc-comment v0.3.4
        Checking byteorder v1.5.0
       Compiling arraydeque v0.5.1
       Compiling data-encoding v2.10.0
       Compiling strsim v0.11.1
       Compiling ucd-trie v0.1.7
       Compiling pest v2.8.6
       Compiling darling_core v0.20.11
       Compiling data-encoding-macro-internal v0.1.17
        Checking blowfish v0.9.1
        Checking cypheraddr v0.4.0
        Checking aes-gcm v0.10.3
       Compiling crossbeam-epoch v0.9.18
       Compiling hashbrown v0.14.5
        Checking ssh-encoding v0.2.0
        Checking poly1305 v0.8.0
        Checking cbc v0.1.2
        Checking chacha20 v0.9.1
        Checking pbkdf2 v0.12.2
       Compiling bstr v1.12.1
       Compiling match-lookup v0.1.2
        Checking const-str v0.4.3
       Compiling libm v0.2.16
        Checking zeroize v1.8.2
       Compiling foldhash v0.1.5
       Compiling unicode-width v0.2.2
       Compiling globset v0.4.18
       Compiling hashbrown v0.15.5
        Checking data-encoding-macro v0.1.19
        Checking base256emoji v1.0.2
        Checking bcrypt-pbkdf v0.10.0
        Checking ssh-cipher v0.2.0
        Checking sqlite3-sys v0.18.0
       Compiling hashlink v0.9.1
       Compiling crossbeam-deque v0.8.6
        Checking socks5-client v0.4.1
       Compiling darling_macro v0.20.11
       Compiling pest_meta v2.8.6
        Checking rand v0.8.5
       Compiling serde_path_to_error v0.1.20
       Compiling ppv-lite86 v0.2.21
       Compiling tracing-attributes v0.1.31
       Compiling ref-cast v1.0.25
       Compiling crc32fast v1.5.0
        Checking base-x v0.2.11
        Checking signature v2.2.0
       Compiling typeid v1.0.3
       Compiling cfg_aliases v0.2.1
       Compiling nix v0.29.0
        Checking ssh-key v0.6.7
        Checking git2 v0.20.4
        Checking multibase v0.9.2
       Compiling rand_chacha v0.3.1
        Checking qcheck v1.0.0
       Compiling pest_generator v2.8.6
       Compiling darling v0.20.11
        Checking cyphernet v0.5.2
       Compiling ignore v0.4.25
       Compiling yaml-rust2 v0.9.0
        Checking sqlite v0.37.0
       Compiling hashlink v0.10.0
        Checking radicle-ssh v0.10.0
        Checking chrono v0.4.44
       Compiling pikchr v0.1.4
       Compiling ref-cast-impl v1.0.25
       Compiling serde_derive_internals v0.29.1
       Compiling proc-macro-error-attr2 v2.0.0
       Compiling deunicode v1.6.2
       Compiling smawk v0.3.2
       Compiling erased-serde v0.4.10
       Compiling pulldown-cmark v0.13.3
        Checking utf8parse v0.2.2
       Compiling unicode-linebreak v0.1.5
       Compiling adler2 v2.0.1
       Compiling simd-adler32 v0.3.8
       Compiling miniz_oxide v0.8.9
       Compiling tempfile v3.27.0
       Compiling textwrap v0.16.2
        Checking anstyle-parse v1.0.0
       Compiling schemars_derive v1.2.1
       Compiling slug v0.1.6
       Compiling proc-macro-error2 v2.0.1
       Compiling humansize v2.1.3
        Checking radicle-crypto v0.16.0
       Compiling yaml-rust2 v0.10.4
       Compiling globwalk v0.9.1
       Compiling marked-yaml v0.7.2
       Compiling pest_derive v2.8.6
       Compiling derive_builder_core v0.20.2
        Checking radicle-oid v0.1.0
       Compiling getopts v0.2.24
       Compiling subplot v0.14.0
       Compiling regex v1.12.3
        Checking tracing-core v0.1.36
       Compiling xattr v1.6.1
        Checking nonempty v0.9.0
       Compiling filetime v0.2.27
       Compiling culpa-macros v1.0.2
       Compiling lazy_static v1.5.0
       Compiling pulldown-cmark-escape v0.11.0
       Compiling unicase v2.9.0
       Compiling pin-project-lite v0.2.17
        Checking is_terminal_polyfill v1.70.2
        Checking colorchoice v1.0.5
       Compiling num-conv v0.2.0
       Compiling utf8-width v0.1.8
        Checking tinyvec_macros v0.1.1
       Compiling time-core v0.1.8
        Checking dyn-clone v1.0.20
        Checking anstyle v1.0.14
        Checking anstyle-query v1.1.5
        Checking powerfmt v0.2.0
       Compiling unicode-segmentation v1.12.0
        Checking deranged v0.5.8
       Compiling tera v1.20.1
        Checking anstream v1.0.0
        Checking schemars v1.2.1
       Compiling time-macros v0.2.27
        Checking tinyvec v1.11.0
       Compiling html-escape v0.2.13
       Compiling tracing v0.1.44
       Compiling tar v0.4.45
       Compiling roadmap v0.7.0
       Compiling flate2 v1.1.9
       Compiling derive_builder_macro v0.20.2
       Compiling marked-yaml v0.8.0
       Compiling git-ref-format-macro v0.6.0
        Checking terminal_size v0.4.3
        Checking radicle-dag v0.10.0
        Checking radicle-git-metadata v0.1.0
        Checking cvt v0.1.2
       Compiling descape v3.0.0
        Checking clap_lex v1.1.0
       Compiling base64 v0.22.1
       Compiling line-col v0.2.1
       Compiling heck v0.5.0
       Compiling rust_decimal v1.40.0
        Checking base64 v0.21.7
        Checking time v0.3.47
        Checking clap_builder v4.6.0
       Compiling clap_derive v4.6.0
        Checking quick-xml v0.37.5
        Checking fs_at v0.2.1
        Checking crossbeam-channel v0.5.15
        Checking radicle-cob v0.19.0
        Checking git-ref-format v0.6.0
        Checking derive_builder v0.20.2
        Checking serde-untagged v0.1.9
       Compiling radicle-surf v0.27.0
        Checking unicode-normalization v0.1.25
        Checking radicle-core v0.2.0
       Compiling culpa v1.0.2
        Checking diligent-date-parser v0.1.5
        Checking radicle-git-metadata v0.2.0
        Checking radicle-git-ref-format v0.1.0
        Checking radicle-localtime v0.1.0
        Checking bytesize v2.3.1
        Checking normpath v1.5.0
        Checking siphasher v1.0.2
        Checking dunce v1.0.5
        Checking never v0.1.0
        Checking radicle-std-ext v0.2.0
        Checking fast-glob v0.3.3
        Checking arrayvec v0.7.6
       Compiling subplotlib v0.14.0
        Checking radicle v0.22.1
        Checking radicle-git-ext v0.12.0
        Checking atom_syndication v0.12.7
        Checking remove_dir_all v1.0.0
       Compiling subplotlib-derive v0.14.0
        Checking clap v4.6.0
        Checking sharded-slab v0.1.7
        Checking tracing-log v0.2.0
        Checking tracing-serde v0.2.0
        Checking matchers v0.2.0
        Checking uuid v1.22.0
        Checking fs2 v0.4.3
        Checking thread_local v1.1.9
        Checking unsafe-libyaml-norway v0.2.15
        Checking winnow v0.7.15
        Checking shell-words v1.1.1
        Checking nu-ansi-term v0.50.3
       Compiling radicle-ci-broker v0.26.0 (/ci/src)
        Checking state v0.6.0
        Checking ryu v1.0.23
        Checking nonempty v0.11.0
        Checking radicle-job v0.5.2
        Checking serde_norway v0.9.42
        Checking tracing-subscriber v0.3.23
        Checking duration-str v0.21.0
        Checking rss v2.0.12
        Checking html-page v0.5.0
        Checking nonempty v0.12.0
     Documenting radicle-ci-broker v0.26.0 (/ci/src)
    warning: unresolved link to `RunningProcess`
       --> src/adapter.rs:378:44
        |
    378 |     /// Error from [`TimeoutCommand`] or [`RunningProcess`].
        |                                            ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
        |
        = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
        = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
    
    warning: unresolved link to `RunningProcess`
      --> src/timeoutcmd.rs:74:24
       |
    74 | /// output. See also [`RunningProcess`].
       |                        ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope
       |
       = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
    
    warning: `radicle-ci-broker` (lib doc) generated 2 warnings
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
       Generated /ci/cache/doc/radicle_ci_broker/index.html and 4 other files
    + export RAD_PASSPHRAE=secret
    + RAD_PASSPHRAE=secret
    + rad auth --alias ambient
    + env
    + cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2
       Compiling cfg-if v1.0.4
       Compiling typenum v1.19.0
       Compiling memchr v2.8.0
       Compiling generic-array v0.14.7
       Compiling libc v0.2.183
       Compiling bitflags v2.11.0
       Compiling crypto-common v0.1.7
       Compiling serde_core v1.0.228
       Compiling zerofrom v0.1.6
       Compiling stable_deref_trait v1.2.1
       Compiling subtle v2.6.1
       Compiling yoke v0.8.1
       Compiling once_cell v1.21.4
       Compiling itoa v1.0.18
       Compiling zerovec v0.11.5
       Compiling linux-raw-sys v0.12.1
       Compiling serde v1.0.228
       Compiling block-padding v0.3.3
       Compiling block-buffer v0.10.4
       Compiling cpufeatures v0.2.17
       Compiling digest v0.10.7
       Compiling inout v0.1.4
       Compiling tinystr v0.8.2
       Compiling litemap v0.8.1
       Compiling writeable v0.6.2
       Compiling syn v1.0.109
       Compiling icu_locale_core v2.1.1
       Compiling cipher v0.4.4
       Compiling zerotrie v0.2.3
       Compiling potential_utf v0.1.4
       Compiling getrandom v0.2.17
       Compiling percent-encoding v2.3.2
       Compiling thiserror v1.0.69
       Compiling icu_collections v2.1.1
       Compiling icu_provider v2.1.1
       Compiling smallvec v1.15.1
       Compiling regex-syntax v0.8.10
       Compiling thiserror v2.0.18
       Compiling zmij v1.0.21
       Compiling icu_normalizer_data v2.1.1
       Compiling icu_properties_data v2.1.2
       Compiling fastrand v2.3.0
       Compiling icu_properties v2.1.2
       Compiling icu_normalizer v2.1.1
       Compiling crossbeam-utils v0.8.21
       Compiling amplify_syn v2.0.1
       Compiling universal-hash v0.5.1
       Compiling encoding_rs v0.8.35
       Compiling opaque-debug v0.3.1
       Compiling strsim v0.11.1
       Compiling signature v1.6.4
       Compiling ed25519 v1.5.3
       Compiling amplify_derive v4.0.1
       Compiling idna_adapter v1.2.1
       Compiling rustix v1.1.4
       Compiling ct-codecs v1.1.6
       Compiling ascii v1.1.0
       Compiling log v0.4.29
       Compiling amplify_num v0.5.3
       Compiling utf8_iter v1.0.4
       Compiling idna v1.1.0
       Compiling ec25519 v0.1.0
       Compiling amplify v4.9.0
       Compiling polyval v0.6.2
       Compiling libz-sys v1.1.25
       Compiling git-ref-format-core v0.6.0
       Compiling form_urlencoded v1.2.2
       Compiling sha2 v0.10.9
       Compiling aho-corasick v1.1.4
       Compiling hashbrown v0.16.1
       Compiling base64ct v1.8.3
       Compiling keccak v0.1.6
       Compiling equivalent v1.0.2
       Compiling indexmap v2.13.0
       Compiling sha3 v0.10.8
       Compiling pem-rfc7468 v0.7.0
       Compiling regex-automata v0.4.14
       Compiling url v2.5.8
       Compiling libgit2-sys v0.18.3+1.9.2
       Compiling cyphergraphy v0.3.0
       Compiling ghash v0.5.1
       Compiling ahash v0.8.12
       Compiling rand_core v0.6.4
       Compiling aes v0.8.4
       Compiling ctr v0.9.2
       Compiling aead v0.5.2
       Compiling byteorder v1.5.0
       Compiling base32 v0.4.0
       Compiling pest v2.8.6
       Compiling darling_core v0.20.11
       Compiling cypheraddr v0.4.0
       Compiling blowfish v0.9.1
       Compiling aes-gcm v0.10.3
       Compiling num-traits v0.2.19
       Compiling hashbrown v0.14.5
       Compiling git2 v0.20.4
       Compiling sqlite3-src v0.7.0
       Compiling ssh-encoding v0.2.0
       Compiling poly1305 v0.8.0
       Compiling crossbeam-epoch v0.9.18
       Compiling chacha20 v0.9.1
       Compiling cbc v0.1.2
       Compiling pbkdf2 v0.12.2
       Compiling bstr v1.12.1
       Compiling data-encoding v2.10.0
       Compiling const-str v0.4.3
       Compiling zeroize v1.8.2
       Compiling base256emoji v1.0.2
       Compiling data-encoding-macro v0.1.19
       Compiling globset v0.4.18
       Compiling bcrypt-pbkdf v0.10.0
       Compiling ssh-cipher v0.2.0
       Compiling crossbeam-deque v0.8.6
       Compiling sqlite3-sys v0.18.0
       Compiling hashlink v0.9.1
       Compiling darling_macro v0.20.11
       Compiling serde_json v1.0.149
       Compiling socks5-client v0.4.1
       Compiling pest_meta v2.8.6
       Compiling rand v0.8.5
       Compiling serde_path_to_error v0.1.20
       Compiling lazy_static v1.5.0
       Compiling base-x v0.2.11
       Compiling signature v2.2.0
       Compiling pin-project-lite v0.2.17
       Compiling ssh-key v0.6.7
       Compiling multibase v0.9.2
       Compiling rand_chacha v0.3.1
       Compiling qcheck v1.0.0
       Compiling pest_generator v2.8.6
       Compiling cyphernet v0.5.2
       Compiling darling v0.20.11
       Compiling yaml-rust2 v0.9.0
       Compiling sqlite v0.37.0
       Compiling ignore v0.4.25
       Compiling radicle-ssh v0.10.0
       Compiling chrono v0.4.44
       Compiling getrandom v0.4.2
       Compiling utf8-width v0.1.8
       Compiling utf8parse v0.2.2
       Compiling anstyle-parse v1.0.0
       Compiling html-escape v0.2.13
       Compiling ref-cast v1.0.25
       Compiling tempfile v3.27.0
       Compiling globwalk v0.9.1
       Compiling radicle-crypto v0.16.0
       Compiling yaml-rust2 v0.10.4
       Compiling pest_derive v2.8.6
       Compiling marked-yaml v0.7.2
       Compiling derive_builder_core v0.20.2
       Compiling typeid v1.0.3
       Compiling crc32fast v1.5.0
       Compiling radicle-oid v0.1.0
       Compiling regex v1.12.3
       Compiling xattr v1.6.1
       Compiling nonempty v0.9.0
       Compiling tracing-core v0.1.36
       Compiling filetime v0.2.27
       Compiling dyn-clone v1.0.20
       Compiling tinyvec_macros v0.1.1
       Compiling powerfmt v0.2.0
       Compiling anstyle v1.0.14
       Compiling colorchoice v1.0.5
       Compiling num-conv v0.2.0
       Compiling time-core v0.1.8
       Compiling anstyle-query v1.1.5
       Compiling is_terminal_polyfill v1.70.2
       Compiling time-macros v0.2.27
       Compiling anstream v1.0.0
       Compiling tera v1.20.1
       Compiling pulldown-cmark v0.13.3
       Compiling deranged v0.5.8
       Compiling tinyvec v1.11.0
       Compiling schemars v1.2.1
       Compiling tar v0.4.45
       Compiling tracing v0.1.44
       Compiling git-ref-format-macro v0.6.0
       Compiling flate2 v1.1.9
       Compiling erased-serde v0.4.10
       Compiling nix v0.29.0
       Compiling derive_builder_macro v0.20.2
       Compiling roadmap v0.7.0
       Compiling marked-yaml v0.8.0
       Compiling terminal_size v0.4.3
       Compiling radicle-dag v0.10.0
       Compiling radicle-git-metadata v0.1.0
       Compiling cvt v0.1.2
       Compiling base64 v0.22.1
       Compiling clap_lex v1.1.0
       Compiling base64 v0.21.7
       Compiling subplot v0.14.0
       Compiling clap_builder v4.6.0
       Compiling culpa v1.0.2
       Compiling fs_at v0.2.1
       Compiling radicle-cob v0.19.0
       Compiling derive_builder v0.20.2
       Compiling serde-untagged v0.1.9
       Compiling radicle-surf v0.27.0
       Compiling git-ref-format v0.6.0
       Compiling radicle-core v0.2.0
       Compiling unicode-normalization v0.1.25
       Compiling time v0.3.47
       Compiling diligent-date-parser v0.1.5
       Compiling radicle-git-ref-format v0.1.0
       Compiling quick-xml v0.37.5
       Compiling crossbeam-channel v0.5.15
       Compiling radicle-git-metadata v0.2.0
       Compiling radicle-localtime v0.1.0
       Compiling bytesize v2.3.1
       Compiling never v0.1.0
       Compiling arrayvec v0.7.6
       Compiling fast-glob v0.3.3
       Compiling normpath v1.5.0
       Compiling radicle-std-ext v0.2.0
       Compiling dunce v1.0.5
       Compiling siphasher v1.0.2
       Compiling remove_dir_all v1.0.0
       Compiling radicle v0.22.1
       Compiling radicle-git-ext v0.12.0
       Compiling rust_decimal v1.40.0
       Compiling atom_syndication v0.12.7
       Compiling subplotlib-derive v0.14.0
       Compiling clap v4.6.0
       Compiling tracing-log v0.2.0
       Compiling tracing-serde v0.2.0
       Compiling matchers v0.2.0
       Compiling uuid v1.22.0
       Compiling sharded-slab v0.1.7
       Compiling fs2 v0.4.3
       Compiling thread_local v1.1.9
       Compiling shell-words v1.1.1
       Compiling nu-ansi-term v0.50.3
       Compiling ryu v1.0.23
       Compiling nonempty v0.11.0
       Compiling state v0.6.0
       Compiling unsafe-libyaml-norway v0.2.15
       Compiling winnow v0.7.15
       Compiling duration-str v0.21.0
       Compiling radicle-job v0.5.2
       Compiling serde_norway v0.9.42
       Compiling subplotlib v0.14.0
       Compiling tracing-subscriber v0.3.23
       Compiling rss v2.0.12
       Compiling html-page v0.5.0
       Compiling nonempty v0.12.0
       Compiling qcheck-macros v1.0.0
       Compiling radicle-ci-broker v0.26.0 (/ci/src)
        Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
         Running unittests src/lib.rs (/ci/cache/debug/deps/radicle_ci_broker-a514e369c763f6cd)
         Running unittests src/bin/cib.rs (/ci/cache/debug/deps/cib-09bc875a8ca294af)
         Running unittests src/bin/cibtool.rs (/ci/cache/debug/deps/cibtool-4b34ecba0d2a67f9)
         Running unittests src/bin/default_branch.rs (/ci/cache/debug/deps/default_branch-663a2647cdd99f01)
         Running unittests src/bin/synthetic-events.rs (/ci/cache/debug/deps/synthetic_events-0c96b0af1ce3918c)
         Running tests/subplot.rs (/ci/cache/debug/deps/subplot-cd86a6dcdda680af)
       Doc-tests radicle_ci_broker
    + subplot docgen ci-broker.subplot -o doc/ci-broker.html
     INFO Starting Subplot
     INFO Subplot finished successfully
    + subplot docgen doc/userguide.subplot -o doc/userguide.html
     INFO Starting Subplot
     INFO Subplot finished successfully
    + make -C doc
    fatal: No names found, cannot describe anything.
     INFO Starting Subplot
     INFO Subplot finished successfully
    + cp doc/adapter-impl.html doc/architecture.html doc/ci-broker.html doc/filter-impl.html doc/overview.html doc/userguide.html /ci/artifacts/.
    
  • plan: Action succeeded shell: export CARGO_TARGET_DIR=/ci/cache export CARGO_HOME=/ci/deps export HOME=/root export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH" # Check that `rad` is there. rad --help >/dev/null || (echo rad is not there; exit 1) cargo doc --workspace --no-deps # FIXME: We can't run upgrade tests from older versions because # Ambient only fetches dependencies for the current version. # Thus, we can't build the old versions. This is an Ambient # problem that we can't fix here. So we skip the upgrade tests. export RAD_PASSPHRAE=secret rad auth --alias ambient env cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2 subplot docgen ci-broker.subplot -o doc/ci-broker.html subplot docgen doc/userguide.subplot -o doc/userguide.html make -C doc cp doc/*.html /ci/artifacts/.
    After 0.00 seconds at 2026-03-24 06:48:24Z
    Shell(
        Shell {
            shell: "export CARGO_TARGET_DIR=/ci/cache\nexport CARGO_HOME=/ci/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /ci/artifacts/.\n",
        },
    )
plan: Successful action custom: dch
After 467.03 seconds at 2026-03-24 06:48:24Z
  • plan: Start action custom: dch
    After 0.00 seconds at 2026-03-24 06:48:24Z
    Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
  • plan: Start action custom: dch
    After 0.00 seconds at 2026-03-24 06:48:24Z
    Custom {
        name: "dch",
        args: {
            "debemail": String("liw@liw.fi"),
            "debfullname": String("Lars Wirzenius"),
        },
    }
  • plan: Custom action output
    After 0.00 seconds at 2026-03-24 06:48:25Z
    Stdout:
    HEAD is now at cae4ced6 chore: update dependencies
    Removing doc/adapter-impl.html
    Removing doc/architecture.html
    Removing doc/ci-broker.html
    Removing doc/filter-impl.html
    Removing doc/messages.md
    Removing doc/overview.html
    Removing doc/userguide.html
    
    Stderr:
    + export 'DEBEMAIL="liw@liw.fi"'
    + DEBEMAIL='"liw@liw.fi"'
    + export 'DEBFULLNAME="Lars Wirzenius"'
    + DEBFULLNAME='"Lars Wirzenius"'
    + export CARGO_TARGET_DIR=/workspace/cache
    + CARGO_TARGET_DIR=/workspace/cache
    + export CARGO_HOME=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export HOME=/root
    + HOME=/root
    + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + git reset --hard
    + git clean -fdx
    ++ dpkg-parsechangelog -SVersion
    ++ sed 's/-[^-]*$//'
    + V=0.26.0
    ++ date -u +%Y%m%dT%H%M%S
    + T=20260324T064824
    + version=0.26.0.ci20260324T064824-1
    + dch -v 0.26.0.ci20260324T064824-1 'CI build under Ambient.'
    + dch -r ''
    
  • plan: Action succeeded custom: dch
    After 0.00 seconds at 2026-03-24 06:48:25Z
    Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
plan: Successful action deb
After 467.29 seconds at 2026-03-24 06:48:25Z
  • plan: Start action deb
    After 0.00 seconds at 2026-03-24 06:48:25Z
    Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
  • plan: Start program /bin/bash
    After 0.00 seconds at 2026-03-24 06:48:25Z
    • /bin/bash
    • -c
    • #!/usr/bin/env bash set -xeuo pipefail echo "PATH at start: $PATH" export PATH="/root/.cargo/bin:$PATH" export CARGO_HOME=/ci/deps export DEBEMAIL=liw@liw.fi export DEBFULLNAME="Lars Wirzenius" /bin/env command -v cargo command -v rustc cargo --version rustc --version # Get name and version of source package. name="$(dpkg-parsechangelog -SSource)" version="$(dpkg-parsechangelog -SVersion)" # Get upstream version: everything before the last dash. uv="$(echo "$version" | sed 's/-[^-]*$//')" # Files that will be created. arch="$(dpkg --print-architecture)" orig="../${name}_${uv}.orig.tar.xz" deb="../${name}_${version}_${arch}.deb" changes="../${name}_${version}_${arch}.changes" # Create "upstream tarball". git archive HEAD | xz >"$orig" # Build package. dpkg-buildpackage -us -uc # Dump some information to make it easier to visually verify # everything looks OK. Also, test the package with the lintian tool. ls -l .. for x in ../*.deb; do dpkg -c "$x"; done # FIXME: disabled while this prevents radicle-native-ci deb from being built. # lintian -i --allow-root --fail-on warning ../*.changes # Move files to artifacts directory. mv ../*_* /ci/artifacts/.
  • plan: Program succeeded
    After 0.00 seconds at 2026-03-24 06:53:01Z
    Exit code: 0
    Stdout:
    PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    DEBFULLNAME=Lars Wirzenius
    CARGO_TARGET_DIR=/ci/cache/cargo-target
    PWD=/ci/src
    SYSTEMD_EXEC_PID=262
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/ci/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=a37ea2a098034d8eb30e385bb0d9f0ab
    SHLVL=2
    JOURNAL_STREAM=8:13416
    PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    OLDPWD=/
    _=/bin/env
    /root/.cargo/bin/cargo
    /root/.cargo/bin/rustc
    cargo 1.94.0 (85eff7c80 2026-01-15)
    rustc 1.94.0 (4a4ef493e 2026-03-02)
    dpkg-buildpackage: info: source package radicle-ci-broker
    dpkg-buildpackage: info: source version 0.26.0.ci20260324T064824-1
    dpkg-buildpackage: info: source distribution unstable
    dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
    dpkg-buildpackage: info: host architecture amd64
    dh clean
       dh_auto_clean
       dh_clean
    dpkg-source: info: using source format '3.0 (quilt)'
    dpkg-source: info: building radicle-ci-broker using existing ./radicle-ci-broker_0.26.0.ci20260324T064824.orig.tar.xz
    dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.26.0.ci20260324T064824-1.debian.tar.xz
    dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.26.0.ci20260324T064824-1.dsc
    dh build
       dh_update_autotools_config
       dh_autoreconf
       dh_auto_configure
       debian/rules override_dh_auto_build
    make[1]: Entering directory '/ci/src'
    true
    make[1]: Leaving directory '/ci/src'
       debian/rules override_dh_auto_test
    make[1]: Entering directory '/ci/src'
    echo tests are disabled, for now
    tests are disabled, for now
    make[1]: Leaving directory '/ci/src'
       create-stamp debian/debhelper-build-stamp
    dh binary
       dh_testroot
       dh_prep
       debian/rules override_dh_auto_install
    make[1]: Entering directory '/ci/src'
    cargo install --offline --locked --path=. --root=debian/radicle-ci-broker/usr --bin cib --bin cibtool
    find debian -name '.crates*.*' -delete
    make[1]: Leaving directory '/ci/src'
       dh_installdocs
       dh_installchangelogs
       dh_installman
       dh_lintian
       dh_perl
       dh_link
       dh_strip_nondeterminism
       dh_compress
       dh_fixperms
       dh_missing
       dh_strip
       dh_makeshlibs
       dh_shlibdeps
       dh_installdeb
       dh_gencontrol
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'radicle-ci-broker-dbgsym' in '../radicle-ci-broker-dbgsym_0.26.0.ci20260324T064824-1_amd64.deb'.
    dpkg-deb: building package 'radicle-ci-broker' in '../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.deb'.
    dpkg-genchanges: info: including full source code in upload
    dpkg-buildpackage: info: full upload (original source is included)
    total 91936
    drwxr-xr-x  2 root root     4096 Mar 24 06:48 artifacts
    drwxr-xr-x  6 root root     4096 Mar 24 06:43 cache
    drwxr-xr-x  3 root root     4096 Mar 24 06:48 deps
    -rw-r--r--  1 root root 87057032 Mar 24 06:52 radicle-ci-broker-dbgsym_0.26.0.ci20260324T064824-1_amd64.deb
    -rw-r--r--  1 root root     2376 Mar 24 06:48 radicle-ci-broker_0.26.0.ci20260324T064824-1.debian.tar.xz
    -rw-r--r--  1 root root     1078 Mar 24 06:48 radicle-ci-broker_0.26.0.ci20260324T064824-1.dsc
    -rw-r--r--  1 root root     6371 Mar 24 06:52 radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.buildinfo
    -rw-r--r--  1 root root     2640 Mar 24 06:53 radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.changes
    -rw-r--r--  1 root root  6510144 Mar 24 06:52 radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.deb
    -rw-r--r--  1 root root   530900 Mar 24 06:48 radicle-ci-broker_0.26.0.ci20260324T064824.orig.tar.xz
    drwxr-xr-x 10 root root     4096 Mar 24 06:48 src
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/lib/
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/lib/debug/.build-id/11/
    -rw-r--r-- root/root  47817296 2026-03-24 06:48 ./usr/lib/debug/.build-id/11/b76026dc67ab52ec3d12857e74a28258384d55.debug
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/lib/debug/.build-id/e8/
    -rw-r--r-- root/root  44090288 2026-03-24 06:48 ./usr/lib/debug/.build-id/e8/219c45fc52080c146f2ddebf0a86656a79d804.debug
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2026-03-24 06:48 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/bin/
    -rwxr-xr-x root/root  10530040 2026-03-24 06:48 ./usr/bin/cib
    -rwxr-xr-x root/root  12044768 2026-03-24 06:48 ./usr/bin/cibtool
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/doc/
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/doc/radicle-ci-broker/
    -rw-r--r-- root/root       719 2026-03-24 06:48 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz
    -rw-r--r-- root/root       396 2026-03-24 06:48 ./usr/share/doc/radicle-ci-broker/copyright
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/lintian/
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/lintian/overrides/
    -rw-r--r-- root/root       120 2026-03-24 06:48 ./usr/share/lintian/overrides/radicle-ci-broker
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/man/
    drwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/man/man1/
    -rw-r--r-- root/root       298 2026-03-24 06:48 ./usr/share/man/man1/cib.1.gz
    -rw-r--r-- root/root       277 2026-03-24 06:48 ./usr/share/man/man1/cibtool.1.gz
    
    Stderr:
    + echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
    + export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    + export CARGO_HOME=/ci/deps
    + CARGO_HOME=/ci/deps
    + export DEBEMAIL=liw@liw.fi
    + DEBEMAIL=liw@liw.fi
    + export 'DEBFULLNAME=Lars Wirzenius'
    + DEBFULLNAME='Lars Wirzenius'
    + /bin/env
    + command -v cargo
    + command -v rustc
    + cargo --version
    + rustc --version
    ++ dpkg-parsechangelog -SSource
    + name=radicle-ci-broker
    ++ dpkg-parsechangelog -SVersion
    + version=0.26.0.ci20260324T064824-1
    ++ echo 0.26.0.ci20260324T064824-1
    ++ sed 's/-[^-]*$//'
    + uv=0.26.0.ci20260324T064824
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../radicle-ci-broker_0.26.0.ci20260324T064824.orig.tar.xz
    + deb=../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.deb
    + changes=../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.changes
    + git archive HEAD
    + xz
    + dpkg-buildpackage -us -uc
     dpkg-source --before-build .
     debian/rules clean
     dpkg-source -b .
     debian/rules build
     debian/rules binary
      Installing radicle-ci-broker v0.26.0 (/ci/src)
       Compiling proc-macro2 v1.0.106
       Compiling quote v1.0.45
       Compiling unicode-ident v1.0.24
       Compiling version_check v0.9.5
       Compiling libc v0.2.183
       Compiling syn v2.0.117
       Compiling cfg-if v1.0.4
       Compiling typenum v1.19.0
       Compiling generic-array v0.14.7
       Compiling serde_core v1.0.228
       Compiling crypto-common v0.1.7
       Compiling serde_derive v1.0.228
       Compiling jobserver v0.1.34
       Compiling find-msvc-tools v0.1.9
       Compiling shlex v1.3.0
       Compiling cc v1.2.57
       Compiling synstructure v0.13.2
       Compiling zerofrom-derive v0.1.6
       Compiling serde v1.0.228
       Compiling yoke-derive v0.8.1
       Compiling zerofrom v0.1.6
       Compiling stable_deref_trait v1.2.1
       Compiling subtle v2.6.1
       Compiling yoke v0.8.1
       Compiling pkg-config v0.3.32
       Compiling zerovec-derive v0.11.2
       Compiling displaydoc v0.2.5
       Compiling thiserror v1.0.69
       Compiling zerovec v0.11.5
       Compiling bitflags v2.11.0
       Compiling memchr v2.8.0
       Compiling block-padding v0.3.3
       Compiling block-buffer v0.10.4
       Compiling cpufeatures v0.2.17
       Compiling thiserror v2.0.18
       Compiling zmij v1.0.21
       Compiling digest v0.10.7
       Compiling inout v0.1.4
       Compiling tinystr v0.8.2
       Compiling thiserror-impl v1.0.69
       Compiling crossbeam-utils v0.8.21
       Compiling litemap v0.8.1
       Compiling writeable v0.6.2
       Compiling zerocopy v0.8.47
       Compiling icu_locale_core v2.1.1
       Compiling cipher v0.4.4
       Compiling potential_utf v0.1.4
       Compiling zerotrie v0.2.3
       Compiling thiserror-impl v2.0.18
       Compiling getrandom v0.2.17
       Compiling icu_normalizer_data v2.1.1
       Compiling icu_properties_data v2.1.2
       Compiling syn v1.0.109
       Compiling icu_provider v2.1.1
       Compiling icu_collections v2.1.1
       Compiling getrandom v0.4.2
       Compiling smallvec v1.15.1
       Compiling vcpkg v0.2.15
       Compiling libz-sys v1.1.25
       Compiling once_cell v1.21.4
       Compiling rustix v1.1.4
       Compiling amplify_syn v2.0.1
       Compiling icu_properties v2.1.2
       Compiling icu_normalizer v2.1.1
       Compiling universal-hash v0.5.1
       Compiling itoa v1.0.18
       Compiling linux-raw-sys v0.12.1
       Compiling anyhow v1.0.102
       Compiling opaque-debug v0.3.1
       Compiling signature v1.6.4
       Compiling ed25519 v1.5.3
       Compiling idna_adapter v1.2.1
       Compiling amplify_derive v4.0.1
       Compiling libgit2-sys v0.18.3+1.9.2
       Compiling ahash v0.8.12
       Compiling log v0.4.29
       Compiling percent-encoding v2.3.2
       Compiling ct-codecs v1.1.6
       Compiling utf8_iter v1.0.4
       Compiling autocfg v1.5.0
       Compiling amplify_num v0.5.3
       Compiling ascii v1.1.0
       Compiling num-traits v0.2.19
       Compiling idna v1.1.0
       Compiling amplify v4.9.0
       Compiling ec25519 v0.1.0
       Compiling form_urlencoded v1.2.2
       Compiling polyval v0.6.2
       Compiling git-ref-format-core v0.6.0
       Compiling sha2 v0.10.9
       Compiling aho-corasick v1.1.4
       Compiling sqlite3-src v0.7.0
       Compiling equivalent v1.0.2
       Compiling keccak v0.1.6
       Compiling base64ct v1.8.3
       Compiling regex-syntax v0.8.10
       Compiling hashbrown v0.16.1
       Compiling same-file v1.0.6
       Compiling walkdir v2.5.0
       Compiling indexmap v2.13.0
       Compiling regex-automata v0.4.14
       Compiling pem-rfc7468 v0.7.0
       Compiling sha3 v0.10.8
       Compiling ghash v0.5.1
       Compiling url v2.5.8
       Compiling cyphergraphy v0.3.0
       Compiling rand_core v0.6.4
       Compiling ctr v0.9.2
       Compiling aes v0.8.4
       Compiling encoding_rs v0.8.35
       Compiling aead v0.5.2
       Compiling data-encoding v2.10.0
       Compiling fastrand v2.3.0
       Compiling ucd-trie v0.1.7
       Compiling strsim v0.11.1
       Compiling arraydeque v0.5.1
       Compiling serde_json v1.0.149
       Compiling byteorder v1.5.0
       Compiling fnv v1.0.7
       Compiling base32 v0.4.0
       Compiling ident_case v1.0.1
       Compiling doc-comment v0.3.4
       Compiling darling_core v0.20.11
       Compiling cypheraddr v0.4.0
       Compiling blowfish v0.9.1
       Compiling pest v2.8.6
       Compiling data-encoding-macro-internal v0.1.17
       Compiling aes-gcm v0.10.3
       Compiling hashbrown v0.14.5
       Compiling crossbeam-epoch v0.9.18
       Compiling ssh-encoding v0.2.0
       Compiling poly1305 v0.8.0
       Compiling chacha20 v0.9.1
       Compiling cbc v0.1.2
       Compiling pbkdf2 v0.12.2
       Compiling bstr v1.12.1
       Compiling match-lookup v0.1.2
       Compiling const-str v0.4.3
       Compiling zeroize v1.8.2
       Compiling foldhash v0.1.5
       Compiling unicode-width v0.2.2
       Compiling libm v0.2.16
       Compiling data-encoding-macro v0.1.19
       Compiling hashbrown v0.15.5
       Compiling base256emoji v1.0.2
       Compiling globset v0.4.18
       Compiling bcrypt-pbkdf v0.10.0
       Compiling ssh-cipher v0.2.0
       Compiling sqlite3-sys v0.18.0
       Compiling crossbeam-deque v0.8.6
       Compiling hashlink v0.9.1
       Compiling pest_meta v2.8.6
       Compiling socks5-client v0.4.1
       Compiling darling_macro v0.20.11
       Compiling rand v0.8.5
       Compiling serde_path_to_error v0.1.20
       Compiling ppv-lite86 v0.2.21
       Compiling tracing-attributes v0.1.31
       Compiling typeid v1.0.3
       Compiling crc32fast v1.5.0
       Compiling ref-cast v1.0.25
       Compiling git2 v0.20.4
       Compiling cfg_aliases v0.2.1
       Compiling signature v2.2.0
       Compiling base-x v0.2.11
       Compiling multibase v0.9.2
       Compiling ssh-key v0.6.7
       Compiling nix v0.29.0
       Compiling rand_chacha v0.3.1
       Compiling qcheck v1.0.0
       Compiling darling v0.20.11
       Compiling cyphernet v0.5.2
       Compiling pest_generator v2.8.6
       Compiling yaml-rust2 v0.9.0
       Compiling ignore v0.4.25
       Compiling sqlite v0.37.0
       Compiling hashlink v0.10.0
       Compiling radicle-ssh v0.10.0
       Compiling chrono v0.4.44
       Compiling pikchr v0.1.4
       Compiling ref-cast-impl v1.0.25
       Compiling serde_derive_internals v0.29.1
       Compiling proc-macro-error-attr2 v2.0.0
       Compiling erased-serde v0.4.10
       Compiling deunicode v1.6.2
       Compiling adler2 v2.0.1
       Compiling simd-adler32 v0.3.8
       Compiling pulldown-cmark v0.13.3
       Compiling utf8parse v0.2.2
       Compiling smawk v0.3.2
       Compiling unicode-linebreak v0.1.5
       Compiling textwrap v0.16.2
       Compiling anstyle-parse v1.0.0
       Compiling tempfile v3.27.0
       Compiling miniz_oxide v0.8.9
       Compiling slug v0.1.6
       Compiling proc-macro-error2 v2.0.1
       Compiling schemars_derive v1.2.1
       Compiling humansize v2.1.3
       Compiling radicle-crypto v0.16.0
       Compiling yaml-rust2 v0.10.4
       Compiling globwalk v0.9.1
       Compiling marked-yaml v0.7.2
       Compiling pest_derive v2.8.6
       Compiling derive_builder_core v0.20.2
       Compiling radicle-oid v0.1.0
       Compiling getopts v0.2.24
       Compiling regex v1.12.3
       Compiling subplot v0.14.0
       Compiling tracing-core v0.1.36
       Compiling xattr v1.6.1
       Compiling nonempty v0.9.0
       Compiling filetime v0.2.27
       Compiling culpa-macros v1.0.2
       Compiling powerfmt v0.2.0
       Compiling time-core v0.1.8
       Compiling anstyle-query v1.1.5
       Compiling unicode-segmentation v1.12.0
       Compiling lazy_static v1.5.0
       Compiling anstyle v1.0.14
       Compiling utf8-width v0.1.8
       Compiling pulldown-cmark-escape v0.11.0
       Compiling colorchoice v1.0.5
       Compiling pin-project-lite v0.2.17
       Compiling unicase v2.9.0
       Compiling tinyvec_macros v0.1.1
       Compiling dyn-clone v1.0.20
       Compiling is_terminal_polyfill v1.70.2
       Compiling num-conv v0.2.0
       Compiling time-macros v0.2.27
       Compiling anstream v1.0.0
       Compiling schemars v1.2.1
       Compiling tera v1.20.1
       Compiling tinyvec v1.11.0
       Compiling tracing v0.1.44
       Compiling html-escape v0.2.13
       Compiling deranged v0.5.8
       Compiling tar v0.4.45
       Compiling flate2 v1.1.9
       Compiling git-ref-format-macro v0.6.0
       Compiling derive_builder_macro v0.20.2
       Compiling roadmap v0.7.0
       Compiling marked-yaml v0.8.0
       Compiling terminal_size v0.4.3
       Compiling radicle-dag v0.10.0
       Compiling radicle-git-metadata v0.1.0
       Compiling cvt v0.1.2
       Compiling descape v3.0.0
       Compiling base64 v0.21.7
       Compiling rust_decimal v1.40.0
       Compiling heck v0.5.0
       Compiling base64 v0.22.1
       Compiling clap_lex v1.1.0
       Compiling line-col v0.2.1
       Compiling clap_builder v4.6.0
       Compiling time v0.3.47
       Compiling clap_derive v4.6.0
       Compiling quick-xml v0.37.5
       Compiling fs_at v0.2.1
       Compiling radicle-cob v0.19.0
       Compiling derive_builder v0.20.2
       Compiling git-ref-format v0.6.0
       Compiling serde-untagged v0.1.9
       Compiling radicle-surf v0.27.0
       Compiling crossbeam-channel v0.5.15
       Compiling unicode-normalization v0.1.25
       Compiling radicle-core v0.2.0
       Compiling culpa v1.0.2
       Compiling diligent-date-parser v0.1.5
       Compiling radicle-git-metadata v0.2.0
       Compiling radicle-git-ref-format v0.1.0
       Compiling radicle-localtime v0.1.0
       Compiling bytesize v2.3.1
       Compiling siphasher v1.0.2
       Compiling arrayvec v0.7.6
       Compiling normpath v1.5.0
       Compiling subplotlib v0.14.0
       Compiling dunce v1.0.5
       Compiling never v0.1.0
       Compiling radicle-std-ext v0.2.0
       Compiling fast-glob v0.3.3
       Compiling radicle-git-ext v0.12.0
       Compiling radicle v0.22.1
       Compiling atom_syndication v0.12.7
       Compiling remove_dir_all v1.0.0
       Compiling subplotlib-derive v0.14.0
       Compiling clap v4.6.0
       Compiling sharded-slab v0.1.7
       Compiling tracing-serde v0.2.0
       Compiling tracing-log v0.2.0
       Compiling matchers v0.2.0
       Compiling uuid v1.22.0
       Compiling fs2 v0.4.3
       Compiling thread_local v1.1.9
       Compiling state v0.6.0
       Compiling radicle-ci-broker v0.26.0 (/ci/src)
       Compiling unsafe-libyaml-norway v0.2.15
       Compiling nonempty v0.11.0
       Compiling nu-ansi-term v0.50.3
       Compiling winnow v0.7.15
       Compiling ryu v1.0.23
       Compiling shell-words v1.1.1
       Compiling serde_norway v0.9.42
       Compiling duration-str v0.21.0
       Compiling tracing-subscriber v0.3.23
       Compiling radicle-job v0.5.2
       Compiling rss v2.0.12
       Compiling html-page v0.5.0
       Compiling nonempty v0.12.0
        Finished `release` profile [optimized + debuginfo] target(s) in 4m 03s
      Installing /ci/src/debian/radicle-ci-broker/usr/bin/cib
      Installing /ci/src/debian/radicle-ci-broker/usr/bin/cibtool
       Installed package `radicle-ci-broker v0.26.0 (/ci/src)` (executables `cib`, `cibtool`)
    warning: be sure to add `/ci/src/debian/radicle-ci-broker/usr/bin` to your PATH to be able to run the installed binaries
     dpkg-genbuildinfo -O../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.buildinfo
     dpkg-genchanges -O../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.changes
     dpkg-source --after-build .
    + ls -l ..
    + for x in ../*.deb
    + dpkg -c ../radicle-ci-broker-dbgsym_0.26.0.ci20260324T064824-1_amd64.deb
    + for x in ../*.deb
    + dpkg -c ../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.deb
    + mv ../radicle-ci-broker-dbgsym_0.26.0.ci20260324T064824-1_amd64.deb ../radicle-ci-broker_0.26.0.ci20260324T064824-1.debian.tar.xz ../radicle-ci-broker_0.26.0.ci20260324T064824-1.dsc ../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.buildinfo ../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.changes ../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.deb ../radicle-ci-broker_0.26.0.ci20260324T064824.orig.tar.xz /ci/artifacts/.
    
  • plan: Action succeeded deb
    After 0.00 seconds at 2026-03-24 06:53:02Z
    Deb(
        Deb {
            packages: Some(
                ".",
            ),
        },
    )
plan: Successful action tar_create
After 744.20 seconds at 2026-03-24 06:53:02Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-03-24 06:53:02Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-03-24 06:53:08Z
    TarCreate(
        TarCreate {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action tar_create
After 750.95 seconds at 2026-03-24 06:53:08Z
  • plan: Start action tar_create
    After 0.00 seconds at 2026-03-24 06:53:08Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
  • plan: Action succeeded tar_create
    After 0.00 seconds at 2026-03-24 06:53:08Z
    TarCreate(
        TarCreate {
            archive: "/dev/vdd",
            directory: "/ci/artifacts",
        },
    )
plan: Plan succeeded
After 751.14 seconds at 2026-03-24 06:53:08ZHopefully 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": 1774334437,
        "nanos_since_epoch": 856732206
      },
      "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_clippy"
        },
        {
          "action": "shell",
          "shell": "export CARGO_TARGET_DIR=/ci/cache\nexport CARGO_HOME=/ci/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /ci/artifacts/.\n"
        },
        {
          "action": "custom",
          "name": "dch",
          "args": {
            "debfullname": "Lars Wirzenius",
            "debemail": "liw@liw.fi"
          }
        },
        {
          "action": "deb",
          "packages": "."
        },
        {
          "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": 1774334437,
        "nanos_since_epoch": 857097682
      },
      "log_source": "Plan"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1774334437,
        "nanos_since_epoch": 857324418
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1774334437,
        "nanos_since_epoch": 857793745
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774334437,
        "nanos_since_epoch": 857990936
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774334437,
        "nanos_since_epoch": 858021143
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1774334437,
        "nanos_since_epoch": 858202359
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1774334437,
        "nanos_since_epoch": 895029075
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1774334437,
        "nanos_since_epoch": 895130069
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1774334440,
        "nanos_since_epoch": 2069649
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774334440,
        "nanos_since_epoch": 2105280
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774334440,
        "nanos_since_epoch": 8602416
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1774334440,
        "nanos_since_epoch": 8623981
      },
      "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": 1774334440,
        "nanos_since_epoch": 8634657
      },
      "log_source": "Plan"
    }
  15. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ ln -sf /ci /workspace\n",
      "timestamp": {
        "secs_since_epoch": 1774334440,
        "nanos_since_epoch": 20164827
      },
      "log_source": "Plan"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1774334440,
        "nanos_since_epoch": 20185560
      },
      "log_source": "Plan"
    }
  17. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1774334440,
        "nanos_since_epoch": 20190400
      },
      "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": 1774334440,
        "nanos_since_epoch": 20404768
      },
      "log_source": "Plan"
    }
  19. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "+ git config --global user.name 'Ambient CI'\n",
      "timestamp": {
        "secs_since_epoch": 1774334440,
        "nanos_since_epoch": 38195677
      },
      "log_source": "Plan"
    }
  20. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.name 'Ambient CI'",
      "timestamp": {
        "secs_since_epoch": 1774334440,
        "nanos_since_epoch": 38219587
      },
      "log_source": "Plan"
    }
  21. {
      "type": "execute_action",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1774334440,
        "nanos_since_epoch": 38224793
      },
      "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": 1774334440,
        "nanos_since_epoch": 38441303
      },
      "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": 1774334440,
        "nanos_since_epoch": 53799280
      },
      "log_source": "Plan"
    }
  24. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "git config --global user.email ambient@example.com",
      "timestamp": {
        "secs_since_epoch": 1774334440,
        "nanos_since_epoch": 53819604
      },
      "log_source": "Plan"
    }
  25. {
      "type": "execute_action",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1774334440,
        "nanos_since_epoch": 53824577
      },
      "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": 1774334440,
        "nanos_since_epoch": 54036494
      },
      "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": 1774334440,
        "nanos_since_epoch": 116489719
      },
      "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": 1774334440,
        "nanos_since_epoch": 116531964
      },
      "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": 1774334440,
        "nanos_since_epoch": 223182820
      },
      "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": 1774334440,
        "nanos_since_epoch": 226034665
      },
      "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": 1774334440,
        "nanos_since_epoch": 271195476
      },
      "log_source": "Plan"
    }
  32. {
      "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": 1774334440,
        "nanos_since_epoch": 273937474
      },
      "log_source": "Plan"
    }
  33. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "",
      "stderr": "   Compiling proc-macro2 v1.0.106\n   Compiling quote v1.0.45\n   Compiling unicode-ident v1.0.24\n   Compiling version_check v0.9.5\n   Compiling libc v0.2.183\n   Compiling syn v2.0.117\n    Checking cfg-if v1.0.4\n   Compiling typenum v1.19.0\n   Compiling generic-array v0.14.7\n   Compiling serde_core v1.0.228\n    Checking crypto-common v0.1.7\n   Compiling serde_derive v1.0.228\n   Compiling jobserver v0.1.34\n   Compiling shlex v1.3.0\n   Compiling find-msvc-tools v0.1.9\n   Compiling cc v1.2.57\n   Compiling synstructure v0.13.2\n   Compiling serde v1.0.228\n    Checking stable_deref_trait v1.2.1\n    Checking subtle v2.6.1\n   Compiling zerofrom-derive v0.1.6\n   Compiling yoke-derive v0.8.1\n   Compiling pkg-config v0.3.32\n    Checking zerofrom v0.1.6\n    Checking yoke v0.8.1\n   Compiling zerovec-derive v0.11.2\n   Compiling displaydoc v0.2.5\n    Checking bitflags v2.11.0\n   Compiling memchr v2.8.0\n    Checking zerovec v0.11.5\n    Checking block-buffer v0.10.4\n    Checking block-padding v0.3.3\n   Compiling thiserror v1.0.69\n    Checking cpufeatures v0.2.17\n    Checking inout v0.1.4\n    Checking digest v0.10.7\n    Checking tinystr v0.8.2\n   Compiling thiserror-impl v1.0.69\n    Checking writeable v0.6.2\n   Compiling thiserror v2.0.18\n   Compiling zerocopy v0.8.47\n   Compiling zmij v1.0.21\n    Checking litemap v0.8.1\n   Compiling syn v1.0.109\n    Checking icu_locale_core v2.1.1\n    Checking cipher v0.4.4\n    Checking potential_utf v0.1.4\n    Checking zerotrie v0.2.3\n   Compiling thiserror-impl v2.0.18\n    Checking getrandom v0.2.17\n   Compiling icu_normalizer_data v2.1.1\n   Compiling crossbeam-utils v0.8.21\n   Compiling icu_properties_data v2.1.2\n    Checking icu_provider v2.1.1\n    Checking icu_collections v2.1.1\n    Checking smallvec v1.15.1\n   Compiling vcpkg v0.2.15\n   Compiling once_cell v1.21.4\n   Compiling rustix v1.1.4\n   Compiling libz-sys v1.1.25\n   Compiling getrandom v0.4.2\n    Checking icu_properties v2.1.2\n    Checking icu_normalizer v2.1.1\n   Compiling amplify_syn v2.0.1\n    Checking universal-hash v0.5.1\n    Checking opaque-debug v0.3.1\n    Checking itoa v1.0.18\n    Checking signature v1.6.4\n   Compiling linux-raw-sys v0.12.1\n   Compiling anyhow v1.0.102\n    Checking ed25519 v1.5.3\n   Compiling amplify_derive v4.0.1\n    Checking idna_adapter v1.2.1\n   Compiling libgit2-sys v0.18.3+1.9.2\n   Compiling ahash v0.8.12\n    Checking amplify_num v0.5.3\n    Checking percent-encoding v2.3.2\n    Checking ascii v1.1.0\n    Checking ct-codecs v1.1.6\n   Compiling autocfg v1.5.0\n    Checking log v0.4.29\n    Checking utf8_iter v1.0.4\n    Checking idna v1.1.0\n   Compiling num-traits v0.2.19\n    Checking ec25519 v0.1.0\n    Checking amplify v4.9.0\n    Checking form_urlencoded v1.2.2\n    Checking polyval v0.6.2\n    Checking git-ref-format-core v0.6.0\n    Checking sha2 v0.10.9\n   Compiling aho-corasick v1.1.4\n   Compiling sqlite3-src v0.7.0\n    Checking base64ct v1.8.3\n    Checking equivalent v1.0.2\n    Checking keccak v0.1.6\n   Compiling same-file v1.0.6\n    Checking hashbrown v0.16.1\n   Compiling regex-syntax v0.8.10\n   Compiling regex-automata v0.4.14\n    Checking indexmap v2.13.0\n   Compiling walkdir v2.5.0\n    Checking sha3 v0.10.8\n    Checking pem-rfc7468 v0.7.0\n    Checking ghash v0.5.1\n    Checking url v2.5.8\n    Checking cyphergraphy v0.3.0\n    Checking rand_core v0.6.4\n    Checking ctr v0.9.2\n    Checking aes v0.8.4\n   Compiling encoding_rs v0.8.35\n    Checking aead v0.5.2\n   Compiling doc-comment v0.3.4\n    Checking fastrand v2.3.0\n   Compiling strsim v0.11.1\n    Checking byteorder v1.5.0\n   Compiling fnv v1.0.7\n   Compiling arraydeque v0.5.1\n    Checking base32 v0.4.0\n   Compiling ucd-trie v0.1.7\n   Compiling data-encoding v2.10.0\n   Compiling ident_case v1.0.1\n   Compiling serde_json v1.0.149\n   Compiling darling_core v0.20.11\n   Compiling data-encoding-macro-internal v0.1.17\n   Compiling pest v2.8.6\n    Checking cypheraddr v0.4.0\n    Checking blowfish v0.9.1\n    Checking aes-gcm v0.10.3\n   Compiling crossbeam-epoch v0.9.18\n   Compiling hashbrown v0.14.5\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   Compiling bstr v1.12.1\n   Compiling match-lookup v0.1.2\n    Checking const-str v0.4.3\n   Compiling libm v0.2.16\n    Checking zeroize v1.8.2\n   Compiling unicode-width v0.2.2\n   Compiling foldhash v0.1.5\n   Compiling globset v0.4.18\n   Compiling hashbrown v0.15.5\n    Checking data-encoding-macro v0.1.19\n    Checking base256emoji v1.0.2\n    Checking bcrypt-pbkdf v0.10.0\n    Checking ssh-cipher v0.2.0\n    Checking sqlite3-sys v0.18.0\n   Compiling hashlink v0.9.1\n   Compiling crossbeam-deque v0.8.6\n    Checking socks5-client v0.4.1\n   Compiling pest_meta v2.8.6\n   Compiling darling_macro v0.20.11\n    Checking rand v0.8.5\n   Compiling serde_path_to_error v0.1.20\n   Compiling ppv-lite86 v0.2.21\n   Compiling tracing-attributes v0.1.31\n   Compiling ref-cast v1.0.25\n   Compiling typeid v1.0.3\n    Checking signature v2.2.0\n   Compiling cfg_aliases v0.2.1\n   Compiling crc32fast v1.5.0\n    Checking base-x v0.2.11\n    Checking multibase v0.9.2\n   Compiling nix v0.29.0\n    Checking git2 v0.20.4\n    Checking ssh-key v0.6.7\n   Compiling rand_chacha v0.3.1\n    Checking qcheck v1.0.0\n   Compiling darling v0.20.11\n   Compiling pest_generator v2.8.6\n    Checking cyphernet v0.5.2\n   Compiling ignore v0.4.25\n   Compiling yaml-rust2 v0.9.0\n    Checking sqlite v0.37.0\n   Compiling hashlink v0.10.0\n    Checking radicle-ssh v0.10.0\n    Checking chrono v0.4.44\n   Compiling pikchr v0.1.4\n   Compiling ref-cast-impl v1.0.25\n   Compiling serde_derive_internals v0.29.1\n   Compiling proc-macro-error-attr2 v2.0.0\n   Compiling unicode-linebreak v0.1.5\n   Compiling deunicode v1.6.2\n   Compiling erased-serde v0.4.10\n    Checking utf8parse v0.2.2\n   Compiling simd-adler32 v0.3.8\n   Compiling smawk v0.3.2\n   Compiling pulldown-cmark v0.13.3\n   Compiling adler2 v2.0.1\n   Compiling miniz_oxide v0.8.9\n   Compiling textwrap v0.16.2\n    Checking anstyle-parse v1.0.0\n   Compiling schemars_derive v1.2.1\n   Compiling tempfile v3.27.0\n   Compiling slug v0.1.6\n   Compiling proc-macro-error2 v2.0.1\n   Compiling humansize v2.1.3\n    Checking radicle-crypto v0.16.0\n   Compiling yaml-rust2 v0.10.4\n   Compiling marked-yaml v0.7.2\n   Compiling globwalk v0.9.1\n   Compiling pest_derive v2.8.6\n    Checking radicle-oid v0.1.0\n   Compiling derive_builder_core v0.20.2\n   Compiling getopts v0.2.24\n   Compiling subplot v0.14.0\n   Compiling regex v1.12.3\n    Checking tracing-core v0.1.36\n   Compiling xattr v1.6.1\n    Checking nonempty v0.9.0\n   Compiling filetime v0.2.27\n   Compiling culpa-macros v1.0.2\n   Compiling unicase v2.9.0\n    Checking powerfmt v0.2.0\n   Compiling utf8-width v0.1.8\n   Compiling time-core v0.1.8\n    Checking dyn-clone v1.0.20\n   Compiling pin-project-lite v0.2.17\n    Checking tinyvec_macros v0.1.1\n    Checking is_terminal_polyfill v1.70.2\n   Compiling num-conv v0.2.0\n    Checking anstyle v1.0.14\n    Checking anstyle-query v1.1.5\n   Compiling unicode-segmentation v1.12.0\n    Checking colorchoice v1.0.5\n   Compiling pulldown-cmark-escape v0.11.0\n   Compiling lazy_static v1.5.0\n   Compiling tera v1.20.1\n    Checking anstream v1.0.0\n   Compiling time-macros v0.2.27\n    Checking tinyvec v1.11.0\n   Compiling tracing v0.1.44\n    Checking schemars v1.2.1\n   Compiling html-escape v0.2.13\n    Checking deranged v0.5.8\n   Compiling tar v0.4.45\n   Compiling roadmap v0.7.0\n   Compiling derive_builder_macro v0.20.2\n   Compiling flate2 v1.1.9\n   Compiling marked-yaml v0.8.0\n   Compiling git-ref-format-macro v0.6.0\n    Checking terminal_size v0.4.3\n    Checking radicle-dag v0.10.0\n    Checking radicle-git-metadata v0.1.0\n    Checking cvt v0.1.2\n    Checking base64 v0.21.7\n    Checking clap_lex v1.1.0\n   Compiling base64 v0.22.1\n   Compiling descape v3.0.0\n   Compiling rust_decimal v1.40.0\n   Compiling heck v0.5.0\n   Compiling line-col v0.2.1\n   Compiling clap_derive v4.6.0\n    Checking time v0.3.47\n    Checking quick-xml v0.37.5\n    Checking clap_builder v4.6.0\n    Checking fs_at v0.2.1\n    Checking crossbeam-channel v0.5.15\n    Checking radicle-cob v0.19.0\n    Checking git-ref-format v0.6.0\n    Checking serde-untagged v0.1.9\n   Compiling radicle-surf v0.27.0\n    Checking derive_builder v0.20.2\n    Checking radicle-core v0.2.0\n    Checking unicode-normalization v0.1.25\n   Compiling culpa v1.0.2\n    Checking diligent-date-parser v0.1.5\n    Checking radicle-git-metadata v0.2.0\n    Checking radicle-git-ref-format v0.1.0\n    Checking radicle-localtime v0.1.0\n    Checking bytesize v2.3.1\n   Compiling subplotlib v0.14.0\n    Checking radicle-std-ext v0.2.0\n    Checking fast-glob v0.3.3\n    Checking arrayvec v0.7.6\n    Checking normpath v1.5.0\n    Checking never v0.1.0\n    Checking siphasher v1.0.2\n    Checking dunce v1.0.5\n    Checking radicle v0.22.1\n    Checking atom_syndication v0.12.7\n    Checking remove_dir_all v1.0.0\n    Checking radicle-git-ext v0.12.0\n   Compiling subplotlib-derive v0.14.0\n    Checking clap v4.6.0\n    Checking sharded-slab v0.1.7\n    Checking tracing-serde v0.2.0\n    Checking tracing-log v0.2.0\n    Checking matchers v0.2.0\n    Checking uuid v1.22.0\n    Checking fs2 v0.4.3\n    Checking thread_local v1.1.9\n    Checking shell-words v1.1.1\n    Checking unsafe-libyaml-norway v0.2.15\n    Checking nu-ansi-term v0.50.3\n    Checking state v0.6.0\n   Compiling radicle-ci-broker v0.26.0 (/ci/src)\n    Checking winnow v0.7.15\n    Checking ryu v1.0.23\n    Checking nonempty v0.11.0\n    Checking radicle-job v0.5.2\n    Checking serde_norway v0.9.42\n    Checking duration-str v0.21.0\n    Checking tracing-subscriber v0.3.23\n    Checking rss v2.0.12\n    Checking html-page v0.5.0\n    Checking nonempty v0.12.0\n   Compiling qcheck-macros v1.0.0\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s\n",
      "timestamp": {
        "secs_since_epoch": 1774334517,
        "nanos_since_epoch": 631305939
      },
      "log_source": "Plan"
    }
  34. {
      "type": "action_succeeded",
      "action": "cargo_clippy",
      "timestamp": {
        "secs_since_epoch": 1774334517,
        "nanos_since_epoch": 766724188
      },
      "log_source": "Plan"
    }
  35. {
      "type": "execute_action",
      "action": "shell",
      "shell": "export CARGO_TARGET_DIR=/ci/cache\nexport CARGO_HOME=/ci/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /ci/artifacts/.\n",
      "timestamp": {
        "secs_since_epoch": 1774334517,
        "nanos_since_epoch": 768716473
      },
      "log_source": "Plan"
    }
  36. {
      "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,
            101,
            120,
            112,
            111,
            114,
            116,
            32,
            67,
            65,
            82,
            71,
            79,
            95,
            84,
            65,
            82,
            71,
            69,
            84,
            95,
            68,
            73,
            82,
            61,
            47,
            99,
            105,
            47,
            99,
            97,
            99,
            104,
            101,
            10,
            101,
            120,
            112,
            111,
            114,
            116,
            32,
            67,
            65,
            82,
            71,
            79,
            95,
            72,
            79,
            77,
            69,
            61,
            47,
            99,
            105,
            47,
            100,
            101,
            112,
            115,
            10,
            101,
            120,
            112,
            111,
            114,
            116,
            32,
            72,
            79,
            77,
            69,
            61,
            47,
            114,
            111,
            111,
            116,
            10,
            101,
            120,
            112,
            111,
            114,
            116,
            32,
            80,
            65,
            84,
            72,
            61,
            34,
            47,
            114,
            111,
            111,
            116,
            47,
            46,
            99,
            97,
            114,
            103,
            111,
            47,
            98,
            105,
            110,
            58,
            47,
            114,
            111,
            111,
            116,
            47,
            46,
            114,
            97,
            100,
            105,
            99,
            108,
            101,
            47,
            98,
            105,
            110,
            58,
            36,
            80,
            65,
            84,
            72,
            34,
            10,
            10,
            35,
            32,
            67,
            104,
            101,
            99,
            107,
            32,
            116,
            104,
            97,
            116,
            32,
            96,
            114,
            97,
            100,
            96,
            32,
            105,
            115,
            32,
            116,
            104,
            101,
            114,
            101,
            46,
            10,
            114,
            97,
            100,
            32,
            45,
            45,
            104,
            101,
            108,
            112,
            32,
            62,
            47,
            100,
            101,
            118,
            47,
            110,
            117,
            108,
            108,
            32,
            124,
            124,
            32,
            40,
            101,
            99,
            104,
            111,
            32,
            114,
            97,
            100,
            32,
            105,
            115,
            32,
            110,
            111,
            116,
            32,
            116,
            104,
            101,
            114,
            101,
            59,
            32,
            101,
            120,
            105,
            116,
            32,
            49,
            41,
            10,
            10,
            99,
            97,
            114,
            103,
            111,
            32,
            100,
            111,
            99,
            32,
            45,
            45,
            119,
            111,
            114,
            107,
            115,
            112,
            97,
            99,
            101,
            32,
            45,
            45,
            110,
            111,
            45,
            100,
            101,
            112,
            115,
            10,
            10,
            35,
            32,
            70,
            73,
            88,
            77,
            69,
            58,
            32,
            87,
            101,
            32,
            99,
            97,
            110,
            39,
            116,
            32,
            114,
            117,
            110,
            32,
            117,
            112,
            103,
            114,
            97,
            100,
            101,
            32,
            116,
            101,
            115,
            116,
            115,
            32,
            102,
            114,
            111,
            109,
            32,
            111,
            108,
            100,
            101,
            114,
            32,
            118,
            101,
            114,
            115,
            105,
            111,
            110,
            115,
            32,
            98,
            101,
            99,
            97,
            117,
            115,
            101,
            10,
            35,
            32,
            65,
            109,
            98,
            105,
            101,
            110,
            116,
            32,
            111,
            110,
            108,
            121,
            32,
            102,
            101,
            116,
            99,
            104,
            101,
            115,
            32,
            100,
            101,
            112,
            101,
            110,
            100,
            101,
            110,
            99,
            105,
            101,
            115,
            32,
            102,
            111,
            114,
            32,
            116,
            104,
            101,
            32,
            99,
            117,
            114,
            114,
            101,
            110,
            116,
            32,
            118,
            101,
            114,
            115,
            105,
            111,
            110,
            46,
            10,
            35,
            32,
            84,
            104,
            117,
            115,
            44,
            32,
            119,
            101,
            32,
            99,
            97,
            110,
            39,
            116,
            32,
            98,
            117,
            105,
            108,
            100,
            32,
            116,
            104,
            101,
            32,
            111,
            108,
            100,
            32,
            118,
            101,
            114,
            115,
            105,
            111,
            110,
            115,
            46,
            32,
            84,
            104,
            105,
            115,
            32,
            105,
            115,
            32,
            97,
            110,
            32,
            65,
            109,
            98,
            105,
            101,
            110,
            116,
            10,
            35,
            32,
            112,
            114,
            111,
            98,
            108,
            101,
            109,
            32,
            116,
            104,
            97,
            116,
            32,
            119,
            101,
            32,
            99,
            97,
            110,
            39,
            116,
            32,
            102,
            105,
            120,
            32,
            104,
            101,
            114,
            101,
            46,
            32,
            83,
            111,
            32,
            119,
            101,
            32,
            115,
            107,
            105,
            112,
            32,
            116,
            104,
            101,
            32,
            117,
            112,
            103,
            114,
            97,
            100,
            101,
            32,
            116,
            101,
            115,
            116,
            115,
            46,
            10,
            101,
            120,
            112,
            111,
            114,
            116,
            32,
            82,
            65,
            68,
            95,
            80,
            65,
            83,
            83,
            80,
            72,
            82,
            65,
            69,
            61,
            115,
            101,
            99,
            114,
            101,
            116,
            10,
            114,
            97,
            100,
            32,
            97,
            117,
            116,
            104,
            32,
            45,
            45,
            97,
            108,
            105,
            97,
            115,
            32,
            97,
            109,
            98,
            105,
            101,
            110,
            116,
            10,
            101,
            110,
            118,
            10,
            99,
            97,
            114,
            103,
            111,
            32,
            116,
            101,
            115,
            116,
            32,
            45,
            45,
            119,
            111,
            114,
            107,
            115,
            112,
            97,
            99,
            101,
            32,
            45,
            45,
            110,
            111,
            45,
            102,
            97,
            105,
            108,
            45,
            102,
            97,
            115,
            116,
            32,
            45,
            45,
            32,
            45,
            45,
            115,
            107,
            105,
            112,
            32,
            117,
            112,
            103,
            114,
            97,
            100,
            101,
            32,
            45,
            45,
            116,
            101,
            115,
            116,
            45,
            116,
            104,
            114,
            101,
            97,
            100,
            115,
            32,
            50,
            10,
            10,
            115,
            117,
            98,
            112,
            108,
            111,
            116,
            32,
            100,
            111,
            99,
            103,
            101,
            110,
            32,
            99,
            105,
            45,
            98,
            114,
            111,
            107,
            101,
            114,
            46,
            115,
            117,
            98,
            112,
            108,
            111,
            116,
            32,
            45,
            111,
            32,
            100,
            111,
            99,
            47,
            99,
            105,
            45,
            98,
            114,
            111,
            107,
            101,
            114,
            46,
            104,
            116,
            109,
            108,
            10,
            115,
            117,
            98,
            112,
            108,
            111,
            116,
            32,
            100,
            111,
            99,
            103,
            101,
            110,
            32,
            100,
            111,
            99,
            47,
            117,
            115,
            101,
            114,
            103,
            117,
            105,
            100,
            101,
            46,
            115,
            117,
            98,
            112,
            108,
            111,
            116,
            32,
            45,
            111,
            32,
            100,
            111,
            99,
            47,
            117,
            115,
            101,
            114,
            103,
            117,
            105,
            100,
            101,
            46,
            104,
            116,
            109,
            108,
            10,
            109,
            97,
            107,
            101,
            32,
            45,
            67,
            32,
            100,
            111,
            99,
            10,
            99,
            112,
            32,
            100,
            111,
            99,
            47,
            42,
            46,
            104,
            116,
            109,
            108,
            32,
            47,
            99,
            105,
            47,
            97,
            114,
            116,
            105,
            102,
            97,
            99,
            116,
            115,
            47,
            46,
            10,
            10
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1774334517,
        "nanos_since_epoch": 781301943
      },
      "log_source": "Plan"
    }
  37. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "\nInitializing your radicle 👾 identity\n\n✓ Creating your Ed25519 keypair...\n✓ Your Radicle DID is did:key:z6Mkmj5Zh8bikapGgUmxgCKLe9hvka88vsfEzZ8AuHBxM7J7. This identifies your device. Run `rad self` to show it at all times.\n✓ You're all set.\n\nTo create a Radicle repository, run `rad init` from a Git repository with at least one commit.\nTo clone a repository, run `rad clone <rid>`. For example, `rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5` clones the Radicle 'heartwood' repository.\nTo get a list of all commands, run `rad`.\nCARGO_TARGET_DIR=/ci/cache\nPWD=/ci/src\nSYSTEMD_EXEC_PID=262\nHOME=/root\nLANG=C.UTF-8\nCARGO_HOME=/ci/deps\nINVOCATION_ID=a37ea2a098034d8eb30e385bb0d9f0ab\nRAD_PASSPHRAE=secret\nSHLVL=2\nJOURNAL_STREAM=8:13416\nPATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\nOLDPWD=/\n_=/usr/bin/env\n\nrunning 87 tests\ntest adapter::test::adapter_does_not_exist ... ok\ntest adapter::test::adapter_ends_ok_before_first_message ... ok\ntest adapter::test::adapter_ends_ok_before_second_message ... ok\ntest adapter::test::adapter_exits_nonzero ... ok\ntest adapter::test::adapter_first_message_isnt_triggered ... ok\ntest adapter::test::adapter_has_bad_interpreter ... ok\ntest adapter::test::adapter_is_killed_after_second_message ... ok\ntest adapter::test::adapter_is_killed_before_any_messages ... ok\ntest adapter::test::adapter_is_killed_before_first_message ... ok\ntest adapter::test::adapter_is_not_executable ... ok\ntest adapter::test::adapter_outputs_too_many_messages ... ok\ntest adapter::test::adapter_produces_as_bad_message ... ok\ntest adapter::test::adapter_reports_failure ... ok\ntest adapter::test::adapter_reports_success ... ok\ntest broker::test::adapter_fails ... ok\ntest ci_event::test::branch_created ... ok\ntest ci_event::test::branch_deleted ... ok\ntest ci_event::test::branch_updated ... ok\ntest ci_event::test::diff_refs ... ok\ntest ci_event::test::nothing_updated ... ok\ntest ci_event::test::patch_created ... ok\ntest ci_event::test::patch_updated ... ok\ntest ci_event::test::skipped ... ok\ntest ci_event::test_parsed_ref::branch ... ok\ntest ci_event::test_parsed_ref::patch ... ok\ntest ci_event::test_parsed_ref::tag ... ok\ntest config::test::parse_config_yaml ... ok\ntest config::test::parse_config_yaml_without_max_run_time ... ok\ntest filter::test::allows_all_for_default_repository ... ok\ntest filter::test::allows_all_for_main_branch ... ok\ntest filter::test::allows_all_for_right_node ... ok\ntest filter::test::allows_any_event ... ok\ntest filter::test::allows_branch_creation ... ok\ntest filter::test::allows_branch_deletion ... ok\ntest filter::test::allows_branch_update ... ok\ntest filter::test::allows_if_all_allow ... ok\ntest filter::test::allows_if_any_allows ... ok\ntest filter::test::allows_no_event ... ok\ntest filter::test::allows_none_for_wrong_node ... ok\ntest filter::test::allows_opposite ... ok\ntest filter::test::allows_patch_creation ... ok\ntest filter::test::allows_patch_update ... ok\ntest filter::test::allows_shutdown ... ok\ntest filter::test::allows_specific_patch ... ok\ntest filter::test::allows_wanted_tag ... ok\ntest filter::test::deserialize_yaml_nested_not ... ok\ntest filter::test::doesnt_allow_any_for_other_branch ... ok\ntest filter::test::doesnt_allow_any_for_other_repository ... ok\ntest filter::test::doesnt_allow_unexpected_tag ... ok\ntest filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_prefix ... ok\ntest filter::test::doesnt_allow_unexpected_tag_even_if_wanted_is_suffix ... ok\ntest filter::test::doesnt_allows_other_patch ... ok\ntest filter::test::only_allows_branch_creation ... ok\ntest filter::test::only_allows_branch_deletion ... ok\ntest filter::test::only_allows_branch_update ... ok\ntest filter::test::only_allows_patch_creation ... ok\ntest filter::test::only_allows_patch_update ... ok\ntest filter::test::yaml_roundtrip ... ok\ntest broker::test::executes_adapter ... ok\ntest msg::trigger_from_ci_event_tests::trigger_patch_from_patch_created ... ok\ntest msg::trigger_from_ci_event_tests::trigger_patch_from_patch_updated ... ok\ntest msg::trigger_from_ci_event_tests::trigger_push_from_branch_created ... ok\ntest refs::test::creates_patch_from_str ... ok\ntest refs::test::extracts_branch_namespaced_branch ... ok\ntest refs::test::namespaced_branch_from_plain ... ok\ntest refs::test::plain_branch_name ... ok\ntest refs::test::qualified_branch_name_from_plain ... ok\ntest msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... ok\ntest refs::test::ref_string_from_plain_branch_name ... ok\ntest run::test::serialize_run_state ... ok\ntest sensitive::test_sensitive::debugged ... ok\ntest sensitive::test_sensitive::displayed ... ok\ntest sensitive::test_sensitive::deser ... ok\ntest sensitive::test_sensitive::ser ... ok\ntest timeoutcmd::tests::bin_true ... ok\ntest timeoutcmd::tests::bin_false ... ok\ntest timeoutcmd::tests::hello_world ... ok\ntest timeoutcmd::tests::hello_world_to_stderr ... ok\ntest timeoutcmd::tests::kill_stderr ... ok\ntest timeoutcmd::tests::kill ... ok\ntest timeoutcmd::tests::pipe_through_cat ... ok\ntest timeoutcmd::tests::sleep_1 ... ok\ntest timeoutcmd::tests::sleep_for_too_long ... ok\ntest timeoutcmd::tests::yes_to_stderr ... ok\ntest timeoutcmd::tests::sleep_for_too_long_while_reading_with_realtimelines ... ok\ntest timeoutcmd::tests::yes_to_stdout ... ok\ntest timeoutcmd::tests::yes_to_stdout_while_reading_with_realtimelines ... ok\n\ntest result: ok. 87 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.28s\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 0 tests\n\ntest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\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 0 tests\n\ntest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\n\nrunning 73 tests\ntest adapter_with_url_runs_successfully ... ok\ntest add_information_about_run_that_s_finished_in_failure_to_database ... ok\ntest adapter_can_provide_url_for_info_on_run ... ok\ntest add_information_about_run_that_s_running_to_database ... ok\ntest add_information_about_run_that_s_finished_successfully_to_database ... ok\ntest allows_setting_minimum_log_level ... ok\ntest add_information_about_triggered_run_to_database ... ok\ntest can_add_a_branch_creation_event_to_queue ... ok\ntest can_add_a_branch_deletion_event_to_queue ... ok\ntest can_add_a_branch_update_event_to_queue ... ok\ntest can_add_a_patch_creation_event_to_queue ... ok\ntest can_add_a_patch_update_event_to_queue ... ok\ntest can_add_shutdown_event_to_queue ... ok\ntest can_output_trigger_message_for_a_ci_run ... ok\ntest can_remove_all_queued_events ... ok\ntest can_trigger_a_ci_run ... ok\ntest convert_recorded_node_events_into_ci_events ... ok\ntest can_shut_down_cleanly ... ok\ntest count_in_a_single_process has been running for over 60 seconds\ntest count_in_concurrent_processes has been running for over 60 seconds\ntest count_in_a_single_process ... ok\ntest create_a_repository ... ok\ntest don_t_insert_event_for_non_existent_repository ... ok\ntest count_in_concurrent_processes ... ok\ntest event_synthesizer_terminates_after_first_connection ... ok\ntest dummy_adapter_runs_successfully ... ok\ntest events_can_be_queued_and_removed_from_queue ... ok\ntest extract_cib_log_from_journald_and_pretty_print ... ok\ntest fails_run_if_building_trigger_fails__but_does_not_crash ... ok\ntest filter_predicate_allow ... ok\ntest filter_predicate_and ... ok\ntest filter_predicate_anydelegate ... ok\ntest filter_predicate_branchcreated ... ok\ntest filter_predicate_branch ... ok\ntest filter_predicate_branchupdated ... ok\ntest filter_predicate_branchdeleted ... ok\ntest filter_predicate_deny ... ok\ntest filter_predicate_defaultbranch ... ok\ntest filter_predicate_hasfile ... ok\ntest filter_predicate_not ... ok\ntest filter_predicate_node ... ok\ntest filter_predicate_repository ... ok\ntest filter_predicate_or ... ok\ntest filter_predicate_tag ... ok\ntest filter_recorded_ci_events ... ok\ntest gives_helpful_error_message_if_it_doesn_t_understand_its_configuration_file ... ok\ntest gives_helpful_error_message_if_node_socket_can_t_be_found ... ok\ntest handles_adapter_failing_on_a_failed_run ... ok\ntest handles_adapter_failing_on_a_successful_run ... ok\ntest insert_events_into_queue ... ok\ntest logs_adapter_stderr_output ... ok\ntest logs_start_and_successful_end ... ok\ntest logs_termination_due_to_error ... ok\ntest process_queued_events ... ok\ntest processes_empty_event_queue_successfully ... ok\ntest produces_a_json_status_file ... ok\ntest produces_a_report_page_upon_request ... ok\ntest queue_a_node_event_for_processing ... ok\ntest record_node_events ... ok\ntest refuses_config_with_an_unknown_field ... ok\ntest remove_information_about_a_run_from_the_database ... ok\ntest reports_it_version ... ok\ntest runs_adapter_on_each_type_of_event ... ok\ntest runs_adapter_with_configuration ... ok\ntest runs_adapter_without_a_report_directory ... ok\ntest runs_adapters_for_all_matching_triggers ... ok\ntest set_up_a_node ... ok\ntest shows_adapter_specification ... ok\ntest shows_json_config_as_json ... ok\ntest shows_yaml_config_as_json ... ok\ntest insert_many_events_into_queue ... ok\ntest stops_if_the_node_connection_breaks ... ok\ntest smoke_test__runs_adapter ... ok\ntest update_and_show_information_about_run_to_running ... ok\ntest we_can_run_rad ... ok\n\ntest result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 217.50s\n\n\nrunning 2 tests\ntest src/msg.rs - msg::RunId (line 51) ... ok\ntest src/timeoutcmd.rs - timeoutcmd (line 21) ... ok\n\ntest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s\n\nall doctests ran in 0.65s; merged doctests compilation took 0.63s\nmake: Entering directory '/ci/src/doc'\n./messages.sh > messages.md\nsubplot docgen --date \"Version: $(git describe --long --dirty)\" architecture.subplot -o architecture.html\npandoc --standalone --metadata title=\"Radicle CI overview\" \"overview.md\" --output \"overview.html\"\npandoc --standalone --metadata title=\"Radicle CI event filter implementation\" \"filter-impl.md\" --output \"filter-impl.html\"\npandoc --standalone --metadata title=\"Radicle CI adapter implementation\" \"adapter-impl.md\" --output \"adapter-impl.html\"\nmake: Leaving directory '/ci/src/doc'\n",
      "stderr": "+ export CARGO_TARGET_DIR=/ci/cache\n+ CARGO_TARGET_DIR=/ci/cache\n+ export CARGO_HOME=/ci/deps\n+ CARGO_HOME=/ci/deps\n+ export HOME=/root\n+ HOME=/root\n+ export PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n+ PATH=/root/.cargo/bin:/root/.radicle/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n+ rad --help\n+ cargo doc --workspace --no-deps\n   Compiling proc-macro2 v1.0.106\n   Compiling unicode-ident v1.0.24\n   Compiling quote v1.0.45\n   Compiling version_check v0.9.5\n   Compiling libc v0.2.183\n   Compiling syn v2.0.117\n    Checking cfg-if v1.0.4\n   Compiling typenum v1.19.0\n   Compiling generic-array v0.14.7\n   Compiling serde_core v1.0.228\n    Checking crypto-common v0.1.7\n   Compiling serde_derive v1.0.228\n   Compiling jobserver v0.1.34\n   Compiling find-msvc-tools v0.1.9\n   Compiling shlex v1.3.0\n   Compiling cc v1.2.57\n   Compiling synstructure v0.13.2\n   Compiling serde v1.0.228\n    Checking subtle v2.6.1\n    Checking stable_deref_trait v1.2.1\n   Compiling zerofrom-derive v0.1.6\n   Compiling yoke-derive v0.8.1\n   Compiling pkg-config v0.3.32\n    Checking zerofrom v0.1.6\n    Checking yoke v0.8.1\n   Compiling zerovec-derive v0.11.2\n   Compiling displaydoc v0.2.5\n    Checking bitflags v2.11.0\n   Compiling memchr v2.8.0\n    Checking zerovec v0.11.5\n    Checking block-buffer v0.10.4\n    Checking block-padding v0.3.3\n   Compiling thiserror v1.0.69\n    Checking cpufeatures v0.2.17\n    Checking inout v0.1.4\n    Checking digest v0.10.7\n    Checking tinystr v0.8.2\n   Compiling thiserror-impl v1.0.69\n   Compiling zerocopy v0.8.47\n    Checking litemap v0.8.1\n   Compiling thiserror v2.0.18\n    Checking writeable v0.6.2\n   Compiling zmij v1.0.21\n    Checking icu_locale_core v2.1.1\n    Checking cipher v0.4.4\n    Checking potential_utf v0.1.4\n    Checking zerotrie v0.2.3\n   Compiling thiserror-impl v2.0.18\n    Checking getrandom v0.2.17\n   Compiling syn v1.0.109\n   Compiling crossbeam-utils v0.8.21\n   Compiling icu_normalizer_data v2.1.1\n   Compiling icu_properties_data v2.1.2\n    Checking icu_provider v2.1.1\n    Checking icu_collections v2.1.1\n    Checking smallvec v1.15.1\n   Compiling vcpkg v0.2.15\n   Compiling libz-sys v1.1.25\n   Compiling getrandom v0.4.2\n   Compiling rustix v1.1.4\n   Compiling once_cell v1.21.4\n    Checking icu_properties v2.1.2\n    Checking icu_normalizer v2.1.1\n   Compiling amplify_syn v2.0.1\n    Checking universal-hash v0.5.1\n    Checking signature v1.6.4\n    Checking itoa v1.0.18\n   Compiling linux-raw-sys v0.12.1\n    Checking opaque-debug v0.3.1\n   Compiling anyhow v1.0.102\n    Checking ed25519 v1.5.3\n   Compiling amplify_derive v4.0.1\n    Checking idna_adapter v1.2.1\n   Compiling libgit2-sys v0.18.3+1.9.2\n   Compiling ahash v0.8.12\n    Checking percent-encoding v2.3.2\n    Checking ct-codecs v1.1.6\n   Compiling autocfg v1.5.0\n    Checking log v0.4.29\n    Checking ascii v1.1.0\n    Checking utf8_iter v1.0.4\n    Checking amplify_num v0.5.3\n    Checking idna v1.1.0\n   Compiling num-traits v0.2.19\n    Checking ec25519 v0.1.0\n    Checking form_urlencoded v1.2.2\n    Checking amplify v4.9.0\n    Checking polyval v0.6.2\n    Checking git-ref-format-core v0.6.0\n    Checking sha2 v0.10.9\n   Compiling aho-corasick v1.1.4\n   Compiling sqlite3-src v0.7.0\n    Checking keccak v0.1.6\n    Checking hashbrown v0.16.1\n    Checking base64ct v1.8.3\n    Checking equivalent v1.0.2\n   Compiling same-file v1.0.6\n   Compiling regex-syntax v0.8.10\n   Compiling regex-automata v0.4.14\n   Compiling walkdir v2.5.0\n    Checking indexmap v2.13.0\n    Checking pem-rfc7468 v0.7.0\n    Checking sha3 v0.10.8\n    Checking ghash v0.5.1\n    Checking cyphergraphy v0.3.0\n    Checking url v2.5.8\n    Checking rand_core v0.6.4\n    Checking aes v0.8.4\n    Checking ctr v0.9.2\n   Compiling encoding_rs v0.8.35\n    Checking aead v0.5.2\n    Checking base32 v0.4.0\n   Compiling ident_case v1.0.1\n   Compiling serde_json v1.0.149\n   Compiling fnv v1.0.7\n    Checking fastrand v2.3.0\n   Compiling doc-comment v0.3.4\n    Checking byteorder v1.5.0\n   Compiling arraydeque v0.5.1\n   Compiling data-encoding v2.10.0\n   Compiling strsim v0.11.1\n   Compiling ucd-trie v0.1.7\n   Compiling pest v2.8.6\n   Compiling darling_core v0.20.11\n   Compiling data-encoding-macro-internal v0.1.17\n    Checking blowfish v0.9.1\n    Checking cypheraddr v0.4.0\n    Checking aes-gcm v0.10.3\n   Compiling crossbeam-epoch v0.9.18\n   Compiling hashbrown v0.14.5\n    Checking ssh-encoding v0.2.0\n    Checking poly1305 v0.8.0\n    Checking cbc v0.1.2\n    Checking chacha20 v0.9.1\n    Checking pbkdf2 v0.12.2\n   Compiling bstr v1.12.1\n   Compiling match-lookup v0.1.2\n    Checking const-str v0.4.3\n   Compiling libm v0.2.16\n    Checking zeroize v1.8.2\n   Compiling foldhash v0.1.5\n   Compiling unicode-width v0.2.2\n   Compiling globset v0.4.18\n   Compiling hashbrown v0.15.5\n    Checking data-encoding-macro v0.1.19\n    Checking base256emoji v1.0.2\n    Checking bcrypt-pbkdf v0.10.0\n    Checking ssh-cipher v0.2.0\n    Checking sqlite3-sys v0.18.0\n   Compiling hashlink v0.9.1\n   Compiling crossbeam-deque v0.8.6\n    Checking socks5-client v0.4.1\n   Compiling darling_macro v0.20.11\n   Compiling pest_meta v2.8.6\n    Checking rand v0.8.5\n   Compiling serde_path_to_error v0.1.20\n   Compiling ppv-lite86 v0.2.21\n   Compiling tracing-attributes v0.1.31\n   Compiling ref-cast v1.0.25\n   Compiling crc32fast v1.5.0\n    Checking base-x v0.2.11\n    Checking signature v2.2.0\n   Compiling typeid v1.0.3\n   Compiling cfg_aliases v0.2.1\n   Compiling nix v0.29.0\n    Checking ssh-key v0.6.7\n    Checking git2 v0.20.4\n    Checking multibase v0.9.2\n   Compiling rand_chacha v0.3.1\n    Checking qcheck v1.0.0\n   Compiling pest_generator v2.8.6\n   Compiling darling v0.20.11\n    Checking cyphernet v0.5.2\n   Compiling ignore v0.4.25\n   Compiling yaml-rust2 v0.9.0\n    Checking sqlite v0.37.0\n   Compiling hashlink v0.10.0\n    Checking radicle-ssh v0.10.0\n    Checking chrono v0.4.44\n   Compiling pikchr v0.1.4\n   Compiling ref-cast-impl v1.0.25\n   Compiling serde_derive_internals v0.29.1\n   Compiling proc-macro-error-attr2 v2.0.0\n   Compiling deunicode v1.6.2\n   Compiling smawk v0.3.2\n   Compiling erased-serde v0.4.10\n   Compiling pulldown-cmark v0.13.3\n    Checking utf8parse v0.2.2\n   Compiling unicode-linebreak v0.1.5\n   Compiling adler2 v2.0.1\n   Compiling simd-adler32 v0.3.8\n   Compiling miniz_oxide v0.8.9\n   Compiling tempfile v3.27.0\n   Compiling textwrap v0.16.2\n    Checking anstyle-parse v1.0.0\n   Compiling schemars_derive v1.2.1\n   Compiling slug v0.1.6\n   Compiling proc-macro-error2 v2.0.1\n   Compiling humansize v2.1.3\n    Checking radicle-crypto v0.16.0\n   Compiling yaml-rust2 v0.10.4\n   Compiling globwalk v0.9.1\n   Compiling marked-yaml v0.7.2\n   Compiling pest_derive v2.8.6\n   Compiling derive_builder_core v0.20.2\n    Checking radicle-oid v0.1.0\n   Compiling getopts v0.2.24\n   Compiling subplot v0.14.0\n   Compiling regex v1.12.3\n    Checking tracing-core v0.1.36\n   Compiling xattr v1.6.1\n    Checking nonempty v0.9.0\n   Compiling filetime v0.2.27\n   Compiling culpa-macros v1.0.2\n   Compiling lazy_static v1.5.0\n   Compiling pulldown-cmark-escape v0.11.0\n   Compiling unicase v2.9.0\n   Compiling pin-project-lite v0.2.17\n    Checking is_terminal_polyfill v1.70.2\n    Checking colorchoice v1.0.5\n   Compiling num-conv v0.2.0\n   Compiling utf8-width v0.1.8\n    Checking tinyvec_macros v0.1.1\n   Compiling time-core v0.1.8\n    Checking dyn-clone v1.0.20\n    Checking anstyle v1.0.14\n    Checking anstyle-query v1.1.5\n    Checking powerfmt v0.2.0\n   Compiling unicode-segmentation v1.12.0\n    Checking deranged v0.5.8\n   Compiling tera v1.20.1\n    Checking anstream v1.0.0\n    Checking schemars v1.2.1\n   Compiling time-macros v0.2.27\n    Checking tinyvec v1.11.0\n   Compiling html-escape v0.2.13\n   Compiling tracing v0.1.44\n   Compiling tar v0.4.45\n   Compiling roadmap v0.7.0\n   Compiling flate2 v1.1.9\n   Compiling derive_builder_macro v0.20.2\n   Compiling marked-yaml v0.8.0\n   Compiling git-ref-format-macro v0.6.0\n    Checking terminal_size v0.4.3\n    Checking radicle-dag v0.10.0\n    Checking radicle-git-metadata v0.1.0\n    Checking cvt v0.1.2\n   Compiling descape v3.0.0\n    Checking clap_lex v1.1.0\n   Compiling base64 v0.22.1\n   Compiling line-col v0.2.1\n   Compiling heck v0.5.0\n   Compiling rust_decimal v1.40.0\n    Checking base64 v0.21.7\n    Checking time v0.3.47\n    Checking clap_builder v4.6.0\n   Compiling clap_derive v4.6.0\n    Checking quick-xml v0.37.5\n    Checking fs_at v0.2.1\n    Checking crossbeam-channel v0.5.15\n    Checking radicle-cob v0.19.0\n    Checking git-ref-format v0.6.0\n    Checking derive_builder v0.20.2\n    Checking serde-untagged v0.1.9\n   Compiling radicle-surf v0.27.0\n    Checking unicode-normalization v0.1.25\n    Checking radicle-core v0.2.0\n   Compiling culpa v1.0.2\n    Checking diligent-date-parser v0.1.5\n    Checking radicle-git-metadata v0.2.0\n    Checking radicle-git-ref-format v0.1.0\n    Checking radicle-localtime v0.1.0\n    Checking bytesize v2.3.1\n    Checking normpath v1.5.0\n    Checking siphasher v1.0.2\n    Checking dunce v1.0.5\n    Checking never v0.1.0\n    Checking radicle-std-ext v0.2.0\n    Checking fast-glob v0.3.3\n    Checking arrayvec v0.7.6\n   Compiling subplotlib v0.14.0\n    Checking radicle v0.22.1\n    Checking radicle-git-ext v0.12.0\n    Checking atom_syndication v0.12.7\n    Checking remove_dir_all v1.0.0\n   Compiling subplotlib-derive v0.14.0\n    Checking clap v4.6.0\n    Checking sharded-slab v0.1.7\n    Checking tracing-log v0.2.0\n    Checking tracing-serde v0.2.0\n    Checking matchers v0.2.0\n    Checking uuid v1.22.0\n    Checking fs2 v0.4.3\n    Checking thread_local v1.1.9\n    Checking unsafe-libyaml-norway v0.2.15\n    Checking winnow v0.7.15\n    Checking shell-words v1.1.1\n    Checking nu-ansi-term v0.50.3\n   Compiling radicle-ci-broker v0.26.0 (/ci/src)\n    Checking state v0.6.0\n    Checking ryu v1.0.23\n    Checking nonempty v0.11.0\n    Checking radicle-job v0.5.2\n    Checking serde_norway v0.9.42\n    Checking tracing-subscriber v0.3.23\n    Checking duration-str v0.21.0\n    Checking rss v2.0.12\n    Checking html-page v0.5.0\n    Checking nonempty v0.12.0\n Documenting radicle-ci-broker v0.26.0 (/ci/src)\nwarning: unresolved link to `RunningProcess`\n   --> src/adapter.rs:378:44\n    |\n378 |     /// Error from [`TimeoutCommand`] or [`RunningProcess`].\n    |                                            ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope\n    |\n    = help: to escape `[` and `]` characters, add '\\' before them like `\\[` or `\\]`\n    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default\n\nwarning: unresolved link to `RunningProcess`\n  --> src/timeoutcmd.rs:74:24\n   |\n74 | /// output. See also [`RunningProcess`].\n   |                        ^^^^^^^^^^^^^^ no item named `RunningProcess` in scope\n   |\n   = help: to escape `[` and `]` characters, add '\\' before them like `\\[` or `\\]`\n\nwarning: `radicle-ci-broker` (lib doc) generated 2 warnings\n    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s\n   Generated /ci/cache/doc/radicle_ci_broker/index.html and 4 other files\n+ export RAD_PASSPHRAE=secret\n+ RAD_PASSPHRAE=secret\n+ rad auth --alias ambient\n+ env\n+ cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n   Compiling cfg-if v1.0.4\n   Compiling typenum v1.19.0\n   Compiling memchr v2.8.0\n   Compiling generic-array v0.14.7\n   Compiling libc v0.2.183\n   Compiling bitflags v2.11.0\n   Compiling crypto-common v0.1.7\n   Compiling serde_core v1.0.228\n   Compiling zerofrom v0.1.6\n   Compiling stable_deref_trait v1.2.1\n   Compiling subtle v2.6.1\n   Compiling yoke v0.8.1\n   Compiling once_cell v1.21.4\n   Compiling itoa v1.0.18\n   Compiling zerovec v0.11.5\n   Compiling linux-raw-sys v0.12.1\n   Compiling serde v1.0.228\n   Compiling block-padding v0.3.3\n   Compiling block-buffer v0.10.4\n   Compiling cpufeatures v0.2.17\n   Compiling digest v0.10.7\n   Compiling inout v0.1.4\n   Compiling tinystr v0.8.2\n   Compiling litemap v0.8.1\n   Compiling writeable v0.6.2\n   Compiling syn v1.0.109\n   Compiling icu_locale_core v2.1.1\n   Compiling cipher v0.4.4\n   Compiling zerotrie v0.2.3\n   Compiling potential_utf v0.1.4\n   Compiling getrandom v0.2.17\n   Compiling percent-encoding v2.3.2\n   Compiling thiserror v1.0.69\n   Compiling icu_collections v2.1.1\n   Compiling icu_provider v2.1.1\n   Compiling smallvec v1.15.1\n   Compiling regex-syntax v0.8.10\n   Compiling thiserror v2.0.18\n   Compiling zmij v1.0.21\n   Compiling icu_normalizer_data v2.1.1\n   Compiling icu_properties_data v2.1.2\n   Compiling fastrand v2.3.0\n   Compiling icu_properties v2.1.2\n   Compiling icu_normalizer v2.1.1\n   Compiling crossbeam-utils v0.8.21\n   Compiling amplify_syn v2.0.1\n   Compiling universal-hash v0.5.1\n   Compiling encoding_rs v0.8.35\n   Compiling opaque-debug v0.3.1\n   Compiling strsim v0.11.1\n   Compiling signature v1.6.4\n   Compiling ed25519 v1.5.3\n   Compiling amplify_derive v4.0.1\n   Compiling idna_adapter v1.2.1\n   Compiling rustix v1.1.4\n   Compiling ct-codecs v1.1.6\n   Compiling ascii v1.1.0\n   Compiling log v0.4.29\n   Compiling amplify_num v0.5.3\n   Compiling utf8_iter v1.0.4\n   Compiling idna v1.1.0\n   Compiling ec25519 v0.1.0\n   Compiling amplify v4.9.0\n   Compiling polyval v0.6.2\n   Compiling libz-sys v1.1.25\n   Compiling git-ref-format-core v0.6.0\n   Compiling form_urlencoded v1.2.2\n   Compiling sha2 v0.10.9\n   Compiling aho-corasick v1.1.4\n   Compiling hashbrown v0.16.1\n   Compiling base64ct v1.8.3\n   Compiling keccak v0.1.6\n   Compiling equivalent v1.0.2\n   Compiling indexmap v2.13.0\n   Compiling sha3 v0.10.8\n   Compiling pem-rfc7468 v0.7.0\n   Compiling regex-automata v0.4.14\n   Compiling url v2.5.8\n   Compiling libgit2-sys v0.18.3+1.9.2\n   Compiling cyphergraphy v0.3.0\n   Compiling ghash v0.5.1\n   Compiling ahash v0.8.12\n   Compiling rand_core v0.6.4\n   Compiling aes v0.8.4\n   Compiling ctr v0.9.2\n   Compiling aead v0.5.2\n   Compiling byteorder v1.5.0\n   Compiling base32 v0.4.0\n   Compiling pest v2.8.6\n   Compiling darling_core v0.20.11\n   Compiling cypheraddr v0.4.0\n   Compiling blowfish v0.9.1\n   Compiling aes-gcm v0.10.3\n   Compiling num-traits v0.2.19\n   Compiling hashbrown v0.14.5\n   Compiling git2 v0.20.4\n   Compiling sqlite3-src v0.7.0\n   Compiling ssh-encoding v0.2.0\n   Compiling poly1305 v0.8.0\n   Compiling crossbeam-epoch v0.9.18\n   Compiling chacha20 v0.9.1\n   Compiling cbc v0.1.2\n   Compiling pbkdf2 v0.12.2\n   Compiling bstr v1.12.1\n   Compiling data-encoding v2.10.0\n   Compiling const-str v0.4.3\n   Compiling zeroize v1.8.2\n   Compiling base256emoji v1.0.2\n   Compiling data-encoding-macro v0.1.19\n   Compiling globset v0.4.18\n   Compiling bcrypt-pbkdf v0.10.0\n   Compiling ssh-cipher v0.2.0\n   Compiling crossbeam-deque v0.8.6\n   Compiling sqlite3-sys v0.18.0\n   Compiling hashlink v0.9.1\n   Compiling darling_macro v0.20.11\n   Compiling serde_json v1.0.149\n   Compiling socks5-client v0.4.1\n   Compiling pest_meta v2.8.6\n   Compiling rand v0.8.5\n   Compiling serde_path_to_error v0.1.20\n   Compiling lazy_static v1.5.0\n   Compiling base-x v0.2.11\n   Compiling signature v2.2.0\n   Compiling pin-project-lite v0.2.17\n   Compiling ssh-key v0.6.7\n   Compiling multibase v0.9.2\n   Compiling rand_chacha v0.3.1\n   Compiling qcheck v1.0.0\n   Compiling pest_generator v2.8.6\n   Compiling cyphernet v0.5.2\n   Compiling darling v0.20.11\n   Compiling yaml-rust2 v0.9.0\n   Compiling sqlite v0.37.0\n   Compiling ignore v0.4.25\n   Compiling radicle-ssh v0.10.0\n   Compiling chrono v0.4.44\n   Compiling getrandom v0.4.2\n   Compiling utf8-width v0.1.8\n   Compiling utf8parse v0.2.2\n   Compiling anstyle-parse v1.0.0\n   Compiling html-escape v0.2.13\n   Compiling ref-cast v1.0.25\n   Compiling tempfile v3.27.0\n   Compiling globwalk v0.9.1\n   Compiling radicle-crypto v0.16.0\n   Compiling yaml-rust2 v0.10.4\n   Compiling pest_derive v2.8.6\n   Compiling marked-yaml v0.7.2\n   Compiling derive_builder_core v0.20.2\n   Compiling typeid v1.0.3\n   Compiling crc32fast v1.5.0\n   Compiling radicle-oid v0.1.0\n   Compiling regex v1.12.3\n   Compiling xattr v1.6.1\n   Compiling nonempty v0.9.0\n   Compiling tracing-core v0.1.36\n   Compiling filetime v0.2.27\n   Compiling dyn-clone v1.0.20\n   Compiling tinyvec_macros v0.1.1\n   Compiling powerfmt v0.2.0\n   Compiling anstyle v1.0.14\n   Compiling colorchoice v1.0.5\n   Compiling num-conv v0.2.0\n   Compiling time-core v0.1.8\n   Compiling anstyle-query v1.1.5\n   Compiling is_terminal_polyfill v1.70.2\n   Compiling time-macros v0.2.27\n   Compiling anstream v1.0.0\n   Compiling tera v1.20.1\n   Compiling pulldown-cmark v0.13.3\n   Compiling deranged v0.5.8\n   Compiling tinyvec v1.11.0\n   Compiling schemars v1.2.1\n   Compiling tar v0.4.45\n   Compiling tracing v0.1.44\n   Compiling git-ref-format-macro v0.6.0\n   Compiling flate2 v1.1.9\n   Compiling erased-serde v0.4.10\n   Compiling nix v0.29.0\n   Compiling derive_builder_macro v0.20.2\n   Compiling roadmap v0.7.0\n   Compiling marked-yaml v0.8.0\n   Compiling terminal_size v0.4.3\n   Compiling radicle-dag v0.10.0\n   Compiling radicle-git-metadata v0.1.0\n   Compiling cvt v0.1.2\n   Compiling base64 v0.22.1\n   Compiling clap_lex v1.1.0\n   Compiling base64 v0.21.7\n   Compiling subplot v0.14.0\n   Compiling clap_builder v4.6.0\n   Compiling culpa v1.0.2\n   Compiling fs_at v0.2.1\n   Compiling radicle-cob v0.19.0\n   Compiling derive_builder v0.20.2\n   Compiling serde-untagged v0.1.9\n   Compiling radicle-surf v0.27.0\n   Compiling git-ref-format v0.6.0\n   Compiling radicle-core v0.2.0\n   Compiling unicode-normalization v0.1.25\n   Compiling time v0.3.47\n   Compiling diligent-date-parser v0.1.5\n   Compiling radicle-git-ref-format v0.1.0\n   Compiling quick-xml v0.37.5\n   Compiling crossbeam-channel v0.5.15\n   Compiling radicle-git-metadata v0.2.0\n   Compiling radicle-localtime v0.1.0\n   Compiling bytesize v2.3.1\n   Compiling never v0.1.0\n   Compiling arrayvec v0.7.6\n   Compiling fast-glob v0.3.3\n   Compiling normpath v1.5.0\n   Compiling radicle-std-ext v0.2.0\n   Compiling dunce v1.0.5\n   Compiling siphasher v1.0.2\n   Compiling remove_dir_all v1.0.0\n   Compiling radicle v0.22.1\n   Compiling radicle-git-ext v0.12.0\n   Compiling rust_decimal v1.40.0\n   Compiling atom_syndication v0.12.7\n   Compiling subplotlib-derive v0.14.0\n   Compiling clap v4.6.0\n   Compiling tracing-log v0.2.0\n   Compiling tracing-serde v0.2.0\n   Compiling matchers v0.2.0\n   Compiling uuid v1.22.0\n   Compiling sharded-slab v0.1.7\n   Compiling fs2 v0.4.3\n   Compiling thread_local v1.1.9\n   Compiling shell-words v1.1.1\n   Compiling nu-ansi-term v0.50.3\n   Compiling ryu v1.0.23\n   Compiling nonempty v0.11.0\n   Compiling state v0.6.0\n   Compiling unsafe-libyaml-norway v0.2.15\n   Compiling winnow v0.7.15\n   Compiling duration-str v0.21.0\n   Compiling radicle-job v0.5.2\n   Compiling serde_norway v0.9.42\n   Compiling subplotlib v0.14.0\n   Compiling tracing-subscriber v0.3.23\n   Compiling rss v2.0.12\n   Compiling html-page v0.5.0\n   Compiling nonempty v0.12.0\n   Compiling qcheck-macros v1.0.0\n   Compiling radicle-ci-broker v0.26.0 (/ci/src)\n    Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s\n     Running unittests src/lib.rs (/ci/cache/debug/deps/radicle_ci_broker-a514e369c763f6cd)\n     Running unittests src/bin/cib.rs (/ci/cache/debug/deps/cib-09bc875a8ca294af)\n     Running unittests src/bin/cibtool.rs (/ci/cache/debug/deps/cibtool-4b34ecba0d2a67f9)\n     Running unittests src/bin/default_branch.rs (/ci/cache/debug/deps/default_branch-663a2647cdd99f01)\n     Running unittests src/bin/synthetic-events.rs (/ci/cache/debug/deps/synthetic_events-0c96b0af1ce3918c)\n     Running tests/subplot.rs (/ci/cache/debug/deps/subplot-cd86a6dcdda680af)\n   Doc-tests radicle_ci_broker\n+ subplot docgen ci-broker.subplot -o doc/ci-broker.html\n INFO Starting Subplot\n INFO Subplot finished successfully\n+ subplot docgen doc/userguide.subplot -o doc/userguide.html\n INFO Starting Subplot\n INFO Subplot finished successfully\n+ make -C doc\nfatal: No names found, cannot describe anything.\n INFO Starting Subplot\n INFO Subplot finished successfully\n+ cp doc/adapter-impl.html doc/architecture.html doc/ci-broker.html doc/filter-impl.html doc/overview.html doc/userguide.html /ci/artifacts/.\n",
      "timestamp": {
        "secs_since_epoch": 1774334904,
        "nanos_since_epoch": 450436006
      },
      "log_source": "Plan"
    }
  38. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "export CARGO_TARGET_DIR=/ci/cache\nexport CARGO_HOME=/ci/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:/root/.radicle/bin:$PATH\"\n\n# Check that `rad` is there.\nrad --help >/dev/null || (echo rad is not there; exit 1)\n\ncargo doc --workspace --no-deps\n\n# FIXME: We can't run upgrade tests from older versions because\n# Ambient only fetches dependencies for the current version.\n# Thus, we can't build the old versions. This is an Ambient\n# problem that we can't fix here. So we skip the upgrade tests.\nexport RAD_PASSPHRAE=secret\nrad auth --alias ambient\nenv\ncargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2\n\nsubplot docgen ci-broker.subplot -o doc/ci-broker.html\nsubplot docgen doc/userguide.subplot -o doc/userguide.html\nmake -C doc\ncp doc/*.html /ci/artifacts/.\n",
      "timestamp": {
        "secs_since_epoch": 1774334904,
        "nanos_since_epoch": 870441068
      },
      "log_source": "Plan"
    }
  39. {
      "type": "execute_action",
      "action": "custom",
      "name": "dch",
      "args": {
        "debfullname": "Lars Wirzenius",
        "debemail": "liw@liw.fi"
      },
      "timestamp": {
        "secs_since_epoch": 1774334904,
        "nanos_since_epoch": 882802194
      },
      "log_source": "Plan"
    }
  40. {
      "type": "custom_action_starts",
      "source": "/ci/src",
      "custom": {
        "name": "dch",
        "args": {
          "debemail": "liw@liw.fi",
          "debfullname": "Lars Wirzenius"
        }
      },
      "exe": ".ambient/dch",
      "exe_exists": false,
      "timestamp": {
        "secs_since_epoch": 1774334904,
        "nanos_since_epoch": 885732377
      },
      "log_source": "Plan"
    }
  41. {
      "type": "custom_action_output",
      "stdout": [
        72,
        69,
        65,
        68,
        32,
        105,
        115,
        32,
        110,
        111,
        119,
        32,
        97,
        116,
        32,
        99,
        97,
        101,
        52,
        99,
        101,
        100,
        54,
        32,
        99,
        104,
        111,
        114,
        101,
        58,
        32,
        117,
        112,
        100,
        97,
        116,
        101,
        32,
        100,
        101,
        112,
        101,
        110,
        100,
        101,
        110,
        99,
        105,
        101,
        115,
        10,
        82,
        101,
        109,
        111,
        118,
        105,
        110,
        103,
        32,
        100,
        111,
        99,
        47,
        97,
        100,
        97,
        112,
        116,
        101,
        114,
        45,
        105,
        109,
        112,
        108,
        46,
        104,
        116,
        109,
        108,
        10,
        82,
        101,
        109,
        111,
        118,
        105,
        110,
        103,
        32,
        100,
        111,
        99,
        47,
        97,
        114,
        99,
        104,
        105,
        116,
        101,
        99,
        116,
        117,
        114,
        101,
        46,
        104,
        116,
        109,
        108,
        10,
        82,
        101,
        109,
        111,
        118,
        105,
        110,
        103,
        32,
        100,
        111,
        99,
        47,
        99,
        105,
        45,
        98,
        114,
        111,
        107,
        101,
        114,
        46,
        104,
        116,
        109,
        108,
        10,
        82,
        101,
        109,
        111,
        118,
        105,
        110,
        103,
        32,
        100,
        111,
        99,
        47,
        102,
        105,
        108,
        116,
        101,
        114,
        45,
        105,
        109,
        112,
        108,
        46,
        104,
        116,
        109,
        108,
        10,
        82,
        101,
        109,
        111,
        118,
        105,
        110,
        103,
        32,
        100,
        111,
        99,
        47,
        109,
        101,
        115,
        115,
        97,
        103,
        101,
        115,
        46,
        109,
        100,
        10,
        82,
        101,
        109,
        111,
        118,
        105,
        110,
        103,
        32,
        100,
        111,
        99,
        47,
        111,
        118,
        101,
        114,
        118,
        105,
        101,
        119,
        46,
        104,
        116,
        109,
        108,
        10,
        82,
        101,
        109,
        111,
        118,
        105,
        110,
        103,
        32,
        100,
        111,
        99,
        47,
        117,
        115,
        101,
        114,
        103,
        117,
        105,
        100,
        101,
        46,
        104,
        116,
        109,
        108,
        10
      ],
      "stderr": [
        43,
        32,
        101,
        120,
        112,
        111,
        114,
        116,
        32,
        39,
        68,
        69,
        66,
        69,
        77,
        65,
        73,
        76,
        61,
        34,
        108,
        105,
        119,
        64,
        108,
        105,
        119,
        46,
        102,
        105,
        34,
        39,
        10,
        43,
        32,
        68,
        69,
        66,
        69,
        77,
        65,
        73,
        76,
        61,
        39,
        34,
        108,
        105,
        119,
        64,
        108,
        105,
        119,
        46,
        102,
        105,
        34,
        39,
        10,
        43,
        32,
        101,
        120,
        112,
        111,
        114,
        116,
        32,
        39,
        68,
        69,
        66,
        70,
        85,
        76,
        76,
        78,
        65,
        77,
        69,
        61,
        34,
        76,
        97,
        114,
        115,
        32,
        87,
        105,
        114,
        122,
        101,
        110,
        105,
        117,
        115,
        34,
        39,
        10,
        43,
        32,
        68,
        69,
        66,
        70,
        85,
        76,
        76,
        78,
        65,
        77,
        69,
        61,
        39,
        34,
        76,
        97,
        114,
        115,
        32,
        87,
        105,
        114,
        122,
        101,
        110,
        105,
        117,
        115,
        34,
        39,
        10,
        43,
        32,
        101,
        120,
        112,
        111,
        114,
        116,
        32,
        67,
        65,
        82,
        71,
        79,
        95,
        84,
        65,
        82,
        71,
        69,
        84,
        95,
        68,
        73,
        82,
        61,
        47,
        119,
        111,
        114,
        107,
        115,
        112,
        97,
        99,
        101,
        47,
        99,
        97,
        99,
        104,
        101,
        10,
        43,
        32,
        67,
        65,
        82,
        71,
        79,
        95,
        84,
        65,
        82,
        71,
        69,
        84,
        95,
        68,
        73,
        82,
        61,
        47,
        119,
        111,
        114,
        107,
        115,
        112,
        97,
        99,
        101,
        47,
        99,
        97,
        99,
        104,
        101,
        10,
        43,
        32,
        101,
        120,
        112,
        111,
        114,
        116,
        32,
        67,
        65,
        82,
        71,
        79,
        95,
        72,
        79,
        77,
        69,
        61,
        47,
        119,
        111,
        114,
        107,
        115,
        112,
        97,
        99,
        101,
        47,
        100,
        101,
        112,
        115,
        10,
        43,
        32,
        67,
        65,
        82,
        71,
        79,
        95,
        72,
        79,
        77,
        69,
        61,
        47,
        119,
        111,
        114,
        107,
        115,
        112,
        97,
        99,
        101,
        47,
        100,
        101,
        112,
        115,
        10,
        43,
        32,
        101,
        120,
        112,
        111,
        114,
        116,
        32,
        72,
        79,
        77,
        69,
        61,
        47,
        114,
        111,
        111,
        116,
        10,
        43,
        32,
        72,
        79,
        77,
        69,
        61,
        47,
        114,
        111,
        111,
        116,
        10,
        43,
        32,
        101,
        120,
        112,
        111,
        114,
        116,
        32,
        80,
        65,
        84,
        72,
        61,
        47,
        114,
        111,
        111,
        116,
        47,
        46,
        99,
        97,
        114,
        103,
        111,
        47,
        98,
        105,
        110,
        58,
        47,
        114,
        111,
        111,
        116,
        47,
        46,
        99,
        97,
        114,
        103,
        111,
        47,
        98,
        105,
        110,
        58,
        47,
        117,
        115,
        114,
        47,
        108,
        111,
        99,
        97,
        108,
        47,
        115,
        98,
        105,
        110,
        58,
        47,
        117,
        115,
        114,
        47,
        108,
        111,
        99,
        97,
        108,
        47,
        98,
        105,
        110,
        58,
        47,
        117,
        115,
        114,
        47,
        115,
        98,
        105,
        110,
        58,
        47,
        117,
        115,
        114,
        47,
        98,
        105,
        110,
        58,
        47,
        115,
        98,
        105,
        110,
        58,
        47,
        98,
        105,
        110,
        10,
        43,
        32,
        80,
        65,
        84,
        72,
        61,
        47,
        114,
        111,
        111,
        116,
        47,
        46,
        99,
        97,
        114,
        103,
        111,
        47,
        98,
        105,
        110,
        58,
        47,
        114,
        111,
        111,
        116,
        47,
        46,
        99,
        97,
        114,
        103,
        111,
        47,
        98,
        105,
        110,
        58,
        47,
        117,
        115,
        114,
        47,
        108,
        111,
        99,
        97,
        108,
        47,
        115,
        98,
        105,
        110,
        58,
        47,
        117,
        115,
        114,
        47,
        108,
        111,
        99,
        97,
        108,
        47,
        98,
        105,
        110,
        58,
        47,
        117,
        115,
        114,
        47,
        115,
        98,
        105,
        110,
        58,
        47,
        117,
        115,
        114,
        47,
        98,
        105,
        110,
        58,
        47,
        115,
        98,
        105,
        110,
        58,
        47,
        98,
        105,
        110,
        10,
        43,
        32,
        103,
        105,
        116,
        32,
        114,
        101,
        115,
        101,
        116,
        32,
        45,
        45,
        104,
        97,
        114,
        100,
        10,
        43,
        32,
        103,
        105,
        116,
        32,
        99,
        108,
        101,
        97,
        110,
        32,
        45,
        102,
        100,
        120,
        10,
        43,
        43,
        32,
        100,
        112,
        107,
        103,
        45,
        112,
        97,
        114,
        115,
        101,
        99,
        104,
        97,
        110,
        103,
        101,
        108,
        111,
        103,
        32,
        45,
        83,
        86,
        101,
        114,
        115,
        105,
        111,
        110,
        10,
        43,
        43,
        32,
        115,
        101,
        100,
        32,
        39,
        115,
        47,
        45,
        91,
        94,
        45,
        93,
        42,
        36,
        47,
        47,
        39,
        10,
        43,
        32,
        86,
        61,
        48,
        46,
        50,
        54,
        46,
        48,
        10,
        43,
        43,
        32,
        100,
        97,
        116,
        101,
        32,
        45,
        117,
        32,
        43,
        37,
        89,
        37,
        109,
        37,
        100,
        84,
        37,
        72,
        37,
        77,
        37,
        83,
        10,
        43,
        32,
        84,
        61,
        50,
        48,
        50,
        54,
        48,
        51,
        50,
        52,
        84,
        48,
        54,
        52,
        56,
        50,
        52,
        10,
        43,
        32,
        118,
        101,
        114,
        115,
        105,
        111,
        110,
        61,
        48,
        46,
        50,
        54,
        46,
        48,
        46,
        99,
        105,
        50,
        48,
        50,
        54,
        48,
        51,
        50,
        52,
        84,
        48,
        54,
        52,
        56,
        50,
        52,
        45,
        49,
        10,
        43,
        32,
        100,
        99,
        104,
        32,
        45,
        118,
        32,
        48,
        46,
        50,
        54,
        46,
        48,
        46,
        99,
        105,
        50,
        48,
        50,
        54,
        48,
        51,
        50,
        52,
        84,
        48,
        54,
        52,
        56,
        50,
        52,
        45,
        49,
        32,
        39,
        67,
        73,
        32,
        98,
        117,
        105,
        108,
        100,
        32,
        117,
        110,
        100,
        101,
        114,
        32,
        65,
        109,
        98,
        105,
        101,
        110,
        116,
        46,
        39,
        10,
        43,
        32,
        100,
        99,
        104,
        32,
        45,
        114,
        32,
        39,
        39,
        10
      ],
      "timestamp": {
        "secs_since_epoch": 1774334905,
        "nanos_since_epoch": 95384109
      },
      "log_source": "Plan"
    }
  42. {
      "type": "action_succeeded",
      "action": "custom",
      "name": "dch",
      "args": {
        "debfullname": "Lars Wirzenius",
        "debemail": "liw@liw.fi"
      },
      "timestamp": {
        "secs_since_epoch": 1774334905,
        "nanos_since_epoch": 143690930
      },
      "log_source": "Plan"
    }
  43. {
      "type": "execute_action",
      "action": "deb",
      "packages": ".",
      "timestamp": {
        "secs_since_epoch": 1774334905,
        "nanos_since_epoch": 146572215
      },
      "log_source": "Plan"
    }
  44. {
      "type": "start_program",
      "argv": [
        {
          "Unix": [
            47,
            98,
            105,
            110,
            47,
            98,
            97,
            115,
            104
          ]
        },
        {
          "Unix": [
            45,
            99
          ]
        },
        {
          "Unix": [
            35,
            33,
            47,
            117,
            115,
            114,
            47,
            98,
            105,
            110,
            47,
            101,
            110,
            118,
            32,
            98,
            97,
            115,
            104,
            10,
            115,
            101,
            116,
            32,
            45,
            120,
            101,
            117,
            111,
            32,
            112,
            105,
            112,
            101,
            102,
            97,
            105,
            108,
            10,
            10,
            101,
            99,
            104,
            111,
            32,
            34,
            80,
            65,
            84,
            72,
            32,
            97,
            116,
            32,
            115,
            116,
            97,
            114,
            116,
            58,
            32,
            36,
            80,
            65,
            84,
            72,
            34,
            10,
            101,
            120,
            112,
            111,
            114,
            116,
            32,
            80,
            65,
            84,
            72,
            61,
            34,
            47,
            114,
            111,
            111,
            116,
            47,
            46,
            99,
            97,
            114,
            103,
            111,
            47,
            98,
            105,
            110,
            58,
            36,
            80,
            65,
            84,
            72,
            34,
            10,
            101,
            120,
            112,
            111,
            114,
            116,
            32,
            67,
            65,
            82,
            71,
            79,
            95,
            72,
            79,
            77,
            69,
            61,
            47,
            99,
            105,
            47,
            100,
            101,
            112,
            115,
            10,
            101,
            120,
            112,
            111,
            114,
            116,
            32,
            68,
            69,
            66,
            69,
            77,
            65,
            73,
            76,
            61,
            108,
            105,
            119,
            64,
            108,
            105,
            119,
            46,
            102,
            105,
            10,
            101,
            120,
            112,
            111,
            114,
            116,
            32,
            68,
            69,
            66,
            70,
            85,
            76,
            76,
            78,
            65,
            77,
            69,
            61,
            34,
            76,
            97,
            114,
            115,
            32,
            87,
            105,
            114,
            122,
            101,
            110,
            105,
            117,
            115,
            34,
            10,
            47,
            98,
            105,
            110,
            47,
            101,
            110,
            118,
            10,
            10,
            99,
            111,
            109,
            109,
            97,
            110,
            100,
            32,
            45,
            118,
            32,
            99,
            97,
            114,
            103,
            111,
            10,
            99,
            111,
            109,
            109,
            97,
            110,
            100,
            32,
            45,
            118,
            32,
            114,
            117,
            115,
            116,
            99,
            10,
            10,
            99,
            97,
            114,
            103,
            111,
            32,
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110,
            10,
            114,
            117,
            115,
            116,
            99,
            32,
            45,
            45,
            118,
            101,
            114,
            115,
            105,
            111,
            110,
            10,
            10,
            35,
            32,
            71,
            101,
            116,
            32,
            110,
            97,
            109,
            101,
            32,
            97,
            110,
            100,
            32,
            118,
            101,
            114,
            115,
            105,
            111,
            110,
            32,
            111,
            102,
            32,
            115,
            111,
            117,
            114,
            99,
            101,
            32,
            112,
            97,
            99,
            107,
            97,
            103,
            101,
            46,
            10,
            110,
            97,
            109,
            101,
            61,
            34,
            36,
            40,
            100,
            112,
            107,
            103,
            45,
            112,
            97,
            114,
            115,
            101,
            99,
            104,
            97,
            110,
            103,
            101,
            108,
            111,
            103,
            32,
            45,
            83,
            83,
            111,
            117,
            114,
            99,
            101,
            41,
            34,
            10,
            118,
            101,
            114,
            115,
            105,
            111,
            110,
            61,
            34,
            36,
            40,
            100,
            112,
            107,
            103,
            45,
            112,
            97,
            114,
            115,
            101,
            99,
            104,
            97,
            110,
            103,
            101,
            108,
            111,
            103,
            32,
            45,
            83,
            86,
            101,
            114,
            115,
            105,
            111,
            110,
            41,
            34,
            10,
            10,
            35,
            32,
            71,
            101,
            116,
            32,
            117,
            112,
            115,
            116,
            114,
            101,
            97,
            109,
            32,
            118,
            101,
            114,
            115,
            105,
            111,
            110,
            58,
            32,
            101,
            118,
            101,
            114,
            121,
            116,
            104,
            105,
            110,
            103,
            32,
            98,
            101,
            102,
            111,
            114,
            101,
            32,
            116,
            104,
            101,
            32,
            108,
            97,
            115,
            116,
            32,
            100,
            97,
            115,
            104,
            46,
            10,
            117,
            118,
            61,
            34,
            36,
            40,
            101,
            99,
            104,
            111,
            32,
            34,
            36,
            118,
            101,
            114,
            115,
            105,
            111,
            110,
            34,
            32,
            124,
            32,
            115,
            101,
            100,
            32,
            39,
            115,
            47,
            45,
            91,
            94,
            45,
            93,
            42,
            36,
            47,
            47,
            39,
            41,
            34,
            10,
            10,
            35,
            32,
            70,
            105,
            108,
            101,
            115,
            32,
            116,
            104,
            97,
            116,
            32,
            119,
            105,
            108,
            108,
            32,
            98,
            101,
            32,
            99,
            114,
            101,
            97,
            116,
            101,
            100,
            46,
            10,
            97,
            114,
            99,
            104,
            61,
            34,
            36,
            40,
            100,
            112,
            107,
            103,
            32,
            45,
            45,
            112,
            114,
            105,
            110,
            116,
            45,
            97,
            114,
            99,
            104,
            105,
            116,
            101,
            99,
            116,
            117,
            114,
            101,
            41,
            34,
            10,
            111,
            114,
            105,
            103,
            61,
            34,
            46,
            46,
            47,
            36,
            123,
            110,
            97,
            109,
            101,
            125,
            95,
            36,
            123,
            117,
            118,
            125,
            46,
            111,
            114,
            105,
            103,
            46,
            116,
            97,
            114,
            46,
            120,
            122,
            34,
            10,
            100,
            101,
            98,
            61,
            34,
            46,
            46,
            47,
            36,
            123,
            110,
            97,
            109,
            101,
            125,
            95,
            36,
            123,
            118,
            101,
            114,
            115,
            105,
            111,
            110,
            125,
            95,
            36,
            123,
            97,
            114,
            99,
            104,
            125,
            46,
            100,
            101,
            98,
            34,
            10,
            99,
            104,
            97,
            110,
            103,
            101,
            115,
            61,
            34,
            46,
            46,
            47,
            36,
            123,
            110,
            97,
            109,
            101,
            125,
            95,
            36,
            123,
            118,
            101,
            114,
            115,
            105,
            111,
            110,
            125,
            95,
            36,
            123,
            97,
            114,
            99,
            104,
            125,
            46,
            99,
            104,
            97,
            110,
            103,
            101,
            115,
            34,
            10,
            10,
            35,
            32,
            67,
            114,
            101,
            97,
            116,
            101,
            32,
            34,
            117,
            112,
            115,
            116,
            114,
            101,
            97,
            109,
            32,
            116,
            97,
            114,
            98,
            97,
            108,
            108,
            34,
            46,
            10,
            103,
            105,
            116,
            32,
            97,
            114,
            99,
            104,
            105,
            118,
            101,
            32,
            72,
            69,
            65,
            68,
            32,
            124,
            32,
            120,
            122,
            32,
            62,
            34,
            36,
            111,
            114,
            105,
            103,
            34,
            10,
            10,
            35,
            32,
            66,
            117,
            105,
            108,
            100,
            32,
            112,
            97,
            99,
            107,
            97,
            103,
            101,
            46,
            10,
            100,
            112,
            107,
            103,
            45,
            98,
            117,
            105,
            108,
            100,
            112,
            97,
            99,
            107,
            97,
            103,
            101,
            32,
            45,
            117,
            115,
            32,
            45,
            117,
            99,
            10,
            10,
            35,
            32,
            68,
            117,
            109,
            112,
            32,
            115,
            111,
            109,
            101,
            32,
            105,
            110,
            102,
            111,
            114,
            109,
            97,
            116,
            105,
            111,
            110,
            32,
            116,
            111,
            32,
            109,
            97,
            107,
            101,
            32,
            105,
            116,
            32,
            101,
            97,
            115,
            105,
            101,
            114,
            32,
            116,
            111,
            32,
            118,
            105,
            115,
            117,
            97,
            108,
            108,
            121,
            32,
            118,
            101,
            114,
            105,
            102,
            121,
            10,
            35,
            32,
            101,
            118,
            101,
            114,
            121,
            116,
            104,
            105,
            110,
            103,
            32,
            108,
            111,
            111,
            107,
            115,
            32,
            79,
            75,
            46,
            32,
            65,
            108,
            115,
            111,
            44,
            32,
            116,
            101,
            115,
            116,
            32,
            116,
            104,
            101,
            32,
            112,
            97,
            99,
            107,
            97,
            103,
            101,
            32,
            119,
            105,
            116,
            104,
            32,
            116,
            104,
            101,
            32,
            108,
            105,
            110,
            116,
            105,
            97,
            110,
            32,
            116,
            111,
            111,
            108,
            46,
            10,
            10,
            108,
            115,
            32,
            45,
            108,
            32,
            46,
            46,
            10,
            102,
            111,
            114,
            32,
            120,
            32,
            105,
            110,
            32,
            46,
            46,
            47,
            42,
            46,
            100,
            101,
            98,
            59,
            32,
            100,
            111,
            32,
            100,
            112,
            107,
            103,
            32,
            45,
            99,
            32,
            34,
            36,
            120,
            34,
            59,
            32,
            100,
            111,
            110,
            101,
            10,
            35,
            32,
            70,
            73,
            88,
            77,
            69,
            58,
            32,
            100,
            105,
            115,
            97,
            98,
            108,
            101,
            100,
            32,
            119,
            104,
            105,
            108,
            101,
            32,
            116,
            104,
            105,
            115,
            32,
            112,
            114,
            101,
            118,
            101,
            110,
            116,
            115,
            32,
            114,
            97,
            100,
            105,
            99,
            108,
            101,
            45,
            110,
            97,
            116,
            105,
            118,
            101,
            45,
            99,
            105,
            32,
            100,
            101,
            98,
            32,
            102,
            114,
            111,
            109,
            32,
            98,
            101,
            105,
            110,
            103,
            32,
            98,
            117,
            105,
            108,
            116,
            46,
            10,
            35,
            32,
            108,
            105,
            110,
            116,
            105,
            97,
            110,
            32,
            45,
            105,
            32,
            45,
            45,
            97,
            108,
            108,
            111,
            119,
            45,
            114,
            111,
            111,
            116,
            32,
            45,
            45,
            102,
            97,
            105,
            108,
            45,
            111,
            110,
            32,
            119,
            97,
            114,
            110,
            105,
            110,
            103,
            32,
            46,
            46,
            47,
            42,
            46,
            99,
            104,
            97,
            110,
            103,
            101,
            115,
            10,
            10,
            35,
            32,
            77,
            111,
            118,
            101,
            32,
            102,
            105,
            108,
            101,
            115,
            32,
            116,
            111,
            32,
            97,
            114,
            116,
            105,
            102,
            97,
            99,
            116,
            115,
            32,
            100,
            105,
            114,
            101,
            99,
            116,
            111,
            114,
            121,
            46,
            10,
            109,
            118,
            32,
            46,
            46,
            47,
            42,
            95,
            42,
            32,
            47,
            99,
            105,
            47,
            97,
            114,
            116,
            105,
            102,
            97,
            99,
            116,
            115,
            47,
            46,
            10,
            32,
            32,
            32,
            32,
            32,
            32,
            32,
            32
          ]
        }
      ],
      "timestamp": {
        "secs_since_epoch": 1774334905,
        "nanos_since_epoch": 148683047
      },
      "log_source": "Plan"
    }
  45. {
      "type": "program_succeeded",
      "exit_code": 0,
      "stdout": "PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\nDEBFULLNAME=Lars Wirzenius\nCARGO_TARGET_DIR=/ci/cache/cargo-target\nPWD=/ci/src\nSYSTEMD_EXEC_PID=262\nHOME=/root\nLANG=C.UTF-8\nCARGO_HOME=/ci/deps\nDEBEMAIL=liw@liw.fi\nINVOCATION_ID=a37ea2a098034d8eb30e385bb0d9f0ab\nSHLVL=2\nJOURNAL_STREAM=8:13416\nPATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\nOLDPWD=/\n_=/bin/env\n/root/.cargo/bin/cargo\n/root/.cargo/bin/rustc\ncargo 1.94.0 (85eff7c80 2026-01-15)\nrustc 1.94.0 (4a4ef493e 2026-03-02)\ndpkg-buildpackage: info: source package radicle-ci-broker\ndpkg-buildpackage: info: source version 0.26.0.ci20260324T064824-1\ndpkg-buildpackage: info: source distribution unstable\ndpkg-buildpackage: info: source changed by \"Lars Wirzenius\" <\"liw@liw.fi\">\ndpkg-buildpackage: info: host architecture amd64\ndh clean\n   dh_auto_clean\n   dh_clean\ndpkg-source: info: using source format '3.0 (quilt)'\ndpkg-source: info: building radicle-ci-broker using existing ./radicle-ci-broker_0.26.0.ci20260324T064824.orig.tar.xz\ndpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.26.0.ci20260324T064824-1.debian.tar.xz\ndpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.26.0.ci20260324T064824-1.dsc\ndh build\n   dh_update_autotools_config\n   dh_autoreconf\n   dh_auto_configure\n   debian/rules override_dh_auto_build\nmake[1]: Entering directory '/ci/src'\ntrue\nmake[1]: Leaving directory '/ci/src'\n   debian/rules override_dh_auto_test\nmake[1]: Entering directory '/ci/src'\necho tests are disabled, for now\ntests are disabled, for now\nmake[1]: Leaving directory '/ci/src'\n   create-stamp debian/debhelper-build-stamp\ndh binary\n   dh_testroot\n   dh_prep\n   debian/rules override_dh_auto_install\nmake[1]: Entering directory '/ci/src'\ncargo install --offline --locked --path=. --root=debian/radicle-ci-broker/usr --bin cib --bin cibtool\nfind debian -name '.crates*.*' -delete\nmake[1]: Leaving directory '/ci/src'\n   dh_installdocs\n   dh_installchangelogs\n   dh_installman\n   dh_lintian\n   dh_perl\n   dh_link\n   dh_strip_nondeterminism\n   dh_compress\n   dh_fixperms\n   dh_missing\n   dh_strip\n   dh_makeshlibs\n   dh_shlibdeps\n   dh_installdeb\n   dh_gencontrol\n   dh_md5sums\n   dh_builddeb\ndpkg-deb: building package 'radicle-ci-broker-dbgsym' in '../radicle-ci-broker-dbgsym_0.26.0.ci20260324T064824-1_amd64.deb'.\ndpkg-deb: building package 'radicle-ci-broker' in '../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.deb'.\ndpkg-genchanges: info: including full source code in upload\ndpkg-buildpackage: info: full upload (original source is included)\ntotal 91936\ndrwxr-xr-x  2 root root     4096 Mar 24 06:48 artifacts\ndrwxr-xr-x  6 root root     4096 Mar 24 06:43 cache\ndrwxr-xr-x  3 root root     4096 Mar 24 06:48 deps\n-rw-r--r--  1 root root 87057032 Mar 24 06:52 radicle-ci-broker-dbgsym_0.26.0.ci20260324T064824-1_amd64.deb\n-rw-r--r--  1 root root     2376 Mar 24 06:48 radicle-ci-broker_0.26.0.ci20260324T064824-1.debian.tar.xz\n-rw-r--r--  1 root root     1078 Mar 24 06:48 radicle-ci-broker_0.26.0.ci20260324T064824-1.dsc\n-rw-r--r--  1 root root     6371 Mar 24 06:52 radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.buildinfo\n-rw-r--r--  1 root root     2640 Mar 24 06:53 radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.changes\n-rw-r--r--  1 root root  6510144 Mar 24 06:52 radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.deb\n-rw-r--r--  1 root root   530900 Mar 24 06:48 radicle-ci-broker_0.26.0.ci20260324T064824.orig.tar.xz\ndrwxr-xr-x 10 root root     4096 Mar 24 06:48 src\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/lib/\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/lib/debug/\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/lib/debug/.build-id/\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/lib/debug/.build-id/11/\n-rw-r--r-- root/root  47817296 2026-03-24 06:48 ./usr/lib/debug/.build-id/11/b76026dc67ab52ec3d12857e74a28258384d55.debug\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/lib/debug/.build-id/e8/\n-rw-r--r-- root/root  44090288 2026-03-24 06:48 ./usr/lib/debug/.build-id/e8/219c45fc52080c146f2ddebf0a86656a79d804.debug\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/doc/\nlrwxrwxrwx root/root         0 2026-03-24 06:48 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/bin/\n-rwxr-xr-x root/root  10530040 2026-03-24 06:48 ./usr/bin/cib\n-rwxr-xr-x root/root  12044768 2026-03-24 06:48 ./usr/bin/cibtool\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/doc/\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/doc/radicle-ci-broker/\n-rw-r--r-- root/root       719 2026-03-24 06:48 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz\n-rw-r--r-- root/root       396 2026-03-24 06:48 ./usr/share/doc/radicle-ci-broker/copyright\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/lintian/\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/lintian/overrides/\n-rw-r--r-- root/root       120 2026-03-24 06:48 ./usr/share/lintian/overrides/radicle-ci-broker\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/man/\ndrwxr-xr-x root/root         0 2026-03-24 06:48 ./usr/share/man/man1/\n-rw-r--r-- root/root       298 2026-03-24 06:48 ./usr/share/man/man1/cib.1.gz\n-rw-r--r-- root/root       277 2026-03-24 06:48 ./usr/share/man/man1/cibtool.1.gz\n",
      "stderr": "+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n+ export CARGO_HOME=/ci/deps\n+ CARGO_HOME=/ci/deps\n+ export DEBEMAIL=liw@liw.fi\n+ DEBEMAIL=liw@liw.fi\n+ export 'DEBFULLNAME=Lars Wirzenius'\n+ DEBFULLNAME='Lars Wirzenius'\n+ /bin/env\n+ command -v cargo\n+ command -v rustc\n+ cargo --version\n+ rustc --version\n++ dpkg-parsechangelog -SSource\n+ name=radicle-ci-broker\n++ dpkg-parsechangelog -SVersion\n+ version=0.26.0.ci20260324T064824-1\n++ echo 0.26.0.ci20260324T064824-1\n++ sed 's/-[^-]*$//'\n+ uv=0.26.0.ci20260324T064824\n++ dpkg --print-architecture\n+ arch=amd64\n+ orig=../radicle-ci-broker_0.26.0.ci20260324T064824.orig.tar.xz\n+ deb=../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.deb\n+ changes=../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.changes\n+ git archive HEAD\n+ xz\n+ dpkg-buildpackage -us -uc\n dpkg-source --before-build .\n debian/rules clean\n dpkg-source -b .\n debian/rules build\n debian/rules binary\n  Installing radicle-ci-broker v0.26.0 (/ci/src)\n   Compiling proc-macro2 v1.0.106\n   Compiling quote v1.0.45\n   Compiling unicode-ident v1.0.24\n   Compiling version_check v0.9.5\n   Compiling libc v0.2.183\n   Compiling syn v2.0.117\n   Compiling cfg-if v1.0.4\n   Compiling typenum v1.19.0\n   Compiling generic-array v0.14.7\n   Compiling serde_core v1.0.228\n   Compiling crypto-common v0.1.7\n   Compiling serde_derive v1.0.228\n   Compiling jobserver v0.1.34\n   Compiling find-msvc-tools v0.1.9\n   Compiling shlex v1.3.0\n   Compiling cc v1.2.57\n   Compiling synstructure v0.13.2\n   Compiling zerofrom-derive v0.1.6\n   Compiling serde v1.0.228\n   Compiling yoke-derive v0.8.1\n   Compiling zerofrom v0.1.6\n   Compiling stable_deref_trait v1.2.1\n   Compiling subtle v2.6.1\n   Compiling yoke v0.8.1\n   Compiling pkg-config v0.3.32\n   Compiling zerovec-derive v0.11.2\n   Compiling displaydoc v0.2.5\n   Compiling thiserror v1.0.69\n   Compiling zerovec v0.11.5\n   Compiling bitflags v2.11.0\n   Compiling memchr v2.8.0\n   Compiling block-padding v0.3.3\n   Compiling block-buffer v0.10.4\n   Compiling cpufeatures v0.2.17\n   Compiling thiserror v2.0.18\n   Compiling zmij v1.0.21\n   Compiling digest v0.10.7\n   Compiling inout v0.1.4\n   Compiling tinystr v0.8.2\n   Compiling thiserror-impl v1.0.69\n   Compiling crossbeam-utils v0.8.21\n   Compiling litemap v0.8.1\n   Compiling writeable v0.6.2\n   Compiling zerocopy v0.8.47\n   Compiling icu_locale_core v2.1.1\n   Compiling cipher v0.4.4\n   Compiling potential_utf v0.1.4\n   Compiling zerotrie v0.2.3\n   Compiling thiserror-impl v2.0.18\n   Compiling getrandom v0.2.17\n   Compiling icu_normalizer_data v2.1.1\n   Compiling icu_properties_data v2.1.2\n   Compiling syn v1.0.109\n   Compiling icu_provider v2.1.1\n   Compiling icu_collections v2.1.1\n   Compiling getrandom v0.4.2\n   Compiling smallvec v1.15.1\n   Compiling vcpkg v0.2.15\n   Compiling libz-sys v1.1.25\n   Compiling once_cell v1.21.4\n   Compiling rustix v1.1.4\n   Compiling amplify_syn v2.0.1\n   Compiling icu_properties v2.1.2\n   Compiling icu_normalizer v2.1.1\n   Compiling universal-hash v0.5.1\n   Compiling itoa v1.0.18\n   Compiling linux-raw-sys v0.12.1\n   Compiling anyhow v1.0.102\n   Compiling opaque-debug v0.3.1\n   Compiling signature v1.6.4\n   Compiling ed25519 v1.5.3\n   Compiling idna_adapter v1.2.1\n   Compiling amplify_derive v4.0.1\n   Compiling libgit2-sys v0.18.3+1.9.2\n   Compiling ahash v0.8.12\n   Compiling log v0.4.29\n   Compiling percent-encoding v2.3.2\n   Compiling ct-codecs v1.1.6\n   Compiling utf8_iter v1.0.4\n   Compiling autocfg v1.5.0\n   Compiling amplify_num v0.5.3\n   Compiling ascii v1.1.0\n   Compiling num-traits v0.2.19\n   Compiling idna v1.1.0\n   Compiling amplify v4.9.0\n   Compiling ec25519 v0.1.0\n   Compiling form_urlencoded v1.2.2\n   Compiling polyval v0.6.2\n   Compiling git-ref-format-core v0.6.0\n   Compiling sha2 v0.10.9\n   Compiling aho-corasick v1.1.4\n   Compiling sqlite3-src v0.7.0\n   Compiling equivalent v1.0.2\n   Compiling keccak v0.1.6\n   Compiling base64ct v1.8.3\n   Compiling regex-syntax v0.8.10\n   Compiling hashbrown v0.16.1\n   Compiling same-file v1.0.6\n   Compiling walkdir v2.5.0\n   Compiling indexmap v2.13.0\n   Compiling regex-automata v0.4.14\n   Compiling pem-rfc7468 v0.7.0\n   Compiling sha3 v0.10.8\n   Compiling ghash v0.5.1\n   Compiling url v2.5.8\n   Compiling cyphergraphy v0.3.0\n   Compiling rand_core v0.6.4\n   Compiling ctr v0.9.2\n   Compiling aes v0.8.4\n   Compiling encoding_rs v0.8.35\n   Compiling aead v0.5.2\n   Compiling data-encoding v2.10.0\n   Compiling fastrand v2.3.0\n   Compiling ucd-trie v0.1.7\n   Compiling strsim v0.11.1\n   Compiling arraydeque v0.5.1\n   Compiling serde_json v1.0.149\n   Compiling byteorder v1.5.0\n   Compiling fnv v1.0.7\n   Compiling base32 v0.4.0\n   Compiling ident_case v1.0.1\n   Compiling doc-comment v0.3.4\n   Compiling darling_core v0.20.11\n   Compiling cypheraddr v0.4.0\n   Compiling blowfish v0.9.1\n   Compiling pest v2.8.6\n   Compiling data-encoding-macro-internal v0.1.17\n   Compiling aes-gcm v0.10.3\n   Compiling hashbrown v0.14.5\n   Compiling crossbeam-epoch v0.9.18\n   Compiling ssh-encoding v0.2.0\n   Compiling poly1305 v0.8.0\n   Compiling chacha20 v0.9.1\n   Compiling cbc v0.1.2\n   Compiling pbkdf2 v0.12.2\n   Compiling bstr v1.12.1\n   Compiling match-lookup v0.1.2\n   Compiling const-str v0.4.3\n   Compiling zeroize v1.8.2\n   Compiling foldhash v0.1.5\n   Compiling unicode-width v0.2.2\n   Compiling libm v0.2.16\n   Compiling data-encoding-macro v0.1.19\n   Compiling hashbrown v0.15.5\n   Compiling base256emoji v1.0.2\n   Compiling globset v0.4.18\n   Compiling bcrypt-pbkdf v0.10.0\n   Compiling ssh-cipher v0.2.0\n   Compiling sqlite3-sys v0.18.0\n   Compiling crossbeam-deque v0.8.6\n   Compiling hashlink v0.9.1\n   Compiling pest_meta v2.8.6\n   Compiling socks5-client v0.4.1\n   Compiling darling_macro v0.20.11\n   Compiling rand v0.8.5\n   Compiling serde_path_to_error v0.1.20\n   Compiling ppv-lite86 v0.2.21\n   Compiling tracing-attributes v0.1.31\n   Compiling typeid v1.0.3\n   Compiling crc32fast v1.5.0\n   Compiling ref-cast v1.0.25\n   Compiling git2 v0.20.4\n   Compiling cfg_aliases v0.2.1\n   Compiling signature v2.2.0\n   Compiling base-x v0.2.11\n   Compiling multibase v0.9.2\n   Compiling ssh-key v0.6.7\n   Compiling nix v0.29.0\n   Compiling rand_chacha v0.3.1\n   Compiling qcheck v1.0.0\n   Compiling darling v0.20.11\n   Compiling cyphernet v0.5.2\n   Compiling pest_generator v2.8.6\n   Compiling yaml-rust2 v0.9.0\n   Compiling ignore v0.4.25\n   Compiling sqlite v0.37.0\n   Compiling hashlink v0.10.0\n   Compiling radicle-ssh v0.10.0\n   Compiling chrono v0.4.44\n   Compiling pikchr v0.1.4\n   Compiling ref-cast-impl v1.0.25\n   Compiling serde_derive_internals v0.29.1\n   Compiling proc-macro-error-attr2 v2.0.0\n   Compiling erased-serde v0.4.10\n   Compiling deunicode v1.6.2\n   Compiling adler2 v2.0.1\n   Compiling simd-adler32 v0.3.8\n   Compiling pulldown-cmark v0.13.3\n   Compiling utf8parse v0.2.2\n   Compiling smawk v0.3.2\n   Compiling unicode-linebreak v0.1.5\n   Compiling textwrap v0.16.2\n   Compiling anstyle-parse v1.0.0\n   Compiling tempfile v3.27.0\n   Compiling miniz_oxide v0.8.9\n   Compiling slug v0.1.6\n   Compiling proc-macro-error2 v2.0.1\n   Compiling schemars_derive v1.2.1\n   Compiling humansize v2.1.3\n   Compiling radicle-crypto v0.16.0\n   Compiling yaml-rust2 v0.10.4\n   Compiling globwalk v0.9.1\n   Compiling marked-yaml v0.7.2\n   Compiling pest_derive v2.8.6\n   Compiling derive_builder_core v0.20.2\n   Compiling radicle-oid v0.1.0\n   Compiling getopts v0.2.24\n   Compiling regex v1.12.3\n   Compiling subplot v0.14.0\n   Compiling tracing-core v0.1.36\n   Compiling xattr v1.6.1\n   Compiling nonempty v0.9.0\n   Compiling filetime v0.2.27\n   Compiling culpa-macros v1.0.2\n   Compiling powerfmt v0.2.0\n   Compiling time-core v0.1.8\n   Compiling anstyle-query v1.1.5\n   Compiling unicode-segmentation v1.12.0\n   Compiling lazy_static v1.5.0\n   Compiling anstyle v1.0.14\n   Compiling utf8-width v0.1.8\n   Compiling pulldown-cmark-escape v0.11.0\n   Compiling colorchoice v1.0.5\n   Compiling pin-project-lite v0.2.17\n   Compiling unicase v2.9.0\n   Compiling tinyvec_macros v0.1.1\n   Compiling dyn-clone v1.0.20\n   Compiling is_terminal_polyfill v1.70.2\n   Compiling num-conv v0.2.0\n   Compiling time-macros v0.2.27\n   Compiling anstream v1.0.0\n   Compiling schemars v1.2.1\n   Compiling tera v1.20.1\n   Compiling tinyvec v1.11.0\n   Compiling tracing v0.1.44\n   Compiling html-escape v0.2.13\n   Compiling deranged v0.5.8\n   Compiling tar v0.4.45\n   Compiling flate2 v1.1.9\n   Compiling git-ref-format-macro v0.6.0\n   Compiling derive_builder_macro v0.20.2\n   Compiling roadmap v0.7.0\n   Compiling marked-yaml v0.8.0\n   Compiling terminal_size v0.4.3\n   Compiling radicle-dag v0.10.0\n   Compiling radicle-git-metadata v0.1.0\n   Compiling cvt v0.1.2\n   Compiling descape v3.0.0\n   Compiling base64 v0.21.7\n   Compiling rust_decimal v1.40.0\n   Compiling heck v0.5.0\n   Compiling base64 v0.22.1\n   Compiling clap_lex v1.1.0\n   Compiling line-col v0.2.1\n   Compiling clap_builder v4.6.0\n   Compiling time v0.3.47\n   Compiling clap_derive v4.6.0\n   Compiling quick-xml v0.37.5\n   Compiling fs_at v0.2.1\n   Compiling radicle-cob v0.19.0\n   Compiling derive_builder v0.20.2\n   Compiling git-ref-format v0.6.0\n   Compiling serde-untagged v0.1.9\n   Compiling radicle-surf v0.27.0\n   Compiling crossbeam-channel v0.5.15\n   Compiling unicode-normalization v0.1.25\n   Compiling radicle-core v0.2.0\n   Compiling culpa v1.0.2\n   Compiling diligent-date-parser v0.1.5\n   Compiling radicle-git-metadata v0.2.0\n   Compiling radicle-git-ref-format v0.1.0\n   Compiling radicle-localtime v0.1.0\n   Compiling bytesize v2.3.1\n   Compiling siphasher v1.0.2\n   Compiling arrayvec v0.7.6\n   Compiling normpath v1.5.0\n   Compiling subplotlib v0.14.0\n   Compiling dunce v1.0.5\n   Compiling never v0.1.0\n   Compiling radicle-std-ext v0.2.0\n   Compiling fast-glob v0.3.3\n   Compiling radicle-git-ext v0.12.0\n   Compiling radicle v0.22.1\n   Compiling atom_syndication v0.12.7\n   Compiling remove_dir_all v1.0.0\n   Compiling subplotlib-derive v0.14.0\n   Compiling clap v4.6.0\n   Compiling sharded-slab v0.1.7\n   Compiling tracing-serde v0.2.0\n   Compiling tracing-log v0.2.0\n   Compiling matchers v0.2.0\n   Compiling uuid v1.22.0\n   Compiling fs2 v0.4.3\n   Compiling thread_local v1.1.9\n   Compiling state v0.6.0\n   Compiling radicle-ci-broker v0.26.0 (/ci/src)\n   Compiling unsafe-libyaml-norway v0.2.15\n   Compiling nonempty v0.11.0\n   Compiling nu-ansi-term v0.50.3\n   Compiling winnow v0.7.15\n   Compiling ryu v1.0.23\n   Compiling shell-words v1.1.1\n   Compiling serde_norway v0.9.42\n   Compiling duration-str v0.21.0\n   Compiling tracing-subscriber v0.3.23\n   Compiling radicle-job v0.5.2\n   Compiling rss v2.0.12\n   Compiling html-page v0.5.0\n   Compiling nonempty v0.12.0\n    Finished `release` profile [optimized + debuginfo] target(s) in 4m 03s\n  Installing /ci/src/debian/radicle-ci-broker/usr/bin/cib\n  Installing /ci/src/debian/radicle-ci-broker/usr/bin/cibtool\n   Installed package `radicle-ci-broker v0.26.0 (/ci/src)` (executables `cib`, `cibtool`)\nwarning: be sure to add `/ci/src/debian/radicle-ci-broker/usr/bin` to your PATH to be able to run the installed binaries\n dpkg-genbuildinfo -O../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.buildinfo\n dpkg-genchanges -O../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.changes\n dpkg-source --after-build .\n+ ls -l ..\n+ for x in ../*.deb\n+ dpkg -c ../radicle-ci-broker-dbgsym_0.26.0.ci20260324T064824-1_amd64.deb\n+ for x in ../*.deb\n+ dpkg -c ../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.deb\n+ mv ../radicle-ci-broker-dbgsym_0.26.0.ci20260324T064824-1_amd64.deb ../radicle-ci-broker_0.26.0.ci20260324T064824-1.debian.tar.xz ../radicle-ci-broker_0.26.0.ci20260324T064824-1.dsc ../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.buildinfo ../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.changes ../radicle-ci-broker_0.26.0.ci20260324T064824-1_amd64.deb ../radicle-ci-broker_0.26.0.ci20260324T064824.orig.tar.xz /ci/artifacts/.\n",
      "timestamp": {
        "secs_since_epoch": 1774335181,
        "nanos_since_epoch": 807248077
      },
      "log_source": "Plan"
    }
  46. {
      "type": "action_succeeded",
      "action": "deb",
      "packages": ".",
      "timestamp": {
        "secs_since_epoch": 1774335182,
        "nanos_since_epoch": 54045761
      },
      "log_source": "Plan"
    }
  47. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774335182,
        "nanos_since_epoch": 56152451
      },
      "log_source": "Plan"
    }
  48. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1774335188,
        "nanos_since_epoch": 803772000
      },
      "log_source": "Plan"
    }
  49. {
      "type": "execute_action",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774335188,
        "nanos_since_epoch": 803811356
      },
      "log_source": "Plan"
    }
  50. {
      "type": "action_succeeded",
      "action": "tar_create",
      "archive": "/dev/vdd",
      "directory": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1774335188,
        "nanos_since_epoch": 994194403
      },
      "log_source": "Plan"
    }
  51. {
      "type": "plan_succeeded",
      "timestamp": {
        "secs_since_epoch": 1774335188,
        "nanos_since_epoch": 994227147
      },
      "log_source": "Plan"
    }
  52. {
      "type": "executor_ends_successfully",
      "timestamp": {
        "secs_since_epoch": 1774335188,
        "nanos_since_epoch": 994232669
      },
      "log_source": "Plan"
    }

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:zwTxygwuz5LDGBq255RA2CbNGrz8",
    "name": "radicle-ci-broker",
    "description": "Radicle CI broker",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT"
    ]
  },
  "pusher": {
    "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
    "alias": "liw"
  },
  "before": "cae4ced6190be3f2d3703327e6498c94efd78671",
  "after": "cae4ced6190be3f2d3703327e6498c94efd78671",
  "branch": "main",
  "commits": [
    "cae4ced6190be3f2d3703327e6498c94efd78671"
  ]
}

Ambient stdout

run CI for rad:zwTxygwuz5LDGBq255RA2CbNGrz8

Ambient stderr

<empty log>