CI run for rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit

Radicle repository id rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit

Table of Contents

Run log

At: 2026-02-05 16:21:53Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-05 16:21:53Z
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:21:53Z
After: 0.05 seconds
Hoping for the best
Will run CI for project rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit
At: 2026-02-05 16:21:53Z
After: 0.05 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • cargo
  • fetch
  • --locked
exit: 0
OK: cargo fetch --locked
At: 2026-02-05 16:21:54Z
After: 0.89 seconds
End action cargo_fetch
At: 2026-02-05 16:21:54Z
After: 0.89 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-05 16:22:22Z
After: 28.49 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-05 16:22:22Z
After: 28.49 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: shell
  shell: |
    make sopass.html
    mv sopass.html /workspace/artifacts/sopass.html
- action: shell
  shell: |
    export HOME=/root
    export PATH="/root/.cargo/bin:/bin:/sbin"
    export SOPASS_LOG=trace
    export CARGO_TARGET_DIR=/workspace/cache
    export CARGO_HOME=/workspace/deps

    make OFFLINE="--offline --locked"
    git clean -fdx
- action: custom
  name: dch
  args:
    debfullname: Lars Wirzenius
    debemail: liw@liw.fi
- action: deb
  packages: .
- action: tar_create
  archive: /dev/vde
  directory: /ci/cache
- action: tar_create
  archive: /dev/vdd
  directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
Runnable plan
At: 2026-02-05 16:22:22Z
After: 28.49 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-05 16:22:22Z
After: 28.49 seconds
End action mkdir
At: 2026-02-05 16:22:22Z
After: 28.49 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-05 16:22:22Z
After: 28.49 seconds
End action mkdir
At: 2026-02-05 16:22:22Z
After: 28.49 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-05 16:22:22Z
After: 28.55 seconds
End action tar_extract
At: 2026-02-05 16:22:22Z
After: 28.55 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-05 16:22:25Z
After: 31.96 seconds
End action tar_extract
At: 2026-02-05 16:22:25Z
After: 31.96 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-05 16:22:59Z
After: 65.82 seconds
End action tar_extract
At: 2026-02-05 16:22:59Z
After: 65.83 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-05 16:24:00Z
After: 127.05 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:22:59Z
After: 65.85 seconds
End action shell
At: 2026-02-05 16:22:59Z
After: 65.86 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-05 16:24:00Z
After: 127.05 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:22:59Z
After: 65.91 seconds
End action shell
At: 2026-02-05 16:22:59Z
After: 65.91 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-05 16:24:00Z
After: 127.05 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:22:59Z
After: 65.94 seconds
End action shell
At: 2026-02-05 16:22:59Z
After: 65.94 seconds
CargoFmt(
    CargoFmt,
)
Start action cargo_fmt
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • cargo
  • fmt
  • --check
exit: 0
OK: cargo fmt --check
At: 2026-02-05 16:23:01Z
After: 67.49 seconds
End action cargo_fmt
At: 2026-02-05 16:23:01Z
After: 67.49 seconds
CargoClippy(
    CargoClippy,
)
Start action cargo_clippy
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • cargo
  • clippy
  • --offline
  • --locked
  • --workspace
  • --all-targets
  • --no-deps
  • --
  • --deny
  • warnings
exit: 0
Stderr:
    Checking sopass v0.6.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-02-05 16:23:04Z
After: 70.81 seconds
End action cargo_clippy
At: 2026-02-05 16:23:04Z
After: 70.81 seconds
CargoBuild(
    CargoBuild,
)
Start action cargo_build
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • cargo
  • build
  • --offline
  • --locked
  • --workspace
  • --all-targets
exit: 0
Stderr:
   Compiling sopass v0.6.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
OK: cargo build --offline --locked --workspace --all-targets
At: 2026-02-05 16:23:07Z
After: 73.47 seconds
End action cargo_build
At: 2026-02-05 16:23:07Z
After: 73.48 seconds
Shell(
    Shell {
        shell: "make sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n",
    },
)
Start action shell
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • bash
  • -c
  • set -xeuo pipefail make sopass.html mv sopass.html /workspace/artifacts/sopass.html
exit: 0
Stdout:
subplot docgen sopass.subplot -o sopass.html
Stderr:
+ make sopass.html
 INFO Starting Subplot
 INFO Subplot finished successfully
+ mv sopass.html /workspace/artifacts/sopass.html
OK: bash -c set -xeuo pipefail make sopass.html mv sopass.html /workspace/artifacts/sopass.html
At: 2026-02-05 16:23:07Z
After: 73.70 seconds
End action shell
At: 2026-02-05 16:23:07Z
After: 73.70 seconds
Shell(
    Shell {
        shell: "export HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\nexport SOPASS_LOG=trace\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\n\nmake OFFLINE=\"--offline --locked\"\ngit clean -fdx\n",
    },
)
Start action shell
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
  • bash
  • -c
  • set -xeuo pipefail export HOME=/root export PATH="/root/.cargo/bin:/bin:/sbin" export SOPASS_LOG=trace export CARGO_TARGET_DIR=/workspace/cache export CARGO_HOME=/workspace/deps make OFFLINE="--offline --locked" git clean -fdx
exit: 0
Stdout:
subplot docgen sopass.subplot -o sopass.html
cargo clippy --offline --locked --all-targets -- -Dwarnings
cargo build --offline --locked --all-targets
cargo test --offline --locked --all-targets

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

cargo test --offline --locked --doc

running 0 tests

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

cargo doc --offline --locked --no-deps
rm -f test.py test.log
subplot codegen sopass.subplot -o test.py
SOPASS_LOG=trace python3 test.py --log test.log 
srcdir /ci/src
datadir /tmp/tmpjvxyud73
scenario: Exports store to file
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file .config/sopass/sopass.yml from config.yaml
  step 3: given file my.key
  step 4: when I run sopass init --name primary --key my.key
  step 5: given file value.dat
  step 6: when I run sopass value add foo --file value.dat
  step 7: when I run sopass export store.json
  step 8: when I run cat store.json
  step 9: then file store.json contains ""certs":"
  step 10: then file store.json contains ""primary":"
  step 11: then file store.json contains ""kv":"
  step 12: then file store.json contains ""foo":"
scenario: Reports a default configuration
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: when I run sopass config
  step 3: then stdout contains ""store": "/"
  step 4: then stdout contains ""sop": ""
  step 5: then stdout contains ""key_file": ""
  step 6: then file .config/sopass/sopass.yml does not exist
scenario: Initializes the password store
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file .config/sopass/sopass.yml from config.yaml
  step 3: given file my.key
  step 4: then directory xyzzy does not exist
  step 5: when I run sopass init --name primary --key my.key
  step 6: then file my.store/values.sopass exists
scenario: Showing value that does not exist fails
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file .config/sopass/sopass.yml from config.yaml
  step 3: given file my.key
  step 4: when I run sopass init --name primary --key my.key
  step 5: when I try to run sopass value show foo
  step 6: then command fails
  step 7: then stderr contains "foo"
  step 8: then stdout is exactly ""
scenario: Generates a password
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file .config/sopass/sopass.yml from config.yaml
  step 3: given file my.key
  step 4: when I run sopass init --name primary --key my.key
  step 5: when I run sopass value generate foo
  step 6: when I run sopass value list
  step 7: then stdout is exactly "foo\n"
  step 8: when I run sopass value show foo
  step 9: then stdout isn't exactly ""
scenario: Loads specified configuration file
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: when I try to run sopass --config custom.yaml config
  step 3: then command fails
  step 4: then stderr contains "custom.yaml"
  step 5: given file custom.yaml
  step 6: when I run sopass --config custom.yaml config
  step 7: then stdout contains ""sop": "soppy""
scenario: Reports its version
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file .config/sopass/sopass.yml from config.yaml
  step 3: when I run sopass --version
  step 4: then stdout matches regex ^sopass \\d+\\.\\d+\\.\\d+$
  step 5: when I run sopass version
  step 6: then stdout matches regex ^sopass \\d+\\.\\d+\\.\\d+$
scenario: Imports from a file
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file .config/sopass/sopass.yml from config.yaml
  step 3: given file my.key
  step 4: given file value.dat
  step 5: given file yo.dat
  step 6: when I run sopass init --name primary --key my.key
  step 7: when I run sopass value add foo --file value.dat
  step 8: when I run sopass value add bar --file value.dat
  step 9: when I run sopass value add yo --file value.dat
  step 10: when I run sopass export store.json
  step 11: when I run sopass --store new init --name primary --key my.key
  step 12: when I run sopass --store new value add foo --file yo.dat
  step 13: when I run sopass --store new value add bar --file yo.dat
  step 14: when I run sopass --store new import store.json
  step 15: when I run sopass --store new value list
  step 16: then stdout contains "foo"
  step 17: then stdout contains "bar"
  step 18: then stdout contains "yo"
  step 19: when I run sopass --store new value show foo
  step 20: then stdout is exactly "bar\n"
  step 21: when I run sopass --store new value show bar
  step 22: then stdout is exactly "bar\n"
  step 23: when I run sopass --store new value show yo
  step 24: then stdout is exactly "bar\n"
scenario: Rejects unknown field in configuration file
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file unknown.yaml
  step 3: when I try to run sopass --config unknown.yaml config
  step 4: then command fails
  step 5: then stderr contains "unknown"
scenario: Manages certificates
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file .config/sopass/sopass.yml from config.yaml
  step 3: given file my.key
  step 4: given file other.key
  step 5: given file other.cert
  step 6: when I run sopass init --name primary --key my.key
  step 7: when I run sopass cert list
  step 8: then stdout is exactly "primary\n"
  step 9: when I run sopass cert add --name secondary --cert other.cert
  step 10: when I run sopass cert list
  step 11: then stdout contains "primary"
  step 12: then stdout contains "secondary"
  step 13: when I run mv other.key my.store/default.key
  step 14: when I run rm my.key
  step 15: when I run sopass cert list
  step 16: then stdout contains "primary"
  step 17: then stdout contains "secondary"
  step 18: when I run sopass cert remove primary
  step 19: when I run sopass cert list
  step 20: then stdout doesn't contain "primary"
  step 21: then stdout contains "secondary"
  step 22: when I try to run sopass cert remove secondary
  step 23: then command fails
  step 24: then stderr contains "secondary"
  step 25: when I run sopass cert list
  step 26: then stdout contains "secondary"
scenario: Loads default configuration file
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file .config/sopass/sopass.yml from default.yaml
  step 3: when I run env HOME=. sopass config
  step 4: then stdout contains ""store": "/over/the/rainbow""
scenario: Manages values
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file .config/sopass/sopass.yml from config.yaml
  step 3: given file my.key
  step 4: when I run sopass init --name primary --key my.key
  step 5: when I run sopass value list
  step 6: then stdout is exactly ""
  step 7: given file value.dat
  step 8: when I run sopass value add foo --file value.dat
  step 9: when I run sopass value list
  step 10: then stdout is exactly "foo\n"
  step 11: when I run sopass value show foo
  step 12: then stdout is exactly "bar\n"
  step 13: when I run sopass value remove foo
  step 14: then stdout is exactly ""
  step 15: given file add-stdin.sh
  step 16: when I run sh add-stdin.sh
  step 17: when I run sopass value list
  step 18: then stdout is exactly "foo\n"
  step 19: when I run sopass value show foo
  step 20: then stdout is exactly "bar\n"
  step 21: when I run sopass value remove foo
  step 22: then stdout is exactly ""
scenario: Renames values
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file .config/sopass/sopass.yml from config.yaml
  step 3: given file my.key
  step 4: when I run sopass init --name primary --key my.key
  step 5: given file value.dat
  step 6: when I run sopass value add foo --file value.dat
  step 7: when I run sopass value add foobar --file value.dat
  step 8: when I try to run sopass value rename ghost yo
  step 9: then command fails
  step 10: then stderr contains "ghost"
  step 11: when I try to run sopass value rename foo foobar
  step 12: then command fails
  step 13: then stderr contains "foobar"
  step 14: when I run sopass value rename foo yo
  step 15: when I run sopass value list
  step 16: then stdout is exactly "foobar\nyo\n"
OK, all scenarios finished successfully
rm -f test.py test.log
Removing sopass.html
Stderr:
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/bin:/sbin
+ PATH=/root/.cargo/bin:/bin:/sbin
+ export SOPASS_LOG=trace
+ SOPASS_LOG=trace
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ make 'OFFLINE=--offline --locked'
 INFO Starting Subplot
 INFO Subplot finished successfully
    Checking sopass v0.6.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
   Compiling sopass v0.6.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
     Running unittests src/lib.rs (/workspace/cache/debug/deps/sopass-b025cc449d0093d3)
     Running unittests src/main.rs (/workspace/cache/debug/deps/sopass-18be7d5309791d41)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
   Doc-tests sopass
 Documenting sopass v0.6.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
   Generated /workspace/cache/doc/sopass/index.html
 INFO Starting Subplot
 INFO Subplot finished successfully
+ git clean -fdx
OK: bash -c set -xeuo pipefail export HOME=/root export PATH="/root/.cargo/bin:/bin:/sbin" export SOPASS_LOG=trace export CARGO_TARGET_DIR=/workspace/cache export CARGO_HOME=/workspace/deps make OFFLINE="--offline --locked" git clean -fdx
At: 2026-02-05 16:23:14Z
After: 81.10 seconds
End action shell
At: 2026-02-05 16:23:14Z
After: 81.10 seconds
Custom(
    Custom {
        name: "dch",
        args: {
            "debfullname": String("Lars Wirzenius"),
            "debemail": String("liw@liw.fi"),
        },
    },
)
Start action custom
At: 2026-02-05 16:23:15Z
After: 81.84 seconds
End action custom
At: 2026-02-05 16:23:15Z
After: 81.85 seconds
Deb(
    Deb {
        packages: Some(
            ".",
        ),
    },
)
Start action deb
At: 2026-02-05 16:24:00Z
After: 127.05 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=260
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=928047ea1a4a438c8e54cd0b3da72598
SHLVL=2
JOURNAL_STREAM=8:13153
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 sopass
dpkg-buildpackage: info: source version 0.6.0.ci20260205T162315-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 sopass using existing ./sopass_0.6.0.ci20260205T162315.orig.tar.xz
dpkg-source: info: building sopass in sopass_0.6.0.ci20260205T162315-1.debian.tar.xz
dpkg-source: info: building sopass in sopass_0.6.0.ci20260205T162315-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 --target x86_64-unknown-linux-musl --path=. --root=debian/sopass/usr
find debian -name ".crates*" -delete
make[1]: Leaving directory '/ci/src'
   dh_installdocs
   dh_installchangelogs
   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 'sopass-dbgsym' in '../sopass-dbgsym_0.6.0.ci20260205T162315-1_amd64.deb'.
dpkg-deb: building package 'sopass' in '../sopass_0.6.0.ci20260205T162315-1_amd64.deb'.
dpkg-genchanges: info: including full source code in upload
dpkg-buildpackage: info: full upload (original source is included)
total 1136
drwxr-xr-x 2 root root   4096 Feb  5 16:23 artifacts
drwxr-xr-x 7 root root   4096 Jan 15 06:16 cache
drwxr-xr-x 3 root root   4096 Feb  5 16:21 deps
-rw-r--r-- 1 root root 128040 Feb  5 16:23 sopass-dbgsym_0.6.0.ci20260205T162315-1_amd64.deb
-rw-r--r-- 1 root root   2324 Feb  5 16:23 sopass_0.6.0.ci20260205T162315-1.debian.tar.xz
-rw-r--r-- 1 root root    926 Feb  5 16:23 sopass_0.6.0.ci20260205T162315-1.dsc
-rw-r--r-- 1 root root   5779 Feb  5 16:23 sopass_0.6.0.ci20260205T162315-1_amd64.buildinfo
-rw-r--r-- 1 root root   2335 Feb  5 16:23 sopass_0.6.0.ci20260205T162315-1_amd64.changes
-rw-r--r-- 1 root root 964476 Feb  5 16:23 sopass_0.6.0.ci20260205T162315-1_amd64.deb
-rw-r--r-- 1 root root  27244 Feb  5 16:23 sopass_0.6.0.ci20260205T162315.orig.tar.xz
drwxr-xr-x 7 root root   4096 Feb  5 16:23 src
drwxr-xr-x root/root         0 2026-02-05 16:23 ./
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/lib/
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/lib/debug/.build-id/12/
-rw-r--r-- root/root    649224 2026-02-05 16:23 ./usr/lib/debug/.build-id/12/6f89529c4973d9e5dbacbddc6c14b51fc0a458.debug
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/share/
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-02-05 16:23 ./usr/share/doc/sopass-dbgsym -> sopass
drwxr-xr-x root/root         0 2026-02-05 16:23 ./
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/bin/
-rwxr-xr-x root/root   2925368 2026-02-05 16:23 ./usr/bin/sopass
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/share/
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/share/doc/sopass/
-rw-r--r-- root/root       311 2026-02-05 16:23 ./usr/share/doc/sopass/changelog.Debian.gz
-rw-r--r-- root/root      1150 2026-02-05 16:23 ./usr/share/doc/sopass/copyright
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/share/lintian/
drwxr-xr-x root/root         0 2026-02-05 16:23 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       173 2026-02-05 16:23 ./usr/share/lintian/overrides/sopass
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=sopass
++ dpkg-parsechangelog -SVersion
+ version=0.6.0.ci20260205T162315-1
++ sed 's/-[^-]*$//'
++ echo 0.6.0.ci20260205T162315-1
+ uv=0.6.0.ci20260205T162315
++ dpkg --print-architecture
+ arch=amd64
+ orig=../sopass_0.6.0.ci20260205T162315.orig.tar.xz
+ deb=../sopass_0.6.0.ci20260205T162315-1_amd64.deb
+ changes=../sopass_0.6.0.ci20260205T162315-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 sopass v0.6.0 (/ci/src)
   Compiling sopass v0.6.0 (/ci/src)
    Finished `release` profile [optimized] target(s) in 8.90s
  Installing /ci/src/debian/sopass/usr/bin/sopass
   Installed package `sopass v0.6.0 (/ci/src)` (executable `sopass`)
warning: be sure to add `/ci/src/debian/sopass/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-gencontrol: warning: Depends field of package sopass: substitution variable ${shlibs:Depends} used, but is not defined
dpkg-gencontrol: warning: Depends field of package sopass: substitution variable ${shlibs:Depends} used, but is not defined
 dpkg-genbuildinfo -O../sopass_0.6.0.ci20260205T162315-1_amd64.buildinfo
 dpkg-genchanges -O../sopass_0.6.0.ci20260205T162315-1_amd64.changes
 dpkg-source --after-build .
+ ls -l ..
+ for x in ../*.deb
+ dpkg -c ../sopass-dbgsym_0.6.0.ci20260205T162315-1_amd64.deb
+ for x in ../*.deb
+ dpkg -c ../sopass_0.6.0.ci20260205T162315-1_amd64.deb
+ mv ../sopass-dbgsym_0.6.0.ci20260205T162315-1_amd64.deb ../sopass_0.6.0.ci20260205T162315-1.debian.tar.xz ../sopass_0.6.0.ci20260205T162315-1.dsc ../sopass_0.6.0.ci20260205T162315-1_amd64.buildinfo ../sopass_0.6.0.ci20260205T162315-1_amd64.changes ../sopass_0.6.0.ci20260205T162315-1_amd64.deb ../sopass_0.6.0.ci20260205T162315.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:23:31Z
After: 98.31 seconds
End action deb
At: 2026-02-05 16:23:31Z
After: 98.32 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-02-05 16:23:45Z
After: 111.36 seconds
End action tar_create
At: 2026-02-05 16:23:45Z
After: 111.36 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-02-05 16:23:45Z
After: 111.37 seconds
End action tar_create
At: 2026-02-05 16:23:45Z
After: 111.37 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-05 16:23:45Z
After: 111.37 seconds
Everything is fine.
Executor ends, success
At: 2026-02-05 16:24:00Z
After: 127.05 seconds
    exit: 0
    QEMU OK
    At: 2026-02-05 16:23:59Z
    After: 126.03 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-02-05 16:24:00Z
    After: 127.04 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "push",
      "repository": {
        "id": "rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit",
        "name": "sopass",
        "description": "A command line password manager using SOP",
        "private": false,
        "default_branch": "main",
        "delegates": [
          "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
        ]
      },
      "pusher": {
        "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
        "alias": "callisto.liw.fi"
      },
      "before": "1b7828ab5cdae492f3ce84bde133f16ee7d3b912",
      "after": "1b7828ab5cdae492f3ce84bde133f16ee7d3b912",
      "branch": "main",
      "commits": [
        "1b7828ab5cdae492f3ce84bde133f16ee7d3b912"
      ]
    }

    Ambient stdout

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

    Ambient stderr

    <empty log>