CI run for rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh

Radicle repository id rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh

Table of Contents

Run log

At: 2026-02-10 13:02:10Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-10 13:02:10Z
After: 0.00 seconds
tmpdir: /home/_rad/tmp
image_store: /home/_rad/ambient-images
projects: /dev/null
state: /home/_rad/ambient-state
rsync_target: null
rsync_target_base: null
rsync_target_map: null
dput_target: null
executor: /usr/bin/ambient-execute-plan
artifacts_max_size: 1 GB
cache_max_size: 30 GB
qemu:
  cpus: 2
  memory: 12 GB
  kvm_binary: /usr/bin/kvm
  ovmf_vars_file: /usr/share/ovmf/OVMF.fd
  ovmf_code_file: /usr/share/ovmf/OVMF.fd
uefi: false
lint: true
Ambient configuration
At: 2026-02-10 13:02:10Z
After: 0.02 seconds
Hoping for the best
Will run CI for project rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh
At: 2026-02-10 13:02:10Z
After: 0.02 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • fetch
  • --locked
exit: 0
OK: cargo fetch --locked
At: 2026-02-10 13:02:11Z
After: 0.39 seconds
End action cargo_fetch
At: 2026-02-10 13:02:11Z
After: 0.39 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-10 13:02:14Z
After: 3.91 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-10 13:02:14Z
After: 3.91 seconds
steps:
- action: mkdir
  pathname: /ci
- action: mkdir
  pathname: /ci/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /ci/src
- action: tar_extract
  archive: /dev/vdf
  directory: /ci/deps
- action: tar_extract
  archive: /dev/vde
  directory: /ci/cache
- action: shell
  shell: ln -sf /ci /workspace
- action: shell
  shell: git config --global user.name 'Ambient CI'
- action: shell
  shell: git config --global user.email ambient@example.com
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: cargo_test
- action: shell
  shell: |
    make doc
    cp ./*.html doc/*.html /workspace/artifacts
    git reset --hard
    git clean -fdx
- action: custom
  name: dch
  args:
    debfullname: Lars Wirzenius
    debemail: liw@liw.fi
- action: deb
  packages: .
- action: tar_create
  archive: /dev/vde
  directory: /ci/cache
- action: tar_create
  archive: /dev/vdd
  directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
Runnable plan
At: 2026-02-10 13:02:14Z
After: 3.93 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-10 13:02:14Z
After: 3.93 seconds
End action mkdir
At: 2026-02-10 13:02:14Z
After: 3.93 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-10 13:02:14Z
After: 3.93 seconds
End action mkdir
At: 2026-02-10 13:02:14Z
After: 3.94 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-10 13:02:14Z
After: 3.97 seconds
End action tar_extract
At: 2026-02-10 13:02:14Z
After: 3.97 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-10 13:02:15Z
After: 5.13 seconds
End action tar_extract
At: 2026-02-10 13:02:15Z
After: 5.13 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-10 13:02:15Z
After: 5.14 seconds
End action tar_extract
At: 2026-02-10 13:02:15Z
After: 5.14 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • bash
  • -c
  • set -xeuo pipefail ln -sf /ci /workspace
exit: 0
Stderr:
+ ln -sf /ci /workspace
OK: bash -c set -xeuo pipefail ln -sf /ci /workspace
At: 2026-02-10 13:02:15Z
After: 5.15 seconds
End action shell
At: 2026-02-10 13:02:15Z
After: 5.15 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • bash
  • -c
  • set -xeuo pipefail git config --global user.name 'Ambient CI'
exit: 0
Stderr:
+ git config --global user.name 'Ambient CI'
OK: bash -c set -xeuo pipefail git config --global user.name 'Ambient CI'
At: 2026-02-10 13:02:15Z
After: 5.17 seconds
End action shell
At: 2026-02-10 13:02:15Z
After: 5.17 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • bash
  • -c
  • set -xeuo pipefail git config --global user.email ambient@example.com
exit: 0
Stderr:
+ git config --global user.email ambient@example.com
OK: bash -c set -xeuo pipefail git config --global user.email ambient@example.com
At: 2026-02-10 13:02:15Z
After: 5.18 seconds
End action shell
At: 2026-02-10 13:02:15Z
After: 5.19 seconds
CargoFmt(
    CargoFmt,
)
Start action cargo_fmt
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • fmt
  • --check
exit: 0
OK: cargo fmt --check
At: 2026-02-10 13:02:16Z
After: 5.61 seconds
End action cargo_fmt
At: 2026-02-10 13:02:16Z
After: 5.61 seconds
CargoClippy(
    CargoClippy,
)
Start action cargo_clippy
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • clippy
  • --offline
  • --locked
  • --workspace
  • --all-targets
  • --no-deps
  • --
  • --deny
  • warnings
exit: 0
Stderr:
   Compiling proc-macro2 v1.0.106
   Compiling quote v1.0.44
   Compiling unicode-ident v1.0.22
   Compiling libc v0.2.180
   Compiling syn v2.0.114
    Checking stable_deref_trait v1.2.1
    Checking itoa v1.0.17
    Checking once_cell v1.21.3
    Checking bytes v1.11.1
    Checking pin-project-lite v0.2.16
   Compiling serde_core v1.0.228
    Checking futures-core v0.3.31
    Checking cfg-if v1.0.4
   Compiling synstructure v0.13.2
    Checking socket2 v0.6.2
    Checking mio v1.1.1
    Checking futures-sink v0.3.31
   Compiling shlex v1.3.0
   Compiling find-msvc-tools v0.1.9
   Compiling cc v1.2.55
   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
    Checking zerovec v0.11.5
    Checking tokio v1.49.0
    Checking tinystr v0.8.2
   Compiling ring v0.17.14
    Checking http v1.4.0
    Checking smallvec v1.15.1
    Checking litemap v0.8.1
    Checking slab v0.4.12
    Checking equivalent v1.0.2
    Checking writeable v0.6.2
    Checking memchr v2.7.6
    Checking hashbrown v0.16.1
    Checking indexmap v2.13.0
    Checking icu_locale_core v2.1.1
    Checking potential_utf v0.1.4
    Checking zerotrie v0.2.3
    Checking zeroize v1.8.2
   Compiling typenum v1.19.0
   Compiling icu_properties_data v2.1.2
    Checking pin-utils v0.1.0
   Compiling version_check v0.9.5
   Compiling serde v1.0.228
   Compiling icu_normalizer_data v2.1.1
   Compiling generic-array v0.14.7
    Checking rustls-pki-types v1.14.0
    Checking icu_provider v2.1.1
    Checking icu_collections v2.1.1
    Checking http-body v1.0.1
   Compiling serde_derive v1.0.228
    Checking getrandom v0.2.17
    Checking tracing-core v0.1.36
   Compiling httparse v1.10.1
    Checking futures-task v0.3.31
    Checking futures-io v0.3.31
    Checking percent-encoding v2.3.2
    Checking untrusted v0.9.0
    Checking futures-util v0.3.31
    Checking tracing v0.1.44
    Checking tokio-util v0.7.18
    Checking try-lock v0.2.5
    Checking atomic-waker v1.1.2
    Checking fnv v1.0.7
   Compiling autocfg v1.5.0
    Checking tower-service v0.3.3
    Checking bitflags v2.10.0
   Compiling rustls v0.23.36
   Compiling num-traits v0.2.19
    Checking h2 v0.4.13
    Checking want v0.3.1
    Checking icu_normalizer v2.1.1
    Checking icu_properties v2.1.2
    Checking rustls-webpki v0.103.9
    Checking futures-channel v0.3.31
   Compiling zmij v1.0.19
    Checking utf8parse v0.2.2
   Compiling rustix v1.1.3
    Checking ryu v1.0.22
    Checking subtle v2.6.1
   Compiling getrandom v0.3.4
    Checking anstyle-parse v0.2.7
    Checking hyper v1.8.1
    Checking idna_adapter v1.2.1
    Checking form_urlencoded v1.2.2
    Checking sync_wrapper v1.0.2
    Checking anstyle v1.0.13
    Checking colorchoice v1.0.4
   Compiling serde_json v1.0.149
    Checking utf8_iter v1.0.4
    Checking base64 v0.22.1
    Checking anstyle-query v1.1.5
    Checking linux-raw-sys v0.11.0
    Checking ipnet v2.11.0
   Compiling thiserror v2.0.18
    Checking winnow v0.7.14
   Compiling rust_decimal v1.40.0
    Checking utf8-width v0.1.8
    Checking is_terminal_polyfill v1.70.2
    Checking tower-layer v0.3.3
   Compiling portable-atomic v1.13.1
    Checking tower v0.5.3
    Checking anstream v0.6.21
    Checking toml_parser v1.0.6+spec-1.1.0
    Checking tokio-rustls v0.26.4
    Checking hyper-util v0.1.20
    Checking idna v1.1.0
    Checking block-buffer v0.10.4
    Checking crypto-common v0.1.7
    Checking webpki-roots v1.0.6
   Compiling thiserror-impl v2.0.18
    Checking toml_datetime v0.7.5+spec-1.1.0
    Checking serde_spanned v1.0.4
    Checking dirs-sys-next v0.1.2
    Checking option-ext v0.2.0
   Compiling anyhow v1.0.100
   Compiling num-conv v0.2.0
    Checking strsim v0.11.1
   Compiling time-core v0.1.8
    Checking arrayvec v0.7.6
    Checking toml_writer v1.0.6+spec-1.1.0
    Checking unicode-width v0.2.2
    Checking clap_lex v0.7.7
    Checking powerfmt v0.2.0
    Checking iri-string v0.7.10
    Checking fastrand v2.3.0
    Checking unsafe-libyaml-norway v0.2.15
   Compiling heck v0.5.0
   Compiling clap_derive v4.5.55
    Checking tower-http v0.6.8
    Checking serde_norway v0.9.42
    Checking tempfile v3.24.0
    Checking deranged v0.5.5
    Checking console v0.16.2
    Checking clap_builder v4.5.57
    Checking toml v0.9.11+spec-1.1.0
   Compiling time-macros v0.2.27
    Checking dirs-sys v0.5.0
    Checking directories-next v2.0.0
    Checking hyper-rustls v0.27.7
    Checking digest v0.10.7
    Checking url v2.5.8
    Checking html-escape v0.2.13
    Checking serde_urlencoded v0.7.1
    Checking http-body-util v0.1.3
   Compiling ambient-ci v0.12.0 (/ci/src)
    Checking unit-prefix v0.5.2
    Checking cpufeatures v0.2.17
    Checking log v0.4.29
    Checking unicode-segmentation v1.12.0
    Checking same-file v1.0.6
    Checking walkdir v2.5.0
    Checking reqwest v0.12.28
    Checking indicatif v0.18.3
    Checking sha2 v0.10.9
    Checking time v0.3.47
    Checking html-page v0.4.1
    Checking clingwrap v0.5.0
    Checking directories v6.0.0
    Checking byte-unit v5.2.0
    Checking clap v4.5.57
    Checking bytesize v2.3.1
    Checking hex v0.4.3
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.23s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-02-10 13:02:41Z
After: 31.17 seconds
End action cargo_clippy
At: 2026-02-10 13:02:41Z
After: 31.17 seconds
CargoBuild(
    CargoBuild,
)
Start action cargo_build
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • build
  • --offline
  • --locked
  • --workspace
  • --all-targets
exit: 0
Stderr:
   Compiling libc v0.2.180
   Compiling zerofrom v0.1.6
   Compiling stable_deref_trait v1.2.1
   Compiling itoa v1.0.17
   Compiling yoke v0.8.1
   Compiling once_cell v1.21.3
   Compiling pin-project-lite v0.2.16
   Compiling bytes v1.11.1
   Compiling cfg-if v1.0.4
   Compiling futures-core v0.3.31
   Compiling zerovec v0.11.5
   Compiling serde_core v1.0.228
   Compiling socket2 v0.6.2
   Compiling mio v1.1.1
   Compiling futures-sink v0.3.31
   Compiling tokio v1.49.0
   Compiling tinystr v0.8.2
   Compiling http v1.4.0
   Compiling smallvec v1.15.1
   Compiling memchr v2.7.6
   Compiling litemap v0.8.1
   Compiling slab v0.4.12
   Compiling writeable v0.6.2
   Compiling equivalent v1.0.2
   Compiling hashbrown v0.16.1
   Compiling indexmap v2.13.0
   Compiling icu_locale_core v2.1.1
   Compiling potential_utf v0.1.4
   Compiling zerotrie v0.2.3
   Compiling pin-utils v0.1.0
   Compiling zeroize v1.8.2
   Compiling rustls-pki-types v1.14.0
   Compiling icu_provider v2.1.1
   Compiling icu_collections v2.1.1
   Compiling http-body v1.0.1
   Compiling getrandom v0.2.17
   Compiling tracing-core v0.1.36
   Compiling futures-io v0.3.31
   Compiling percent-encoding v2.3.2
   Compiling untrusted v0.9.0
   Compiling futures-task v0.3.31
   Compiling ring v0.17.14
   Compiling futures-util v0.3.31
   Compiling tracing v0.1.44
   Compiling serde v1.0.228
   Compiling icu_properties_data v2.1.2
   Compiling icu_normalizer_data v2.1.1
   Compiling typenum v1.19.0
   Compiling tokio-util v0.7.18
   Compiling tower-service v0.3.3
   Compiling try-lock v0.2.5
   Compiling fnv v1.0.7
   Compiling atomic-waker v1.1.2
   Compiling bitflags v2.10.0
   Compiling h2 v0.4.13
   Compiling want v0.3.1
   Compiling generic-array v0.14.7
   Compiling icu_normalizer v2.1.1
   Compiling icu_properties v2.1.2
   Compiling httparse v1.10.1
   Compiling rustls-webpki v0.103.9
   Compiling futures-channel v0.3.31
   Compiling ryu v1.0.22
   Compiling subtle v2.6.1
   Compiling utf8parse v0.2.2
   Compiling anstyle-parse v0.2.7
   Compiling rustls v0.23.36
   Compiling hyper v1.8.1
   Compiling idna_adapter v1.2.1
   Compiling form_urlencoded v1.2.2
   Compiling sync_wrapper v1.0.2
   Compiling linux-raw-sys v0.11.0
   Compiling anstyle v1.0.13
   Compiling colorchoice v1.0.4
   Compiling anstyle-query v1.1.5
   Compiling is_terminal_polyfill v1.70.2
   Compiling utf8_iter v1.0.4
   Compiling utf8-width v0.1.8
   Compiling winnow v0.7.14
   Compiling tower-layer v0.3.3
   Compiling base64 v0.22.1
   Compiling ipnet v2.11.0
   Compiling hyper-util v0.1.20
   Compiling tower v0.5.3
   Compiling toml_parser v1.0.6+spec-1.1.0
   Compiling tokio-rustls v0.26.4
   Compiling idna v1.1.0
   Compiling anstream v0.6.21
   Compiling rustix v1.1.3
   Compiling num-traits v0.2.19
   Compiling getrandom v0.3.4
   Compiling zmij v1.0.19
   Compiling block-buffer v0.10.4
   Compiling crypto-common v0.1.7
   Compiling webpki-roots v1.0.6
   Compiling toml_datetime v0.7.5+spec-1.1.0
   Compiling serde_spanned v1.0.4
   Compiling dirs-sys-next v0.1.2
   Compiling option-ext v0.2.0
   Compiling arrayvec v0.7.6
   Compiling toml_writer v1.0.6+spec-1.1.0
   Compiling fastrand v2.3.0
   Compiling clap_lex v0.7.7
   Compiling unsafe-libyaml-norway v0.2.15
   Compiling iri-string v0.7.10
   Compiling powerfmt v0.2.0
   Compiling time-core v0.1.8
   Compiling unicode-width v0.2.2
   Compiling strsim v0.11.1
   Compiling num-conv v0.2.0
   Compiling time-macros v0.2.27
   Compiling clap_builder v4.5.57
   Compiling tower-http v0.6.8
   Compiling console v0.16.2
   Compiling deranged v0.5.5
   Compiling serde_norway v0.9.42
   Compiling tempfile v3.24.0
   Compiling toml v0.9.11+spec-1.1.0
   Compiling rust_decimal v1.40.0
   Compiling directories-next v2.0.0
   Compiling dirs-sys v0.5.0
   Compiling thiserror v2.0.18
   Compiling hyper-rustls v0.27.7
   Compiling digest v0.10.7
   Compiling serde_json v1.0.149
   Compiling url v2.5.8
   Compiling portable-atomic v1.13.1
   Compiling html-escape v0.2.13
   Compiling serde_urlencoded v0.7.1
   Compiling http-body-util v0.1.3
   Compiling cpufeatures v0.2.17
   Compiling same-file v1.0.6
   Compiling log v0.4.29
   Compiling unit-prefix v0.5.2
   Compiling unicode-segmentation v1.12.0
   Compiling ambient-ci v0.12.0 (/ci/src)
   Compiling reqwest v0.12.28
   Compiling indicatif v0.18.3
   Compiling walkdir v2.5.0
   Compiling sha2 v0.10.9
   Compiling html-page v0.4.1
   Compiling clingwrap v0.5.0
   Compiling directories v6.0.0
   Compiling byte-unit v5.2.0
   Compiling time v0.3.47
   Compiling clap v4.5.57
   Compiling anyhow v1.0.100
   Compiling bytesize v2.3.1
   Compiling hex v0.4.3
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.90s
OK: cargo build --offline --locked --workspace --all-targets
At: 2026-02-10 13:03:15Z
After: 64.38 seconds
End action cargo_build
At: 2026-02-10 13:03:15Z
After: 64.38 seconds
CargoTest(
    CargoTest,
)
Start action cargo_test
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • cargo
  • test
  • --offline
  • --locked
  • --workspace
exit: 0
Stdout:
running 24 tests
test action::test::mkdir_action ... ok
test action_impl::tar::test::tar_create_action ... ok
test action_impl::tar::test::tar_extract_action ... ok
test cloud_init::test::metadata ... ok
test cloud_init::test::userdata ... ok
test cloud_init::test::userdata_fails_without_runcmd ... ok
test config::test::does_not_merge_unset ... ok
test config::test::merges_legacy_value_into_qemu ... ok
test config::test::merges_set_value ... ok
test config::test::rsync_target_for_project_with_base_and_map_only ... ok
test config::test::rsync_target_for_project_with_rsync_target_set ... ok
test plan::test::round_trip ... ok
test run::test_run_decision::commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged_with_force ... ok
test run::test_run_decision::is_not_git ... ok
test run::test_run_decision::unchanged ... ok
test run::test_run_decision::unchanged_commit_but_dirty ... ok
test run::test_run_decision::unchanged_with_force ... ok
test cloud_init::test::iso ... ok

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


running 0 tests

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


running 0 tests

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


running 0 tests

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

Stderr:
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/ambient_ci-ad0a808d1716d50a)
     Running unittests src/bin/ambient.rs (/ci/cache/cargo-target/debug/deps/ambient-047b1a1dafb9a008)
     Running unittests src/bin/ambient-execute-plan.rs (/ci/cache/cargo-target/debug/deps/ambient_execute_plan-f814d6a58e920f63)
   Doc-tests ambient_ci
OK: cargo test --offline --locked --workspace
At: 2026-02-10 13:03:15Z
After: 65.13 seconds
End action cargo_test
At: 2026-02-10 13:03:15Z
After: 65.13 seconds
Shell(
    Shell {
        shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
    },
)
Start action shell
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • bash
  • -c
  • set -xeuo pipefail make doc cp ./*.html doc/*.html /workspace/artifacts git reset --hard git clean -fdx
exit: 0
Stdout:
subplot docgen ambient.subplot -o ambient.html
make -C doc
make[1]: Entering directory '/ci/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
make[1]: Leaving directory '/ci/src/doc'
HEAD is now at e3db0db9 fix: use Debian-compatible delimieters
Removing ambient.html
Removing doc/userguide.html
Stderr:
+ make doc
 INFO Starting Subplot
 INFO Subplot finished successfully
fatal: No names found, cannot describe anything.
 INFO Starting Subplot
 INFO Subplot finished successfully
+ cp ./ambient.html doc/userguide.html /workspace/artifacts
+ git reset --hard
+ git clean -fdx
OK: bash -c set -xeuo pipefail make doc cp ./*.html doc/*.html /workspace/artifacts git reset --hard git clean -fdx
At: 2026-02-10 13:03:15Z
After: 65.26 seconds
End action shell
At: 2026-02-10 13:03:15Z
After: 65.26 seconds
Custom(
    Custom {
        name: "dch",
        args: {
            "debfullname": String("Lars Wirzenius"),
            "debemail": String("liw@liw.fi"),
        },
    },
)
Start action custom
At: 2026-02-10 13:03:16Z
After: 65.47 seconds
End action custom
At: 2026-02-10 13:03:16Z
After: 65.48 seconds
Deb(
    Deb {
        packages: Some(
            ".",
        ),
    },
)
Start action deb
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
  • /bin/bash
  • -c
  • #!/usr/bin/env bash set -xeuo pipefail echo "PATH at start: $PATH" export PATH="/root/.cargo/bin:$PATH" export CARGO_HOME=/workspace/deps export DEBEMAIL=liw@liw.fi export DEBFULLNAME="Lars Wirzenius" /bin/env command -v cargo command -v rustc cargo --version rustc --version # Get name and version of source package. name="$(dpkg-parsechangelog -SSource)" version="$(dpkg-parsechangelog -SVersion)" # Get upstream version: everything before the last dash. uv="$(echo "$version" | sed 's/-[^-]*$//')" # Files that will be created. arch="$(dpkg --print-architecture)" orig="../${name}_${uv}.orig.tar.xz" deb="../${name}_${version}_${arch}.deb" changes="../${name}_${version}_${arch}.changes" # Create "upstream tarball". git archive HEAD | xz >"$orig" # Build package. dpkg-buildpackage -us -uc # Dump some information to make it easier to visually verify # everything looks OK. Also, test the package with the lintian tool. ls -l .. for x in ../*.deb; do dpkg -c "$x"; done # FIXME: disabled while this prevents radicle-native-ci deb from being built. # lintian -i --allow-root --fail-on warning ../*.changes # Move files to artifacts directory. mv ../*_* /ci/artifacts/.
exit: 0
Stdout:
PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/ci/cache/cargo-target
PWD=/ci/src
SYSTEMD_EXEC_PID=281
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=2ebca8eddfd74457a39f64c9bc24f490
SHLVL=2
JOURNAL_STREAM=8:14893
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
/root/.cargo/bin/cargo
/root/.cargo/bin/rustc
cargo 1.93.0 (083ac5135 2025-12-15)
rustc 1.93.0 (254b59607 2026-01-19)
dpkg-buildpackage: info: source package ambient-ci
dpkg-buildpackage: info: source version 0.12.0.ci2026.02.10T13.03.16-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
dh clean
   dh_auto_clean
   dh_clean
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building ambient-ci using existing ./ambient-ci_0.12.0.ci2026.02.10T13.03.16.orig.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.12.0.ci2026.02.10T13.03.16-1.debian.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.12.0.ci2026.02.10T13.03.16-1.dsc
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/ci/src'
make -C doc
make[2]: Entering directory '/ci/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
make[2]: Leaving directory '/ci/src/doc'
make[1]: Leaving directory '/ci/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/ci/src'
   create-stamp debian/debhelper-build-stamp
dh binary
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/ci/src'
cargo install --locked --offline --target x86_64-unknown-linux-musl --path=. --root=debian/ambient-ci/usr
find debian -name '.crates*' -delete
make[1]: Leaving directory '/ci/src'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_lintian
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'ambient-ci-dbgsym' in '../ambient-ci-dbgsym_0.12.0.ci2026.02.10T13.03.16-1_amd64.deb'.
dpkg-deb: building package 'ambient-ci' in '../ambient-ci_0.12.0.ci2026.02.10T13.03.16-1_amd64.deb'.
dpkg-genchanges: info: including full source code in upload
dpkg-buildpackage: info: full upload (original source is included)
total 3180
-rw-r--r--  1 root root  434992 Feb 10 13:04 ambient-ci-dbgsym_0.12.0.ci2026.02.10T13.03.16-1_amd64.deb
-rw-r--r--  1 root root    2128 Feb 10 13:03 ambient-ci_0.12.0.ci2026.02.10T13.03.16-1.debian.tar.xz
-rw-r--r--  1 root root     994 Feb 10 13:03 ambient-ci_0.12.0.ci2026.02.10T13.03.16-1.dsc
-rw-r--r--  1 root root    5938 Feb 10 13:04 ambient-ci_0.12.0.ci2026.02.10T13.03.16-1_amd64.buildinfo
-rw-r--r--  1 root root    2527 Feb 10 13:04 ambient-ci_0.12.0.ci2026.02.10T13.03.16-1_amd64.changes
-rw-r--r--  1 root root 2689664 Feb 10 13:04 ambient-ci_0.12.0.ci2026.02.10T13.03.16-1_amd64.deb
-rw-r--r--  1 root root   86692 Feb 10 13:03 ambient-ci_0.12.0.ci2026.02.10T13.03.16.orig.tar.xz
drwxr-xr-x  2 root root    4096 Feb 10 13:03 artifacts
drwxr-xr-x  3 root root    4096 Feb 10 13:02 cache
drwxr-xr-x  3 root root    4096 Feb 10 13:02 deps
drwxr-xr-x 10 root root    4096 Feb 10 13:03 src
drwxr-xr-x root/root         0 2026-02-10 13:03 ./
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/lib/
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/lib/debug/.build-id/bd/
-rw-r--r-- root/root   1398584 2026-02-10 13:03 ./usr/lib/debug/.build-id/bd/7b0e0611e1c1607a124bb7ee7dc20133f31812.debug
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/lib/debug/.build-id/c2/
-rw-r--r-- root/root   1858624 2026-02-10 13:03 ./usr/lib/debug/.build-id/c2/b627536b8fcc453096cd439b42c7b0585de2e6.debug
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/share/
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-02-10 13:03 ./usr/share/doc/ambient-ci-dbgsym -> ambient-ci
drwxr-xr-x root/root         0 2026-02-10 13:03 ./
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/bin/
-rwxr-xr-x root/root   7434624 2026-02-10 13:03 ./usr/bin/ambient
-rwxr-xr-x root/root   5157152 2026-02-10 13:03 ./usr/bin/ambient-execute-plan
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/share/
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/share/doc/ambient-ci/
-rw-r--r-- root/root       465 2026-02-10 13:03 ./usr/share/doc/ambient-ci/changelog.Debian.gz
-rw-r--r-- root/root       340 2026-02-10 13:03 ./usr/share/doc/ambient-ci/copyright
-rw-r--r-- root/root     33364 2026-02-10 13:03 ./usr/share/doc/ambient-ci/userguide.html
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/share/lintian/
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       266 2026-02-10 13:03 ./usr/share/lintian/overrides/ambient-ci
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/share/man/
drwxr-xr-x root/root         0 2026-02-10 13:03 ./usr/share/man/man1/
-rw-r--r-- root/root       261 2026-02-10 13:03 ./usr/share/man/man1/ambient-execute-plan.1.gz
-rw-r--r-- root/root       205 2026-02-10 13:03 ./usr/share/man/man1/ambient.1.gz
Stderr:
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
+ command -v cargo
+ command -v rustc
+ cargo --version
+ rustc --version
++ dpkg-parsechangelog -SSource
+ name=ambient-ci
++ dpkg-parsechangelog -SVersion
+ version=0.12.0.ci2026.02.10T13.03.16-1
++ echo 0.12.0.ci2026.02.10T13.03.16-1
++ sed 's/-[^-]*$//'
+ uv=0.12.0.ci2026.02.10T13.03.16
++ dpkg --print-architecture
+ arch=amd64
+ orig=../ambient-ci_0.12.0.ci2026.02.10T13.03.16.orig.tar.xz
+ deb=../ambient-ci_0.12.0.ci2026.02.10T13.03.16-1_amd64.deb
+ changes=../ambient-ci_0.12.0.ci2026.02.10T13.03.16-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
 dpkg-source --before-build .
 debian/rules clean
 dpkg-source -b .
 debian/rules build
fatal: No names found, cannot describe anything.
 INFO Starting Subplot
 INFO Subplot finished successfully
 debian/rules binary
  Installing ambient-ci v0.12.0 (/ci/src)
   Compiling proc-macro2 v1.0.106
   Compiling quote v1.0.44
   Compiling unicode-ident v1.0.22
   Compiling libc v0.2.180
   Compiling syn v2.0.114
   Compiling stable_deref_trait v1.2.1
   Compiling itoa v1.0.17
   Compiling once_cell v1.21.3
   Compiling pin-project-lite v0.2.16
   Compiling bytes v1.11.1
   Compiling cfg-if v1.0.4
   Compiling futures-core v0.3.31
   Compiling serde_core v1.0.228
   Compiling synstructure v0.13.2
   Compiling zerovec-derive v0.11.2
   Compiling zerofrom-derive v0.1.6
   Compiling yoke-derive v0.8.1
   Compiling zerofrom v0.1.6
   Compiling displaydoc v0.2.5
   Compiling yoke v0.8.1
   Compiling zerovec v0.11.5
   Compiling mio v1.1.1
   Compiling socket2 v0.6.2
   Compiling shlex v1.3.0
   Compiling futures-sink v0.3.31
   Compiling find-msvc-tools v0.1.9
   Compiling cc v1.2.55
   Compiling tokio v1.49.0
   Compiling ring v0.17.14
   Compiling tinystr v0.8.2
   Compiling http v1.4.0
   Compiling litemap v0.8.1
   Compiling writeable v0.6.2
   Compiling slab v0.4.12
   Compiling memchr v2.7.6
   Compiling hashbrown v0.16.1
   Compiling smallvec v1.15.1
   Compiling equivalent v1.0.2
   Compiling indexmap v2.13.0
   Compiling icu_locale_core v2.1.1
   Compiling potential_utf v0.1.4
   Compiling zerotrie v0.2.3
   Compiling icu_normalizer_data v2.1.1
   Compiling version_check v0.9.5
   Compiling icu_properties_data v2.1.2
   Compiling pin-utils v0.1.0
   Compiling zeroize v1.8.2
   Compiling typenum v1.19.0
   Compiling serde v1.0.228
   Compiling rustls-pki-types v1.14.0
   Compiling generic-array v0.14.7
   Compiling icu_provider v2.1.1
   Compiling icu_collections v2.1.1
   Compiling http-body v1.0.1
   Compiling serde_derive v1.0.228
   Compiling getrandom v0.2.17
   Compiling tracing-core v0.1.36
   Compiling untrusted v0.9.0
   Compiling httparse v1.10.1
   Compiling futures-task v0.3.31
   Compiling futures-io v0.3.31
   Compiling percent-encoding v2.3.2
   Compiling futures-util v0.3.31
   Compiling tracing v0.1.44
   Compiling tokio-util v0.7.18
   Compiling atomic-waker v1.1.2
   Compiling autocfg v1.5.0
   Compiling bitflags v2.10.0
   Compiling try-lock v0.2.5
   Compiling rustls v0.23.36
   Compiling tower-service v0.3.3
   Compiling fnv v1.0.7
   Compiling h2 v0.4.13
   Compiling want v0.3.1
   Compiling num-traits v0.2.19
   Compiling icu_properties v2.1.2
   Compiling icu_normalizer v2.1.1
   Compiling rustls-webpki v0.103.9
   Compiling futures-channel v0.3.31
   Compiling getrandom v0.3.4
   Compiling utf8parse v0.2.2
   Compiling rustix v1.1.3
   Compiling subtle v2.6.1
   Compiling ryu v1.0.22
   Compiling zmij v1.0.19
   Compiling anstyle-parse v0.2.7
   Compiling hyper v1.8.1
   Compiling idna_adapter v1.2.1
   Compiling form_urlencoded v1.2.2
   Compiling sync_wrapper v1.0.2
   Compiling utf8_iter v1.0.4
   Compiling is_terminal_polyfill v1.70.2
   Compiling tower-layer v0.3.3
   Compiling ipnet v2.11.0
   Compiling anstyle-query v1.1.5
   Compiling utf8-width v0.1.8
   Compiling linux-raw-sys v0.11.0
   Compiling colorchoice v1.0.4
   Compiling base64 v0.22.1
   Compiling anstyle v1.0.13
   Compiling winnow v0.7.14
   Compiling portable-atomic v1.13.1
   Compiling thiserror v2.0.18
   Compiling serde_json v1.0.149
   Compiling rust_decimal v1.40.0
   Compiling toml_parser v1.0.6+spec-1.1.0
   Compiling anstream v0.6.21
   Compiling hyper-util v0.1.20
   Compiling tower v0.5.3
   Compiling idna v1.1.0
   Compiling tokio-rustls v0.26.4
   Compiling block-buffer v0.10.4
   Compiling crypto-common v0.1.7
   Compiling webpki-roots v1.0.6
   Compiling thiserror-impl v2.0.18
   Compiling serde_spanned v1.0.4
   Compiling toml_datetime v0.7.5+spec-1.1.0
   Compiling dirs-sys-next v0.1.2
   Compiling powerfmt v0.2.0
   Compiling unsafe-libyaml-norway v0.2.15
   Compiling clap_lex v0.7.7
   Compiling iri-string v0.7.10
   Compiling toml_writer v1.0.6+spec-1.1.0
   Compiling heck v0.5.0
   Compiling anyhow v1.0.100
   Compiling arrayvec v0.7.6
   Compiling num-conv v0.2.0
   Compiling option-ext v0.2.0
   Compiling time-core v0.1.8
   Compiling fastrand v2.3.0
   Compiling unicode-width v0.2.2
   Compiling strsim v0.11.1
   Compiling console v0.16.2
   Compiling clap_builder v4.5.57
   Compiling tempfile v3.24.0
   Compiling time-macros v0.2.27
   Compiling dirs-sys v0.5.0
   Compiling clap_derive v4.5.55
   Compiling toml v0.9.11+spec-1.1.0
   Compiling tower-http v0.6.8
   Compiling serde_norway v0.9.42
   Compiling deranged v0.5.5
   Compiling directories-next v2.0.0
   Compiling hyper-rustls v0.27.7
   Compiling digest v0.10.7
   Compiling url v2.5.8
   Compiling html-escape v0.2.13
   Compiling serde_urlencoded v0.7.1
   Compiling http-body-util v0.1.3
   Compiling log v0.4.29
   Compiling unit-prefix v0.5.2
   Compiling cpufeatures v0.2.17
   Compiling unicode-segmentation v1.12.0
   Compiling same-file v1.0.6
   Compiling ambient-ci v0.12.0 (/ci/src)
   Compiling indicatif v0.18.3
   Compiling walkdir v2.5.0
   Compiling time v0.3.47
   Compiling sha2 v0.10.9
   Compiling reqwest v0.12.28
   Compiling html-page v0.4.1
   Compiling clingwrap v0.5.0
   Compiling clap v4.5.57
   Compiling byte-unit v5.2.0
   Compiling directories v6.0.0
   Compiling hex v0.4.3
   Compiling bytesize v2.3.1
    Finished `release` profile [optimized] target(s) in 1m 19s
  Installing /ci/src/debian/ambient-ci/usr/bin/ambient
  Installing /ci/src/debian/ambient-ci/usr/bin/ambient-execute-plan
   Installed package `ambient-ci v0.12.0 (/ci/src)` (executables `ambient`, `ambient-execute-plan`)
warning: be sure to add `/ci/src/debian/ambient-ci/usr/bin` to your PATH to be able to run the installed binaries
dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
 dpkg-genbuildinfo -O../ambient-ci_0.12.0.ci2026.02.10T13.03.16-1_amd64.buildinfo
 dpkg-genchanges -O../ambient-ci_0.12.0.ci2026.02.10T13.03.16-1_amd64.changes
 dpkg-source --after-build .
+ ls -l ..
+ for x in ../*.deb
+ dpkg -c ../ambient-ci-dbgsym_0.12.0.ci2026.02.10T13.03.16-1_amd64.deb
+ for x in ../*.deb
+ dpkg -c ../ambient-ci_0.12.0.ci2026.02.10T13.03.16-1_amd64.deb
+ mv ../ambient-ci-dbgsym_0.12.0.ci2026.02.10T13.03.16-1_amd64.deb ../ambient-ci_0.12.0.ci2026.02.10T13.03.16-1.debian.tar.xz ../ambient-ci_0.12.0.ci2026.02.10T13.03.16-1.dsc ../ambient-ci_0.12.0.ci2026.02.10T13.03.16-1_amd64.buildinfo ../ambient-ci_0.12.0.ci2026.02.10T13.03.16-1_amd64.changes ../ambient-ci_0.12.0.ci2026.02.10T13.03.16-1_amd64.deb ../ambient-ci_0.12.0.ci2026.02.10T13.03.16.orig.tar.xz /ci/artifacts/.
OK: /bin/bash -c #!/usr/bin/env bash set -xeuo pipefail echo "PATH at start: $PATH" export PATH="/root/.cargo/bin:$PATH" export CARGO_HOME=/workspace/deps export DEBEMAIL=liw@liw.fi export DEBFULLNAME="Lars Wirzenius" /bin/env command -v cargo command -v rustc cargo --version rustc --version # Get name and version of source package. name="$(dpkg-parsechangelog -SSource)" version="$(dpkg-parsechangelog -SVersion)" # Get upstream version: everything before the last dash. uv="$(echo "$version" | sed 's/-[^-]*$//')" # Files that will be created. arch="$(dpkg --print-architecture)" orig="../${name}_${uv}.orig.tar.xz" deb="../${name}_${version}_${arch}.deb" changes="../${name}_${version}_${arch}.changes" # Create "upstream tarball". git archive HEAD | xz >"$orig" # Build package. dpkg-buildpackage -us -uc # Dump some information to make it easier to visually verify # everything looks OK. Also, test the package with the lintian tool. ls -l .. for x in ../*.deb; do dpkg -c "$x"; done # FIXME: disabled while this prevents radicle-native-ci deb from being built. # lintian -i --allow-root --fail-on warning ../*.changes # Move files to artifacts directory. mv ../*_* /ci/artifacts/.
At: 2026-02-10 13:04:41Z
After: 151.25 seconds
End action deb
At: 2026-02-10 13:04:41Z
After: 151.25 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-02-10 13:04:43Z
After: 153.24 seconds
End action tar_create
At: 2026-02-10 13:04:43Z
After: 153.24 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-02-10 13:04:43Z
After: 153.25 seconds
End action tar_create
At: 2026-02-10 13:04:43Z
After: 153.25 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-10 13:04:43Z
After: 153.26 seconds
Everything is fine.
Executor ends, success
At: 2026-02-10 13:04:47Z
After: 157.13 seconds
    exit: 0
    QEMU OK
    At: 2026-02-10 13:04:47Z
    After: 156.90 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-02-10 13:04:47Z
    After: 157.13 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "push",
      "repository": {
        "id": "rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh",
        "name": "ambient-ci",
        "description": "Ambient command line tool to run CI projects locally",
        "private": false,
        "default_branch": "main",
        "delegates": [
          "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
        ]
      },
      "pusher": {
        "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
        "alias": "liw"
      },
      "before": "e3db0db985c1d01fe9c3e42817ddeefe57bec05a",
      "after": "e3db0db985c1d01fe9c3e42817ddeefe57bec05a",
      "branch": "main",
      "commits": [
        "e3db0db985c1d01fe9c3e42817ddeefe57bec05a"
      ]
    }

    Ambient stdout

    deprecated: the `cpus` field is replaced by `qemu.cpus`
    deprecated: the `memory` field is replaced by `qemu.memory`
    run CI for rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh
    

    Ambient stderr

    <empty log>