CI run for rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS

Radicle repository id rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS

Table of Contents

Run log

At: 2026-02-17 04:38:03Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-17 04:38:03Z
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-17 04:38:03Z
After: 0.05 seconds
Hoping for the best
Will run CI for project rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS
At: 2026-02-17 04:38:03Z
After: 0.05 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • fetch
  • --locked
exit: 0
Stderr:
    Updating crates.io index
 Downloading crates ...
  Downloaded errno v0.3.14
  Downloaded windows-link v0.2.1
  Downloaded terminal_size v0.4.3
  Downloaded anstyle-query v1.1.5
  Downloaded once_cell_polyfill v1.70.2
  Downloaded anstyle-parse v0.2.7
  Downloaded anyhow v1.0.77
  Downloaded getrandom v0.2.11
  Downloaded clap v4.5.53
  Downloaded serde v1.0.228
  Downloaded indexmap v2.12.1
  Downloaded wasip2 v1.0.1+wasi-0.2.4
  Downloaded hashbrown v0.16.1
  Downloaded clap_builder v4.5.53
  Downloaded unsafe-libyaml-norway v0.2.15
  Downloaded serde_core v1.0.228
  Downloaded serde_derive v1.0.228
  Downloaded serde_norway v0.9.42
  Downloaded wit-bindgen v0.46.0
  Downloaded syn v2.0.111
  Downloaded ryu v1.0.22
  Downloaded proc-macro2 v1.0.104
  Downloaded r-efi v5.3.0
  Downloaded getrandom v0.3.4
  Downloaded clap_derive v4.5.49
  Downloaded rustix v1.1.3
  Downloaded wasi v0.11.0+wasi-snapshot-preview1
  Downloaded bitflags v1.3.2
  Downloaded unicode-ident v1.0.12
  Downloaded tempfile v3.24.0
  Downloaded anstream v0.6.21
  Downloaded anstyle v1.0.13
  Downloaded clap_lex v0.7.6
  Downloaded strsim v0.11.1
  Downloaded redox_syscall v0.4.1
  Downloaded libredox v0.0.1
  Downloaded thiserror v1.0.52
  Downloaded redox_users v0.4.4
  Downloaded quote v1.0.42
  Downloaded once_cell v1.21.3
  Downloaded bitflags v2.4.1
  Downloaded cfg-if v1.0.0
  Downloaded anstyle-wincon v3.0.11
  Downloaded windows_aarch64_gnullvm v0.53.1
  Downloaded libc v0.2.178
  Downloaded windows_x86_64_gnullvm v0.53.1
  Downloaded windows_x86_64_msvc v0.53.1
  Downloaded windows_aarch64_msvc v0.53.1
  Downloaded windows_i686_gnullvm v0.53.1
  Downloaded windows_x86_64_gnu v0.53.1
  Downloaded windows_i686_msvc v0.53.1
  Downloaded colorchoice v1.0.4
  Downloaded is_terminal_polyfill v1.70.2
  Downloaded windows_i686_gnu v0.53.1
  Downloaded utf8parse v0.2.2
  Downloaded windows-targets v0.53.5
  Downloaded heck v0.5.0
  Downloaded dirs-sys-next v0.1.2
  Downloaded directories-next v2.0.0
  Downloaded equivalent v1.0.2
  Downloaded itoa v1.0.17
  Downloaded fastrand v2.3.0
  Downloaded winapi v0.3.9
  Downloaded thiserror-impl v1.0.52
  Downloaded windows-sys v0.61.2
  Downloaded windows-sys v0.60.2
  Downloaded linux-raw-sys v0.11.0
  Downloaded winapi-i686-pc-windows-gnu v0.4.0
  Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
OK: cargo fetch --locked
At: 2026-02-17 04:38:06Z
After: 3.51 seconds
End action cargo_fetch
At: 2026-02-17 04:38:06Z
After: 3.51 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-17 04:38:14Z
After: 11.61 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-17 04:38:14Z
After: 11.61 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: |
    subplot docgen clab.subplot -o /workspace/artifacts/clab.html
- 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-17 04:38:14Z
After: 11.61 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-17 04:38:14Z
After: 11.61 seconds
End action mkdir
At: 2026-02-17 04:38:14Z
After: 11.61 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-17 04:38:14Z
After: 11.61 seconds
End action mkdir
At: 2026-02-17 04:38:14Z
After: 11.61 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-17 04:38:15Z
After: 11.73 seconds
End action tar_extract
At: 2026-02-17 04:38:15Z
After: 11.73 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-17 04:38:17Z
After: 14.31 seconds
End action tar_extract
At: 2026-02-17 04:38:17Z
After: 14.31 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-17 04:38:17Z
After: 14.33 seconds
End action tar_extract
At: 2026-02-17 04:38:17Z
After: 14.34 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-17 04:40:03Z
After: 120.41 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-17 04:38:17Z
After: 14.42 seconds
End action shell
At: 2026-02-17 04:38:17Z
After: 14.42 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-17 04:40:03Z
After: 120.41 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-17 04:38:17Z
After: 14.48 seconds
End action shell
At: 2026-02-17 04:38:17Z
After: 14.49 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-17 04:40:03Z
After: 120.41 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-17 04:38:17Z
After: 14.53 seconds
End action shell
At: 2026-02-17 04:38:17Z
After: 14.54 seconds
CargoFmt(
    CargoFmt,
)
Start action cargo_fmt
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • fmt
  • --check
exit: 0
OK: cargo fmt --check
At: 2026-02-17 04:38:19Z
After: 15.91 seconds
End action cargo_fmt
At: 2026-02-17 04:38:19Z
After: 15.92 seconds
CargoClippy(
    CargoClippy,
)
Start action cargo_clippy
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • clippy
  • --offline
  • --locked
  • --workspace
  • --all-targets
  • --no-deps
  • --
  • --deny
  • warnings
exit: 0
Stderr:
   Compiling proc-macro2 v1.0.104
   Compiling quote v1.0.42
   Compiling unicode-ident v1.0.12
   Compiling libc v0.2.178
   Compiling rustix v1.1.3
   Compiling syn v2.0.111
    Checking bitflags v2.4.1
    Checking linux-raw-sys v0.11.0
   Compiling serde_core v1.0.228
    Checking utf8parse v0.2.2
    Checking anstyle-parse v0.2.7
   Compiling serde v1.0.228
    Checking anstyle-query v1.1.5
    Checking anstyle v1.0.13
    Checking is_terminal_polyfill v1.70.2
    Checking cfg-if v1.0.0
    Checking colorchoice v1.0.4
   Compiling getrandom v0.3.4
   Compiling serde_derive v1.0.228
    Checking anstream v0.6.21
    Checking terminal_size v0.4.3
    Checking hashbrown v0.16.1
    Checking strsim v0.11.1
   Compiling heck v0.5.0
    Checking equivalent v1.0.2
    Checking clap_lex v0.7.6
   Compiling anyhow v1.0.77
    Checking clap_builder v4.5.53
   Compiling clap_derive v4.5.49
    Checking indexmap v2.12.1
    Checking dirs-sys-next v0.1.2
    Checking ryu v1.0.22
    Checking once_cell v1.21.3
    Checking fastrand v2.3.0
    Checking itoa v1.0.17
    Checking unsafe-libyaml-norway v0.2.15
    Checking tempfile v3.24.0
    Checking directories-next v2.0.0
    Checking clap v4.5.53
    Checking serde_norway v0.9.42
    Checking clab v0.6.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.66s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-02-17 04:38:45Z
After: 42.36 seconds
End action cargo_clippy
At: 2026-02-17 04:38:45Z
After: 42.36 seconds
CargoBuild(
    CargoBuild,
)
Start action cargo_build
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • build
  • --offline
  • --locked
  • --workspace
  • --all-targets
exit: 0
Stderr:
   Compiling bitflags v2.4.1
   Compiling linux-raw-sys v0.11.0
   Compiling libc v0.2.178
   Compiling rustix v1.1.3
   Compiling utf8parse v0.2.2
   Compiling anstyle-parse v0.2.7
   Compiling anstyle-query v1.1.5
   Compiling is_terminal_polyfill v1.70.2
   Compiling cfg-if v1.0.0
   Compiling colorchoice v1.0.4
   Compiling anstyle v1.0.13
   Compiling anstream v0.6.21
   Compiling terminal_size v0.4.3
   Compiling serde_core v1.0.228
   Compiling hashbrown v0.16.1
   Compiling strsim v0.11.1
   Compiling equivalent v1.0.2
   Compiling clap_lex v0.7.6
   Compiling clap_builder v4.5.53
   Compiling serde v1.0.228
   Compiling indexmap v2.12.1
   Compiling getrandom v0.3.4
   Compiling dirs-sys-next v0.1.2
   Compiling once_cell v1.21.3
   Compiling ryu v1.0.22
   Compiling fastrand v2.3.0
   Compiling itoa v1.0.17
   Compiling unsafe-libyaml-norway v0.2.15
   Compiling serde_norway v0.9.42
   Compiling tempfile v3.24.0
   Compiling directories-next v2.0.0
   Compiling clap v4.5.53
   Compiling anyhow v1.0.77
   Compiling clab v0.6.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.69s
OK: cargo build --offline --locked --workspace --all-targets
At: 2026-02-17 04:39:06Z
After: 62.93 seconds
End action cargo_build
At: 2026-02-17 04:39:06Z
After: 62.93 seconds
CargoTest(
    CargoTest,
)
Start action cargo_test
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:40:03Z
After: 120.41 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


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.08s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/clab-3590f45dc091dff9)
     Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/clab-eed3abd17f8f2dc3)
   Doc-tests clab
OK: cargo test --offline --locked --workspace
At: 2026-02-17 04:39:07Z
After: 63.73 seconds
End action cargo_test
At: 2026-02-17 04:39:07Z
After: 63.74 seconds
Shell(
    Shell {
        shell: "subplot docgen clab.subplot -o /workspace/artifacts/clab.html\n",
    },
)
Start action shell
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
  • bash
  • -c
  • set -xeuo pipefail subplot docgen clab.subplot -o /workspace/artifacts/clab.html
exit: 0
Stderr:
+ subplot docgen clab.subplot -o /workspace/artifacts/clab.html
 INFO Starting Subplot
 INFO Subplot finished successfully
OK: bash -c set -xeuo pipefail subplot docgen clab.subplot -o /workspace/artifacts/clab.html
At: 2026-02-17 04:39:07Z
After: 63.98 seconds
End action shell
At: 2026-02-17 04:39:07Z
After: 63.98 seconds
Custom(
    Custom {
        name: "dch",
        args: {
            "debfullname": String("Lars Wirzenius"),
            "debemail": String("liw@liw.fi"),
        },
    },
)
Start action custom
At: 2026-02-17 04:39:08Z
After: 64.82 seconds
End action custom
At: 2026-02-17 04:39:08Z
After: 64.82 seconds
Deb(
    Deb {
        packages: Some(
            ".",
        ),
    },
)
Start action deb
At: 2026-02-17 04:40:03Z
After: 120.41 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=5eb4d78669ef4c23bf5ec54f85a55a2c
SHLVL=2
JOURNAL_STREAM=8:14856
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.1 (083ac5135 2025-12-15)
rustc 1.93.1 (01f6ddf75 2026-02-11)
dpkg-buildpackage: info: source package clab
dpkg-buildpackage: info: source version 0.6.0.ci20260217T043907-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 clab using existing ./clab_0.6.0.ci20260217T043907.orig.tar.xz
dpkg-source: info: building clab in clab_0.6.0.ci20260217T043907-1.debian.tar.xz
dpkg-source: info: building clab in clab_0.6.0.ci20260217T043907-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 disabled: ./check
disabled: ./check
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/clab --offline
find debian/clab -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 'clab-dbgsym' in '../clab-dbgsym_0.6.0.ci20260217T043907-1_amd64.deb'.
dpkg-deb: building package 'clab' in '../clab_0.6.0.ci20260217T043907-1_amd64.deb'.
dpkg-genchanges: info: including full source code in upload
dpkg-buildpackage: info: full upload (original source is included)
total 540
drwxr-xr-x 2 root root   4096 Feb 17 04:39 artifacts
drwxr-xr-x 3 root root   4096 Feb 17 04:38 cache
-rw-r--r-- 1 root root  57372 Feb 17 04:39 clab-dbgsym_0.6.0.ci20260217T043907-1_amd64.deb
-rw-r--r-- 1 root root   1520 Feb 17 04:39 clab_0.6.0.ci20260217T043907-1.debian.tar.xz
-rw-r--r-- 1 root root    936 Feb 17 04:39 clab_0.6.0.ci20260217T043907-1.dsc
-rw-r--r-- 1 root root   6920 Feb 17 04:39 clab_0.6.0.ci20260217T043907-1_amd64.buildinfo
-rw-r--r-- 1 root root   2283 Feb 17 04:39 clab_0.6.0.ci20260217T043907-1_amd64.changes
-rw-r--r-- 1 root root 440880 Feb 17 04:39 clab_0.6.0.ci20260217T043907-1_amd64.deb
-rw-r--r-- 1 root root   9476 Feb 17 04:39 clab_0.6.0.ci20260217T043907.orig.tar.xz
drwxr-xr-x 3 root root   4096 Feb 17 04:38 deps
drwxr-xr-x 8 root root   4096 Feb 17 04:39 src
drwxr-xr-x root/root         0 2026-02-17 04:39 ./
drwxr-xr-x root/root         0 2026-02-17 04:39 ./usr/
drwxr-xr-x root/root         0 2026-02-17 04:39 ./usr/lib/
drwxr-xr-x root/root         0 2026-02-17 04:39 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-02-17 04:39 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-02-17 04:39 ./usr/lib/debug/.build-id/e6/
-rw-r--r-- root/root    286384 2026-02-17 04:39 ./usr/lib/debug/.build-id/e6/3ba5817240ef9459e33772b6cc09cd5a959d9d.debug
drwxr-xr-x root/root         0 2026-02-17 04:39 ./usr/share/
drwxr-xr-x root/root         0 2026-02-17 04:39 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-02-17 04:39 ./usr/share/doc/clab-dbgsym -> clab
drwxr-xr-x root/root         0 2026-02-17 04:39 ./
drwxr-xr-x root/root         0 2026-02-17 04:39 ./bin/
-rwxr-xr-x root/root   1249920 2026-02-17 04:39 ./bin/clab
drwxr-xr-x root/root         0 2026-02-17 04:39 ./usr/
drwxr-xr-x root/root         0 2026-02-17 04:39 ./usr/share/
drwxr-xr-x root/root         0 2026-02-17 04:39 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-02-17 04:39 ./usr/share/doc/clab/
-rw-r--r-- root/root       242 2026-02-17 04:39 ./usr/share/doc/clab/changelog.Debian.gz
-rw-r--r-- root/root       955 2026-02-17 04:39 ./usr/share/doc/clab/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=clab
++ dpkg-parsechangelog -SVersion
+ version=0.6.0.ci20260217T043907-1
++ echo 0.6.0.ci20260217T043907-1
++ sed 's/-[^-]*$//'
+ uv=0.6.0.ci20260217T043907
++ dpkg --print-architecture
+ arch=amd64
+ orig=../clab_0.6.0.ci20260217T043907.orig.tar.xz
+ deb=../clab_0.6.0.ci20260217T043907-1_amd64.deb
+ changes=../clab_0.6.0.ci20260217T043907-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 clab v0.6.0 (/ci/src)
     Locking 69 packages to latest compatible versions
   Compiling proc-macro2 v1.0.104
   Compiling unicode-ident v1.0.12
   Compiling quote v1.0.42
   Compiling rustix v1.1.3
   Compiling libc v0.2.178
   Compiling syn v2.0.111
   Compiling bitflags v2.4.1
   Compiling linux-raw-sys v0.11.0
   Compiling serde_core v1.0.228
   Compiling utf8parse v0.2.2
   Compiling anstyle-parse v0.2.7
   Compiling cfg-if v1.0.0
   Compiling colorchoice v1.0.4
   Compiling anstyle-query v1.1.5
   Compiling anstyle v1.0.13
   Compiling is_terminal_polyfill v1.70.2
   Compiling getrandom v0.3.4
   Compiling serde v1.0.228
   Compiling anstream v0.6.21
   Compiling serde_derive v1.0.228
   Compiling terminal_size v0.4.3
   Compiling equivalent v1.0.2
   Compiling anyhow v1.0.77
   Compiling hashbrown v0.16.1
   Compiling clap_lex v0.7.6
   Compiling strsim v0.11.1
   Compiling heck v0.5.0
   Compiling clap_derive v4.5.49
   Compiling indexmap v2.12.1
   Compiling clap_builder v4.5.53
   Compiling dirs-sys-next v0.1.2
   Compiling unsafe-libyaml-norway v0.2.15
   Compiling itoa v1.0.17
   Compiling ryu v1.0.22
   Compiling once_cell v1.21.3
   Compiling fastrand v2.3.0
   Compiling tempfile v3.24.0
   Compiling serde_norway v0.9.42
   Compiling clap v4.5.53
   Compiling directories-next v2.0.0
   Compiling clab v0.6.0 (/ci/src)
    Finished `release` profile [optimized] target(s) in 44.88s
  Installing /ci/src/debian/clab/bin/clab
   Installed package `clab v0.6.0 (/ci/src)` (executable `clab`)
warning: be sure to add `/ci/src/debian/clab/bin` to your PATH to be able to run the installed binaries
dpkg-gencontrol: warning: Built-Using field of package clab: substitution variable ${cargo:Built-Using} used, but is not defined
dpkg-gencontrol: warning: Built-Using field of package clab: substitution variable ${cargo:Built-Using} used, but is not defined
 dpkg-genbuildinfo -O../clab_0.6.0.ci20260217T043907-1_amd64.buildinfo
 dpkg-genchanges -O../clab_0.6.0.ci20260217T043907-1_amd64.changes
 dpkg-source --after-build .
+ ls -l ..
+ for x in ../*.deb
+ dpkg -c ../clab-dbgsym_0.6.0.ci20260217T043907-1_amd64.deb
+ for x in ../*.deb
+ dpkg -c ../clab_0.6.0.ci20260217T043907-1_amd64.deb
+ mv ../clab-dbgsym_0.6.0.ci20260217T043907-1_amd64.deb ../clab_0.6.0.ci20260217T043907-1.debian.tar.xz ../clab_0.6.0.ci20260217T043907-1.dsc ../clab_0.6.0.ci20260217T043907-1_amd64.buildinfo ../clab_0.6.0.ci20260217T043907-1_amd64.changes ../clab_0.6.0.ci20260217T043907-1_amd64.deb ../clab_0.6.0.ci20260217T043907.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-17 04:40:00Z
After: 116.93 seconds
End action deb
At: 2026-02-17 04:40:00Z
After: 116.93 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-02-17 04:40:01Z
After: 117.77 seconds
End action tar_create
At: 2026-02-17 04:40:01Z
After: 117.77 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-02-17 04:40:01Z
After: 117.79 seconds
End action tar_create
At: 2026-02-17 04:40:01Z
After: 117.79 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-17 04:40:01Z
After: 117.79 seconds
Everything is fine.
Executor ends, success
At: 2026-02-17 04:40:03Z
After: 120.41 seconds
    exit: 0
    QEMU OK
    At: 2026-02-17 04:40:03Z
    After: 120.30 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-02-17 04:40:03Z
    After: 120.41 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "push",
      "repository": {
        "id": "rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS",
        "name": "clab",
        "description": "Command line address book",
        "private": false,
        "default_branch": "main",
        "delegates": [
          "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
        ]
      },
      "pusher": {
        "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
        "alias": "callisto.liw.fi"
      },
      "before": "0183287c48b09c5dfc10ebfe3f9180a54758ddf9",
      "after": "0183287c48b09c5dfc10ebfe3f9180a54758ddf9",
      "branch": "main",
      "commits": [
        "0183287c48b09c5dfc10ebfe3f9180a54758ddf9"
      ]
    }

    Ambient stdout

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

    Ambient stderr

    <empty log>