CI run for rad:zbwass2cGxNYVqU5zR5bUMYATdwW

Radicle repository id rad:zbwass2cGxNYVqU5zR5bUMYATdwW

Table of Contents

Run log

At: 2026-02-05 16:19:15Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-05 16:19:15Z
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-05 16:19:15Z
After: 0.00 seconds
Hoping for the best
Will run CI for project rad:zbwass2cGxNYVqU5zR5bUMYATdwW
At: 2026-02-05 16:19:15Z
After: 0.00 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • fetch
  • --locked
exit: 0
OK: cargo fetch --locked
At: 2026-02-05 16:19:16Z
After: 0.64 seconds
End action cargo_fetch
At: 2026-02-05 16:19:16Z
After: 0.64 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-05 16:20:13Z
After: 57.77 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-05 16:20:13Z
After: 57.77 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: cargo_doc
- action: custom
  name: dch
  args:
    debemail: liw@liw.fi
    debfullname: Lars Wirzenius
- 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-05 16:20:13Z
After: 57.77 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-05 16:20:13Z
After: 57.77 seconds
End action mkdir
At: 2026-02-05 16:20:13Z
After: 57.77 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-05 16:20:13Z
After: 57.77 seconds
End action mkdir
At: 2026-02-05 16:20:13Z
After: 57.77 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-05 16:20:13Z
After: 57.82 seconds
End action tar_extract
At: 2026-02-05 16:20:13Z
After: 57.82 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-05 16:20:19Z
After: 63.44 seconds
End action tar_extract
At: 2026-02-05 16:20:19Z
After: 63.44 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-05 16:21:42Z
After: 147.13 seconds
End action tar_extract
At: 2026-02-05 16:21:42Z
After: 147.13 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-05 16:28:08Z
After: 532.54 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-05 16:21:43Z
After: 147.22 seconds
End action shell
At: 2026-02-05 16:21:43Z
After: 147.22 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-05 16:28:08Z
After: 532.54 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-05 16:21:43Z
After: 147.27 seconds
End action shell
At: 2026-02-05 16:21:43Z
After: 147.27 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-05 16:28:08Z
After: 532.54 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-05 16:21:43Z
After: 147.29 seconds
End action shell
At: 2026-02-05 16:21:43Z
After: 147.30 seconds
CargoFmt(
    CargoFmt,
)
Start action cargo_fmt
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • fmt
  • --check
exit: 0
OK: cargo fmt --check
At: 2026-02-05 16:21:43Z
After: 148.00 seconds
End action cargo_fmt
At: 2026-02-05 16:21:43Z
After: 148.00 seconds
CargoClippy(
    CargoClippy,
)
Start action cargo_clippy
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • clippy
  • --offline
  • --locked
  • --workspace
  • --all-targets
  • --no-deps
  • --
  • --deny
  • warnings
exit: 0
Stderr:
    Checking rad-util v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-02-05 16:21:45Z
After: 149.71 seconds
End action cargo_clippy
At: 2026-02-05 16:21:45Z
After: 149.71 seconds
CargoBuild(
    CargoBuild,
)
Start action cargo_build
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • build
  • --offline
  • --locked
  • --workspace
  • --all-targets
exit: 0
Stderr:
   Compiling rad-util v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
OK: cargo build --offline --locked --workspace --all-targets
At: 2026-02-05 16:21:48Z
After: 152.42 seconds
End action cargo_build
At: 2026-02-05 16:21:48Z
After: 152.42 seconds
CargoTest(
    CargoTest,
)
Start action cargo_test
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • test
  • --offline
  • --locked
  • --workspace
exit: 0
Stdout:
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.22s
     Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/rad_util-79eee9fa22253fea)
OK: cargo test --offline --locked --workspace
At: 2026-02-05 16:21:48Z
After: 153.05 seconds
End action cargo_test
At: 2026-02-05 16:21:48Z
After: 153.05 seconds
CargoDoc(
    CargoDoc,
)
Start action cargo_doc
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
  • env
  • RUSTDOCFLAGS=-D warnings
  • cargo
  • doc
  • --workspace
exit: 0
Stderr:
 Documenting unicode-ident v1.0.18
 Documenting typenum v1.18.0
 Documenting proc-macro2 v1.0.95
 Documenting generic-array v0.14.7
 Documenting quote v1.0.40
 Documenting crypto-common v0.1.6
 Documenting synstructure v0.13.2
 Documenting serde_derive v1.0.219
 Documenting zerofrom-derive v0.1.6
 Documenting yoke-derive v0.8.0
 Documenting zerofrom v0.1.6
 Documenting serde v1.0.219
 Documenting yoke v0.8.0
 Documenting cfg-if v1.0.1
 Documenting zerovec-derive v0.11.1
 Documenting displaydoc v0.2.5
 Documenting zerovec v0.11.2
 Documenting block-buffer v0.10.4
 Documenting block-padding v0.3.3
 Documenting digest v0.10.7
 Documenting inout v0.1.4
 Documenting tinystr v0.8.1
 Documenting cipher v0.4.4
 Documenting writeable v0.6.1
 Documenting potential_utf v0.1.2
 Documenting icu_locale_core v2.0.0
 Documenting zerotrie v0.2.2
 Documenting icu_collections v2.0.0
 Documenting icu_provider v2.0.0
 Documenting amplify_syn v2.0.1
 Documenting universal-hash v0.5.1
 Documenting smallvec v1.15.1
 Documenting icu_properties v2.0.1
 Documenting icu_normalizer v2.0.0
 Documenting amplify_derive v4.0.1
 Documenting ec25519 v0.1.0
 Documenting amplify v4.9.0
 Documenting idna_adapter v1.2.1
 Documenting polyval v0.6.2
 Documenting sha2 v0.10.9
 Documenting proc-macro-error-attr v1.0.4
 Documenting percent-encoding v2.3.1
 Documenting sha3 v0.10.8
 Documenting form_urlencoded v1.2.1
 Documenting idna v1.0.3
 Documenting proc-macro-error v1.0.4
 Documenting ghash v0.5.1
 Documenting cyphergraphy v0.3.0
 Documenting aes v0.8.4
 Documenting ctr v0.9.2
 Documenting aead v0.5.2
 Documenting log v0.4.27
 Documenting hashbrown v0.15.4
 Documenting aes-gcm v0.10.3
 Documenting indexmap v2.10.0
 Documenting cypheraddr v0.4.0
 Documenting git-ref-format-macro v0.3.1
 Documenting url v2.5.4
 Documenting ssh-encoding v0.2.0
 Documenting blowfish v0.9.1
 Documenting poly1305 v0.8.0
 Documenting chacha20 v0.9.1
 Documenting cbc v0.1.2
 Documenting pbkdf2 v0.12.2
 Documenting git-ref-format-core v0.3.1
 Documenting openssl-probe v0.1.6
 Documenting git-ref-format v0.3.1
 Documenting git2 v0.19.0
 Documenting bcrypt-pbkdf v0.10.0
 Documenting ssh-cipher v0.2.0
 Documenting socks5-client v0.4.1
 Documenting memchr v2.7.5
 Documenting cyphernet v0.5.2
 Documenting serde_json v1.0.141
 Documenting radicle-git-ext v0.8.1
 Documenting anstyle-parse v0.2.7
 Documenting ssh-key v0.6.7
 Documenting radicle-ssh v0.9.0
 Documenting getrandom v0.3.3
 Documenting typeid v1.0.3
 Documenting is_terminal_polyfill v1.70.1
 Documenting winnow v0.7.13
 Documenting tinyvec v1.9.0
 Documenting toml_parser v1.0.2
 Documenting anstream v0.6.19
 Documenting erased-serde v0.4.6
 Documenting tempfile v3.20.0
 Documenting radicle-crypto v0.12.0
 Documenting serde_spanned v1.0.0
 Documenting nonempty v0.9.0
 Documenting toml_datetime v0.7.0
 Documenting clap_derive v4.5.41
 Documenting toml v0.9.5
 Documenting clap_builder v4.5.41
 Documenting serde_norway v0.9.42
 Documenting radicle-cob v0.14.0
 Documenting directories-next v2.0.0
 Documenting serde-untagged v0.1.7
 Documenting unicode-normalization v0.1.24
 Documenting bytesize v2.0.1
 Documenting localtime v1.3.1
 Documenting siphasher v1.0.1
 Documenting base64 v0.21.7
 Documenting clingwrap v0.4.0
 Documenting radicle v0.16.1
 Documenting clap v4.5.41
 Documenting rad-util v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 20s
   Generated /ci/cache/cargo-target/doc/rad_util/index.html
OK: env RUSTDOCFLAGS=-D warnings cargo doc --workspace
At: 2026-02-05 16:26:09Z
After: 413.77 seconds
End action cargo_doc
At: 2026-02-05 16:26:09Z
After: 413.78 seconds
Custom(
    Custom {
        name: "dch",
        args: {
            "debfullname": String("Lars Wirzenius"),
            "debemail": String("liw@liw.fi"),
        },
    },
)
Start action custom
At: 2026-02-05 16:26:10Z
After: 414.36 seconds
End action custom
At: 2026-02-05 16:26:10Z
After: 414.36 seconds
Deb(
    Deb {
        packages: Some(
            ".",
        ),
    },
)
Start action deb
At: 2026-02-05 16:28:08Z
After: 532.54 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=279
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=1fa97ad30c7b451ba9198f6e118ea2b2
SHLVL=2
JOURNAL_STREAM=8:14495
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 rad-util
dpkg-buildpackage: info: source version 0.1.0.ci20260205T162609-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 rad-util using existing ./rad-util_0.1.0.ci20260205T162609.orig.tar.xz
dpkg-source: info: building rad-util in rad-util_0.1.0.ci20260205T162609-1.debian.tar.xz
dpkg-source: info: building rad-util in rad-util_0.1.0.ci20260205T162609-1.dsc
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/ci/src'
true
make[1]: Leaving directory '/ci/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/ci/src'
   create-stamp debian/debhelper-build-stamp
dh binary
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/ci/src'
cargo install --locked --offline --path=. --root=debian/rad-util/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 'rad-util' in '../rad-util_0.1.0.ci20260205T162609-1_amd64.deb'.
dpkg-deb: building package 'rad-util-dbgsym' in '../rad-util-dbgsym_0.1.0.ci20260205T162609-1_amd64.deb'.
dpkg-genchanges: info: including full source code in upload
dpkg-buildpackage: info: full upload (original source is included)
total 1784
drwxr-xr-x 2 root root    4096 Feb  5 16:20 artifacts
drwxr-xr-x 5 root root    4096 Jan 25 06:16 cache
drwxr-xr-x 3 root root    4096 Feb  5 16:26 deps
-rw-r--r-- 1 root root  169100 Feb  5 16:26 rad-util-dbgsym_0.1.0.ci20260205T162609-1_amd64.deb
-rw-r--r-- 1 root root    1892 Feb  5 16:26 rad-util_0.1.0.ci20260205T162609-1.debian.tar.xz
-rw-r--r-- 1 root root     974 Feb  5 16:26 rad-util_0.1.0.ci20260205T162609-1.dsc
-rw-r--r-- 1 root root    5691 Feb  5 16:26 rad-util_0.1.0.ci20260205T162609-1_amd64.buildinfo
-rw-r--r-- 1 root root    2377 Feb  5 16:26 rad-util_0.1.0.ci20260205T162609-1_amd64.changes
-rw-r--r-- 1 root root 1597028 Feb  5 16:26 rad-util_0.1.0.ci20260205T162609-1_amd64.deb
-rw-r--r-- 1 root root   19932 Feb  5 16:26 rad-util_0.1.0.ci20260205T162609.orig.tar.xz
drwxr-xr-x 8 root root    4096 Feb  5 16:26 src
drwxr-xr-x root/root         0 2026-02-05 16:26 ./
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/lib/
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/lib/debug/.build-id/0b/
-rw-r--r-- root/root    973640 2026-02-05 16:26 ./usr/lib/debug/.build-id/0b/14fd7aa1ad2f56d725231b2f544d270c8f0f7b.debug
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/share/
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-02-05 16:26 ./usr/share/doc/rad-util-dbgsym -> rad-util
drwxr-xr-x root/root         0 2026-02-05 16:26 ./
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/bin/
-rwxr-xr-x root/root   4469568 2026-02-05 16:26 ./usr/bin/rad-util
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/share/
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/share/doc/rad-util/
-rw-r--r-- root/root       224 2026-02-05 16:26 ./usr/share/doc/rad-util/changelog.Debian.gz
-rw-r--r-- root/root       383 2026-02-05 16:26 ./usr/share/doc/rad-util/copyright
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/share/lintian/
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/share/lintian/overrides/
-rw-r--r-- root/root        40 2026-02-05 16:26 ./usr/share/lintian/overrides/rad-util
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/share/man/
drwxr-xr-x root/root         0 2026-02-05 16:26 ./usr/share/man/man1/
-rw-r--r-- root/root       258 2026-02-05 16:26 ./usr/share/man/man1/rad-util.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=rad-util
++ dpkg-parsechangelog -SVersion
+ version=0.1.0.ci20260205T162609-1
++ echo 0.1.0.ci20260205T162609-1
++ sed 's/-[^-]*$//'
+ uv=0.1.0.ci20260205T162609
++ dpkg --print-architecture
+ arch=amd64
+ orig=../rad-util_0.1.0.ci20260205T162609.orig.tar.xz
+ deb=../rad-util_0.1.0.ci20260205T162609-1_amd64.deb
+ changes=../rad-util_0.1.0.ci20260205T162609-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
 dpkg-source --before-build .
 debian/rules clean
 dpkg-source -b .
 debian/rules build
 debian/rules binary
  Installing rad-util v0.1.0 (/ci/src)
   Compiling rad-util v0.1.0 (/ci/src)
    Finished `release` profile [optimized] target(s) in 4.82s
  Installing /ci/src/debian/rad-util/usr/bin/rad-util
   Installed package `rad-util v0.1.0 (/ci/src)` (executable `rad-util`)
warning: be sure to add `/ci/src/debian/rad-util/usr/bin` to your PATH to be able to run the installed binaries
 dpkg-genbuildinfo -O../rad-util_0.1.0.ci20260205T162609-1_amd64.buildinfo
 dpkg-genchanges -O../rad-util_0.1.0.ci20260205T162609-1_amd64.changes
 dpkg-source --after-build .
+ ls -l ..
+ for x in ../*.deb
+ dpkg -c ../rad-util-dbgsym_0.1.0.ci20260205T162609-1_amd64.deb
+ for x in ../*.deb
+ dpkg -c ../rad-util_0.1.0.ci20260205T162609-1_amd64.deb
+ mv ../rad-util-dbgsym_0.1.0.ci20260205T162609-1_amd64.deb ../rad-util_0.1.0.ci20260205T162609-1.debian.tar.xz ../rad-util_0.1.0.ci20260205T162609-1.dsc ../rad-util_0.1.0.ci20260205T162609-1_amd64.buildinfo ../rad-util_0.1.0.ci20260205T162609-1_amd64.changes ../rad-util_0.1.0.ci20260205T162609-1_amd64.deb ../rad-util_0.1.0.ci20260205T162609.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-05 16:26:25Z
After: 429.37 seconds
End action deb
At: 2026-02-05 16:26:25Z
After: 429.38 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-02-05 16:27:36Z
After: 500.87 seconds
End action tar_create
At: 2026-02-05 16:27:36Z
After: 500.88 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-02-05 16:27:36Z
After: 500.90 seconds
End action tar_create
At: 2026-02-05 16:27:36Z
After: 500.90 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-05 16:27:36Z
After: 500.90 seconds
Everything is fine.
Executor ends, success
At: 2026-02-05 16:28:08Z
After: 532.54 seconds
    exit: 0
    QEMU OK
    At: 2026-02-05 16:28:07Z
    After: 531.30 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-02-05 16:28:08Z
    After: 532.51 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "push",
      "repository": {
        "id": "rad:zbwass2cGxNYVqU5zR5bUMYATdwW",
        "name": "rad-util",
        "description": "Utility sub-commands for the Radicle rad comman line tool",
        "private": false,
        "default_branch": "main",
        "delegates": [
          "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
        ]
      },
      "pusher": {
        "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
        "alias": "callisto.liw.fi"
      },
      "before": "a4671b630fec85f4ada7c4fe0cf078a88493baa5",
      "after": "a4671b630fec85f4ada7c4fe0cf078a88493baa5",
      "branch": "main",
      "commits": [
        "a4671b630fec85f4ada7c4fe0cf078a88493baa5"
      ]
    }

    Ambient stdout

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

    Ambient stderr

    <empty log>