CI run for rad:z6QuhJTtgFCZGyQZhRMZmZKJ3SVG

Radicle repository id rad:z6QuhJTtgFCZGyQZhRMZmZKJ3SVG

Table of Contents

Run log

At: 2026-02-11 06:06:28Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-11 06:06:28Z
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-11 06:06:28Z
After: 0.02 seconds
Hoping for the best
Will run CI for project rad:z6QuhJTtgFCZGyQZhRMZmZKJ3SVG
At: 2026-02-11 06:06:28Z
After: 0.02 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • fetch
  • --locked
exit: 0
OK: cargo fetch --locked
At: 2026-02-11 06:06:28Z
After: 0.49 seconds
End action cargo_fetch
At: 2026-02-11 06:06:28Z
After: 0.49 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-11 06:06:35Z
After: 7.33 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-11 06:06:35Z
After: 7.34 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: shell
  shell: |
    make rad-ci.html
    mv rad-ci.html /workspace/artifacts/.
- 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-11 06:06:35Z
After: 7.35 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-11 06:06:35Z
After: 7.36 seconds
End action mkdir
At: 2026-02-11 06:06:35Z
After: 7.36 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-11 06:06:35Z
After: 7.36 seconds
End action mkdir
At: 2026-02-11 06:06:35Z
After: 7.36 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-11 06:06:35Z
After: 7.38 seconds
End action tar_extract
At: 2026-02-11 06:06:35Z
After: 7.38 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-11 06:06:38Z
After: 9.85 seconds
End action tar_extract
At: 2026-02-11 06:06:38Z
After: 9.85 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-11 06:06:47Z
After: 18.79 seconds
End action tar_extract
At: 2026-02-11 06:06:47Z
After: 18.79 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-11 06:10:52Z
After: 263.82 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-11 06:06:47Z
After: 18.80 seconds
End action shell
At: 2026-02-11 06:06:47Z
After: 18.81 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-11 06:10:52Z
After: 263.82 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-11 06:06:47Z
After: 18.82 seconds
End action shell
At: 2026-02-11 06:06:47Z
After: 18.82 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-11 06:10:52Z
After: 263.82 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-11 06:06:47Z
After: 18.84 seconds
End action shell
At: 2026-02-11 06:06:47Z
After: 18.84 seconds
CargoFmt(
    CargoFmt,
)
Start action cargo_fmt
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • fmt
  • --check
exit: 0
OK: cargo fmt --check
At: 2026-02-11 06:06:47Z
After: 19.21 seconds
End action cargo_fmt
At: 2026-02-11 06:06:47Z
After: 19.22 seconds
CargoClippy(
    CargoClippy,
)
Start action cargo_clippy
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • clippy
  • --offline
  • --locked
  • --workspace
  • --all-targets
  • --no-deps
  • --
  • --deny
  • warnings
exit: 0
Stderr:
    Checking rad-ci v0.7.6 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-02-11 06:06:48Z
After: 20.18 seconds
End action cargo_clippy
At: 2026-02-11 06:06:48Z
After: 20.18 seconds
CargoBuild(
    CargoBuild,
)
Start action cargo_build
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • build
  • --offline
  • --locked
  • --workspace
  • --all-targets
exit: 0
Stderr:
   Compiling rad-ci v0.7.6 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
OK: cargo build --offline --locked --workspace --all-targets
At: 2026-02-11 06:06:50Z
After: 22.16 seconds
End action cargo_build
At: 2026-02-11 06:06:50Z
After: 22.16 seconds
CargoTest(
    CargoTest,
)
Start action cargo_test
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-11 06:10:52Z
After: 263.82 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_ci-0cafb8abbc8f8c17)
OK: cargo test --offline --locked --workspace
At: 2026-02-11 06:06:51Z
After: 22.63 seconds
End action cargo_test
At: 2026-02-11 06:06:51Z
After: 22.63 seconds
CargoDoc(
    CargoDoc,
)
Start action cargo_doc
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • env
  • RUSTDOCFLAGS=-D warnings
  • cargo
  • doc
  • --workspace
exit: 0
Stderr:
 Documenting rad-ci v0.7.6 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
   Generated /ci/cache/cargo-target/doc/rad_ci/index.html
OK: env RUSTDOCFLAGS=-D warnings cargo doc --workspace
At: 2026-02-11 06:06:53Z
After: 25.36 seconds
End action cargo_doc
At: 2026-02-11 06:06:53Z
After: 25.36 seconds
Shell(
    Shell {
        shell: "make rad-ci.html\nmv rad-ci.html /workspace/artifacts/.\n",
    },
)
Start action shell
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
  • bash
  • -c
  • set -xeuo pipefail make rad-ci.html mv rad-ci.html /workspace/artifacts/.
exit: 0
Stdout:
subplot docgen rad-ci.subplot -o rad-ci.html
Stderr:
+ make rad-ci.html
 INFO Starting Subplot
 INFO Subplot finished successfully
+ mv rad-ci.html /workspace/artifacts/.
OK: bash -c set -xeuo pipefail make rad-ci.html mv rad-ci.html /workspace/artifacts/.
At: 2026-02-11 06:06:53Z
After: 25.45 seconds
End action shell
At: 2026-02-11 06:06:53Z
After: 25.45 seconds
Custom(
    Custom {
        name: "dch",
        args: {
            "debemail": String("liw@liw.fi"),
            "debfullname": String("Lars Wirzenius"),
        },
    },
)
Start action custom
At: 2026-02-11 06:06:54Z
After: 25.66 seconds
End action custom
At: 2026-02-11 06:06:54Z
After: 25.66 seconds
Deb(
    Deb {
        packages: Some(
            ".",
        ),
    },
)
Start action deb
At: 2026-02-11 06:10:52Z
After: 263.82 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=264
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=c6281aa1afae4fffacb87303a1fa8df3
SHLVL=2
JOURNAL_STREAM=8:13161
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-ci
dpkg-buildpackage: info: source version 0.7.6.ci20260211T060653-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-ci using existing ./rad-ci_0.7.6.ci20260211T060653.orig.tar.xz
dpkg-source: info: building rad-ci in rad-ci_0.7.6.ci20260211T060653-1.debian.tar.xz
dpkg-source: info: building rad-ci in rad-ci_0.7.6.ci20260211T060653-1.dsc
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/ci/src'
true
make[1]: Leaving directory '/ci/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/ci/src'
   create-stamp debian/debhelper-build-stamp
dh binary
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/ci/src'
cargo install --offline --locked --path=. --root=debian/rad-ci/usr --target x86_64-unknown-linux-musl
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-ci-dbgsym' in '../rad-ci-dbgsym_0.7.6.ci20260211T060653-1_amd64.deb'.
dpkg-deb: building package 'rad-ci' in '../rad-ci_0.7.6.ci20260211T060653-1_amd64.deb'.
dpkg-genchanges: info: including full source code in upload
dpkg-buildpackage: info: full upload (original source is included)
total 1752
drwxr-xr-x 2 root root    4096 Feb 11 06:06 artifacts
drwxr-xr-x 3 root root    4096 Feb 11 05:33 cache
drwxr-xr-x 3 root root    4096 Feb 11 06:06 deps
-rw-r--r-- 1 root root  230988 Feb 11 06:10 rad-ci-dbgsym_0.7.6.ci20260211T060653-1_amd64.deb
-rw-r--r-- 1 root root    2100 Feb 11 06:06 rad-ci_0.7.6.ci20260211T060653-1.debian.tar.xz
-rw-r--r-- 1 root root     969 Feb 11 06:06 rad-ci_0.7.6.ci20260211T060653-1.dsc
-rw-r--r-- 1 root root    6220 Feb 11 06:10 rad-ci_0.7.6.ci20260211T060653-1_amd64.buildinfo
-rw-r--r-- 1 root root    2350 Feb 11 06:10 rad-ci_0.7.6.ci20260211T060653-1_amd64.changes
-rw-r--r-- 1 root root 1477672 Feb 11 06:10 rad-ci_0.7.6.ci20260211T060653-1_amd64.deb
-rw-r--r-- 1 root root   42736 Feb 11 06:06 rad-ci_0.7.6.ci20260211T060653.orig.tar.xz
drwxr-xr-x 7 root root    4096 Feb 11 06:06 src
drwxr-xr-x root/root         0 2026-02-11 06:06 ./
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/lib/
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/lib/debug/.build-id/e1/
-rw-r--r-- root/root   1373400 2026-02-11 06:06 ./usr/lib/debug/.build-id/e1/dd21d787093acbdc357a408994367c61ae1ebf.debug
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/share/
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-02-11 06:06 ./usr/share/doc/rad-ci-dbgsym -> rad-ci
drwxr-xr-x root/root         0 2026-02-11 06:06 ./
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/bin/
-rwxr-xr-x root/root   5154360 2026-02-11 06:06 ./usr/bin/rad-ci
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/share/
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/share/doc/rad-ci/
-rw-r--r-- root/root       404 2026-02-11 06:06 ./usr/share/doc/rad-ci/changelog.Debian.gz
-rw-r--r-- root/root       380 2026-02-11 06:06 ./usr/share/doc/rad-ci/copyright
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/share/lintian/
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       110 2026-02-11 06:06 ./usr/share/lintian/overrides/rad-ci
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/share/man/
drwxr-xr-x root/root         0 2026-02-11 06:06 ./usr/share/man/man1/
-rw-r--r-- root/root       242 2026-02-11 06:06 ./usr/share/man/man1/rad-ci.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-ci
++ dpkg-parsechangelog -SVersion
+ version=0.7.6.ci20260211T060653-1
++ echo 0.7.6.ci20260211T060653-1
++ sed 's/-[^-]*$//'
+ uv=0.7.6.ci20260211T060653
++ dpkg --print-architecture
+ arch=amd64
+ orig=../rad-ci_0.7.6.ci20260211T060653.orig.tar.xz
+ deb=../rad-ci_0.7.6.ci20260211T060653-1_amd64.deb
+ changes=../rad-ci_0.7.6.ci20260211T060653-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-ci v0.7.6 (/ci/src)
   Compiling libc v0.2.180
   Compiling cfg-if v1.0.3
   Compiling serde_core v1.0.225
   Compiling typenum v1.18.0
   Compiling generic-array v0.14.7
   Compiling serde v1.0.225
   Compiling crypto-common v0.1.6
   Compiling memchr v2.7.5
   Compiling subtle v2.6.1
   Compiling zerofrom v0.1.6
   Compiling itoa v1.0.15
   Compiling stable_deref_trait v1.2.0
   Compiling yoke v0.8.0
   Compiling bitflags v2.9.4
   Compiling once_cell v1.21.3
   Compiling zerovec v0.11.4
   Compiling getrandom v0.2.16
   Compiling smallvec v1.15.1
   Compiling litemap v0.8.0
   Compiling writeable v0.6.1
   Compiling tinystr v0.8.1
   Compiling potential_utf v0.1.3
   Compiling icu_locale_core v2.0.0
   Compiling zerotrie v0.2.2
   Compiling block-buffer v0.10.4
   Compiling cpufeatures v0.2.17
   Compiling equivalent v1.0.2
   Compiling hashbrown v0.16.0
   Compiling indexmap v2.11.4
   Compiling icu_properties_data v2.0.1
   Compiling icu_normalizer_data v2.0.0
   Compiling icu_provider v2.0.0
   Compiling digest v0.10.7
   Compiling icu_collections v2.0.0
   Compiling block-padding v0.3.3
   Compiling percent-encoding v2.3.2
   Compiling pin-project-lite v0.2.16
   Compiling inout v0.1.4
   Compiling log v0.4.28
   Compiling zeroize v1.8.1
   Compiling icu_properties v2.0.1
   Compiling icu_normalizer v2.0.0
   Compiling cipher v0.4.4
   Compiling thiserror v1.0.69
   Compiling idna_adapter v1.2.1
   Compiling form_urlencoded v1.2.2
   Compiling bytes v1.10.1
   Compiling utf8_iter v1.0.4
   Compiling ryu v1.0.20
   Compiling idna v1.1.0
   Compiling rustix v1.1.3
   Compiling libz-sys v1.1.22
   Compiling futures-core v0.3.31
   Compiling linux-raw-sys v0.11.0
   Compiling url v2.5.7
   Compiling tracing-core v0.1.34
   Compiling universal-hash v0.5.1
   Compiling signature v1.6.4
   Compiling fastrand v2.3.0
   Compiling opaque-debug v0.3.1
   Compiling ed25519 v1.5.3
   Compiling libgit2-sys v0.17.0+1.8.1
   Compiling num-traits v0.2.19
   Compiling sha2 v0.10.9
   Compiling getrandom v0.3.3
   Compiling socket2 v0.6.0
   Compiling mio v1.0.4
   Compiling ct-codecs v1.1.6
   Compiling amplify_num v0.5.3
   Compiling ascii v1.1.0
   Compiling futures-sink v0.3.31
   Compiling amplify v4.9.0
   Compiling ec25519 v0.1.0
   Compiling serde_json v1.0.145
   Compiling tokio v1.47.1
   Compiling polyval v0.6.2
   Compiling fnv v1.0.7
   Compiling keccak v0.1.5
   Compiling base64ct v1.8.0
   Compiling pem-rfc7468 v0.7.0
   Compiling sha3 v0.10.8
   Compiling http v1.3.1
   Compiling sqlite3-src v0.5.1
   Compiling ghash v0.5.1
   Compiling cyphergraphy v0.3.0
   Compiling tracing v0.1.41
   Compiling ctr v0.9.2
   Compiling aes v0.8.4
   Compiling rand_core v0.6.4
   Compiling aho-corasick v1.1.3
   Compiling aead v0.5.2
   Compiling slab v0.4.11
   Compiling base32 v0.4.0
   Compiling utf8parse v0.2.2
   Compiling regex-syntax v0.8.6
   Compiling byteorder v1.5.0
   Compiling blowfish v0.9.1
   Compiling regex-automata v0.4.13
   Compiling git2 v0.19.0
   Compiling anstyle-parse v0.2.7
   Compiling cypheraddr v0.4.0
   Compiling ring v0.17.14
   Compiling aes-gcm v0.10.3
   Compiling ssh-encoding v0.2.0
   Compiling tempfile v3.24.0
   Compiling poly1305 v0.8.0
   Compiling git-ref-format-core v0.3.1
   Compiling cbc v0.1.2
   Compiling chacha20 v0.9.1
   Compiling pbkdf2 v0.12.2
   Compiling thiserror v2.0.16
   Compiling anstyle v1.0.11
   Compiling anstyle-query v1.1.4
   Compiling is_terminal_polyfill v1.70.1
   Compiling colorchoice v1.0.4
   Compiling winnow v0.7.13
   Compiling pin-utils v0.1.0
   Compiling data-encoding v2.9.0
   Compiling data-encoding-macro v0.1.18
   Compiling anstream v0.6.20
   Compiling typeid v1.0.3
   Compiling bcrypt-pbkdf v0.10.0
   Compiling ssh-cipher v0.2.0
   Compiling git-ref-format v0.3.1
   Compiling sqlite3-sys v0.15.2
   Compiling socks5-client v0.4.1
   Compiling rand v0.8.5
   Compiling http-body v1.0.1
   Compiling rustls-pki-types v1.12.0
   Compiling signature v2.2.0
   Compiling radicle-std-ext v0.1.1
   Compiling powerfmt v0.2.0
   Compiling base-x v0.2.11
   Compiling base64 v0.22.1
   Compiling futures-task v0.3.31
   Compiling futures-io v0.3.31
   Compiling untrusted v0.9.0
   Compiling httparse v1.10.1
   Compiling futures-util v0.3.31
   Compiling multibase v0.9.1
   Compiling rust_decimal v1.38.0
   Compiling erased-serde v0.4.8
   Compiling deranged v0.5.3
   Compiling radicle-git-ext v0.8.1
   Compiling ssh-key v0.6.7
   Compiling qcheck v1.0.0
   Compiling cyphernet v0.5.2
   Compiling sqlite v0.32.0
   Compiling nix v0.29.0
   Compiling chrono v0.4.42
   Compiling tokio-util v0.7.16
   Compiling terminal_size v0.4.3
   Compiling radicle-ssh v0.10.0
   Compiling crossbeam-utils v0.8.21
   Compiling nonempty v0.9.0
   Compiling arrayvec v0.7.6
   Compiling tower-service v0.3.3
   Compiling strsim v0.11.1
   Compiling tinyvec_macros v0.1.1
   Compiling try-lock v0.2.5
   Compiling atomic-waker v1.1.2
   Compiling utf8-width v0.1.7
   Compiling unsafe-libyaml-norway v0.2.15
   Compiling num-conv v0.1.0
   Compiling time-core v0.1.6
   Compiling clap_lex v0.7.5
   Compiling clap_builder v4.5.47
   Compiling time v0.3.44
   Compiling serde_norway v0.9.42
   Compiling rustls v0.23.31
   Compiling h2 v0.4.12
   Compiling want v0.3.1
   Compiling tinyvec v1.10.0
   Compiling radicle-crypto v0.14.0
   Compiling rustls-webpki v0.103.6
   Compiling regex v1.12.2
   Compiling futures-channel v0.3.31
   Compiling radicle-dag v0.10.0
   Compiling git-ref-format-core v0.6.0
   Compiling bytesize v2.1.0
   Compiling encoding_rs v0.8.35
   Compiling cvt v0.1.2
   Compiling base64 v0.21.7
   Compiling lazy_static v1.5.0
   Compiling fs_at v0.2.1
   Compiling git-ref-format v0.6.0
   Compiling radicle-cob v0.17.0
   Compiling quick-xml v0.37.5
   Compiling hyper v1.7.0
   Compiling derive_builder v0.20.2
   Compiling serde-untagged v0.1.9
   Compiling crossbeam-channel v0.5.15
   Compiling clap v4.5.47
   Compiling unicode-normalization v0.1.24
   Compiling html-escape v0.2.13
   Compiling diligent-date-parser v0.1.5
   Compiling toml_parser v1.0.3
   Compiling sync_wrapper v1.0.2
   Compiling anyhow v1.0.99
   Compiling localtime v1.3.1
   Compiling serde_spanned v1.0.2
   Compiling toml_datetime v0.7.2
   Compiling dirs-sys-next v0.1.2
   Compiling radicle-std-ext v0.2.0
   Compiling toml_writer v1.0.3
   Compiling siphasher v1.0.1
   Compiling never v0.1.0
   Compiling normpath v1.4.0
   Compiling tower-layer v0.3.3
   Compiling fast-glob v0.3.3
   Compiling dunce v1.0.5
   Compiling ipnet v2.11.0
   Compiling hyper-util v0.1.17
   Compiling subplotlib v0.14.0
   Compiling radicle v0.20.0
   Compiling portable-atomic v1.11.1
   Compiling tower v0.5.2
   Compiling remove_dir_all v1.0.0
   Compiling atom_syndication v0.12.7
   Compiling toml v0.9.7
   Compiling radicle-git-ext v0.11.0
   Compiling directories-next v2.0.0
   Compiling html-page v0.4.1
   Compiling tokio-rustls v0.26.3
   Compiling radicle-surf v0.26.0
   Compiling sharded-slab v0.1.7
   Compiling culpa v1.0.2
   Compiling webpki-roots v1.0.2
   Compiling matchers v0.2.0
   Compiling uuid v1.19.0
   Compiling tracing-serde v0.2.0
   Compiling tracing-log v0.2.0
   Compiling fs2 v0.4.3
   Compiling filetime v0.2.26
   Compiling thread_local v1.1.9
   Compiling state v0.6.0
   Compiling nu-ansi-term v0.50.1
   Compiling unicode-width v0.2.1
   Compiling nonempty v0.11.0
   Compiling shell-words v1.1.0
   Compiling same-file v1.0.6
   Compiling option-ext v0.2.0
   Compiling iri-string v0.7.8
   Compiling tower-http v0.6.6
   Compiling dirs-sys v0.5.0
   Compiling walkdir v2.5.0
   Compiling radicle-job v0.4.0
   Compiling console v0.16.2
   Compiling tracing-subscriber v0.3.20
   Compiling radicle-ci-broker v0.25.0
   Compiling hyper-rustls v0.27.7
   Compiling rss v2.0.12
   Compiling duration-str v0.18.0
   Compiling http-body-util v0.1.3
   Compiling serde_urlencoded v0.7.1
   Compiling nonempty v0.12.0
   Compiling unit-prefix v0.5.2
   Compiling unicode-segmentation v1.12.0
   Compiling indicatif v0.18.3
   Compiling ambient-ci v0.12.0
   Compiling reqwest v0.12.23
   Compiling directories v6.0.0
   Compiling clingwrap v0.5.0
   Compiling byte-unit v5.1.6
   Compiling hex v0.4.3
   Compiling clingwrap v0.6.0
   Compiling radicle-ci-ambient v0.14.0
   Compiling radicle-native-ci v0.12.0
   Compiling serde_yml v0.0.12
   Compiling libyml v0.0.5
   Compiling env_filter v0.1.3
   Compiling jiff v0.2.15
   Compiling env_logger v0.11.8
   Compiling rad-ci v0.7.6 (/ci/src)
    Finished `release` profile [optimized] target(s) in 3m 36s
  Installing /ci/src/debian/rad-ci/usr/bin/rad-ci
   Installed package `rad-ci v0.7.6 (/ci/src)` (executable `rad-ci`)
warning: be sure to add `/ci/src/debian/rad-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-genbuildinfo -O../rad-ci_0.7.6.ci20260211T060653-1_amd64.buildinfo
 dpkg-genchanges -O../rad-ci_0.7.6.ci20260211T060653-1_amd64.changes
 dpkg-source --after-build .
+ ls -l ..
+ for x in ../*.deb
+ dpkg -c ../rad-ci-dbgsym_0.7.6.ci20260211T060653-1_amd64.deb
+ for x in ../*.deb
+ dpkg -c ../rad-ci_0.7.6.ci20260211T060653-1_amd64.deb
+ mv ../rad-ci-dbgsym_0.7.6.ci20260211T060653-1_amd64.deb ../rad-ci_0.7.6.ci20260211T060653-1.debian.tar.xz ../rad-ci_0.7.6.ci20260211T060653-1.dsc ../rad-ci_0.7.6.ci20260211T060653-1_amd64.buildinfo ../rad-ci_0.7.6.ci20260211T060653-1_amd64.changes ../rad-ci_0.7.6.ci20260211T060653-1_amd64.deb ../rad-ci_0.7.6.ci20260211T060653.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-11 06:10:34Z
After: 245.84 seconds
End action deb
At: 2026-02-11 06:10:34Z
After: 245.84 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-02-11 06:10:40Z
After: 252.32 seconds
End action tar_create
At: 2026-02-11 06:10:40Z
After: 252.32 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-02-11 06:10:40Z
After: 252.32 seconds
End action tar_create
At: 2026-02-11 06:10:40Z
After: 252.32 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-11 06:10:40Z
After: 252.32 seconds
Everything is fine.
Executor ends, success
At: 2026-02-11 06:10:52Z
After: 263.82 seconds
    exit: 0
    QEMU OK
    At: 2026-02-11 06:10:51Z
    After: 263.18 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-02-11 06:10:52Z
    After: 263.82 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "push",
      "repository": {
        "id": "rad:z6QuhJTtgFCZGyQZhRMZmZKJ3SVG",
        "name": "rad-ci",
        "description": "Emulate Radicle CI locally",
        "private": false,
        "default_branch": "main",
        "delegates": [
          "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
        ]
      },
      "pusher": {
        "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
        "alias": "liw"
      },
      "before": "9560a9a49a2a04ce7b1b4e5f6e26675763db8ad3",
      "after": "9560a9a49a2a04ce7b1b4e5f6e26675763db8ad3",
      "branch": "main",
      "commits": [
        "9560a9a49a2a04ce7b1b4e5f6e26675763db8ad3",
        "1e75913109a280597229e247cc42c3dd11d2e0e5",
        "2d00ae879d94d429f6f2efdc51aba9d60a78f118"
      ]
    }

    Ambient stdout

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

    Ambient stderr

    <empty log>