CI run for rad:zwTxygwuz5LDGBq255RA2CbNGrz8

Radicle repository id rad:zwTxygwuz5LDGBq255RA2CbNGrz8

Table of Contents

Run log

[=3h[=3hBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
Welcome to GRUB!


INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0   6.1M  1 disk 
vdc    254:32   0   9.1M  1 disk 
vdd    254:48   0   9.3G  0 disk 
vde    254:64   0  46.6G  0 disk 
vdf    254:80   0 987.9M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-10-29 11:43 ./
-rw-r--r-- _rad/_rad      1769 2025-10-29 11:43 ./plan.yaml
-rwxr-xr-x _rad/_rad   6418592 2025-10-29 11:43 ./run-ci
INFO: Extracted files:
  4587526      4 drwxr-xr-x   2 1001     1001         4096 Oct 29 11:43 .
  4587527      4 -rw-r--r--   1 1001     1001         1769 Oct 29 11:43 ./plan.yaml
  4587530   6272 -rwxr-xr-x   1 1001     1001      6418592 Oct 29 11:43 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-10-29T11:43:40Z TRACE ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
[2025-10-29T11:43:40Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
[2025-10-29T11:43:40Z INFO  ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
[2025-10-29T11:43:40Z WARN  ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
[2025-10-29T11:43:40Z ERROR ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
  pathname: /workspace
- action: mkdir
  pathname: /workspace/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /workspace/src
- action: tar_extract
  archive: /dev/vdf
  directory: /workspace/deps
- action: tar_extract
  archive: /dev/vde
  directory: /workspace/cache
- action: spawn
  argv:
  - find
  - /workspace
  - -maxdepth
  - '2'
  - -ls
- action: cargo_clippy
- action: shell
  shell: |
    export CARGO_TARGET_DIR=/workspace/cache
    export CARGO_HOME=/workspace/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.
    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 /workspace/artifacts/.
- action: custom
  name: dch
  args:
    debfullname: Lars Wirzenius
    debemail: liw@liw.fi
- action: deb
- action: tar_create
  archive: /dev/vde
  directory: /workspace/cache
- action: tar_create
  archive: /dev/vdd
  directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts


[2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
        pathname: "/workspace",
    }
[2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
        pathname: "/workspace",
    }
[2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
        pathname: "/workspace/artifacts",
    }
[2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
        pathname: "/workspace/artifacts",
    }
[2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-29T11:43:40Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-10-29T11:43:40Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-29T11:43:40Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-10-29T11:43:43Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-29T11:43:43Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-29T11:43:43Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-10-29T11:43:43Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-10-29T11:43:43Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-29T11:43:43Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-10-29T11:44:19Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-29T11:44:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-29T11:44:19Z DEBUG ambient_ci::plan] RUN: Action Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
[2025-10-29T11:44:19Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
[2025-10-29T11:44:19Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
       cwd=/workspace/src (exists? true)
  2621441      4 drwxr-xr-x   6 root     root         4096 Oct 29 11:43 /workspace
  2621732      4 drwxr-xr-x   3 root     root         4096 Oct 29 11:42 /workspace/deps
  2621733      0 -rw-r--r--   1 root     root            0 Sep 23 09:03 /workspace/deps/.package-cache-mutate
  2621736      4 drwxr-xr-x   5 root     root         4096 Sep 23 09:03 /workspace/deps/registry
  2621734    132 -rw-r--r--   1 root     root       135168 Oct 29 11:42 /workspace/deps/.global-cache
  2621735      0 -rw-r--r--   1 root     root            0 Sep 23 09:03 /workspace/deps/.package-cache
  2621443      4 drwxr-xr-x  10 root     root         4096 Oct 29 11:42 /workspace/src
  2621522      4 -rw-r--r--   1 root     root         1716 Oct 29 11:42 /workspace/src/Cargo.toml
  2621720      4 -rw-r--r--   1 root     root         1188 Oct 29 11:42 /workspace/src/CONTRIBUTING.md
  2621502     40 -rw-r--r--   1 root     root        37786 Oct 29 11:42 /workspace/src/NEWS.md
  2621449      4 -rw-r--r--   1 root     root          905 Oct 29 11:42 /workspace/src/test2.yaml
  2621519      4 -rw-r--r--   1 root     root          802 Oct 29 11:42 /workspace/src/build.rs
  2621525      4 drwxr-xr-x   8 root     root         4096 Oct 29 11:42 /workspace/src/.git
  2621722      4 drwxr-xr-x   2 root     root         4096 Oct 29 11:42 /workspace/src/doc
  2621451      4 drwxr-xr-x   4 root     root         4096 Oct 29 11:42 /workspace/src/src
  2621518      8 -rw-r--r--   1 root     root         4796 Oct 29 11:42 /workspace/src/README.md
  2621447      4 drwxr-xr-x   2 root     root         4096 Oct 29 11:42 /workspace/src/.ambient
  2621496      4 -rw-r--r--   1 root     root          386 Oct 29 11:42 /workspace/src/cibtool.1
  2621517      4 -rw-r--r--   1 root     root          732 Oct 29 11:42 /workspace/src/ci-broker.yaml
  2621445      4 drwxr-xr-x   2 root     root         4096 Oct 29 11:42 /workspace/src/.radicle
  2621504      4 drwxr-xr-x   3 root     root         4096 Oct 29 11:42 /workspace/src/debian
  2621719      4 -rw-r--r--   1 root     root         2309 Oct 29 11:42 /workspace/src/RELEASE.md
  2621501      4 -rw-r--r--   1 root     root           10 Oct 29 11:42 /workspace/src/.envrc
  2621721    100 -rw-r--r--   1 root     root        98586 Oct 29 11:42 /workspace/src/Cargo.lock
  2621503   2932 -rw-r--r--   1 root     root      3002368 Oct 29 11:42 /workspace/src/ci-broker.db
  2621716     12 -rw-r--r--   1 root     root         9723 Oct 29 11:42 /workspace/src/LICENSE-APACHE
  2621521      4 -rw-r--r--   1 root     root           44 Oct 29 11:42 /workspace/src/.gitignore
  2621523      4 drwxr-xr-x   2 root     root         4096 Oct 29 11:42 /workspace/src/tests
  2621718      8 -rw-r--r--   1 root     root         6528 Oct 29 11:42 /workspace/src/flake.lock
  2621520      8 -rw-r--r--   1 root     root         5951 Oct 29 11:42 /workspace/src/flake.nix
  2621495     92 -rw-r--r--   1 root     root        92993 Oct 29 11:42 /workspace/src/ci-broker.md
  2621444      4 -rw-r--r--   1 root     root          440 Oct 29 11:42 /workspace/src/cib.1
  2621500      4 -rw-r--r--   1 root     root          257 Oct 29 11:42 /workspace/src/ci-broker.subplot
  2621450      4 -rw-r--r--   1 root     root         1079 Oct 29 11:42 /workspace/src/LICENSE-MIT
  2621717      4 -rw-r--r--   1 root     root          386 Oct 29 11:42 /workspace/src/Makefile
  2621516      4 -rw-r--r--   1 root     root          469 Oct 29 11:42 /workspace/src/test.yaml
  2621497      4 drwxr-xr-x   2 root     root         4096 Oct 29 11:42 /workspace/src/.cargo
  2621442      4 drwxr-xr-x   2 root     root         4096 Oct 29 11:43 /workspace/artifacts
  2651940      4 drwxr-xr-x   6 root     root         4096 Sep 23 09:13 /workspace/cache
  2662341      4 -rw-r--r--   1 root     root          218 Sep 23 09:04 /workspace/cache/.rustdoc_fingerprint.json
  2666484      4 drwxr-xr-x  12 root     root         4096 Oct 20 06:38 /workspace/cache/doc
  2651942      4 drwxr-xr-x   7 root     root         4096 Oct 20 06:41 /workspace/cache/debug
  2651941      4 drwxr-xr-x   2 root     root         4096 Sep 23 09:03 /workspace/cache/tmp
  2666483      4 -rw-r--r--   1 root     root         1038 Oct 29 11:42 /workspace/cache/.rustc_info.json
  2662342      4 drwxr-xr-x   7 root     root         4096 Oct 20 06:42 /workspace/cache/release
[2025-10-29T11:44:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-29T11:44:22Z DEBUG ambient_ci::plan] RUN: Action CargoClippy
[2025-10-29T11:44:22Z DEBUG ambient_ci::action] Plan::execute: plan=CargoClippy
[2025-10-29T11:44:22Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/workspace/src (exists? true)
   Compiling proc-macro2 v1.0.103
   Compiling unicode-ident v1.0.20
   Compiling quote v1.0.41
   Compiling libc v0.2.177
    Checking cfg-if v1.0.4
   Compiling serde v1.0.228
   Compiling typenum v1.19.0
   Compiling generic-array v0.14.9
   Compiling jobserver v0.1.34
   Compiling find-msvc-tools v0.1.4
   Compiling syn v2.0.108
   Compiling cc v1.2.43
   Compiling serde_core v1.0.228
    Checking crypto-common v0.1.6
   Compiling memchr v2.7.6
    Checking stable_deref_trait v1.2.1
   Compiling syn v1.0.109
   Compiling bitflags v2.10.0
   Compiling anyhow v1.0.100
   Compiling getrandom v0.3.4
    Checking block-buffer v0.10.4
    Checking block-padding v0.3.3
    Checking litemap v0.8.1
    Checking writeable v0.6.2
   Compiling rustix v1.1.2
    Checking inout v0.1.4
    Checking digest v0.10.7
   Compiling synstructure v0.13.2
   Compiling icu_normalizer_data v2.1.1
   Compiling icu_properties_data v2.1.1
    Checking cipher v0.4.4
   Compiling aho-corasick v1.1.4
   Compiling serde_derive v1.0.228
   Compiling zerofrom-derive v0.1.6
   Compiling yoke-derive v0.8.1
    Checking zerofrom v0.1.6
   Compiling zerovec-derive v0.11.2
    Checking yoke v0.8.1
   Compiling displaydoc v0.2.5
   Compiling thiserror-impl v1.0.69
    Checking zerotrie v0.2.3
    Checking getrandom v0.2.16
    Checking zerovec v0.11.5
   Compiling thiserror v1.0.69
   Compiling regex-syntax v0.8.8
   Compiling thiserror v2.0.17
    Checking tinystr v0.8.2
    Checking icu_locale_core v2.1.1
    Checking potential_utf v0.1.4
    Checking icu_collections v2.1.1
   Compiling libz-sys v1.1.22
   Compiling thiserror-impl v2.0.17
    Checking icu_provider v2.1.1
   Compiling ahash v0.8.12
   Compiling encoding_rs v0.8.35
   Compiling unicode-width v0.2.2
   Compiling doc-comment v0.3.4
   Compiling pest v2.8.3
   Compiling regex-automata v0.4.13
   Compiling hashbrown v0.14.5
    Checking icu_normalizer v2.1.1
    Checking icu_properties v2.1.1
   Compiling bstr v1.12.1
   Compiling rand_core v0.6.4
    Checking idna_adapter v1.2.1
   Compiling hashlink v0.9.1
   Compiling pest_meta v2.8.3
   Compiling globset v0.4.18
   Compiling serde_path_to_error v0.1.20
   Compiling tracing-attributes v0.1.30
   Compiling amplify_syn v2.0.1
   Compiling libgit2-sys v0.17.0+1.8.1
    Checking universal-hash v0.5.1
    Checking idna v1.1.0
   Compiling amplify_derive v4.0.1
   Compiling rand_chacha v0.3.1
   Compiling ignore v0.4.24
   Compiling pest_generator v2.8.3
   Compiling yaml-rust2 v0.9.0
   Compiling proc-macro-error-attr v1.0.4
   Compiling getopts v0.2.24
   Compiling pikchr v0.1.4
    Checking ec25519 v0.1.0
   Compiling textwrap v0.16.2
   Compiling serde_json v1.0.145
    Checking amplify v4.9.0
   Compiling tempfile v3.23.0
   Compiling proc-macro-error v1.0.4
   Compiling marked-yaml v0.7.2
   Compiling pest_derive v2.8.3
   Compiling globwalk v0.9.1
   Compiling rand v0.8.5
    Checking url v2.5.7
    Checking polyval v0.6.2
   Compiling regex v1.12.2
   Compiling git-ref-format-core v0.3.1
    Checking sha2 v0.10.9
   Compiling sqlite3-src v0.5.1
   Compiling tracing v0.1.41
   Compiling git-ref-format-macro v0.3.1
   Compiling tera v1.20.0
   Compiling darling_core v0.20.11
    Checking sha3 v0.10.8
   Compiling roadmap v0.7.0
    Checking ghash v0.5.1
    Checking cyphergraphy v0.3.0
    Checking aes v0.8.4
    Checking ctr v0.9.2
    Checking aead v0.5.2
    Checking blowfish v0.9.1
    Checking indexmap v2.12.0
    Checking aes-gcm v0.10.3
   Compiling data-encoding-macro-internal v0.1.16
    Checking cypheraddr v0.4.0
    Checking git-ref-format v0.3.1
   Compiling darling_macro v0.20.11
    Checking ssh-encoding v0.2.0
    Checking poly1305 v0.8.0
    Checking cbc v0.1.2
    Checking chacha20 v0.9.1
   Compiling match-lookup v0.1.1
    Checking pbkdf2 v0.12.2
    Checking zeroize v1.8.2
    Checking const-str v0.4.3
    Checking data-encoding-macro v0.1.18
    Checking bcrypt-pbkdf v0.10.0
    Checking ssh-cipher v0.2.0
    Checking base256emoji v1.0.2
   Compiling darling v0.20.11
    Checking socks5-client v0.4.1
   Compiling yaml-rust2 v0.10.4
   Compiling subplot v0.13.0
   Compiling simd-adler32 v0.3.7
    Checking ssh-key v0.6.7
   Compiling miniz_oxide v0.8.9
    Checking multibase v0.9.2
    Checking qcheck v1.0.0
   Compiling marked-yaml v0.8.0
    Checking cyphernet v0.5.2
   Compiling derive_builder_core v0.20.2
   Compiling pulldown-cmark v0.13.0
   Compiling crc32fast v1.5.0
    Checking radicle-ssh v0.10.0
    Checking nonempty v0.9.0
   Compiling culpa-macros v1.0.2
   Compiling xattr v1.6.1
   Compiling subplot v0.12.0
   Compiling filetime v0.2.26
   Compiling proc-macro-error-attr2 v2.0.0
    Checking anstyle v1.0.13
    Checking is_terminal_polyfill v1.70.2
    Checking anstream v0.6.21
   Compiling proc-macro-error2 v2.0.1
    Checking deranged v0.5.5
   Compiling tar v0.4.44
   Compiling flate2 v1.1.5
    Checking nix v0.29.0
    Checking erased-serde v0.4.8
   Compiling derive_builder_macro v0.20.2
   Compiling pulldown-cmark v0.12.2
    Checking sqlite3-sys v0.15.2
    Checking sqlite v0.32.0
    Checking terminal_size v0.4.3
   Compiling git-ref-format-core v0.4.0
    Checking cvt v0.1.2
   Compiling rust_decimal v1.39.0
    Checking clap_lex v0.7.6
    Checking clap_builder v4.5.50
    Checking time v0.3.44
    Checking quick-xml v0.37.5
   Compiling clap_derive v4.5.49
    Checking fs_at v0.2.1
   Compiling git-ref-format-macro v0.4.0
    Checking derive_builder v0.20.2
   Compiling subplot-build v0.13.0
    Checking serde-untagged v0.1.9
   Compiling radicle-surf v0.22.1
   Compiling culpa v1.0.2
    Checking localtime v1.3.1
    Checking bytesize v2.1.0
    Checking normpath v1.5.0
    Checking atom_syndication v0.12.7
    Checking remove_dir_all v1.0.0
    Checking git-ref-format v0.4.0
    Checking clap v4.5.50
   Compiling radicle-ci-broker v0.21.0 (/workspace/src)
    Checking tracing-serde v0.2.0
    Checking matchers v0.2.0
    Checking uuid v1.18.1
   Compiling valuable-derive v0.1.1
   Compiling subplotlib-derive v0.12.0
    Checking fs2 v0.4.3
    Checking thread_local v1.1.9
    Checking nu-ansi-term v0.50.3
    Checking duration-str v0.12.0
    Checking valuable v0.1.1
    Checking serde_norway v0.9.42
    Checking tracing-subscriber v0.3.20
    Checking rss v2.0.12
    Checking subplotlib v0.12.0
   Compiling ctor v0.2.9
   Compiling qcheck-macros v1.0.0
    Checking git2 v0.19.0
    Checking radicle-git-ext v0.8.1
    Checking radicle-git-ext v0.9.0
    Checking radicle-crypto v0.13.0
    Checking radicle-cob v0.15.0
    Checking radicle v0.18.0
    Checking radicle-job v0.3.0
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.54s
[2025-10-29T11:45:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-29T11:45:16Z DEBUG ambient_ci::plan] RUN: Action Shell {
        shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/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.\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 /workspace/artifacts/.\n",
    }
[2025-10-29T11:45:16Z DEBUG ambient_ci::action] Plan::execute: plan=Shell {
        shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/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.\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 /workspace/artifacts/.\n",
    }
[2025-10-29T11:45:16Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/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.\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 /workspace/artifacts/.\n\n"]
       cwd=/workspace/src (exists? true)
+ 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/.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 radicle-ci-broker v0.21.0 (/workspace/src)
 Documenting radicle-ci-broker v0.21.0 (/workspace/src)
warning: unresolved link to `RunningProcess`
   --> src/adapter.rs:357:44
    |
357 |     /// 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 3.84s
   Generated /workspace/cache/doc/radicle_ci_broker/index.html and 4 other files
+ cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2
   Compiling cfg-if v1.0.4
   Compiling bitflags v2.10.0
   Compiling memchr v2.7.6
   Compiling typenum v1.19.0
   Compiling libc v0.2.177
   Compiling serde_core v1.0.228
   Compiling generic-array v0.14.9
   Compiling zerofrom v0.1.6
   Compiling stable_deref_trait v1.2.1
   Compiling yoke v0.8.1
   Compiling zerovec v0.11.5
   Compiling crypto-common v0.1.6
   Compiling regex-syntax v0.8.8
   Compiling thiserror v1.0.69
   Compiling tinystr v0.8.2
   Compiling anyhow v1.0.100
   Compiling block-padding v0.3.3
   Compiling block-buffer v0.10.4
   Compiling encoding_rs v0.8.35
   Compiling writeable v0.6.2
   Compiling litemap v0.8.1
   Compiling icu_locale_core v2.1.1
   Compiling serde v1.0.228
   Compiling digest v0.10.7
   Compiling inout v0.1.4
   Compiling rustix v1.1.2
   Compiling potential_utf v0.1.4
   Compiling zerotrie v0.2.3
   Compiling icu_provider v2.1.1
   Compiling icu_collections v2.1.1
   Compiling cipher v0.4.4
   Compiling getrandom v0.2.16
   Compiling aho-corasick v1.1.4
   Compiling ahash v0.8.12
   Compiling icu_properties_data v2.1.1
   Compiling icu_normalizer_data v2.1.1
   Compiling pest v2.8.3
   Compiling icu_normalizer v2.1.1
   Compiling hashbrown v0.14.5
   Compiling icu_properties v2.1.1
   Compiling regex-automata v0.4.13
   Compiling bstr v1.12.1
   Compiling thiserror v2.0.17
   Compiling rand_core v0.6.4
   Compiling idna_adapter v1.2.1
   Compiling pest_meta v2.8.3
   Compiling hashlink v0.9.1
   Compiling serde_path_to_error v0.1.20
   Compiling universal-hash v0.5.1
   Compiling idna v1.1.0
   Compiling rand_chacha v0.3.1
   Compiling pest_generator v2.8.3
   Compiling globset v0.4.18
   Compiling ignore v0.4.24
   Compiling yaml-rust2 v0.9.0
   Compiling libz-sys v1.1.22
   Compiling getrandom v0.3.4
   Compiling amplify v4.9.0
   Compiling globwalk v0.9.1
   Compiling marked-yaml v0.7.2
   Compiling ec25519 v0.1.0
   Compiling url v2.5.7
   Compiling tempfile v3.23.0
   Compiling libgit2-sys v0.17.0+1.8.1
   Compiling pest_derive v2.8.3
   Compiling regex v1.12.2
   Compiling rand v0.8.5
   Compiling serde_json v1.0.145
   Compiling polyval v0.6.2
   Compiling sha2 v0.10.9
   Compiling git-ref-format-core v0.3.1
   Compiling darling_core v0.20.11
   Compiling sha3 v0.10.8
   Compiling git-ref-format-macro v0.3.1
   Compiling tera v1.20.0
   Compiling tracing v0.1.41
   Compiling ghash v0.5.1
   Compiling git2 v0.19.0
   Compiling roadmap v0.7.0
   Compiling cyphergraphy v0.3.0
   Compiling aes v0.8.4
   Compiling ctr v0.9.2
   Compiling aead v0.5.2
   Compiling indexmap v2.12.0
   Compiling cypheraddr v0.4.0
   Compiling blowfish v0.9.1
   Compiling aes-gcm v0.10.3
   Compiling git-ref-format v0.3.1
   Compiling darling_macro v0.20.11
   Compiling sqlite3-src v0.5.1
   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 zeroize v1.8.2
   Compiling const-str v0.4.3
   Compiling data-encoding-macro v0.1.18
   Compiling darling v0.20.11
   Compiling bcrypt-pbkdf v0.10.0
   Compiling ssh-cipher v0.2.0
   Compiling yaml-rust2 v0.10.4
   Compiling base256emoji v1.0.2
   Compiling sqlite3-sys v0.15.2
   Compiling radicle-git-ext v0.8.1
   Compiling socks5-client v0.4.1
   Compiling subplot v0.13.0
   Compiling multibase v0.9.2
   Compiling qcheck v1.0.0
   Compiling ssh-key v0.6.7
   Compiling marked-yaml v0.8.0
   Compiling cyphernet v0.5.2
   Compiling sqlite v0.32.0
   Compiling derive_builder_core v0.20.2
   Compiling radicle-ssh v0.10.0
   Compiling pulldown-cmark v0.13.0
   Compiling crc32fast v1.5.0
   Compiling xattr v1.6.1
   Compiling nonempty v0.9.0
   Compiling subplot v0.12.0
   Compiling filetime v0.2.26
   Compiling is_terminal_polyfill v1.70.2
   Compiling anstyle v1.0.13
   Compiling anstream v0.6.21
   Compiling deranged v0.5.5
   Compiling tar v0.4.44
   Compiling flate2 v1.1.5
   Compiling erased-serde v0.4.8
   Compiling derive_builder_macro v0.20.2
   Compiling radicle-crypto v0.13.0
   Compiling nix v0.29.0
   Compiling pulldown-cmark v0.12.2
   Compiling terminal_size v0.4.3
   Compiling git-ref-format-core v0.4.0
   Compiling cvt v0.1.2
   Compiling clap_lex v0.7.6
   Compiling culpa v1.0.2
   Compiling fs_at v0.2.1
   Compiling git-ref-format-macro v0.4.0
   Compiling clap_builder v4.5.50
   Compiling radicle-cob v0.15.0
   Compiling subplot-build v0.13.0
   Compiling derive_builder v0.20.2
   Compiling serde-untagged v0.1.9
   Compiling radicle-surf v0.22.1
   Compiling time v0.3.44
   Compiling localtime v1.3.1
   Compiling quick-xml v0.37.5
   Compiling bytesize v2.1.0
   Compiling normpath v1.5.0
   Compiling radicle v0.18.0
   Compiling rust_decimal v1.39.0
   Compiling remove_dir_all v1.0.0
   Compiling atom_syndication v0.12.7
   Compiling subplotlib-derive v0.12.0
   Compiling git-ref-format v0.4.0
   Compiling clap v4.5.50
   Compiling radicle-ci-broker v0.21.0 (/workspace/src)
   Compiling matchers v0.2.0
   Compiling tracing-serde v0.2.0
   Compiling uuid v1.18.1
   Compiling fs2 v0.4.3
   Compiling thread_local v1.1.9
   Compiling nu-ansi-term v0.50.3
   Compiling serde_norway v0.9.42
   Compiling tracing-subscriber v0.3.20
   Compiling subplotlib v0.12.0
   Compiling duration-str v0.12.0
   Compiling valuable v0.1.1
   Compiling radicle-git-ext v0.9.0
   Compiling rss v2.0.12
   Compiling radicle-job v0.3.0
    Finished `test` profile [unoptimized + debuginfo] target(s) in 44.70s
     Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_ci_broker-109fc94973565611)

running 86 tests
test adapter::test::adapter_ends_ok_before_first_message ... ok
test adapter::test::adapter_does_not_exist ... 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 broker::test::executes_adapter ... ok
test ci_event::test::branch_deleted ... 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::branch_updated ... ok
test ci_event::test_parsed_ref::patch ... 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 ci_event::test_parsed_ref::tag ... 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 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 refs::test::ref_string_from_plain_branch_name ... ok
test run::test::serialize_run_state ... ok
test sensitive::test_sensitive::debugged ... ok
test msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... ok
test sensitive::test_sensitive::deser ... ok
test sensitive::test_sensitive::displayed ... ok
test sensitive::test_sensitive::ser ... ok
test timeoutcmd::tests::bin_false ... ok
test timeoutcmd::tests::bin_true ... ok
test timeoutcmd::tests::hello_world ... ok
test timeoutcmd::tests::hello_world_to_stderr ... ok
test timeoutcmd::tests::kill ... ok
test timeoutcmd::tests::kill_stderr ... 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. 86 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.05s

     Running unittests src/bin/cib.rs (/workspace/cache/debug/deps/cib-99fb98af0f90e76f)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running unittests src/bin/cibtool.rs (/workspace/cache/debug/deps/cibtool-2c835049c2c07ce1)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running unittests src/bin/default_branch.rs (/workspace/cache/debug/deps/default_branch-205b1cad94bf917c)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running unittests src/bin/synthetic-events.rs (/workspace/cache/debug/deps/synthetic_events-2f7676a500524d93)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/subplot.rs (/workspace/cache/debug/deps/subplot-b531ae1ec51793f4)

running 72 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_finished_successfully_to_database ... ok
test add_information_about_run_that_s_running_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 ... ok
test create_a_repository ... ok
test don_t_insert_event_for_non_existent_repository ... ok
test dummy_adapter_runs_successfully ... ok
test event_synthesizer_terminates_after_first_connection ... ok
test events_can_be_queued_and_removed_from_queue ... ok
test extract_cib_log_from_journald_and_pretty_print ... ok
test count_in_concurrent_processes ... 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_branch ... ok
test filter_predicate_branchcreated ... ok
test filter_predicate_branchdeleted ... ok
test filter_predicate_branchupdated ... ok
test filter_predicate_deny ... ok
test filter_predicate_defaultbranch ... ok
test filter_predicate_hasfile ... ok
test filter_predicate_node ... ok
test filter_predicate_not ... ok
test filter_predicate_repository ... 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 filter_predicate_or ... ok
test handles_adapter_failing_on_a_failed_run ... ok
test insert_events_into_queue ... ok
test handles_adapter_failing_on_a_successful_run ... 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 insert_many_events_into_queue ... 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 runs_adapters_for_all_matching_triggers ... ok
test stops_if_the_node_connection_breaks ... ok
test update_and_show_information_about_run_to_running ... ok
test we_can_run_rad ... ok
test smoke_test__runs_adapter ... ok

test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 150.24s

   Doc-tests radicle_ci_broker

running 2 tests
test src/msg.rs - msg::RunId (line 49) ... 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.01s

+ 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
make: Entering directory '/workspace/src/doc'
./messages.sh > messages.md
subplot docgen --date "Version: $(git describe --long --dirty)" architecture.subplot -o architecture.html
fatal: No names found, cannot describe anything.
 INFO Starting Subplot
 INFO Subplot finished successfully
pandoc --standalone --metadata title="Radicle CI overview" "overview.md" --output "overview.html"
make: Leaving directory '/workspace/src/doc'
+ cp doc/architecture.html doc/ci-broker.html doc/overview.html doc/userguide.html /workspace/artifacts/.
[2025-10-29T11:48:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-29T11:48:53Z DEBUG ambient_ci::plan] RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2025-10-29T11:48:53Z DEBUG ambient_ci::action] Plan::execute: plan=Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
[2025-10-29T11:48:53Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
HEAD is now at 31543ca1 chore: avoid 'cargo deny' complaints about advisories
Removing doc/architecture.html
Removing doc/ci-broker.html
Removing doc/messages.md
Removing doc/overview.html
Removing doc/userguide.html
custom action "dch" exit code Some(0)
[2025-10-29T11:48:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-29T11:48:54Z DEBUG ambient_ci::plan] RUN: Action Deb
[2025-10-29T11:48:54Z DEBUG ambient_ci::action] Plan::execute: plan=Deb
[2025-10-29T11:48:54Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n        "]
       cwd=/workspace/src (exists? true)
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
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=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=284
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=048da9c0395240c3a3b03666478bc924
SHLVL=2
JOURNAL_STREAM=8:12155
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
+ command -v cargo
/root/.cargo/bin/cargo
+ command -v rustc
/root/.cargo/bin/rustc
+ cargo --version
cargo 1.88.0 (873a06493 2025-05-10)
+ rustc --version
rustc 1.88.0 (6b00bc388 2025-06-23)
++ dpkg-parsechangelog -SSource
+ name=radicle-ci-broker
++ dpkg-parsechangelog -SVersion
+ version=0.21.0.ci20251029T114853-1
++ echo 0.21.0.ci20251029T114853-1
++ sed 's/-[^-]*$//'
+ uv=0.21.0.ci20251029T114853
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-ci-broker_0.21.0.ci20251029T114853.orig.tar.xz
+ deb=../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.deb
+ changes=../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package radicle-ci-broker
dpkg-buildpackage: info: source version 0.21.0.ci20251029T114853-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building radicle-ci-broker using existing ./radicle-ci-broker_0.21.0.ci20251029T114853.orig.tar.xz
dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.21.0.ci20251029T114853-1.debian.tar.xz
dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.21.0.ci20251029T114853-1.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/workspace/src'
   create-stamp debian/debhelper-build-stamp
 debian/rules binary
dh binary
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/workspace/src'
cargo install --offline --locked --path=. --root=debian/radicle-ci-broker/usr --bin cib --bin cibtool
  Installing radicle-ci-broker v0.21.0 (/workspace/src)
   Compiling proc-macro2 v1.0.103
   Compiling unicode-ident v1.0.20
   Compiling quote v1.0.41
   Compiling libc v0.2.177
   Compiling cfg-if v1.0.4
   Compiling serde v1.0.228
   Compiling typenum v1.19.0
   Compiling generic-array v0.14.9
   Compiling syn v2.0.108
   Compiling jobserver v0.1.34
   Compiling find-msvc-tools v0.1.4
   Compiling cc v1.2.43
   Compiling serde_core v1.0.228
   Compiling crypto-common v0.1.6
   Compiling memchr v2.7.6
   Compiling stable_deref_trait v1.2.1
   Compiling syn v1.0.109
   Compiling bitflags v2.10.0
   Compiling anyhow v1.0.100
   Compiling getrandom v0.3.4
   Compiling block-padding v0.3.3
   Compiling block-buffer v0.10.4
   Compiling synstructure v0.13.2
   Compiling writeable v0.6.2
   Compiling litemap v0.8.1
   Compiling rustix v1.1.2
   Compiling digest v0.10.7
   Compiling inout v0.1.4
   Compiling serde_derive v1.0.228
   Compiling zerofrom-derive v0.1.6
   Compiling yoke-derive v0.8.1
   Compiling zerovec-derive v0.11.2
   Compiling thiserror-impl v1.0.69
   Compiling zerofrom v0.1.6
   Compiling yoke v0.8.1
   Compiling displaydoc v0.2.5
   Compiling zerovec v0.11.5
   Compiling zerotrie v0.2.3
   Compiling thiserror v2.0.17
   Compiling icu_properties_data v2.1.1
   Compiling tinystr v0.8.2
   Compiling potential_utf v0.1.4
   Compiling icu_normalizer_data v2.1.1
   Compiling icu_locale_core v2.1.1
   Compiling icu_collections v2.1.1
   Compiling thiserror v1.0.69
   Compiling cipher v0.4.4
   Compiling aho-corasick v1.1.4
   Compiling getrandom v0.2.16
   Compiling regex-syntax v0.8.8
   Compiling icu_provider v2.1.1
   Compiling libz-sys v1.1.22
   Compiling ahash v0.8.12
   Compiling regex-automata v0.4.13
   Compiling thiserror-impl v2.0.17
   Compiling encoding_rs v0.8.35
   Compiling unicode-width v0.2.2
   Compiling doc-comment v0.3.4
   Compiling pest v2.8.3
   Compiling icu_normalizer v2.1.1
   Compiling icu_properties v2.1.1
   Compiling hashbrown v0.14.5
   Compiling bstr v1.12.1
   Compiling rand_core v0.6.4
   Compiling idna_adapter v1.2.1
   Compiling globset v0.4.18
   Compiling hashlink v0.9.1
   Compiling pest_meta v2.8.3
   Compiling serde_path_to_error v0.1.20
   Compiling tracing-attributes v0.1.30
   Compiling amplify_syn v2.0.1
   Compiling libgit2-sys v0.17.0+1.8.1
   Compiling universal-hash v0.5.1
   Compiling idna v1.1.0
   Compiling rand_chacha v0.3.1
   Compiling amplify_derive v4.0.1
   Compiling pest_generator v2.8.3
   Compiling ignore v0.4.24
   Compiling yaml-rust2 v0.9.0
   Compiling proc-macro-error-attr v1.0.4
   Compiling getopts v0.2.24
   Compiling pikchr v0.1.4
   Compiling tempfile v3.23.0
   Compiling amplify v4.9.0
   Compiling serde_json v1.0.145
   Compiling ec25519 v0.1.0
   Compiling textwrap v0.16.2
   Compiling marked-yaml v0.7.2
   Compiling proc-macro-error v1.0.4
   Compiling globwalk v0.9.1
   Compiling pest_derive v2.8.3
   Compiling url v2.5.7
   Compiling rand v0.8.5
   Compiling polyval v0.6.2
   Compiling regex v1.12.2
   Compiling git-ref-format-core v0.3.1
   Compiling sha2 v0.10.9
   Compiling sqlite3-src v0.5.1
   Compiling sha3 v0.10.8
   Compiling tera v1.20.0
   Compiling darling_core v0.20.11
   Compiling tracing v0.1.41
   Compiling git-ref-format-macro v0.3.1
   Compiling ghash v0.5.1
   Compiling roadmap v0.7.0
   Compiling cyphergraphy v0.3.0
   Compiling ctr v0.9.2
   Compiling aes v0.8.4
   Compiling aead v0.5.2
   Compiling blowfish v0.9.1
   Compiling indexmap v2.12.0
   Compiling data-encoding-macro-internal v0.1.16
   Compiling cypheraddr v0.4.0
   Compiling aes-gcm v0.10.3
   Compiling git-ref-format v0.3.1
   Compiling ssh-encoding v0.2.0
   Compiling darling_macro v0.20.11
   Compiling poly1305 v0.8.0
   Compiling chacha20 v0.9.1
   Compiling cbc v0.1.2
   Compiling match-lookup v0.1.1
   Compiling pbkdf2 v0.12.2
   Compiling zeroize v1.8.2
   Compiling const-str v0.4.3
   Compiling data-encoding-macro v0.1.18
   Compiling base256emoji v1.0.2
   Compiling bcrypt-pbkdf v0.10.0
   Compiling ssh-cipher v0.2.0
   Compiling darling v0.20.11
   Compiling yaml-rust2 v0.10.4
   Compiling socks5-client v0.4.1
   Compiling subplot v0.13.0
   Compiling simd-adler32 v0.3.7
   Compiling miniz_oxide v0.8.9
   Compiling ssh-key v0.6.7
   Compiling multibase v0.9.2
   Compiling qcheck v1.0.0
   Compiling cyphernet v0.5.2
   Compiling marked-yaml v0.8.0
   Compiling derive_builder_core v0.20.2
   Compiling crc32fast v1.5.0
   Compiling pulldown-cmark v0.13.0
   Compiling radicle-ssh v0.10.0
   Compiling nonempty v0.9.0
   Compiling xattr v1.6.1
   Compiling culpa-macros v1.0.2
   Compiling subplot v0.12.0
   Compiling filetime v0.2.26
   Compiling proc-macro-error-attr2 v2.0.0
   Compiling is_terminal_polyfill v1.70.2
   Compiling anstyle v1.0.13
   Compiling proc-macro-error2 v2.0.1
   Compiling anstream v0.6.21
   Compiling deranged v0.5.5
   Compiling tar v0.4.44
   Compiling flate2 v1.1.5
   Compiling nix v0.29.0
   Compiling erased-serde v0.4.8
   Compiling derive_builder_macro v0.20.2
   Compiling pulldown-cmark v0.12.2
   Compiling terminal_size v0.4.3
   Compiling git-ref-format-core v0.4.0
   Compiling cvt v0.1.2
   Compiling clap_lex v0.7.6
   Compiling rust_decimal v1.39.0
   Compiling clap_builder v4.5.50
   Compiling sqlite3-sys v0.15.2
   Compiling sqlite v0.32.0
   Compiling quick-xml v0.37.5
   Compiling clap_derive v4.5.49
   Compiling time v0.3.44
   Compiling git-ref-format-macro v0.4.0
   Compiling fs_at v0.2.1
   Compiling derive_builder v0.20.2
   Compiling serde-untagged v0.1.9
   Compiling subplot-build v0.13.0
   Compiling radicle-surf v0.22.1
   Compiling culpa v1.0.2
   Compiling localtime v1.3.1
   Compiling bytesize v2.1.0
   Compiling normpath v1.5.0
   Compiling remove_dir_all v1.0.0
   Compiling atom_syndication v0.12.7
   Compiling subplotlib-derive v0.12.0
   Compiling git-ref-format v0.4.0
   Compiling radicle-ci-broker v0.21.0 (/workspace/src)
   Compiling clap v4.5.50
   Compiling tracing-serde v0.2.0
   Compiling matchers v0.2.0
   Compiling uuid v1.18.1
   Compiling valuable-derive v0.1.1
   Compiling fs2 v0.4.3
   Compiling thread_local v1.1.9
   Compiling nu-ansi-term v0.50.3
   Compiling duration-str v0.12.0
   Compiling tracing-subscriber v0.3.20
   Compiling serde_norway v0.9.42
   Compiling subplotlib v0.12.0
   Compiling valuable v0.1.1
   Compiling rss v2.0.12
   Compiling git2 v0.19.0
   Compiling radicle-git-ext v0.8.1
   Compiling radicle-git-ext v0.9.0
   Compiling radicle-crypto v0.13.0
   Compiling radicle-cob v0.15.0
   Compiling radicle v0.18.0
   Compiling radicle-job v0.3.0
    Finished `release` profile [optimized] target(s) in 1m 56s
  Installing debian/radicle-ci-broker/usr/bin/cib
  Installing debian/radicle-ci-broker/usr/bin/cibtool
   Installed package `radicle-ci-broker v0.21.0 (/workspace/src)` (executables `cib`, `cibtool`)
warning: be sure to add `debian/radicle-ci-broker/usr/bin` to your PATH to be able to run the installed binaries
find debian -name '.crates*.*' -delete
make[1]: Leaving directory '/workspace/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
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/radicle-ci-broker/usr/bin/cibtool debian/radicle-ci-broker/usr/bin/cib were not linked against libm.so.6 (they use none of the library's symbols)
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'radicle-ci-broker-dbgsym' in '../radicle-ci-broker-dbgsym_0.21.0.ci20251029T114853-1_amd64.deb'.
dpkg-deb: building package 'radicle-ci-broker' in '../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.deb'.
 dpkg-genbuildinfo -O../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.buildinfo
 dpkg-genchanges -O../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: full upload (original source is included)
+ ls -l ..
total 7196
drwxr-xr-x  2 root root    4096 Oct 29 11:48 artifacts
drwxr-xr-x  6 root root    4096 Sep 23 09:13 cache
drwxr-xr-x  3 root root    4096 Oct 29 11:48 deps
-rw-r--r--  1 root root  667504 Oct 29 11:50 radicle-ci-broker-dbgsym_0.21.0.ci20251029T114853-1_amd64.deb
-rw-r--r--  1 root root    2320 Oct 29 11:48 radicle-ci-broker_0.21.0.ci20251029T114853-1.debian.tar.xz
-rw-r--r--  1 root root    1078 Oct 29 11:48 radicle-ci-broker_0.21.0.ci20251029T114853-1.dsc
-rw-r--r--  1 root root    6326 Oct 29 11:51 radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.buildinfo
-rw-r--r--  1 root root    2634 Oct 29 11:51 radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.changes
-rw-r--r--  1 root root 6138472 Oct 29 11:51 radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.deb
-rw-r--r--  1 root root  523956 Oct 29 11:48 radicle-ci-broker_0.21.0.ci20251029T114853.orig.tar.xz
drwxr-xr-x 10 root root    4096 Oct 29 11:48 src
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker-dbgsym_0.21.0.ci20251029T114853-1_amd64.deb
drwxr-xr-x root/root         0 2025-10-29 11:48 ./
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/lib/
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/lib/debug/.build-id/7c/
-rw-r--r-- root/root   2360912 2025-10-29 11:48 ./usr/lib/debug/.build-id/7c/d160448f150db3c1f49f86dbbfcab827b5a76f.debug
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/lib/debug/.build-id/ec/
-rw-r--r-- root/root   2570504 2025-10-29 11:48 ./usr/lib/debug/.build-id/ec/50ad59742903fe0b2ddf5327b146e0cb3983fe.debug
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-10-29 11:48 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.deb
drwxr-xr-x root/root         0 2025-10-29 11:48 ./
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/bin/
-rwxr-xr-x root/root  10465976 2025-10-29 11:48 ./usr/bin/cib
-rwxr-xr-x root/root  11133096 2025-10-29 11:48 ./usr/bin/cibtool
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/doc/radicle-ci-broker/
-rw-r--r-- root/root       650 2025-10-29 11:48 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz
-rw-r--r-- root/root       396 2025-10-29 11:48 ./usr/share/doc/radicle-ci-broker/copyright
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       120 2025-10-29 11:48 ./usr/share/lintian/overrides/radicle-ci-broker
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/man/
drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/man/man1/
-rw-r--r-- root/root       298 2025-10-29 11:48 ./usr/share/man/man1/cib.1.gz
-rw-r--r-- root/root       277 2025-10-29 11:48 ./usr/share/man/man1/cibtool.1.gz
+ mv ../radicle-ci-broker-dbgsym_0.21.0.ci20251029T114853-1_amd64.deb ../radicle-ci-broker_0.21.0.ci20251029T114853-1.debian.tar.xz ../radicle-ci-broker_0.21.0.ci20251029T114853-1.dsc ../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.buildinfo ../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.changes ../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.deb ../radicle-ci-broker_0.21.0.ci20251029T114853.orig.tar.xz /workspace/artifacts
[2025-10-29T11:51:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-29T11:51:04Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-10-29T11:51:04Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-10-29T11:51:04Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-29T11:51:04Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-10-29T11:51:04Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-10-29T11:51:04Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-10-29T11:51:04Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-10-29T11:51:04Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-10-29T11:51:04Z TRACE ambient_ci::vdrive] calling tar_create
[2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-10-29T11:51:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-29T11:51:49Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
        archive: "/dev/vdd",
        directory: "/workspace/artifacts",
    }
[2025-10-29T11:51:49Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
        archive: "/dev/vdd",
        directory: "/workspace/artifacts",
    }
[2025-10-29T11:51:49Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] calling tar_create
[2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-10-29T11:51:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-29T11:51:49Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "patch",
  "repository": {
    "id": "rad:zwTxygwuz5LDGBq255RA2CbNGrz8",
    "name": "radicle-ci-broker",
    "description": "Radicle CI broker",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT"
    ]
  },
  "action": "Created",
  "patch": {
    "id": "bf6cc2e8c594b127cc86a4fd62a5a1a0adea7f9a",
    "author": {
      "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "alias": "liw"
    },
    "title": "chore: avoid 'cargo deny' complaints about advisories",
    "state": {
      "status": "open",
      "conflicts": []
    },
    "before": "e8217e8c80d8860f12f0946ead79b12b8203f9fb",
    "after": "31543ca1dbdfe3932ebf99aafee6e887961c0fe6",
    "commits": [
      "31543ca1dbdfe3932ebf99aafee6e887961c0fe6"
    ],
    "target": "e8217e8c80d8860f12f0946ead79b12b8203f9fb",
    "labels": [],
    "assignees": [],
    "revisions": [
      {
        "id": "bf6cc2e8c594b127cc86a4fd62a5a1a0adea7f9a",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "description": "Update Cargo.lock.\n\nSome Unicode crates are unmaintained. There are no replacements, so\nthere's currently nothing we can do about it.",
        "base": "e8217e8c80d8860f12f0946ead79b12b8203f9fb",
        "oid": "31543ca1dbdfe3932ebf99aafee6e887961c0fe6",
        "timestamp": 1761738169
      }
    ]
  }
}

Ambient stdout

[2025-10-29T11:42:50Z INFO  ambient] ambient starts
[2025-10-29T11:42:50Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
[2025-10-29T11:42:50Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/srv/tmp",
        image_store: "/home/_rad/.local/state/ambient-ci/images",
        projects: "/home/_rad/ambient-projects.yaml",
        state: "/srv/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            10000000000,
        ),
        cache_max_size: Byte(
            50000000000,
        ),
        qemu: QemuConfig {
            cpus: 4,
            memory: Byte(
                8000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-10-29T11:42:50Z DEBUG ambient] configuration: Config {
        tmpdir: "/srv/tmp",
        image_store: "/home/_rad/.local/state/ambient-ci/images",
        projects: "/home/_rad/ambient-projects.yaml",
        state: "/srv/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            10000000000,
        ),
        cache_max_size: Byte(
            50000000000,
        ),
        qemu: QemuConfig {
            cpus: 4,
            memory: Byte(
                8000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-10-29T11:42:50Z DEBUG ambient_ci::project] load project state from /srv/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/meta.yaml
[2025-10-29T11:42:50Z DEBUG ambient_ci::run] latest commit: "e8217e8c80d8860f12f0946ead79b12b8203f9fb"
[2025-10-29T11:42:50Z DEBUG ambient_ci::run] is a git repository
[2025-10-29T11:42:50Z DEBUG ambient_ci::run] git repository is clean
[2025-10-29T11:42:50Z DEBUG ambient_ci::run] current (HEAD) commit: 31543ca1dbdfe3932ebf99aafee6e887961c0fe6
[2025-10-29T11:42:50Z DEBUG ambient_ci::run] no dry run requested
[2025-10-29T11:42:50Z DEBUG ambient_ci::run] forced run requested
[2025-10-29T11:42:50Z DEBUG ambient_ci::run] run? true
[2025-10-29T11:42:50Z INFO  ambient_ci::run] project rad:zwTxygwuz5LDGBq255RA2CbNGrz8: running CI
[2025-10-29T11:42:50Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-10-29T11:42:50Z DEBUG ambient_ci::plan] RUN: Action CargoFetch {
        sourcedir: "/tmp/.tmpRRKyHk/src",
    }
[2025-10-29T11:42:50Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFetch {
        sourcedir: "/tmp/.tmpRRKyHk/src",
    }
[2025-10-29T11:42:50Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_HOME": "/srv/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/dependencies",
            "CARGO_TARGET_DIR": "/srv/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/cache",
        },
        source_dir: "/tmp/.tmpRRKyHk/src",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpRRKyHk/src (exists? true)
cargo 1.90.0 (840b83a10 2025-07-30)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpRRKyHk/src (exists? true)
clippy 0.1.90 (1159e78c47 2025-09-14)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpRRKyHk/src (exists? true)
rustc 1.90.0 (1159e78c4 2025-09-14)
SPAWN: argv=["cargo", "fetch"]
       cwd=/tmp/.tmpRRKyHk/src (exists? true)
    Updating crates.io index
 Downloading crates ...
  Downloaded cfg-if v1.0.4
  Downloaded stable_deref_trait v1.2.1
  Downloaded bitflags v2.10.0
  Downloaded tinystr v0.8.2
  Downloaded serde_core v1.0.228
  Downloaded wasm-bindgen-macro v0.2.105
  Downloaded wasm-bindgen-shared v0.2.105
  Downloaded wasm-bindgen v0.2.105
  Downloaded js-sys v0.3.82
  Downloaded icu_properties v2.1.1
  Downloaded zerovec v0.11.5
  Downloaded tempfile v3.23.0
  Downloaded writeable v0.6.2
  Downloaded icu_provider v2.1.1
  Downloaded yoke v0.8.1
  Downloaded serde_derive v1.0.228
  Downloaded zerovec-derive v0.11.2
  Downloaded icu_properties_data v2.1.1
  Downloaded thiserror-impl v2.0.17
  Downloaded icu_normalizer_data v2.1.1
  Downloaded windows-link v0.2.1
  Downloaded nu-ansi-term v0.50.3
  Downloaded icu_normalizer v2.1.1
  Downloaded doc-comment v0.3.4
  Downloaded xattr v1.6.1
  Downloaded once_cell_polyfill v1.70.2
  Downloaded base256emoji v1.0.2
  Downloaded thiserror v2.0.17
  Downloaded multibase v0.9.2
  Downloaded deranged v0.5.5
  Downloaded is_terminal_polyfill v1.70.2
  Downloaded pest_derive v2.8.3
  Downloaded anstream v0.6.21
  Downloaded clap_derive v4.5.49
  Downloaded redox_syscall v0.5.18
  Downloaded clap v4.5.50
  Downloaded flate2 v1.1.5
  Downloaded cc v1.2.43
  Downloaded aho-corasick v1.1.4
  Downloaded pest v2.8.3
  Downloaded rust_decimal v1.39.0
  Downloaded regex v1.12.2
  Downloaded clap_builder v4.5.50
  Downloaded indexmap v2.12.0
  Downloaded memchr v2.7.6
  Downloaded pest_meta v2.8.3
  Downloaded unicode-width v0.2.2
  Downloaded icu_locale_core v2.1.1
  Downloaded anyhow v1.0.100
  Downloaded ignore v0.4.24
  Downloaded regex-syntax v0.8.8
  Downloaded pest_generator v2.8.3
  Downloaded bstr v1.12.1
  Downloaded const-str v0.4.3
  Downloaded anstyle v1.0.13
  Downloaded clap_lex v0.7.6
  Downloaded normpath v1.5.0
  Downloaded find-msvc-tools v0.1.4
  Downloaded simd-adler32 v0.3.7
  Downloaded globset v0.4.18
  Downloaded generic-array v0.14.9
  Downloaded windows-targets v0.53.5
  Downloaded zeroize v1.8.2
  Downloaded regex-automata v0.4.13
  Downloaded typenum v1.19.0
  Downloaded libc v0.2.177
  Downloaded potential_utf v0.1.4
  Downloaded zerotrie v0.2.3
  Downloaded yoke-derive v0.8.1
  Downloaded icu_collections v2.1.1
  Downloaded windows_aarch64_gnullvm v0.53.1
  Downloaded litemap v0.8.1
  Downloaded getrandom v0.3.4
  Downloaded windows_x86_64_gnullvm v0.53.1
  Downloaded windows_x86_64_msvc v0.53.1
  Downloaded wasm-bindgen-macro-support v0.2.105
  Downloaded windows_aarch64_msvc v0.53.1
  Downloaded windows_i686_gnullvm v0.53.1
  Downloaded windows_i686_msvc v0.53.1
  Downloaded windows_x86_64_gnu v0.53.1
  Downloaded windows_i686_gnu v0.53.1
  Downloaded serde v1.0.228
  Downloaded proc-macro2 v1.0.103
  Downloaded unicode-ident v1.0.20
  Downloaded syn v2.0.108
  Downloaded quote v1.0.41
  Downloaded windows-sys v0.61.2
  Downloaded match-lookup v0.1.1
[2025-10-29T11:42:57Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-29T11:42:57Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-10-29T11:42:57Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmp7o58TO/src.tar
[2025-10-29T11:42:57Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmp7o58TO/deps.tar
[2025-10-29T11:43:12Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-10-29T11:43:12Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir {
                pathname: "/workspace",
            },
            Mkdir {
                pathname: "/workspace/artifacts",
            },
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
            Spawn {
                argv: [
                    "find",
                    "/workspace",
                    "-maxdepth",
                    "2",
                    "-ls",
                ],
            },
            CargoClippy,
            Shell {
                shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/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.\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 /workspace/artifacts/.\n",
            },
            Custom(
                Custom {
                    name: "dch",
                    args: {
                        "debfullname": String("Lars Wirzenius"),
                        "debemail": String("liw@liw.fi"),
                    },
                },
            ),
            Deb,
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        ],
        executor_drive: Some(
            "/dev/vdb",
        ),
        source_drive: Some(
            "/dev/vdc",
        ),
        artifact_drive: Some(
            "/dev/vdd",
        ),
        cache_drive: Some(
            "/dev/vde",
        ),
        deps_drive: Some(
            "/dev/vdf",
        ),
        workspace_dir: Some(
            "/workspace",
        ),
        source_dir: Some(
            "/workspace/src",
        ),
        deps_dir: Some(
            "/workspace/deps",
        ),
        cache_dir: Some(
            "/workspace/cache",
        ),
        artifacts_dir: Some(
            "/workspace/artifacts",
        ),
    }
[2025-10-29T11:43:12Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-10-29T11:43:12Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /srv/tmp/.tmp7o58TO/ambient-execute-plan/run-ci
[2025-10-29T11:43:12Z DEBUG ambient_ci::run] copy OK: true
[2025-10-29T11:43:12Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmp7o58TO/executor.tar
[2025-10-29T11:43:33Z DEBUG ambient_ci::project] removing run log file /srv/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-10-29T11:43:33Z DEBUG ambient_ci::project] statedir is /srv/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8, exists? true
[2025-10-29T11:43:33Z DEBUG ambient_ci::project] creating run log file /srv/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-10-29T11:43:33Z DEBUG ambient_ci::project] created run log file /srv/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log OK
[2025-10-29T11:43:33Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-10-29T11:43:33Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-10-29T11:43:33Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-10-29T11:43:33Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-10-29T11:43:33Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-10-29T11:43:33Z DEBUG ambient_ci::qemu] run QEMU
[2025-10-29T11:43:33Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-10-29T11:43:33Z DEBUG ambient_ci::qemu_utils] qemu-img create /srv/tmp/.tmp8t68X4/.tmpCPfN3i/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-10-29T11:43:33Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-10-29T11:43:33Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-10-29T11:43:33Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpEV2UOh/meta-data
[2025-10-29T11:43:33Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpEV2UOh/user-data
[2025-10-29T11:43:33Z DEBUG ambient_ci::qemu] set console log file to /srv/tmp/.tmp8t68X4/.tmpCPfN3i/console.log
[2025-10-29T11:43:33Z DEBUG ambient_ci::util] create file /srv/tmp/.tmp8t68X4/.tmpCPfN3i/console.log
[2025-10-29T11:43:33Z DEBUG ambient_ci::qemu] set run file to /srv/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-10-29T11:43:33Z DEBUG ambient_ci::util] create file /srv/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log
[2025-10-29T11:43:33Z DEBUG ambient_ci::qemu] run QEMU: QemuArgs {
        args: [
            "-m",
            "7629",
            "-smp",
            "cpus=4",
            "-cpu",
            "kvm64",
            "-machine",
            "type=q35,accel=kvm,usb=off",
            "-uuid",
            "a85c9de7-edc0-4e54-bead-112e5733582c",
            "-boot",
            "strict=on",
            "-name",
            "ambient-ci-vm",
            "-rtc",
            "base=utc,driftfix=slew",
            "-display",
            "none",
            "-device",
            "virtio-rng-pci",
            "-serial",
            "file:/srv/tmp/.tmp8t68X4/.tmpCPfN3i/console.log",
            "-serial",
            "file:/srv/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/run.log",
            "-drive",
            "if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
            "-drive",
            "if=pflash,format=raw,unit=1,file=/srv/tmp/.tmp8t68X4/.tmpCPfN3i/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/srv/tmp/.tmp8t68X4/.tmpCPfN3i/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmp7o58TO/executor.tar,readonly=on",
            "-cdrom",
            "/srv/tmp/.tmp8t68X4/.tmpCPfN3i/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmp7o58TO/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmp7o58TO/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmp7o58TO/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmp7o58TO/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-10-29T11:51:58Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-10-29T11:51:58Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-10-29T11:43:40Z TRACE ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
    [2025-10-29T11:43:40Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
    [2025-10-29T11:43:40Z INFO  ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
    [2025-10-29T11:43:40Z WARN  ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
    [2025-10-29T11:43:40Z ERROR ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
    RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /workspace
    - action: mkdir
      pathname: /workspace/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /workspace/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /workspace/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /workspace/cache
    - action: spawn
      argv:
      - find
      - /workspace
      - -maxdepth
      - '2'
      - -ls
    - action: cargo_clippy
    - action: shell
      shell: |
        export CARGO_TARGET_DIR=/workspace/cache
        export CARGO_HOME=/workspace/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.
        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 /workspace/artifacts/.
    - action: custom
      name: dch
      args:
        debfullname: Lars Wirzenius
        debemail: liw@liw.fi
    - action: deb
    - action: tar_create
      archive: /dev/vde
      directory: /workspace/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /workspace/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /workspace
    source_dir: /workspace/src
    deps_dir: /workspace/deps
    cache_dir: /workspace/cache
    artifacts_dir: /workspace/artifacts
    
    
    [2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
            pathname: "/workspace",
        }
    [2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
            pathname: "/workspace",
        }
    [2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
            pathname: "/workspace/artifacts",
        }
    [2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
            pathname: "/workspace/artifacts",
        }
    [2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        }
    [2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        }
    [2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-29T11:43:40Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-10-29T11:43:40Z TRACE ambient_ci::vdrive] extraction OK
    [2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-29T11:43:40Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        }
    [2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        }
    [2025-10-29T11:43:40Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-29T11:43:40Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-10-29T11:43:43Z TRACE ambient_ci::vdrive] extraction OK
    [2025-10-29T11:43:43Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-29T11:43:43Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-10-29T11:43:43Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-10-29T11:43:43Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-29T11:43:43Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-10-29T11:44:19Z TRACE ambient_ci::vdrive] extraction OK
    [2025-10-29T11:44:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-29T11:44:19Z DEBUG ambient_ci::plan] RUN: Action Spawn {
            argv: [
                "find",
                "/workspace",
                "-maxdepth",
                "2",
                "-ls",
            ],
        }
    [2025-10-29T11:44:19Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
            argv: [
                "find",
                "/workspace",
                "-maxdepth",
                "2",
                "-ls",
            ],
        }
    [2025-10-29T11:44:19Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
           cwd=/workspace/src (exists? true)
      2621441      4 drwxr-xr-x   6 root     root         4096 Oct 29 11:43 /workspace
      2621732      4 drwxr-xr-x   3 root     root         4096 Oct 29 11:42 /workspace/deps
      2621733      0 -rw-r--r--   1 root     root            0 Sep 23 09:03 /workspace/deps/.package-cache-mutate
      2621736      4 drwxr-xr-x   5 root     root         4096 Sep 23 09:03 /workspace/deps/registry
      2621734    132 -rw-r--r--   1 root     root       135168 Oct 29 11:42 /workspace/deps/.global-cache
      2621735      0 -rw-r--r--   1 root     root            0 Sep 23 09:03 /workspace/deps/.package-cache
      2621443      4 drwxr-xr-x  10 root     root         4096 Oct 29 11:42 /workspace/src
      2621522      4 -rw-r--r--   1 root     root         1716 Oct 29 11:42 /workspace/src/Cargo.toml
      2621720      4 -rw-r--r--   1 root     root         1188 Oct 29 11:42 /workspace/src/CONTRIBUTING.md
      2621502     40 -rw-r--r--   1 root     root        37786 Oct 29 11:42 /workspace/src/NEWS.md
      2621449      4 -rw-r--r--   1 root     root          905 Oct 29 11:42 /workspace/src/test2.yaml
      2621519      4 -rw-r--r--   1 root     root          802 Oct 29 11:42 /workspace/src/build.rs
      2621525      4 drwxr-xr-x   8 root     root         4096 Oct 29 11:42 /workspace/src/.git
      2621722      4 drwxr-xr-x   2 root     root         4096 Oct 29 11:42 /workspace/src/doc
      2621451      4 drwxr-xr-x   4 root     root         4096 Oct 29 11:42 /workspace/src/src
      2621518      8 -rw-r--r--   1 root     root         4796 Oct 29 11:42 /workspace/src/README.md
      2621447      4 drwxr-xr-x   2 root     root         4096 Oct 29 11:42 /workspace/src/.ambient
      2621496      4 -rw-r--r--   1 root     root          386 Oct 29 11:42 /workspace/src/cibtool.1
      2621517      4 -rw-r--r--   1 root     root          732 Oct 29 11:42 /workspace/src/ci-broker.yaml
      2621445      4 drwxr-xr-x   2 root     root         4096 Oct 29 11:42 /workspace/src/.radicle
      2621504      4 drwxr-xr-x   3 root     root         4096 Oct 29 11:42 /workspace/src/debian
      2621719      4 -rw-r--r--   1 root     root         2309 Oct 29 11:42 /workspace/src/RELEASE.md
      2621501      4 -rw-r--r--   1 root     root           10 Oct 29 11:42 /workspace/src/.envrc
      2621721    100 -rw-r--r--   1 root     root        98586 Oct 29 11:42 /workspace/src/Cargo.lock
      2621503   2932 -rw-r--r--   1 root     root      3002368 Oct 29 11:42 /workspace/src/ci-broker.db
      2621716     12 -rw-r--r--   1 root     root         9723 Oct 29 11:42 /workspace/src/LICENSE-APACHE
      2621521      4 -rw-r--r--   1 root     root           44 Oct 29 11:42 /workspace/src/.gitignore
      2621523      4 drwxr-xr-x   2 root     root         4096 Oct 29 11:42 /workspace/src/tests
      2621718      8 -rw-r--r--   1 root     root         6528 Oct 29 11:42 /workspace/src/flake.lock
      2621520      8 -rw-r--r--   1 root     root         5951 Oct 29 11:42 /workspace/src/flake.nix
      2621495     92 -rw-r--r--   1 root     root        92993 Oct 29 11:42 /workspace/src/ci-broker.md
      2621444      4 -rw-r--r--   1 root     root          440 Oct 29 11:42 /workspace/src/cib.1
      2621500      4 -rw-r--r--   1 root     root          257 Oct 29 11:42 /workspace/src/ci-broker.subplot
      2621450      4 -rw-r--r--   1 root     root         1079 Oct 29 11:42 /workspace/src/LICENSE-MIT
      2621717      4 -rw-r--r--   1 root     root          386 Oct 29 11:42 /workspace/src/Makefile
      2621516      4 -rw-r--r--   1 root     root          469 Oct 29 11:42 /workspace/src/test.yaml
      2621497      4 drwxr-xr-x   2 root     root         4096 Oct 29 11:42 /workspace/src/.cargo
      2621442      4 drwxr-xr-x   2 root     root         4096 Oct 29 11:43 /workspace/artifacts
      2651940      4 drwxr-xr-x   6 root     root         4096 Sep 23 09:13 /workspace/cache
      2662341      4 -rw-r--r--   1 root     root          218 Sep 23 09:04 /workspace/cache/.rustdoc_fingerprint.json
      2666484      4 drwxr-xr-x  12 root     root         4096 Oct 20 06:38 /workspace/cache/doc
      2651942      4 drwxr-xr-x   7 root     root         4096 Oct 20 06:41 /workspace/cache/debug
      2651941      4 drwxr-xr-x   2 root     root         4096 Sep 23 09:03 /workspace/cache/tmp
      2666483      4 -rw-r--r--   1 root     root         1038 Oct 29 11:42 /workspace/cache/.rustc_info.json
      2662342      4 drwxr-xr-x   7 root     root         4096 Oct 20 06:42 /workspace/cache/release
    [2025-10-29T11:44:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-29T11:44:22Z DEBUG ambient_ci::plan] RUN: Action CargoClippy
    [2025-10-29T11:44:22Z DEBUG ambient_ci::action] Plan::execute: plan=CargoClippy
    [2025-10-29T11:44:22Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.88.0 (873a06493 2025-05-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.88 (6b00bc3880 2025-06-23)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.88.0 (6b00bc388 2025-06-23)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/workspace/src (exists? true)
       Compiling proc-macro2 v1.0.103
       Compiling unicode-ident v1.0.20
       Compiling quote v1.0.41
       Compiling libc v0.2.177
        Checking cfg-if v1.0.4
       Compiling serde v1.0.228
       Compiling typenum v1.19.0
       Compiling generic-array v0.14.9
       Compiling jobserver v0.1.34
       Compiling find-msvc-tools v0.1.4
       Compiling syn v2.0.108
       Compiling cc v1.2.43
       Compiling serde_core v1.0.228
        Checking crypto-common v0.1.6
       Compiling memchr v2.7.6
        Checking stable_deref_trait v1.2.1
       Compiling syn v1.0.109
       Compiling bitflags v2.10.0
       Compiling anyhow v1.0.100
       Compiling getrandom v0.3.4
        Checking block-buffer v0.10.4
        Checking block-padding v0.3.3
        Checking litemap v0.8.1
        Checking writeable v0.6.2
       Compiling rustix v1.1.2
        Checking inout v0.1.4
        Checking digest v0.10.7
       Compiling synstructure v0.13.2
       Compiling icu_normalizer_data v2.1.1
       Compiling icu_properties_data v2.1.1
        Checking cipher v0.4.4
       Compiling aho-corasick v1.1.4
       Compiling serde_derive v1.0.228
       Compiling zerofrom-derive v0.1.6
       Compiling yoke-derive v0.8.1
        Checking zerofrom v0.1.6
       Compiling zerovec-derive v0.11.2
        Checking yoke v0.8.1
       Compiling displaydoc v0.2.5
       Compiling thiserror-impl v1.0.69
        Checking zerotrie v0.2.3
        Checking getrandom v0.2.16
        Checking zerovec v0.11.5
       Compiling thiserror v1.0.69
       Compiling regex-syntax v0.8.8
       Compiling thiserror v2.0.17
        Checking tinystr v0.8.2
        Checking icu_locale_core v2.1.1
        Checking potential_utf v0.1.4
        Checking icu_collections v2.1.1
       Compiling libz-sys v1.1.22
       Compiling thiserror-impl v2.0.17
        Checking icu_provider v2.1.1
       Compiling ahash v0.8.12
       Compiling encoding_rs v0.8.35
       Compiling unicode-width v0.2.2
       Compiling doc-comment v0.3.4
       Compiling pest v2.8.3
       Compiling regex-automata v0.4.13
       Compiling hashbrown v0.14.5
        Checking icu_normalizer v2.1.1
        Checking icu_properties v2.1.1
       Compiling bstr v1.12.1
       Compiling rand_core v0.6.4
        Checking idna_adapter v1.2.1
       Compiling hashlink v0.9.1
       Compiling pest_meta v2.8.3
       Compiling globset v0.4.18
       Compiling serde_path_to_error v0.1.20
       Compiling tracing-attributes v0.1.30
       Compiling amplify_syn v2.0.1
       Compiling libgit2-sys v0.17.0+1.8.1
        Checking universal-hash v0.5.1
        Checking idna v1.1.0
       Compiling amplify_derive v4.0.1
       Compiling rand_chacha v0.3.1
       Compiling ignore v0.4.24
       Compiling pest_generator v2.8.3
       Compiling yaml-rust2 v0.9.0
       Compiling proc-macro-error-attr v1.0.4
       Compiling getopts v0.2.24
       Compiling pikchr v0.1.4
        Checking ec25519 v0.1.0
       Compiling textwrap v0.16.2
       Compiling serde_json v1.0.145
        Checking amplify v4.9.0
       Compiling tempfile v3.23.0
       Compiling proc-macro-error v1.0.4
       Compiling marked-yaml v0.7.2
       Compiling pest_derive v2.8.3
       Compiling globwalk v0.9.1
       Compiling rand v0.8.5
        Checking url v2.5.7
        Checking polyval v0.6.2
       Compiling regex v1.12.2
       Compiling git-ref-format-core v0.3.1
        Checking sha2 v0.10.9
       Compiling sqlite3-src v0.5.1
       Compiling tracing v0.1.41
       Compiling git-ref-format-macro v0.3.1
       Compiling tera v1.20.0
       Compiling darling_core v0.20.11
        Checking sha3 v0.10.8
       Compiling roadmap v0.7.0
        Checking ghash v0.5.1
        Checking cyphergraphy v0.3.0
        Checking aes v0.8.4
        Checking ctr v0.9.2
        Checking aead v0.5.2
        Checking blowfish v0.9.1
        Checking indexmap v2.12.0
        Checking aes-gcm v0.10.3
       Compiling data-encoding-macro-internal v0.1.16
        Checking cypheraddr v0.4.0
        Checking git-ref-format v0.3.1
       Compiling darling_macro v0.20.11
        Checking ssh-encoding v0.2.0
        Checking poly1305 v0.8.0
        Checking cbc v0.1.2
        Checking chacha20 v0.9.1
       Compiling match-lookup v0.1.1
        Checking pbkdf2 v0.12.2
        Checking zeroize v1.8.2
        Checking const-str v0.4.3
        Checking data-encoding-macro v0.1.18
        Checking bcrypt-pbkdf v0.10.0
        Checking ssh-cipher v0.2.0
        Checking base256emoji v1.0.2
       Compiling darling v0.20.11
        Checking socks5-client v0.4.1
       Compiling yaml-rust2 v0.10.4
       Compiling subplot v0.13.0
       Compiling simd-adler32 v0.3.7
        Checking ssh-key v0.6.7
       Compiling miniz_oxide v0.8.9
        Checking multibase v0.9.2
        Checking qcheck v1.0.0
       Compiling marked-yaml v0.8.0
        Checking cyphernet v0.5.2
       Compiling derive_builder_core v0.20.2
       Compiling pulldown-cmark v0.13.0
       Compiling crc32fast v1.5.0
        Checking radicle-ssh v0.10.0
        Checking nonempty v0.9.0
       Compiling culpa-macros v1.0.2
       Compiling xattr v1.6.1
       Compiling subplot v0.12.0
       Compiling filetime v0.2.26
       Compiling proc-macro-error-attr2 v2.0.0
        Checking anstyle v1.0.13
        Checking is_terminal_polyfill v1.70.2
        Checking anstream v0.6.21
       Compiling proc-macro-error2 v2.0.1
        Checking deranged v0.5.5
       Compiling tar v0.4.44
       Compiling flate2 v1.1.5
        Checking nix v0.29.0
        Checking erased-serde v0.4.8
       Compiling derive_builder_macro v0.20.2
       Compiling pulldown-cmark v0.12.2
        Checking sqlite3-sys v0.15.2
        Checking sqlite v0.32.0
        Checking terminal_size v0.4.3
       Compiling git-ref-format-core v0.4.0
        Checking cvt v0.1.2
       Compiling rust_decimal v1.39.0
        Checking clap_lex v0.7.6
        Checking clap_builder v4.5.50
        Checking time v0.3.44
        Checking quick-xml v0.37.5
       Compiling clap_derive v4.5.49
        Checking fs_at v0.2.1
       Compiling git-ref-format-macro v0.4.0
        Checking derive_builder v0.20.2
       Compiling subplot-build v0.13.0
        Checking serde-untagged v0.1.9
       Compiling radicle-surf v0.22.1
       Compiling culpa v1.0.2
        Checking localtime v1.3.1
        Checking bytesize v2.1.0
        Checking normpath v1.5.0
        Checking atom_syndication v0.12.7
        Checking remove_dir_all v1.0.0
        Checking git-ref-format v0.4.0
        Checking clap v4.5.50
       Compiling radicle-ci-broker v0.21.0 (/workspace/src)
        Checking tracing-serde v0.2.0
        Checking matchers v0.2.0
        Checking uuid v1.18.1
       Compiling valuable-derive v0.1.1
       Compiling subplotlib-derive v0.12.0
        Checking fs2 v0.4.3
        Checking thread_local v1.1.9
        Checking nu-ansi-term v0.50.3
        Checking duration-str v0.12.0
        Checking valuable v0.1.1
        Checking serde_norway v0.9.42
        Checking tracing-subscriber v0.3.20
        Checking rss v2.0.12
        Checking subplotlib v0.12.0
       Compiling ctor v0.2.9
       Compiling qcheck-macros v1.0.0
        Checking git2 v0.19.0
        Checking radicle-git-ext v0.8.1
        Checking radicle-git-ext v0.9.0
        Checking radicle-crypto v0.13.0
        Checking radicle-cob v0.15.0
        Checking radicle v0.18.0
        Checking radicle-job v0.3.0
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.54s
    [2025-10-29T11:45:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-29T11:45:16Z DEBUG ambient_ci::plan] RUN: Action Shell {
            shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/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.\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 /workspace/artifacts/.\n",
        }
    [2025-10-29T11:45:16Z DEBUG ambient_ci::action] Plan::execute: plan=Shell {
            shell: "export CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/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.\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 /workspace/artifacts/.\n",
        }
    [2025-10-29T11:45:16Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/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.\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 /workspace/artifacts/.\n\n"]
           cwd=/workspace/src (exists? true)
    + 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/.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 radicle-ci-broker v0.21.0 (/workspace/src)
     Documenting radicle-ci-broker v0.21.0 (/workspace/src)
    warning: unresolved link to `RunningProcess`
       --> src/adapter.rs:357:44
        |
    357 |     /// 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 3.84s
       Generated /workspace/cache/doc/radicle_ci_broker/index.html and 4 other files
    + cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2
       Compiling cfg-if v1.0.4
       Compiling bitflags v2.10.0
       Compiling memchr v2.7.6
       Compiling typenum v1.19.0
       Compiling libc v0.2.177
       Compiling serde_core v1.0.228
       Compiling generic-array v0.14.9
       Compiling zerofrom v0.1.6
       Compiling stable_deref_trait v1.2.1
       Compiling yoke v0.8.1
       Compiling zerovec v0.11.5
       Compiling crypto-common v0.1.6
       Compiling regex-syntax v0.8.8
       Compiling thiserror v1.0.69
       Compiling tinystr v0.8.2
       Compiling anyhow v1.0.100
       Compiling block-padding v0.3.3
       Compiling block-buffer v0.10.4
       Compiling encoding_rs v0.8.35
       Compiling writeable v0.6.2
       Compiling litemap v0.8.1
       Compiling icu_locale_core v2.1.1
       Compiling serde v1.0.228
       Compiling digest v0.10.7
       Compiling inout v0.1.4
       Compiling rustix v1.1.2
       Compiling potential_utf v0.1.4
       Compiling zerotrie v0.2.3
       Compiling icu_provider v2.1.1
       Compiling icu_collections v2.1.1
       Compiling cipher v0.4.4
       Compiling getrandom v0.2.16
       Compiling aho-corasick v1.1.4
       Compiling ahash v0.8.12
       Compiling icu_properties_data v2.1.1
       Compiling icu_normalizer_data v2.1.1
       Compiling pest v2.8.3
       Compiling icu_normalizer v2.1.1
       Compiling hashbrown v0.14.5
       Compiling icu_properties v2.1.1
       Compiling regex-automata v0.4.13
       Compiling bstr v1.12.1
       Compiling thiserror v2.0.17
       Compiling rand_core v0.6.4
       Compiling idna_adapter v1.2.1
       Compiling pest_meta v2.8.3
       Compiling hashlink v0.9.1
       Compiling serde_path_to_error v0.1.20
       Compiling universal-hash v0.5.1
       Compiling idna v1.1.0
       Compiling rand_chacha v0.3.1
       Compiling pest_generator v2.8.3
       Compiling globset v0.4.18
       Compiling ignore v0.4.24
       Compiling yaml-rust2 v0.9.0
       Compiling libz-sys v1.1.22
       Compiling getrandom v0.3.4
       Compiling amplify v4.9.0
       Compiling globwalk v0.9.1
       Compiling marked-yaml v0.7.2
       Compiling ec25519 v0.1.0
       Compiling url v2.5.7
       Compiling tempfile v3.23.0
       Compiling libgit2-sys v0.17.0+1.8.1
       Compiling pest_derive v2.8.3
       Compiling regex v1.12.2
       Compiling rand v0.8.5
       Compiling serde_json v1.0.145
       Compiling polyval v0.6.2
       Compiling sha2 v0.10.9
       Compiling git-ref-format-core v0.3.1
       Compiling darling_core v0.20.11
       Compiling sha3 v0.10.8
       Compiling git-ref-format-macro v0.3.1
       Compiling tera v1.20.0
       Compiling tracing v0.1.41
       Compiling ghash v0.5.1
       Compiling git2 v0.19.0
       Compiling roadmap v0.7.0
       Compiling cyphergraphy v0.3.0
       Compiling aes v0.8.4
       Compiling ctr v0.9.2
       Compiling aead v0.5.2
       Compiling indexmap v2.12.0
       Compiling cypheraddr v0.4.0
       Compiling blowfish v0.9.1
       Compiling aes-gcm v0.10.3
       Compiling git-ref-format v0.3.1
       Compiling darling_macro v0.20.11
       Compiling sqlite3-src v0.5.1
       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 zeroize v1.8.2
       Compiling const-str v0.4.3
       Compiling data-encoding-macro v0.1.18
       Compiling darling v0.20.11
       Compiling bcrypt-pbkdf v0.10.0
       Compiling ssh-cipher v0.2.0
       Compiling yaml-rust2 v0.10.4
       Compiling base256emoji v1.0.2
       Compiling sqlite3-sys v0.15.2
       Compiling radicle-git-ext v0.8.1
       Compiling socks5-client v0.4.1
       Compiling subplot v0.13.0
       Compiling multibase v0.9.2
       Compiling qcheck v1.0.0
       Compiling ssh-key v0.6.7
       Compiling marked-yaml v0.8.0
       Compiling cyphernet v0.5.2
       Compiling sqlite v0.32.0
       Compiling derive_builder_core v0.20.2
       Compiling radicle-ssh v0.10.0
       Compiling pulldown-cmark v0.13.0
       Compiling crc32fast v1.5.0
       Compiling xattr v1.6.1
       Compiling nonempty v0.9.0
       Compiling subplot v0.12.0
       Compiling filetime v0.2.26
       Compiling is_terminal_polyfill v1.70.2
       Compiling anstyle v1.0.13
       Compiling anstream v0.6.21
       Compiling deranged v0.5.5
       Compiling tar v0.4.44
       Compiling flate2 v1.1.5
       Compiling erased-serde v0.4.8
       Compiling derive_builder_macro v0.20.2
       Compiling radicle-crypto v0.13.0
       Compiling nix v0.29.0
       Compiling pulldown-cmark v0.12.2
       Compiling terminal_size v0.4.3
       Compiling git-ref-format-core v0.4.0
       Compiling cvt v0.1.2
       Compiling clap_lex v0.7.6
       Compiling culpa v1.0.2
       Compiling fs_at v0.2.1
       Compiling git-ref-format-macro v0.4.0
       Compiling clap_builder v4.5.50
       Compiling radicle-cob v0.15.0
       Compiling subplot-build v0.13.0
       Compiling derive_builder v0.20.2
       Compiling serde-untagged v0.1.9
       Compiling radicle-surf v0.22.1
       Compiling time v0.3.44
       Compiling localtime v1.3.1
       Compiling quick-xml v0.37.5
       Compiling bytesize v2.1.0
       Compiling normpath v1.5.0
       Compiling radicle v0.18.0
       Compiling rust_decimal v1.39.0
       Compiling remove_dir_all v1.0.0
       Compiling atom_syndication v0.12.7
       Compiling subplotlib-derive v0.12.0
       Compiling git-ref-format v0.4.0
       Compiling clap v4.5.50
       Compiling radicle-ci-broker v0.21.0 (/workspace/src)
       Compiling matchers v0.2.0
       Compiling tracing-serde v0.2.0
       Compiling uuid v1.18.1
       Compiling fs2 v0.4.3
       Compiling thread_local v1.1.9
       Compiling nu-ansi-term v0.50.3
       Compiling serde_norway v0.9.42
       Compiling tracing-subscriber v0.3.20
       Compiling subplotlib v0.12.0
       Compiling duration-str v0.12.0
       Compiling valuable v0.1.1
       Compiling radicle-git-ext v0.9.0
       Compiling rss v2.0.12
       Compiling radicle-job v0.3.0
        Finished `test` profile [unoptimized + debuginfo] target(s) in 44.70s
         Running unittests src/lib.rs (/workspace/cache/debug/deps/radicle_ci_broker-109fc94973565611)
    
    running 86 tests
    test adapter::test::adapter_ends_ok_before_first_message ... ok
    test adapter::test::adapter_does_not_exist ... 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 broker::test::executes_adapter ... ok
    test ci_event::test::branch_deleted ... 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::branch_updated ... ok
    test ci_event::test_parsed_ref::patch ... 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 ci_event::test_parsed_ref::tag ... 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 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 refs::test::ref_string_from_plain_branch_name ... ok
    test run::test::serialize_run_state ... ok
    test sensitive::test_sensitive::debugged ... ok
    test msg::trigger_from_ci_event_tests::trigger_push_from_branch_updated ... ok
    test sensitive::test_sensitive::deser ... ok
    test sensitive::test_sensitive::displayed ... ok
    test sensitive::test_sensitive::ser ... ok
    test timeoutcmd::tests::bin_false ... ok
    test timeoutcmd::tests::bin_true ... ok
    test timeoutcmd::tests::hello_world ... ok
    test timeoutcmd::tests::hello_world_to_stderr ... ok
    test timeoutcmd::tests::kill ... ok
    test timeoutcmd::tests::kill_stderr ... 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. 86 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.05s
    
         Running unittests src/bin/cib.rs (/workspace/cache/debug/deps/cib-99fb98af0f90e76f)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running unittests src/bin/cibtool.rs (/workspace/cache/debug/deps/cibtool-2c835049c2c07ce1)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running unittests src/bin/default_branch.rs (/workspace/cache/debug/deps/default_branch-205b1cad94bf917c)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running unittests src/bin/synthetic-events.rs (/workspace/cache/debug/deps/synthetic_events-2f7676a500524d93)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running tests/subplot.rs (/workspace/cache/debug/deps/subplot-b531ae1ec51793f4)
    
    running 72 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_finished_successfully_to_database ... ok
    test add_information_about_run_that_s_running_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 ... ok
    test create_a_repository ... ok
    test don_t_insert_event_for_non_existent_repository ... ok
    test dummy_adapter_runs_successfully ... ok
    test event_synthesizer_terminates_after_first_connection ... ok
    test events_can_be_queued_and_removed_from_queue ... ok
    test extract_cib_log_from_journald_and_pretty_print ... ok
    test count_in_concurrent_processes ... 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_branch ... ok
    test filter_predicate_branchcreated ... ok
    test filter_predicate_branchdeleted ... ok
    test filter_predicate_branchupdated ... ok
    test filter_predicate_deny ... ok
    test filter_predicate_defaultbranch ... ok
    test filter_predicate_hasfile ... ok
    test filter_predicate_node ... ok
    test filter_predicate_not ... ok
    test filter_predicate_repository ... 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 filter_predicate_or ... ok
    test handles_adapter_failing_on_a_failed_run ... ok
    test insert_events_into_queue ... ok
    test handles_adapter_failing_on_a_successful_run ... 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 insert_many_events_into_queue ... 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 runs_adapters_for_all_matching_triggers ... ok
    test stops_if_the_node_connection_breaks ... ok
    test update_and_show_information_about_run_to_running ... ok
    test we_can_run_rad ... ok
    test smoke_test__runs_adapter ... ok
    
    test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 150.24s
    
       Doc-tests radicle_ci_broker
    
    running 2 tests
    test src/msg.rs - msg::RunId (line 49) ... 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.01s
    
    + 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
    make: Entering directory '/workspace/src/doc'
    ./messages.sh > messages.md
    subplot docgen --date "Version: $(git describe --long --dirty)" architecture.subplot -o architecture.html
    fatal: No names found, cannot describe anything.
     INFO Starting Subplot
     INFO Subplot finished successfully
    pandoc --standalone --metadata title="Radicle CI overview" "overview.md" --output "overview.html"
    make: Leaving directory '/workspace/src/doc'
    + cp doc/architecture.html doc/ci-broker.html doc/overview.html doc/userguide.html /workspace/artifacts/.
    [2025-10-29T11:48:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-29T11:48:53Z DEBUG ambient_ci::plan] RUN: Action Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2025-10-29T11:48:53Z DEBUG ambient_ci::action] Plan::execute: plan=Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    [2025-10-29T11:48:53Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    custom: source=/workspace/src
    custom: exe=".ambient/dch" exists=false
    HEAD is now at 31543ca1 chore: avoid 'cargo deny' complaints about advisories
    Removing doc/architecture.html
    Removing doc/ci-broker.html
    Removing doc/messages.md
    Removing doc/overview.html
    Removing doc/userguide.html
    custom action "dch" exit code Some(0)
    [2025-10-29T11:48:54Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-29T11:48:54Z DEBUG ambient_ci::plan] RUN: Action Deb
    [2025-10-29T11:48:54Z DEBUG ambient_ci::action] Plan::execute: plan=Deb
    [2025-10-29T11:48:54Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n        "]
           cwd=/workspace/src (exists? true)
    + echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
    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=/workspace/deps
    + CARGO_HOME=/workspace/deps
    + export DEBEMAIL=liw@liw.fi
    + DEBEMAIL=liw@liw.fi
    + export 'DEBFULLNAME=Lars Wirzenius'
    + DEBFULLNAME='Lars Wirzenius'
    + /bin/env
    DEBFULLNAME=Lars Wirzenius
    CARGO_TARGET_DIR=/workspace/cache
    PWD=/workspace/src
    SYSTEMD_EXEC_PID=284
    HOME=/root
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=048da9c0395240c3a3b03666478bc924
    SHLVL=2
    JOURNAL_STREAM=8:12155
    PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    OLDPWD=/
    _=/bin/env
    + command -v cargo
    /root/.cargo/bin/cargo
    + command -v rustc
    /root/.cargo/bin/rustc
    + cargo --version
    cargo 1.88.0 (873a06493 2025-05-10)
    + rustc --version
    rustc 1.88.0 (6b00bc388 2025-06-23)
    ++ dpkg-parsechangelog -SSource
    + name=radicle-ci-broker
    ++ dpkg-parsechangelog -SVersion
    + version=0.21.0.ci20251029T114853-1
    ++ echo 0.21.0.ci20251029T114853-1
    ++ sed 's/-[^-]*$//'
    + uv=0.21.0.ci20251029T114853
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../radicle-ci-broker_0.21.0.ci20251029T114853.orig.tar.xz
    + deb=../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.deb
    + changes=../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.changes
    + xz
    + git archive HEAD
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package radicle-ci-broker
    dpkg-buildpackage: info: source version 0.21.0.ci20251029T114853-1
    dpkg-buildpackage: info: source distribution unstable
    dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
    dpkg-buildpackage: info: host architecture amd64
     dpkg-source --before-build .
     debian/rules clean
    dh clean
       dh_auto_clean
       dh_clean
     dpkg-source -b .
    dpkg-source: info: using source format '3.0 (quilt)'
    dpkg-source: info: building radicle-ci-broker using existing ./radicle-ci-broker_0.21.0.ci20251029T114853.orig.tar.xz
    dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.21.0.ci20251029T114853-1.debian.tar.xz
    dpkg-source: info: building radicle-ci-broker in radicle-ci-broker_0.21.0.ci20251029T114853-1.dsc
     debian/rules build
    dh build
       dh_update_autotools_config
       dh_autoreconf
       dh_auto_configure
       debian/rules override_dh_auto_build
    make[1]: Entering directory '/workspace/src'
    true
    make[1]: Leaving directory '/workspace/src'
       debian/rules override_dh_auto_test
    make[1]: Entering directory '/workspace/src'
    echo tests are disabled, for now
    tests are disabled, for now
    make[1]: Leaving directory '/workspace/src'
       create-stamp debian/debhelper-build-stamp
     debian/rules binary
    dh binary
       dh_testroot
       dh_prep
       debian/rules override_dh_auto_install
    make[1]: Entering directory '/workspace/src'
    cargo install --offline --locked --path=. --root=debian/radicle-ci-broker/usr --bin cib --bin cibtool
      Installing radicle-ci-broker v0.21.0 (/workspace/src)
       Compiling proc-macro2 v1.0.103
       Compiling unicode-ident v1.0.20
       Compiling quote v1.0.41
       Compiling libc v0.2.177
       Compiling cfg-if v1.0.4
       Compiling serde v1.0.228
       Compiling typenum v1.19.0
       Compiling generic-array v0.14.9
       Compiling syn v2.0.108
       Compiling jobserver v0.1.34
       Compiling find-msvc-tools v0.1.4
       Compiling cc v1.2.43
       Compiling serde_core v1.0.228
       Compiling crypto-common v0.1.6
       Compiling memchr v2.7.6
       Compiling stable_deref_trait v1.2.1
       Compiling syn v1.0.109
       Compiling bitflags v2.10.0
       Compiling anyhow v1.0.100
       Compiling getrandom v0.3.4
       Compiling block-padding v0.3.3
       Compiling block-buffer v0.10.4
       Compiling synstructure v0.13.2
       Compiling writeable v0.6.2
       Compiling litemap v0.8.1
       Compiling rustix v1.1.2
       Compiling digest v0.10.7
       Compiling inout v0.1.4
       Compiling serde_derive v1.0.228
       Compiling zerofrom-derive v0.1.6
       Compiling yoke-derive v0.8.1
       Compiling zerovec-derive v0.11.2
       Compiling thiserror-impl v1.0.69
       Compiling zerofrom v0.1.6
       Compiling yoke v0.8.1
       Compiling displaydoc v0.2.5
       Compiling zerovec v0.11.5
       Compiling zerotrie v0.2.3
       Compiling thiserror v2.0.17
       Compiling icu_properties_data v2.1.1
       Compiling tinystr v0.8.2
       Compiling potential_utf v0.1.4
       Compiling icu_normalizer_data v2.1.1
       Compiling icu_locale_core v2.1.1
       Compiling icu_collections v2.1.1
       Compiling thiserror v1.0.69
       Compiling cipher v0.4.4
       Compiling aho-corasick v1.1.4
       Compiling getrandom v0.2.16
       Compiling regex-syntax v0.8.8
       Compiling icu_provider v2.1.1
       Compiling libz-sys v1.1.22
       Compiling ahash v0.8.12
       Compiling regex-automata v0.4.13
       Compiling thiserror-impl v2.0.17
       Compiling encoding_rs v0.8.35
       Compiling unicode-width v0.2.2
       Compiling doc-comment v0.3.4
       Compiling pest v2.8.3
       Compiling icu_normalizer v2.1.1
       Compiling icu_properties v2.1.1
       Compiling hashbrown v0.14.5
       Compiling bstr v1.12.1
       Compiling rand_core v0.6.4
       Compiling idna_adapter v1.2.1
       Compiling globset v0.4.18
       Compiling hashlink v0.9.1
       Compiling pest_meta v2.8.3
       Compiling serde_path_to_error v0.1.20
       Compiling tracing-attributes v0.1.30
       Compiling amplify_syn v2.0.1
       Compiling libgit2-sys v0.17.0+1.8.1
       Compiling universal-hash v0.5.1
       Compiling idna v1.1.0
       Compiling rand_chacha v0.3.1
       Compiling amplify_derive v4.0.1
       Compiling pest_generator v2.8.3
       Compiling ignore v0.4.24
       Compiling yaml-rust2 v0.9.0
       Compiling proc-macro-error-attr v1.0.4
       Compiling getopts v0.2.24
       Compiling pikchr v0.1.4
       Compiling tempfile v3.23.0
       Compiling amplify v4.9.0
       Compiling serde_json v1.0.145
       Compiling ec25519 v0.1.0
       Compiling textwrap v0.16.2
       Compiling marked-yaml v0.7.2
       Compiling proc-macro-error v1.0.4
       Compiling globwalk v0.9.1
       Compiling pest_derive v2.8.3
       Compiling url v2.5.7
       Compiling rand v0.8.5
       Compiling polyval v0.6.2
       Compiling regex v1.12.2
       Compiling git-ref-format-core v0.3.1
       Compiling sha2 v0.10.9
       Compiling sqlite3-src v0.5.1
       Compiling sha3 v0.10.8
       Compiling tera v1.20.0
       Compiling darling_core v0.20.11
       Compiling tracing v0.1.41
       Compiling git-ref-format-macro v0.3.1
       Compiling ghash v0.5.1
       Compiling roadmap v0.7.0
       Compiling cyphergraphy v0.3.0
       Compiling ctr v0.9.2
       Compiling aes v0.8.4
       Compiling aead v0.5.2
       Compiling blowfish v0.9.1
       Compiling indexmap v2.12.0
       Compiling data-encoding-macro-internal v0.1.16
       Compiling cypheraddr v0.4.0
       Compiling aes-gcm v0.10.3
       Compiling git-ref-format v0.3.1
       Compiling ssh-encoding v0.2.0
       Compiling darling_macro v0.20.11
       Compiling poly1305 v0.8.0
       Compiling chacha20 v0.9.1
       Compiling cbc v0.1.2
       Compiling match-lookup v0.1.1
       Compiling pbkdf2 v0.12.2
       Compiling zeroize v1.8.2
       Compiling const-str v0.4.3
       Compiling data-encoding-macro v0.1.18
       Compiling base256emoji v1.0.2
       Compiling bcrypt-pbkdf v0.10.0
       Compiling ssh-cipher v0.2.0
       Compiling darling v0.20.11
       Compiling yaml-rust2 v0.10.4
       Compiling socks5-client v0.4.1
       Compiling subplot v0.13.0
       Compiling simd-adler32 v0.3.7
       Compiling miniz_oxide v0.8.9
       Compiling ssh-key v0.6.7
       Compiling multibase v0.9.2
       Compiling qcheck v1.0.0
       Compiling cyphernet v0.5.2
       Compiling marked-yaml v0.8.0
       Compiling derive_builder_core v0.20.2
       Compiling crc32fast v1.5.0
       Compiling pulldown-cmark v0.13.0
       Compiling radicle-ssh v0.10.0
       Compiling nonempty v0.9.0
       Compiling xattr v1.6.1
       Compiling culpa-macros v1.0.2
       Compiling subplot v0.12.0
       Compiling filetime v0.2.26
       Compiling proc-macro-error-attr2 v2.0.0
       Compiling is_terminal_polyfill v1.70.2
       Compiling anstyle v1.0.13
       Compiling proc-macro-error2 v2.0.1
       Compiling anstream v0.6.21
       Compiling deranged v0.5.5
       Compiling tar v0.4.44
       Compiling flate2 v1.1.5
       Compiling nix v0.29.0
       Compiling erased-serde v0.4.8
       Compiling derive_builder_macro v0.20.2
       Compiling pulldown-cmark v0.12.2
       Compiling terminal_size v0.4.3
       Compiling git-ref-format-core v0.4.0
       Compiling cvt v0.1.2
       Compiling clap_lex v0.7.6
       Compiling rust_decimal v1.39.0
       Compiling clap_builder v4.5.50
       Compiling sqlite3-sys v0.15.2
       Compiling sqlite v0.32.0
       Compiling quick-xml v0.37.5
       Compiling clap_derive v4.5.49
       Compiling time v0.3.44
       Compiling git-ref-format-macro v0.4.0
       Compiling fs_at v0.2.1
       Compiling derive_builder v0.20.2
       Compiling serde-untagged v0.1.9
       Compiling subplot-build v0.13.0
       Compiling radicle-surf v0.22.1
       Compiling culpa v1.0.2
       Compiling localtime v1.3.1
       Compiling bytesize v2.1.0
       Compiling normpath v1.5.0
       Compiling remove_dir_all v1.0.0
       Compiling atom_syndication v0.12.7
       Compiling subplotlib-derive v0.12.0
       Compiling git-ref-format v0.4.0
       Compiling radicle-ci-broker v0.21.0 (/workspace/src)
       Compiling clap v4.5.50
       Compiling tracing-serde v0.2.0
       Compiling matchers v0.2.0
       Compiling uuid v1.18.1
       Compiling valuable-derive v0.1.1
       Compiling fs2 v0.4.3
       Compiling thread_local v1.1.9
       Compiling nu-ansi-term v0.50.3
       Compiling duration-str v0.12.0
       Compiling tracing-subscriber v0.3.20
       Compiling serde_norway v0.9.42
       Compiling subplotlib v0.12.0
       Compiling valuable v0.1.1
       Compiling rss v2.0.12
       Compiling git2 v0.19.0
       Compiling radicle-git-ext v0.8.1
       Compiling radicle-git-ext v0.9.0
       Compiling radicle-crypto v0.13.0
       Compiling radicle-cob v0.15.0
       Compiling radicle v0.18.0
       Compiling radicle-job v0.3.0
        Finished `release` profile [optimized] target(s) in 1m 56s
      Installing debian/radicle-ci-broker/usr/bin/cib
      Installing debian/radicle-ci-broker/usr/bin/cibtool
       Installed package `radicle-ci-broker v0.21.0 (/workspace/src)` (executables `cib`, `cibtool`)
    warning: be sure to add `debian/radicle-ci-broker/usr/bin` to your PATH to be able to run the installed binaries
    find debian -name '.crates*.*' -delete
    make[1]: Leaving directory '/workspace/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
    dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/radicle-ci-broker/usr/bin/cibtool debian/radicle-ci-broker/usr/bin/cib were not linked against libm.so.6 (they use none of the library's symbols)
       dh_installdeb
       dh_gencontrol
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'radicle-ci-broker-dbgsym' in '../radicle-ci-broker-dbgsym_0.21.0.ci20251029T114853-1_amd64.deb'.
    dpkg-deb: building package 'radicle-ci-broker' in '../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.deb'.
     dpkg-genbuildinfo -O../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.buildinfo
     dpkg-genchanges -O../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.changes
    dpkg-genchanges: info: including full source code in upload
     dpkg-source --after-build .
    dpkg-buildpackage: info: full upload (original source is included)
    + ls -l ..
    total 7196
    drwxr-xr-x  2 root root    4096 Oct 29 11:48 artifacts
    drwxr-xr-x  6 root root    4096 Sep 23 09:13 cache
    drwxr-xr-x  3 root root    4096 Oct 29 11:48 deps
    -rw-r--r--  1 root root  667504 Oct 29 11:50 radicle-ci-broker-dbgsym_0.21.0.ci20251029T114853-1_amd64.deb
    -rw-r--r--  1 root root    2320 Oct 29 11:48 radicle-ci-broker_0.21.0.ci20251029T114853-1.debian.tar.xz
    -rw-r--r--  1 root root    1078 Oct 29 11:48 radicle-ci-broker_0.21.0.ci20251029T114853-1.dsc
    -rw-r--r--  1 root root    6326 Oct 29 11:51 radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.buildinfo
    -rw-r--r--  1 root root    2634 Oct 29 11:51 radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.changes
    -rw-r--r--  1 root root 6138472 Oct 29 11:51 radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.deb
    -rw-r--r--  1 root root  523956 Oct 29 11:48 radicle-ci-broker_0.21.0.ci20251029T114853.orig.tar.xz
    drwxr-xr-x 10 root root    4096 Oct 29 11:48 src
    + for x in ../*.deb
    + dpkg -c ../radicle-ci-broker-dbgsym_0.21.0.ci20251029T114853-1_amd64.deb
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/lib/
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/lib/debug/.build-id/7c/
    -rw-r--r-- root/root   2360912 2025-10-29 11:48 ./usr/lib/debug/.build-id/7c/d160448f150db3c1f49f86dbbfcab827b5a76f.debug
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/lib/debug/.build-id/ec/
    -rw-r--r-- root/root   2570504 2025-10-29 11:48 ./usr/lib/debug/.build-id/ec/50ad59742903fe0b2ddf5327b146e0cb3983fe.debug
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2025-10-29 11:48 ./usr/share/doc/radicle-ci-broker-dbgsym -> radicle-ci-broker
    + for x in ../*.deb
    + dpkg -c ../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.deb
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/bin/
    -rwxr-xr-x root/root  10465976 2025-10-29 11:48 ./usr/bin/cib
    -rwxr-xr-x root/root  11133096 2025-10-29 11:48 ./usr/bin/cibtool
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/doc/
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/doc/radicle-ci-broker/
    -rw-r--r-- root/root       650 2025-10-29 11:48 ./usr/share/doc/radicle-ci-broker/changelog.Debian.gz
    -rw-r--r-- root/root       396 2025-10-29 11:48 ./usr/share/doc/radicle-ci-broker/copyright
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/lintian/
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/lintian/overrides/
    -rw-r--r-- root/root       120 2025-10-29 11:48 ./usr/share/lintian/overrides/radicle-ci-broker
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/man/
    drwxr-xr-x root/root         0 2025-10-29 11:48 ./usr/share/man/man1/
    -rw-r--r-- root/root       298 2025-10-29 11:48 ./usr/share/man/man1/cib.1.gz
    -rw-r--r-- root/root       277 2025-10-29 11:48 ./usr/share/man/man1/cibtool.1.gz
    + mv ../radicle-ci-broker-dbgsym_0.21.0.ci20251029T114853-1_amd64.deb ../radicle-ci-broker_0.21.0.ci20251029T114853-1.debian.tar.xz ../radicle-ci-broker_0.21.0.ci20251029T114853-1.dsc ../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.buildinfo ../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.changes ../radicle-ci-broker_0.21.0.ci20251029T114853-1_amd64.deb ../radicle-ci-broker_0.21.0.ci20251029T114853.orig.tar.xz /workspace/artifacts
    [2025-10-29T11:51:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-29T11:51:04Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-10-29T11:51:04Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-10-29T11:51:04Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-29T11:51:04Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-10-29T11:51:04Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-10-29T11:51:04Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-10-29T11:51:04Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-10-29T11:51:04Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-10-29T11:51:04Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    [2025-10-29T11:51:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-29T11:51:49Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        }
    [2025-10-29T11:51:49Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        }
    [2025-10-29T11:51:49Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] calling tar_create
    [2025-10-29T11:51:49Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    [2025-10-29T11:51:49Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-29T11:51:49Z DEBUG ambient_ci::plan] All actions were performed successfully
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-10-29T11:51:58Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-10-29T11:51:59Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-10-29T11:51:59Z DEBUG ambient_ci::run] remove old cache
[2025-10-29T11:51:59Z DEBUG ambient_ci::run] extract cache
[2025-10-29T11:52:33Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-10-29T11:52:33Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-10-29T11:52:34Z DEBUG ambient_ci::project] write project state to /srv/ambient-state/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/meta.yaml
[2025-10-29T11:52:35Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>