CI run for rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s
Radicle repository id rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s
- Adapter run ID: 4e979562-8400-4bce-9ff4-1d493a3dfa2d
- Result: success
- Duration: 20 seconds seconds
2026-02-12 05:29:07Z -- 2026-02-12 05:29:27Z
Table of Contents
Run log
At: 2026-02-12 05:29:07Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-12 05:29:07ZAfter: 0.00 secondstmpdir: /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-12 05:29:07Z
After: 0.03 seconds
Hoping for the best
Will run CI for project rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s
At: 2026-02-12 05:29:07ZAfter: 0.03 secondsCargoFetch(
CargoFetch,
) Start action cargo_fetch
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0 OK: cargo fetch --locked
At: 2026-02-12 05:29:07Z
After: 0.28 seconds
End action cargo_fetch
At: 2026-02-12 05:29:07Z
After: 0.28 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-12 05:29:11Z
After: 4.55 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-12 05:29:11ZAfter: 4.55 secondssteps:
- 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_test
- action: shell
shell: |
dir=/ci/artifacts/rsync
install -d "$dir"
subplot docgen vmadm.subplot -o "$dir/vmadm.html"
- action: shell
shell: |
cargo doc --workspace --no-deps
# Clean up after tests and documentation building.
git reset --hard
git clean -fdx
git status --ignored
- action: custom
name: dch
args:
debemail: liw@liw.fi
debfullname: Lars Wirzenius
- action: deb
packages: debian
- 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-12 05:29:11ZAfter: 4.55 secondsMkdir(
Mkdir {
pathname: "/ci",
},
) Start action mkdir
At: 2026-02-12 05:29:11Z
After: 4.55 seconds
End action mkdir
At: 2026-02-12 05:29:11ZAfter: 4.55 secondsMkdir(
Mkdir {
pathname: "/ci/artifacts",
},
) Start action mkdir
At: 2026-02-12 05:29:11Z
After: 4.55 seconds
End action mkdir
At: 2026-02-12 05:29:11ZAfter: 4.55 secondsTarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
) Start action tar_extract
At: 2026-02-12 05:29:11Z
After: 4.58 seconds
End action tar_extract
At: 2026-02-12 05:29:11ZAfter: 4.59 secondsTarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
) Start action tar_extract
At: 2026-02-12 05:29:12Z
After: 5.25 seconds
End action tar_extract
At: 2026-02-12 05:29:12ZAfter: 5.25 secondsTarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
) Start action tar_extract
At: 2026-02-12 05:29:13Z
After: 6.12 seconds
End action tar_extract
At: 2026-02-12 05:29:13ZAfter: 6.12 secondsShell(
Shell {
shell: "ln -sf /ci /workspace",
},
) Start action shell
At: 2026-02-12 05:29:27ZAfter: 20.47 seconds- bash
- -c
- set -xeuo pipefail
ln -sf /ci /workspace
exit: 0Stderr:
+ ln -sf /ci /workspace
OK: bash -c set -xeuo pipefail
ln -sf /ci /workspace
At: 2026-02-12 05:29:13Z
After: 6.13 seconds
End action shell
At: 2026-02-12 05:29:13ZAfter: 6.13 secondsShell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
) Start action shell
At: 2026-02-12 05:29:27ZAfter: 20.47 seconds- bash
- -c
- set -xeuo pipefail
git config --global user.name 'Ambient CI'
exit: 0Stderr:
+ git config --global user.name 'Ambient CI'
OK: bash -c set -xeuo pipefail
git config --global user.name 'Ambient CI'
At: 2026-02-12 05:29:13Z
After: 6.15 seconds
End action shell
At: 2026-02-12 05:29:13ZAfter: 6.15 secondsShell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
) Start action shell
At: 2026-02-12 05:29:27ZAfter: 20.47 seconds- bash
- -c
- set -xeuo pipefail
git config --global user.email ambient@example.com
exit: 0Stderr:
+ 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-12 05:29:13Z
After: 6.16 seconds
End action shell
At: 2026-02-12 05:29:13ZAfter: 6.16 secondsCargoFmt(
CargoFmt,
) Start action cargo_fmt
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0 OK: cargo fmt --check
At: 2026-02-12 05:29:13Z
After: 6.54 seconds
End action cargo_fmt
At: 2026-02-12 05:29:13ZAfter: 6.54 secondsCargoClippy(
CargoClippy,
) Start action cargo_clippy
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-12 05:29:27ZAfter: 20.47 seconds- cargo
- clippy
- --offline
- --locked
- --workspace
- --all-targets
- --no-deps
- --
- --deny
- warnings
exit: 0Stderr:
Compiling vmadm v0.4.1 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-02-12 05:29:14Z
After: 7.48 seconds
End action cargo_clippy
At: 2026-02-12 05:29:14ZAfter: 7.48 secondsCargoTest(
CargoTest,
) Start action cargo_test
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-12 05:29:27ZAfter: 20.47 seconds- cargo
- test
- --offline
- --locked
- --workspace
exit: 0Stdout:
running 5 tests
test sshkeys::keypair_test::generate_key ... ok
test util::test::accepts_bridge_name ... ok
test util::test::accepts_network_name ... ok
test util::test::rejects_plain_name ... ok
test sshkeys::keypair_test::certify_host_key ... ok
test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
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:
Compiling vmadm v0.4.1 (/ci/src)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/vmadm-7db6e31bd068e664)
Running unittests src/bin/vmadm.rs (/ci/cache/cargo-target/debug/deps/vmadm-cfb0e7a4ec231d06)
Doc-tests vmadm
OK: cargo test --offline --locked --workspace
At: 2026-02-12 05:29:15Z
After: 8.41 seconds
End action cargo_test
At: 2026-02-12 05:29:15ZAfter: 8.41 secondsShell(
Shell {
shell: "dir=/ci/artifacts/rsync\ninstall -d \"$dir\"\nsubplot docgen vmadm.subplot -o \"$dir/vmadm.html\"\n",
},
) Start action shell
At: 2026-02-12 05:29:27ZAfter: 20.47 seconds- bash
- -c
- set -xeuo pipefail
dir=/ci/artifacts/rsync
install -d "$dir"
subplot docgen vmadm.subplot -o "$dir/vmadm.html"
exit: 0Stderr:
+ dir=/ci/artifacts/rsync
+ install -d /ci/artifacts/rsync
+ subplot docgen vmadm.subplot -o /ci/artifacts/rsync/vmadm.html
INFO Starting Subplot
INFO Subplot finished successfully
OK: bash -c set -xeuo pipefail
dir=/ci/artifacts/rsync
install -d "$dir"
subplot docgen vmadm.subplot -o "$dir/vmadm.html"
At: 2026-02-12 05:29:15Z
After: 8.51 seconds
End action shell
At: 2026-02-12 05:29:15ZAfter: 8.52 secondsShell(
Shell {
shell: "cargo doc --workspace --no-deps\n\n# Clean up after tests and documentation building.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n",
},
) Start action shell
At: 2026-02-12 05:29:27ZAfter: 20.47 seconds- bash
- -c
- set -xeuo pipefail
cargo doc --workspace --no-deps
# Clean up after tests and documentation building.
git reset --hard
git clean -fdx
git status --ignored
exit: 0Stdout:
HEAD is now at 166fa2f ci: separate docs and deb package
HEAD detached at 166fa2f
nothing to commit, working tree clean
Stderr:
+ cargo doc --workspace --no-deps
Documenting vmadm v0.4.1 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
Generated /ci/cache/cargo-target/doc/vmadm/index.html
+ git reset --hard
+ git clean -fdx
+ git status --ignored
OK: bash -c set -xeuo pipefail
cargo doc --workspace --no-deps
# Clean up after tests and documentation building.
git reset --hard
git clean -fdx
git status --ignored
At: 2026-02-12 05:29:16Z
After: 9.05 seconds
End action shell
At: 2026-02-12 05:29:16ZAfter: 9.05 secondsCustom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
) Start action custom
At: 2026-02-12 05:29:16Z
After: 9.26 seconds
End action custom
At: 2026-02-12 05:29:16ZAfter: 9.26 secondsDeb(
Deb {
packages: Some(
"debian",
),
},
) Start action deb
At: 2026-02-12 05:29:27ZAfter: 20.47 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/debian
exit: 0Stdout:
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=bcfc2db443684e96b00df0f31f0ea539
SHLVL=2
JOURNAL_STREAM=8:15409
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 vmadm
dpkg-buildpackage: info: source version 0.4.0.ci20260212T052916-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 vmadm using existing ./vmadm_0.4.0.ci20260212T052916.orig.tar.xz
dpkg-source: info: building vmadm in vmadm_0.4.0.ci20260212T052916-1.debian.tar.xz
dpkg-source: info: building vmadm in vmadm_0.4.0.ci20260212T052916-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 not run when building Debian package
tests not run when building Debian package
echo they need a running libvirt and system configuration
they need a running libvirt and system configuration
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 --path=. --root=debian/vmadm --offline
find debian/vmadm -name '.crates*' -delete
make[1]: Leaving directory '/ci/src'
dh_installdocs
dh_installchangelogs
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 'vmadm-dbgsym' in '../vmadm-dbgsym_0.4.0.ci20260212T052916-1_amd64.deb'.
dpkg-deb: building package 'vmadm' in '../vmadm_0.4.0.ci20260212T052916-1_amd64.deb'.
dpkg-genchanges: info: including full source code in upload
dpkg-buildpackage: info: full upload (original source is included)
total 1092
drwxr-xr-x 4 root root 4096 Feb 12 05:29 artifacts
drwxr-xr-x 5 root root 4096 Feb 12 05:19 cache
drwxr-xr-x 3 root root 4096 Feb 12 05:24 deps
drwxr-xr-x 9 root root 4096 Feb 12 05:29 src
-rw-r--r-- 1 root root 125592 Feb 12 05:29 vmadm-dbgsym_0.4.0.ci20260212T052916-1_amd64.deb
-rw-r--r-- 1 root root 1648 Feb 12 05:29 vmadm_0.4.0.ci20260212T052916-1.debian.tar.xz
-rw-r--r-- 1 root root 956 Feb 12 05:29 vmadm_0.4.0.ci20260212T052916-1.dsc
-rw-r--r-- 1 root root 8634 Feb 12 05:29 vmadm_0.4.0.ci20260212T052916-1_amd64.buildinfo
-rw-r--r-- 1 root root 2306 Feb 12 05:29 vmadm_0.4.0.ci20260212T052916-1_amd64.changes
-rw-r--r-- 1 root root 904856 Feb 12 05:29 vmadm_0.4.0.ci20260212T052916-1_amd64.deb
-rw-r--r-- 1 root root 42368 Feb 12 05:29 vmadm_0.4.0.ci20260212T052916.orig.tar.xz
drwxr-xr-x root/root 0 2026-02-12 05:29 ./
drwxr-xr-x root/root 0 2026-02-12 05:29 ./usr/
drwxr-xr-x root/root 0 2026-02-12 05:29 ./usr/lib/
drwxr-xr-x root/root 0 2026-02-12 05:29 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-02-12 05:29 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-02-12 05:29 ./usr/lib/debug/.build-id/16/
-rw-r--r-- root/root 875712 2026-02-12 05:29 ./usr/lib/debug/.build-id/16/c4e51479988d90697818809a85b2e3c66c51a9.debug
drwxr-xr-x root/root 0 2026-02-12 05:29 ./usr/share/
drwxr-xr-x root/root 0 2026-02-12 05:29 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-02-12 05:29 ./usr/share/doc/vmadm-dbgsym -> vmadm
drwxr-xr-x root/root 0 2026-02-12 05:29 ./
drwxr-xr-x root/root 0 2026-02-12 05:29 ./bin/
-rwxr-xr-x root/root 3255456 2026-02-12 05:29 ./bin/vmadm
drwxr-xr-x root/root 0 2026-02-12 05:29 ./usr/
drwxr-xr-x root/root 0 2026-02-12 05:29 ./usr/share/
drwxr-xr-x root/root 0 2026-02-12 05:29 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-02-12 05:29 ./usr/share/doc/vmadm/
-rw-r--r-- root/root 352 2026-02-12 05:29 ./usr/share/doc/vmadm/changelog.Debian.gz
-rw-r--r-- root/root 957 2026-02-12 05:29 ./usr/share/doc/vmadm/copyright
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=vmadm
++ dpkg-parsechangelog -SVersion
+ version=0.4.0.ci20260212T052916-1
++ echo 0.4.0.ci20260212T052916-1
++ sed 's/-[^-]*$//'
+ uv=0.4.0.ci20260212T052916
++ dpkg --print-architecture
+ arch=amd64
+ orig=../vmadm_0.4.0.ci20260212T052916.orig.tar.xz
+ deb=../vmadm_0.4.0.ci20260212T052916-1_amd64.deb
+ changes=../vmadm_0.4.0.ci20260212T052916-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 vmadm v0.4.1 (/ci/src)
Locking 92 packages to latest compatible versions
Compiling vmadm v0.4.1 (/ci/src)
Finished `release` profile [optimized] target(s) in 3.21s
Installing /ci/src/debian/vmadm/bin/vmadm
Installed package `vmadm v0.4.1 (/ci/src)` (executable `vmadm`)
warning: be sure to add `/ci/src/debian/vmadm/bin` to your PATH to be able to run the installed binaries
dpkg-gencontrol: warning: Built-Using field of package vmadm: substitution variable ${cargo:Built-Using} used, but is not defined
dpkg-gencontrol: warning: Built-Using field of package vmadm: substitution variable ${cargo:Built-Using} used, but is not defined
dpkg-genbuildinfo -O../vmadm_0.4.0.ci20260212T052916-1_amd64.buildinfo
dpkg-genchanges -O../vmadm_0.4.0.ci20260212T052916-1_amd64.changes
dpkg-source --after-build .
+ ls -l ..
+ for x in ../*.deb
+ dpkg -c ../vmadm-dbgsym_0.4.0.ci20260212T052916-1_amd64.deb
+ for x in ../*.deb
+ dpkg -c ../vmadm_0.4.0.ci20260212T052916-1_amd64.deb
+ mv ../vmadm-dbgsym_0.4.0.ci20260212T052916-1_amd64.deb ../vmadm_0.4.0.ci20260212T052916-1.debian.tar.xz ../vmadm_0.4.0.ci20260212T052916-1.dsc ../vmadm_0.4.0.ci20260212T052916-1_amd64.buildinfo ../vmadm_0.4.0.ci20260212T052916-1_amd64.changes ../vmadm_0.4.0.ci20260212T052916-1_amd64.deb ../vmadm_0.4.0.ci20260212T052916.orig.tar.xz /ci/artifacts/debian
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/debian
At: 2026-02-12 05:29:22Z
After: 15.92 seconds
End action deb
At: 2026-02-12 05:29:22ZAfter: 15.92 secondsTarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
) Start action tar_create
At: 2026-02-12 05:29:23Z
After: 16.87 seconds
End action tar_create
At: 2026-02-12 05:29:23ZAfter: 16.88 secondsTarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
) Start action tar_create
At: 2026-02-12 05:29:23Z
After: 16.88 seconds
End action tar_create
At: 2026-02-12 05:29:23Z
After: 16.89 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-12 05:29:23Z
After: 16.89 seconds
Everything is fine.
Executor ends, success
At: 2026-02-12 05:29:27ZAfter: 20.47 secondsexit: 0 QEMU OK
At: 2026-02-12 05:29:27Z
After: 20.34 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-12 05:29:27Z
After: 20.47 seconds
Everything is fine.
Ambient ends, success
Trigger message
{
"request": "trigger",
"version": 1,
"event_type": "patch",
"repository": {
"id": "rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s",
"name": "vmadm",
"description": "Virtual machine administration tool for libvirt",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"action": "Updated",
"patch": {
"id": "233f8da8615ff14a7ba0da46ad9459cfb44fe87a",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"title": "ci: drop unnecessary env vars",
"state": {
"status": "open",
"conflicts": []
},
"before": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
"after": "166fa2f2e4e165745500ddbe7fc106c564128bc3",
"commits": [
"166fa2f2e4e165745500ddbe7fc106c564128bc3",
"0a9d589ed5b88d16cadd2da13c65459ef3e182f2"
],
"target": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "233f8da8615ff14a7ba0da46ad9459cfb44fe87a",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "",
"base": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
"oid": "0a9d589ed5b88d16cadd2da13c65459ef3e182f2",
"timestamp": 1770873532
},
{
"id": "69145007dc34d2d0b8329c4af35cb7d352757c28",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "ci: separate docs and deb package",
"base": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
"oid": "e184ba03fc5c544804762bc4958d39b1c68cf7a0",
"timestamp": 1770873760
},
{
"id": "53799e6d910f094b73c1217963b0fd522269f501",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "ci: use new workspace location, create rsync didr",
"base": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
"oid": "8329c2e3e58e75321f198e727c39344e458c4343",
"timestamp": 1770873891
},
{
"id": "c7fab08552c7b74a492f91808dc6c44f4692ade4",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "ci: fix",
"base": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
"oid": "8a979f6aaa9af58becabe5f87bd5dba0e05bce27",
"timestamp": 1770874045
},
{
"id": "4d78d932cf180ac5297f2eb9e2c92786a47777a0",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "",
"base": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
"oid": "166fa2f2e4e165745500ddbe7fc106c564128bc3",
"timestamp": 1770874145
}
]
}
}Ambient stdout
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
run CI for rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s
Ambient stderr
<empty log>