CI run for rad:zbWNQYkQ4QKgdSQcd1tjaemv6d6x

Radicle repository id rad:zbWNQYkQ4QKgdSQcd1tjaemv6d6x

Table of Contents

Run log

At: 2026-03-01 11:57:26Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-03-01 11:57:26Z
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-03-01 11:57:26Z
After: 0.02 seconds
Hoping for the best
Will run CI for project rad:zbWNQYkQ4QKgdSQcd1tjaemv6d6x
At: 2026-03-01 11:57:26Z
After: 0.02 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • cargo
  • fetch
  • --locked
exit: 0
OK: cargo fetch --locked
At: 2026-03-01 11:57:26Z
After: 0.40 seconds
End action cargo_fetch
At: 2026-03-01 11:57:26Z
After: 0.40 seconds
Hopefully all is good.
Plan succeeded
At: 2026-03-01 11:57:30Z
After: 4.02 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-03-01 11:57:30Z
After: 4.03 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_clippy
- action: cargo_build
- action: cargo_test
- action: shell
  shell: |
    export PATH=/root/.cargo/bin:/bin:/sbin
    ls -l "$CARGO_TARGET_DIR"
    make TARGET= subplot doc
    find doc -ls
    cp obnam.html obnam-server.html doc/*.html /ci/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-03-01 11:57:30Z
After: 4.05 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-03-01 11:57:30Z
After: 4.05 seconds
End action mkdir
At: 2026-03-01 11:57:30Z
After: 4.05 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-03-01 11:57:30Z
After: 4.06 seconds
End action mkdir
At: 2026-03-01 11:57:30Z
After: 4.06 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-03-01 11:57:30Z
After: 4.08 seconds
End action tar_extract
At: 2026-03-01 11:57:30Z
After: 4.08 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-03-01 11:57:31Z
After: 4.99 seconds
End action tar_extract
At: 2026-03-01 11:57:31Z
After: 4.99 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-03-01 11:57:31Z
After: 4.99 seconds
End action tar_extract
At: 2026-03-01 11:57:31Z
After: 4.99 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-03-01 12:00:20Z
After: 173.47 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-03-01 11:57:31Z
After: 5.00 seconds
End action shell
At: 2026-03-01 11:57:31Z
After: 5.01 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-03-01 12:00:20Z
After: 173.47 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-03-01 11:57:31Z
After: 5.02 seconds
End action shell
At: 2026-03-01 11:57:31Z
After: 5.02 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-03-01 12:00:20Z
After: 173.47 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-03-01 11:57:31Z
After: 5.04 seconds
End action shell
At: 2026-03-01 11:57:31Z
After: 5.04 seconds
CargoClippy(
    CargoClippy,
)
Start action cargo_clippy
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • cargo
  • clippy
  • --offline
  • --locked
  • --workspace
  • --all-targets
  • --no-deps
  • --
  • --deny
  • warnings
exit: 0
Stderr:
   Compiling libc v0.2.177
   Compiling proc-macro2 v1.0.103
   Compiling unicode-ident v1.0.22
   Compiling quote v1.0.42
    Checking cfg-if v1.0.4
   Compiling syn v2.0.110
   Compiling serde_core v1.0.228
    Checking itoa v1.0.15
    Checking memchr v2.7.6
   Compiling version_check v0.9.5
   Compiling serde v1.0.228
   Compiling typenum v1.19.0
   Compiling generic-array v0.14.7
    Checking once_cell v1.21.3
   Compiling getrandom v0.3.4
   Compiling rustix v1.1.2
    Checking bitflags v2.10.0
   Compiling serde_derive v1.0.228
    Checking log v0.4.28
   Compiling zmij v1.0.18
    Checking linux-raw-sys v0.11.0
    Checking aho-corasick v1.1.4
    Checking getrandom v0.2.16
    Checking pin-project-lite v0.2.16
    Checking subtle v2.6.1
    Checking regex-syntax v0.8.8
    Checking utf8parse v0.2.2
   Compiling thiserror v2.0.17
   Compiling serde_json v1.0.149
    Checking anstyle-parse v0.2.7
    Checking rand_core v0.6.4
   Compiling thiserror-impl v2.0.17
    Checking regex-automata v0.4.13
    Checking futures-core v0.3.31
   Compiling num-conv v0.1.0
    Checking anstyle v1.0.13
    Checking anstyle-query v1.1.5
    Checking smallvec v1.15.1
    Checking colorchoice v1.0.4
   Compiling time-core v0.1.6
    Checking is_terminal_polyfill v1.70.2
    Checking ryu v1.0.20
   Compiling powerfmt v0.2.0
   Compiling deranged v0.5.5
    Checking regex v1.12.2
    Checking anstream v0.6.21
   Compiling time-macros v0.2.24
    Checking crypto-common v0.1.7
    Checking equivalent v1.0.2
    Checking zeroize v1.8.2
    Checking bytes v1.11.1
    Checking hashbrown v0.16.0
    Checking winnow v0.7.13
    Checking indexmap v2.12.0
    Checking http v1.4.0
    Checking toml_parser v1.0.4
   Compiling time v0.3.44
    Checking terminal_size v0.4.3
    Checking serde_spanned v1.0.3
    Checking toml_datetime v0.7.3
    Checking dirs-sys-next v0.1.2
    Checking toml_writer v1.0.4
    Checking clap_lex v0.7.6
   Compiling heck v0.5.0
    Checking unsafe-libyaml-norway v0.2.15
    Checking fastrand v2.3.0
    Checking strsim v0.11.1
    Checking clap_builder v4.5.51
    Checking serde_norway v0.9.42
    Checking tempfile v3.23.0
   Compiling git-testament-derive v0.2.1
   Compiling clap_derive v4.5.49
    Checking toml v0.9.8
    Checking directories-next v2.0.0
    Checking http-body v1.0.1
    Checking env_filter v0.1.4
   Compiling tokio-macros v2.6.0
    Checking socket2 v0.6.2
    Checking mio v1.1.0
   Compiling mutants v0.0.3
   Compiling semver v1.0.27
    Checking pin-utils v0.1.0
   Compiling httparse v1.10.1
    Checking jiff v0.2.16
   Compiling rustc_version v0.4.1
    Checking clingwrap v0.6.0
    Checking tokio v1.49.0
    Checking clap v4.5.51
    Checking env_logger v0.11.8
    Checking git-testament v0.2.6
    Checking inout v0.1.4
    Checking tracing-core v0.1.36
    Checking scopeguard v1.2.0
   Compiling pkg-config v0.3.32
    Checking tower-service v0.3.3
   Compiling vcpkg v0.2.15
    Checking tracing v0.1.44
    Checking lock_api v0.4.14
    Checking cipher v0.4.4
   Compiling libsqlite3-sys v0.35.0
   Compiling heapless v0.7.17
    Checking futures-channel v0.3.31
    Checking httpdate v1.0.3
    Checking atomic-waker v1.1.2
    Checking byteorder v1.5.0
    Checking foldhash v0.1.5
    Checking sync_wrapper v1.0.2
    Checking tower-layer v0.3.3
    Checking percent-encoding v2.3.2
    Checking futures-task v0.3.31
    Checking cpufeatures v0.2.17
   Compiling crc32fast v1.5.0
    Checking futures-util v0.3.31
    Checking form_urlencoded v1.2.2
    Checking hashbrown v0.15.5
    Checking hash32 v0.2.1
    Checking hyper v1.8.1
    Checking spin v0.9.8
    Checking http-body-util v0.1.3
    Checking universal-hash v0.5.1
    Checking adler2 v2.0.1
    Checking opaque-debug v0.3.1
    Checking fiat-crypto v0.3.0
    Checking mime v0.3.17
    Checking stable_deref_trait v1.2.1
    Checking simd-adler32 v0.3.8
    Checking miniz_oxide v0.8.9
    Checking axum-core v0.5.6
    Checking polyval v0.6.2
    Checking hyper-util v0.1.20
    Checking tower v0.5.3
    Checking hashlink v0.10.0
    Checking serde_urlencoded v0.7.1
    Checking aes v0.8.4
    Checking ctr v0.9.2
    Checking aead v0.5.2
    Checking cobs v0.3.0
    Checking ed25519-compact v2.2.0
    Checking orion v0.17.12
   Compiling axum-macros v0.5.0
    Checking serde_path_to_error v0.1.20
    Checking fallible-streaming-iterator v0.1.9
    Checking ct-codecs v1.1.6
    Checking matchit v0.8.4
    Checking fallible-iterator v0.3.0
    Checking axum v0.8.8
    Checking rusqlite v0.37.0
    Checking pasetors v0.7.7
    Checking postcard v1.1.3
    Checking aes-gcm-siv v0.11.1
    Checking flate2 v1.1.8
    Checking uuid v1.20.0
    Checking hostname v0.4.2
    Checking obnam v0.10.0 (/ci/src/obnam)
    Checking obnam-server v0.1.0 (/ci/src/obnam-server)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.46s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-03-01 11:57:56Z
After: 29.89 seconds
End action cargo_clippy
At: 2026-03-01 11:57:56Z
After: 29.89 seconds
CargoBuild(
    CargoBuild,
)
Start action cargo_build
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • cargo
  • build
  • --offline
  • --locked
  • --workspace
  • --all-targets
exit: 0
Stderr:
   Compiling libc v0.2.177
   Compiling cfg-if v1.0.4
   Compiling itoa v1.0.15
   Compiling serde_core v1.0.228
   Compiling memchr v2.7.6
   Compiling once_cell v1.21.3
   Compiling bitflags v2.10.0
   Compiling typenum v1.19.0
   Compiling serde v1.0.228
   Compiling num-conv v0.1.0
   Compiling linux-raw-sys v0.11.0
   Compiling powerfmt v0.2.0
   Compiling log v0.4.28
   Compiling time-core v0.1.6
   Compiling deranged v0.5.5
   Compiling rustix v1.1.2
   Compiling generic-array v0.14.7
   Compiling getrandom v0.3.4
   Compiling aho-corasick v1.1.4
   Compiling getrandom v0.2.16
   Compiling utf8parse v0.2.2
   Compiling pin-project-lite v0.2.16
   Compiling regex-syntax v0.8.8
   Compiling subtle v2.6.1
   Compiling regex-automata v0.4.13
   Compiling anstyle-parse v0.2.7
   Compiling rand_core v0.6.4
   Compiling zmij v1.0.18
   Compiling ryu v1.0.20
   Compiling anstyle v1.0.13
   Compiling anstyle-query v1.1.5
   Compiling colorchoice v1.0.4
   Compiling is_terminal_polyfill v1.70.2
   Compiling smallvec v1.15.1
   Compiling futures-core v0.3.31
   Compiling anstream v0.6.21
   Compiling regex v1.12.2
   Compiling thiserror v2.0.17
   Compiling serde_json v1.0.149
   Compiling crypto-common v0.1.7
   Compiling time-macros v0.2.24
   Compiling hashbrown v0.16.0
   Compiling zeroize v1.8.2
   Compiling equivalent v1.0.2
   Compiling bytes v1.11.1
   Compiling winnow v0.7.13
   Compiling http v1.4.0
   Compiling toml_parser v1.0.4
   Compiling time v0.3.44
   Compiling indexmap v2.12.0
   Compiling terminal_size v0.4.3
   Compiling serde_spanned v1.0.3
   Compiling toml_datetime v0.7.3
   Compiling dirs-sys-next v0.1.2
   Compiling unsafe-libyaml-norway v0.2.15
   Compiling toml_writer v1.0.4
   Compiling strsim v0.11.1
   Compiling clap_lex v0.7.6
   Compiling fastrand v2.3.0
   Compiling clap_builder v4.5.51
   Compiling tempfile v3.23.0
   Compiling git-testament-derive v0.2.1
   Compiling serde_norway v0.9.42
   Compiling toml v0.9.8
   Compiling directories-next v2.0.0
   Compiling http-body v1.0.1
   Compiling env_filter v0.1.4
   Compiling mio v1.1.0
   Compiling socket2 v0.6.2
   Compiling jiff v0.2.16
   Compiling pin-utils v0.1.0
   Compiling clingwrap v0.6.0
   Compiling tokio v1.49.0
   Compiling env_logger v0.11.8
   Compiling clap v4.5.51
   Compiling git-testament v0.2.6
   Compiling inout v0.1.4
   Compiling tracing-core v0.1.36
   Compiling scopeguard v1.2.0
   Compiling tower-service v0.3.3
   Compiling lock_api v0.4.14
   Compiling cipher v0.4.4
   Compiling tracing v0.1.44
   Compiling httparse v1.10.1
   Compiling futures-channel v0.3.31
   Compiling httpdate v1.0.3
   Compiling percent-encoding v2.3.2
   Compiling futures-task v0.3.31
   Compiling byteorder v1.5.0
   Compiling sync_wrapper v1.0.2
   Compiling tower-layer v0.3.3
   Compiling foldhash v0.1.5
   Compiling atomic-waker v1.1.2
   Compiling cpufeatures v0.2.17
   Compiling hyper v1.8.1
   Compiling hashbrown v0.15.5
   Compiling hash32 v0.2.1
   Compiling futures-util v0.3.31
   Compiling form_urlencoded v1.2.2
   Compiling spin v0.9.8
   Compiling http-body-util v0.1.3
   Compiling universal-hash v0.5.1
   Compiling mime v0.3.17
   Compiling simd-adler32 v0.3.8
   Compiling fiat-crypto v0.3.0
   Compiling opaque-debug v0.3.1
   Compiling stable_deref_trait v1.2.1
   Compiling adler2 v2.0.1
   Compiling miniz_oxide v0.8.9
   Compiling heapless v0.7.17
   Compiling polyval v0.6.2
   Compiling tower v0.5.3
   Compiling axum-core v0.5.6
   Compiling libsqlite3-sys v0.35.0
   Compiling crc32fast v1.5.0
   Compiling serde_urlencoded v0.7.1
   Compiling hyper-util v0.1.20
   Compiling hashlink v0.10.0
   Compiling aes v0.8.4
   Compiling ctr v0.9.2
   Compiling aead v0.5.2
   Compiling cobs v0.3.0
   Compiling orion v0.17.12
   Compiling ed25519-compact v2.2.0
   Compiling serde_path_to_error v0.1.20
   Compiling matchit v0.8.4
   Compiling fallible-streaming-iterator v0.1.9
   Compiling ct-codecs v1.1.6
   Compiling fallible-iterator v0.3.0
   Compiling pasetors v0.7.7
   Compiling rusqlite v0.37.0
   Compiling axum v0.8.8
   Compiling postcard v1.1.3
   Compiling aes-gcm-siv v0.11.1
   Compiling flate2 v1.1.8
   Compiling uuid v1.20.0
   Compiling hostname v0.4.2
   Compiling obnam v0.10.0 (/ci/src/obnam)
   Compiling obnam-server v0.1.0 (/ci/src/obnam-server)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.21s
OK: cargo build --offline --locked --workspace --all-targets
At: 2026-03-01 11:58:27Z
After: 61.40 seconds
End action cargo_build
At: 2026-03-01 11:58:27Z
After: 61.41 seconds
CargoTest(
    CargoTest,
)
Start action cargo_test
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • cargo
  • test
  • --offline
  • --locked
  • --workspace
exit: 0
Stdout:
running 42 tests
test chunk::test::ciphertext_does_not_contain_plaintext ... ok
test chunk::test::chunk_round_trip ... ok
test chunk::test::id ... ok
test chunk::test::id_is_comparable_with_itself ... ok
test chunk::test::label_display ... ok
test chunk::test::label_round_trip ... ok
test chunk::test::metadata ... ok
test chunk::test::metadata_round_trip ... ok
test chunk::test::two_new_chunk_ids_differ ... ok
test cipher::test::key ... ok
test cipher::test::key_from_string ... ok
test client::test::generates_key ... ok
test cipher::test::aead_round_trip ... ok
test client::test::has_name ... ok
test client::test::gets_correct_key ... ok
test client::test::has_no_keys_initially ... ok
test client::test::serialiazion_round_trip ... ok
test client::test::sets_old_versions ... ok
test config::test::merge_files ... ok
test config::test::valideted_config ... ok
test credential::test::roundtrip_sop_method ... ok
test credential::test::roundtrip_sop_credential ... ok
test plaintext::test::compressed ... ok
test plaintext::test::compression_round_trip ... ok
test plaintext::test::uncompressed ... ok
test sop::tests::cert_display ... ok
test sop::tests::key_display ... ok
test store::test::cant_init_nonexistent_dir ... ok
test store::test::empty_dir_is_not_init ... ok
test store::test::adds_chunk ... ok
test store::test::finds_chunk_when_labels_match ... ok
test store::test::finds_client_chunk ... ok
test store::test::finds_no_chunk_in_empty_store ... ok
test store::test::finds_credential_chunk ... ok
test store::test::finds_no_clients_when_there_are_none ... ok
test store::test::finds_no_chunk_when_none_match_label ... ok
test store::test::has_no_chunks_initially ... ok
test store::test::nonexistent_dir_is_not_init ... ok
test store::test::inits_empty_dir ... ok
test store::test::opens_client_chunk ... ok
test store::test::root_dir_is_not_init ... ok
test store::test::removes_chunk ... ok

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


running 0 tests

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


running 1 test
test config::test::merges ... ok

test result: ok. 1 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 1 test
test obnam/src/lib.rs - (line 12) ... ok

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

all doctests ran in 0.23s; merged doctests compilation took 0.22s

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/obnam-d373aea99431e34a)
     Running unittests src/bin/obnam.rs (/ci/cache/cargo-target/debug/deps/obnam-c121776519c48d5b)
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/obnam_server-ab0030107b43d2d9)
     Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/obnam_server-ad2d78added66f01)
   Doc-tests obnam
   Doc-tests obnam_server
OK: cargo test --offline --locked --workspace
At: 2026-03-01 11:58:29Z
After: 62.87 seconds
End action cargo_test
At: 2026-03-01 11:58:29Z
After: 62.87 seconds
Shell(
    Shell {
        shell: "export PATH=/root/.cargo/bin:/bin:/sbin\nls -l \"$CARGO_TARGET_DIR\"\nmake TARGET= subplot doc\nfind doc -ls\ncp obnam.html obnam-server.html doc/*.html /ci/artifacts\n",
    },
)
Start action shell
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
  • bash
  • -c
  • set -xeuo pipefail export PATH=/root/.cargo/bin:/bin:/sbin ls -l "$CARGO_TARGET_DIR" make TARGET= subplot doc find doc -ls cp obnam.html obnam-server.html doc/*.html /ci/artifacts
exit: 0
Stdout:
total 8
-rw-r--r-- 1 root root  177 Mar  1 11:57 CACHEDIR.TAG
drwxr-xr-x 7 root root 4096 Mar  1 11:58 debug
subplot docgen obnam/obnam.subplot --output obnam.html
subplot codegen obnam/obnam.subplot --output test.py
subplot docgen obnam-server/obnam-server.subplot --output obnam-server.html
subplot codegen obnam-server/obnam-server.subplot --output test-server.py
rm -f test.log
python3 test.py --log test.log 
srcdir /ci/src
datadir /tmp/tmpm2_gyolt
scenario: Inspect an encrypted chunk using key from client chunk
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: given file greeting.txt
  step 4: when I create directory mychunks
  step 5: when I run obnam store init
  step 6: when I run obnam --client-key my.secret client init --client-name my.host
  step 7: when I run obnam --client-key my.secret client generate my.host my.key
  step 8: when I run obnam --client-key my.secret chunk encrypt --client-name my.host --key-name my.key --label sticky.tape greeting.txt --output chunk.file
  step 9: when I run obnam --client-key my.secret chunk inspect --filename chunk.file --client-name my.host --key-name my.key
  step 10: then stdout is valid JSON
  step 11: then stdout contains ""id":"
  step 12: then stdout contains ""label":"
  step 13: then stdout contains ""data": ""
scenario: Inspect an encoded chunk in repository
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: given file greeting.txt
  step 4: when I create directory mychunks
  step 5: when I try to run obnam store init
  step 6: when I run obnam chunk encrypt --label sticky.tape --key secret greeting.txt --id=chunk0
  step 7: when I run obnam chunk inspect --id chunk0
  step 8: then stdout is valid JSON
  step 9: then stdout contains ""id":"
  step 10: then stdout contains ""label":"
  step 11: then stdout contains ""data": null"
  step 12: when I run obnam chunk inspect --key secret --id chunk0
  step 13: then stdout is valid JSON
  step 14: then stdout contains ""id":"
  step 15: then stdout contains ""label":"
  step 16: then stdout contains ""data": ""
scenario: Chunk encrypt/decrypt round trip via file
  step 1: given an installed obnam
  step 2: given file greeting.txt
  step 3: when I run obnam chunk encrypt --key secret --label sticky.tape greeting.txt --output chunk.file
  step 4: when I run obnam chunk decrypt --key secret chunk.file
  step 5: then stdout is exactly "Hello, world.\n"
scenario: Show client
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: when I create directory mychunks
  step 4: when I run obnam store init
  step 5: when I run obnam --client-key my.secret client init --client-name my.host
  step 6: when I run obnam --client-key my.secret client show --client-name my.host
  step 7: then stdout is valid JSON
scenario: Generate and validate an API token
  step 1: given an installed obnam
  step 2: given file server.yaml
  step 3: when I run obnam-server --config server.yaml init
  step 4: then file keypair.json exists
  step 5: when I run obnam-server --config server.yaml token --allow append --output token.txt
  step 6: then file token.txt exists
  step 7: when I run obnam-server --config server.yaml validate --file token.txt
  step 8: then stdout contains "read_chunks_allowed: true"
  step 9: then stdout contains "create_chunk_allowed: true"
  step 10: then stdout contains "find_chunks_allowed: true"
  step 11: then stdout contains "delete_chunk_allowed: false"
scenario: Chunk encrypt/decrypt with compression round trip via repository
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: given file greeting.txt
  step 4: when I create directory mychunks
  step 5: when I try to run obnam store init
  step 6: when I run obnam chunk encrypt --compress --key secret --label sticky.tape greeting.txt --id=chunk0
  step 7: when I run obnam store list
  step 8: when I run obnam chunk decrypt --key secret --id chunk0
  step 9: then stdout is exactly "Hello, world.\n"
scenario: Extracting a certificate from a key
  step 1: given an installed obnam
  step 2: given file alice.key
  step 3: when I run obnam sop extract-cert rsop alice.key
  step 4: then stdout isn't exactly ""
scenario: Get path to chunk in store
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: given file greeting.txt
  step 4: given a directory mychunks
  step 5: when I run obnam store init
  step 6: when I run obnam chunk encrypt --key secret --label data-chunk --id xyzzy greeting.txt
  step 7: when I run obnam store path xyzzy -o chunk.filename
  step 8: then a file exists whose name is in chunk.filename
scenario: Create an OpenPGP software key credential
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: given file sop-generate
  step 4: when I run bash sop-generate alice.tsk
  step 5: when I create directory mychunks
  step 6: when I run obnam store init
  step 7: when I run obnam credential list
  step 8: then stdout is exactly ""
  step 9: when I run obnam --client-key my.secret credential openpgp-soft alice.tsk
  step 10: when I run obnam credential list --all
  step 11: then stdout isn't exactly ""
scenario: Inspect an encoded chunk in file
  step 1: given an installed obnam
  step 2: given file greeting.txt
  step 3: when I run obnam chunk encrypt --label sticky.tape --key secret greeting.txt --output chunk.file
  step 4: when I run obnam chunk inspect --filename chunk.file
  step 5: then stdout is valid JSON
  step 6: then stdout contains ""id":"
  step 7: then stdout contains ""label":"
  step 8: then stdout contains ""data": null"
  step 9: when I run obnam chunk inspect --filename chunk.file --key secret
  step 10: then stdout is valid JSON
  step 11: then stdout contains ""id":"
  step 12: then stdout contains ""label":"
  step 13: then stdout contains ""data": ""
scenario: Conveniently encrypt and decrypt chunk in a store
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from comfy.yaml
  step 3: given file message.txt
  step 4: when I create directory chunk.store
  step 5: when I run obnam store init
  step 6: when I run obnam client init --credential softy
  step 7: when I run obnam chunk encrypt --label data --key-name default --id test.chunk message.txt
  step 8: when I run obnam chunk decrypt --key-name default --id test.chunk --output out.dat
  step 9: then files message.txt and out.dat match
scenario: Encryption round trip
  step 1: given an installed obnam
  step 2: given file alice.key
  step 3: given file hello.txt
  step 4: when I run obnam sop encrypt rsop alice.key hello.txt -o encrypted
  step 5: when I run ls -l encrypted
  step 6: when I run cat encrypted
  step 7: when I run obnam sop decrypt rsop alice.key encrypted
  step 8: then stdout is exactly "hello, world\n"
scenario: Conveniently create a client with an OpenPGP software key credential
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from comfy.yaml
  step 3: when I create directory chunk.store
  step 4: when I run obnam store init
  step 5: when I run obnam client init --credential softy
  step 6: when I run obnam client list
  step 7: then stdout isn't exactly ""
scenario: Avoid client chunks with the same name
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: when I create directory mychunks
  step 4: when I run obnam store init
  step 5: when I run obnam --client-key my.secret client init --client-name my.host
  step 6: then command is successful
  step 7: when I try to run obnam --client-key my.secret client init --client-name my.host
  step 8: then command fails
scenario: Round trip chunk encryption using key from client chunk
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: given file greeting.txt
  step 4: when I create directory mychunks
  step 5: when I run obnam store init
  step 6: when I run obnam --client-key my.secret client init --client-name my.host
  step 7: when I run obnam --client-key my.secret client generate my.host my.key
  step 8: when I run obnam --client-key my.secret chunk encrypt --client-name my.host --key-name my.key --label sticky.tape greeting.txt --output chunk.file
  step 9: when I run obnam --client-key my.secret chunk decrypt --client-name my.host --key-name my.key chunk.file
  step 10: then stdout is exactly "Hello, world.\n"
scenario: Generate new key
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: when I create directory mychunks
  step 4: when I run obnam store init
  step 5: when I run obnam --client-key my.secret client init --client-name my.host
  step 6: when I run obnam --client-key my.secret client generate my.host my.key
  step 7: when I run obnam --client-key my.secret client show --client-name my.host
  step 8: then stdout contains "my.key"
scenario: Logging level can be set
  step 1: given an installed obnam
  step 2: when I run obnam config
  step 3: then stderr doesn't contain "TRACE"
  step 4: then stderr doesn't contain "DEBUG"
  step 5: then stderr contains "INFO"
  step 6: then stderr contains "WARN"
  step 7: then stderr contains "ERROR"
  step 8: when I run env OBNAM_LOG=error obnam config
  step 9: then stderr doesn't contain "TRACE"
  step 10: then stderr doesn't contain "DEBUG"
  step 11: then stderr doesn't contain "INFO"
  step 12: then stderr doesn't contain "WARN"
  step 13: then stderr contains "ERROR"
  step 14: when I run obnam --log-level=error config
  step 15: then stderr doesn't contain "TRACE"
  step 16: then stderr doesn't contain "DEBUG"
  step 17: then stderr doesn't contain "INFO"
  step 18: then stderr doesn't contain "WARN"
  step 19: then stderr contains "ERROR"
  step 20: when I run env OBNAM_LOG=error obnam --log-level=trace config
  step 21: then stderr contains "TRACE"
  step 22: then stderr contains "DEBUG"
  step 23: then stderr contains "INFO"
  step 24: then stderr contains "WARN"
  step 25: then stderr contains "ERROR"
scenario: List clients
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: when I create directory mychunks
  step 4: when I run obnam store init
  step 5: when I run obnam --client-key my.secret client init --client-name my.host
  step 6: when I run obnam --client-key my.secret client list
  step 7: then stdout is exactly "my.host\n"
scenario: Chunk encrypt/decrypt round trip via repository
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: given file greeting.txt
  step 4: when I create directory mychunks
  step 5: when I try to run obnam store init
  step 6: when I run obnam chunk encrypt --key secret --label sticky.tape greeting.txt --id=chunk0
  step 7: when I run obnam store list
  step 8: when I run obnam chunk decrypt --key secret --id chunk0
  step 9: then stdout is exactly "Hello, world.\n"
scenario: Chunk encrypt/decrypt with compression round trip via file
  step 1: given an installed obnam
  step 2: given file greeting.txt
  step 3: when I run obnam chunk encrypt --compress --key secret --label sticky.tape greeting.txt --output chunk.file
  step 4: when I run obnam chunk decrypt --key secret chunk.file
  step 5: then stdout is exactly "Hello, world.\n"
scenario: Initialize a client chunk
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config-with-credential.yaml
  step 3: when I create directory mychunks
  step 4: when I run obnam store init
  step 5: when I run obnam client init --client-name my.host
  step 6: then command is successful
scenario: Find chunks using labels
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: given file greeting.txt
  step 4: given a directory mychunks
  step 5: when I run obnam store init
  step 6: when I run obnam chunk encrypt --key secret --label data-chunk --id xyzzy greeting.txt
  step 7: when I run obnam chunk encrypt --key secret --label data-chunk --id plugh greeting.txt
  step 8: when I run obnam chunk encrypt --key secret --label client-chunk --id advent greeting.txt
  step 9: when I run obnam store find missing
  step 10: then stdout is exactly ""
  step 11: when I run obnam store find data-chunk
  step 12: then stdout contains "xyzzy"
  step 13: then stdout contains "plugh"
  step 14: then stdout doesn't contain "advent"
  step 15: when I run obnam store find client-chunk
  step 16: then stdout doesn't contain "xyzzy"
  step 17: then stdout doesn't contain "plugh"
  step 18: then stdout contains "advent"
scenario: Remove a chunk from store
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: given file greeting.txt
  step 4: given a directory mychunks
  step 5: when I run obnam store init
  step 6: when I run obnam chunk encrypt --key secret --label data-chunk --id xyzzy greeting.txt
  step 7: when I run obnam store remove xyzzy
  step 8: when I run obnam store list
  step 9: then stdout doesn't contain "xyzzy"
scenario: Add a chunk to the store.
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: given file greeting.txt
  step 4: given a directory mychunks
  step 5: when I run obnam store init
  step 6: when I run obnam chunk encrypt --key secret --label data --id xyzzy greeting.txt
  step 7: when I run obnam store list
  step 8: then stdout is exactly "xyzzy\n"
scenario: Initialize a store
  step 1: given an installed obnam
  step 2: given file .config/obnam/config.yaml from config.yaml
  step 3: then directory mychunks does not exist
  step 4: when I try to run obnam store is
  step 5: then command fails
  step 6: when I create directory mychunks
  step 7: when I try to run obnam store is
  step 8: then command fails
  step 9: when I run obnam store init
  step 10: when I run obnam store is
  step 11: then exit code is 0
OK, all scenarios finished successfully
python3 test-server.py --log test-server.log 
srcdir /ci/src
datadir /tmp/tmpf_ug8ioy
scenario: Validates token via HTTP API
  step 1: given an installed obnam
  step 2: given file server-config.yaml
  step 3: given file request.sh
  step 4: when I run obnam-server --config server-config.yaml init
  step 5: when I run obnam-server --config server-config.yaml token --output token.txt --allow append
  step 6: when I run, as a daemon, obnam-server --config server-config.yaml serve
  step 7: when I run bash request.sh /validate
  step 8: then stdout contains ""read_chunks_allowed":true"
  step 9: then stdout contains ""find_chunks_allowed":true"
  step 10: then stdout contains ""create_chunk_allowed":true"
  step 11: then stdout contains ""delete_chunk_allowed":false"
  cleanup 6: when I run, as a daemon, obnam-server --config server-config.yaml serve
scenario: Refuses API token made for another server instance
  step 1: given an installed obnam
  step 2: given file server-config.yaml
  step 3: when I run obnam-server --config server-config.yaml init
  step 4: when I run obnam-server --config server-config.yaml token --output token.txt --allow append
  step 5: when I remove file keypair.json
  step 6: when I run obnam-server --config server-config.yaml init
  step 7: when I try to run obnam-server --config server-config.yaml validate --file token.txt
  step 8: then command fails
scenario: Generates and validates API tokens
  step 1: given an installed obnam
  step 2: given file server-config.yaml
  step 3: when I run obnam-server --config server-config.yaml init
  step 4: then file keypair.json exists
  step 5: when I try to run obnam-server --config server-config.yaml init
  step 6: then command fails
  step 7: then stderr contains "keypair.json"
  step 8: when I run obnam-server --config server-config.yaml token --output token.txt --allow append
  step 9: then file token.txt contains "v4.public."
  step 10: when I run obnam-server --config server-config.yaml validate --file token.txt
  step 11: then stdout contains "read_chunks_allowed: true"
  step 12: then stdout contains "find_chunks_allowed: true"
  step 13: then stdout contains "create_chunk_allowed: true"
  step 14: then stdout contains "delete_chunk_allowed: false"
  step 15: when I run obnam-server --config server-config.yaml token --output token.txt --allow delete
  step 16: then file token.txt contains "v4.public."
  step 17: when I run obnam-server --config server-config.yaml validate --file token.txt
  step 18: then stdout contains "read_chunks_allowed: true"
  step 19: then stdout contains "find_chunks_allowed: true"
  step 20: then stdout contains "create_chunk_allowed: true"
  step 21: then stdout contains "delete_chunk_allowed: true"
OK, all scenarios finished successfully
env 'RUSTDOCFLAGS=-D warnings' cargo doc --no-deps
make -C doc
make[1]: Entering directory '/ci/src/doc'
pandoc -N --toc --standalone --self-contained -o "arch.html" "arch.md"
pandoc -N --toc --standalone --self-contained -o "glossary.html" "glossary.md"
make[1]: Leaving directory '/ci/src/doc'
  4980780      4 drwxr-xr-x   2 root     root         4096 Mar  1 11:58 doc
  4980783      4 -rw-r--r--   1 root     root          517 Mar  1 11:57 doc/glossary.md
  4999210     24 -rw-r--r--   1 root     root        24568 Mar  1 11:58 doc/arch.html
  4980784     16 -rw-r--r--   1 root     root        13627 Mar  1 11:57 doc/arch.md
  4980781      4 -rw-r--r--   1 root     root         3885 Mar  1 11:57 doc/keys.svg
  4999211      8 -rw-r--r--   1 root     root         4303 Mar  1 11:58 doc/glossary.html
  4980782      4 -rw-r--r--   1 root     root          540 Mar  1 11:57 doc/keys.pik
  4980785      4 -rw-r--r--   1 root     root          327 Mar  1 11:57 doc/Makefile
Stderr:
+ export PATH=/root/.cargo/bin:/bin:/sbin
+ PATH=/root/.cargo/bin:/bin:/sbin
+ ls -l /ci/cache/cargo-target
+ make TARGET= subplot doc
 INFO Starting Subplot
 INFO Subplot finished successfully
 INFO Starting Subplot
 INFO Subplot finished successfully
 INFO Starting Subplot
 INFO Subplot finished successfully
 INFO Starting Subplot
 INFO Subplot finished successfully
 Documenting obnam-server v0.1.0 (/ci/src/obnam-server)
 Documenting obnam v0.10.0 (/ci/src/obnam)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
   Generated /ci/cache/cargo-target/doc/obnam/index.html and 1 other file
[WARNING] This document format requires a nonempty <title> element.
  Defaulting to 'glossary' as the title.
  To specify a title, use 'title' in metadata or --metadata title="...".
+ find doc -ls
+ cp obnam.html obnam-server.html doc/arch.html doc/glossary.html /ci/artifacts
OK: bash -c set -xeuo pipefail export PATH=/root/.cargo/bin:/bin:/sbin ls -l "$CARGO_TARGET_DIR" make TARGET= subplot doc find doc -ls cp obnam.html obnam-server.html doc/*.html /ci/artifacts
At: 2026-03-01 11:58:34Z
After: 67.61 seconds
End action shell
At: 2026-03-01 11:58:34Z
After: 67.61 seconds
Custom(
    Custom {
        name: "dch",
        args: {
            "debfullname": String("Lars Wirzenius"),
            "debemail": String("liw@liw.fi"),
        },
    },
)
Start action custom
At: 2026-03-01 11:58:34Z
After: 67.80 seconds
End action custom
At: 2026-03-01 11:58:34Z
After: 67.80 seconds
Deb(
    Deb {
        packages: Some(
            ".",
        ),
    },
)
Start action deb
At: 2026-03-01 12:00:20Z
After: 173.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/.
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=282
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=781804d6dbfc42959622063c0a3b759d
SHLVL=2
JOURNAL_STREAM=8:15185
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 obnam
dpkg-buildpackage: info: source version 0.9.9.ci20260301T115834-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 obnam using existing ./obnam_0.9.9.ci20260301T115834.orig.tar.xz
dpkg-source: info: building obnam in obnam_0.9.9.ci20260301T115834-1.debian.tar.xz
dpkg-source: info: building obnam in obnam_0.9.9.ci20260301T115834-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'
cargo build --workspace --release
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=obnam --root=debian/obnam/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 'obnam-dbgsym' in '../obnam-dbgsym_0.9.9.ci20260301T115834-1_amd64.deb'.
dpkg-deb: building package 'obnam' in '../obnam_0.9.9.ci20260301T115834-1_amd64.deb'.
dpkg-genchanges: info: including full source code in upload
dpkg-buildpackage: info: full upload (original source is included)
total 1256
drwxr-xr-x 2 root root    4096 Mar  1 11:58 artifacts
drwxr-xr-x 3 root root    4096 Mar  1 11:57 cache
drwxr-xr-x 3 root root    4096 Mar  1 11:57 deps
-rw-r--r-- 1 root root  134844 Mar  1 12:00 obnam-dbgsym_0.9.9.ci20260301T115834-1_amd64.deb
-rw-r--r-- 1 root root    1724 Mar  1 11:58 obnam_0.9.9.ci20260301T115834-1.debian.tar.xz
-rw-r--r-- 1 root root     900 Mar  1 11:58 obnam_0.9.9.ci20260301T115834-1.dsc
-rw-r--r-- 1 root root    5655 Mar  1 12:00 obnam_0.9.9.ci20260301T115834-1_amd64.buildinfo
-rw-r--r-- 1 root root    2296 Mar  1 12:00 obnam_0.9.9.ci20260301T115834-1_amd64.changes
-rw-r--r-- 1 root root 1042932 Mar  1 12:00 obnam_0.9.9.ci20260301T115834-1_amd64.deb
-rw-r--r-- 1 root root   67528 Mar  1 11:58 obnam_0.9.9.ci20260301T115834.orig.tar.xz
drwxr-xr-x 9 root root    4096 Mar  1 11:58 src
drwxr-xr-x root/root         0 2026-03-01 11:58 ./
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/lib/
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/lib/debug/
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/lib/debug/.build-id/95/
-rw-r--r-- root/root    738096 2026-03-01 11:58 ./usr/lib/debug/.build-id/95/b6f56d17915dda2f6a2e3fc87c2661970a3b42.debug
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/share/
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/share/doc/
lrwxrwxrwx root/root         0 2026-03-01 11:58 ./usr/share/doc/obnam-dbgsym -> obnam
drwxr-xr-x root/root         0 2026-03-01 11:58 ./
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/bin/
-rwxr-xr-x root/root   3343064 2026-03-01 11:58 ./usr/bin/obnam
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/share/
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/share/doc/obnam/
-rw-r--r-- root/root       209 2026-03-01 11:58 ./usr/share/doc/obnam/changelog.Debian.gz
-rw-r--r-- root/root       371 2026-03-01 11:57 ./usr/share/doc/obnam/copyright
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/share/lintian/
drwxr-xr-x root/root         0 2026-03-01 11:58 ./usr/share/lintian/overrides/
-rw-r--r-- root/root        48 2026-03-01 11:57 ./usr/share/lintian/overrides/obnam
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=obnam
++ dpkg-parsechangelog -SVersion
+ version=0.9.9.ci20260301T115834-1
++ echo 0.9.9.ci20260301T115834-1
++ sed 's/-[^-]*$//'
+ uv=0.9.9.ci20260301T115834
++ dpkg --print-architecture
+ arch=amd64
+ orig=../obnam_0.9.9.ci20260301T115834.orig.tar.xz
+ deb=../obnam_0.9.9.ci20260301T115834-1_amd64.deb
+ changes=../obnam_0.9.9.ci20260301T115834-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
 dpkg-source --before-build .
 debian/rules clean
 dpkg-source -b .
 debian/rules build
   Compiling libc v0.2.177
   Compiling proc-macro2 v1.0.103
   Compiling unicode-ident v1.0.22
   Compiling quote v1.0.42
   Compiling cfg-if v1.0.4
   Compiling serde_core v1.0.228
   Compiling syn v2.0.110
   Compiling itoa v1.0.15
   Compiling typenum v1.19.0
   Compiling version_check v0.9.5
   Compiling generic-array v0.14.7
   Compiling memchr v2.7.6
   Compiling serde v1.0.228
   Compiling serde_derive v1.0.228
   Compiling getrandom v0.2.16
   Compiling getrandom v0.3.4
   Compiling once_cell v1.21.3
   Compiling rustix v1.1.2
   Compiling pin-project-lite v0.2.16
   Compiling bitflags v2.10.0
   Compiling rand_core v0.6.4
   Compiling zmij v1.0.18
   Compiling futures-core v0.3.31
   Compiling linux-raw-sys v0.11.0
   Compiling log v0.4.28
   Compiling crypto-common v0.1.7
   Compiling aho-corasick v1.1.4
   Compiling serde_json v1.0.149
   Compiling bytes v1.11.1
   Compiling subtle v2.6.1
   Compiling regex-syntax v0.8.8
   Compiling thiserror v2.0.17
   Compiling utf8parse v0.2.2
   Compiling anstyle-parse v0.2.7
   Compiling regex-automata v0.4.13
   Compiling http v1.4.0
   Compiling thiserror-impl v2.0.17
   Compiling ryu v1.0.20
   Compiling time-core v0.1.6
   Compiling num-conv v0.1.0
   Compiling powerfmt v0.2.0
   Compiling anstyle-query v1.1.5
   Compiling anstyle v1.0.13
   Compiling colorchoice v1.0.4
   Compiling is_terminal_polyfill v1.70.2
   Compiling smallvec v1.15.1
   Compiling anstream v0.6.21
   Compiling deranged v0.5.5
   Compiling time-macros v0.2.24
   Compiling http-body v1.0.1
   Compiling regex v1.12.2
   Compiling tokio-macros v2.6.0
   Compiling mio v1.1.0
   Compiling socket2 v0.6.2
   Compiling zeroize v1.8.2
   Compiling httparse v1.10.1
   Compiling hashbrown v0.16.0
   Compiling winnow v0.7.13
   Compiling semver v1.0.27
   Compiling equivalent v1.0.2
   Compiling pin-utils v0.1.0
   Compiling indexmap v2.12.0
   Compiling rustc_version v0.4.1
   Compiling toml_parser v1.0.4
   Compiling time v0.3.44
   Compiling tokio v1.49.0
   Compiling terminal_size v0.4.3
   Compiling tracing-core v0.1.36
   Compiling inout v0.1.4
   Compiling toml_datetime v0.7.3
   Compiling serde_spanned v1.0.3
   Compiling dirs-sys-next v0.1.2
   Compiling tower-service v0.3.3
   Compiling heck v0.5.0
   Compiling scopeguard v1.2.0
   Compiling fastrand v2.3.0
   Compiling clap_lex v0.7.6
   Compiling pkg-config v0.3.32
   Compiling vcpkg v0.2.15
   Compiling strsim v0.11.1
   Compiling toml_writer v1.0.4
   Compiling unsafe-libyaml-norway v0.2.15
   Compiling serde_norway v0.9.42
   Compiling toml v0.9.8
   Compiling clap_builder v4.5.51
   Compiling libsqlite3-sys v0.35.0
   Compiling git-testament-derive v0.2.1
   Compiling tempfile v3.23.0
   Compiling lock_api v0.4.14
   Compiling clap_derive v4.5.49
   Compiling directories-next v2.0.0
   Compiling cipher v0.4.4
   Compiling tracing v0.1.44
   Compiling heapless v0.7.17
   Compiling env_filter v0.1.4
   Compiling futures-channel v0.3.31
   Compiling percent-encoding v2.3.2
   Compiling mutants v0.0.3
   Compiling foldhash v0.1.5
   Compiling atomic-waker v1.1.2
   Compiling jiff v0.2.16
   Compiling byteorder v1.5.0
   Compiling sync_wrapper v1.0.2
   Compiling crc32fast v1.5.0
   Compiling cpufeatures v0.2.17
   Compiling futures-task v0.3.31
   Compiling tower-layer v0.3.3
   Compiling httpdate v1.0.3
   Compiling hyper v1.8.1
   Compiling futures-util v0.3.31
   Compiling hash32 v0.2.1
   Compiling env_logger v0.11.8
   Compiling hashbrown v0.15.5
   Compiling clingwrap v0.6.0
   Compiling form_urlencoded v1.2.2
   Compiling clap v4.5.51
   Compiling spin v0.9.8
   Compiling git-testament v0.2.6
   Compiling http-body-util v0.1.3
   Compiling universal-hash v0.5.1
   Compiling mime v0.3.17
   Compiling fiat-crypto v0.3.0
   Compiling opaque-debug v0.3.1
   Compiling stable_deref_trait v1.2.1
   Compiling simd-adler32 v0.3.8
   Compiling adler2 v2.0.1
   Compiling miniz_oxide v0.8.9
   Compiling polyval v0.6.2
   Compiling axum-core v0.5.6
   Compiling serde_urlencoded v0.7.1
   Compiling hashlink v0.10.0
   Compiling tower v0.5.3
   Compiling hyper-util v0.1.20
   Compiling aes v0.8.4
   Compiling ctr v0.9.2
   Compiling cobs v0.3.0
   Compiling ed25519-compact v2.2.0
   Compiling aead v0.5.2
   Compiling axum-macros v0.5.0
   Compiling orion v0.17.12
   Compiling serde_path_to_error v0.1.20
   Compiling ct-codecs v1.1.6
   Compiling matchit v0.8.4
   Compiling fallible-iterator v0.3.0
   Compiling fallible-streaming-iterator v0.1.9
   Compiling rusqlite v0.37.0
   Compiling pasetors v0.7.7
   Compiling axum v0.8.8
   Compiling aes-gcm-siv v0.11.1
   Compiling postcard v1.1.3
   Compiling flate2 v1.1.8
   Compiling uuid v1.20.0
   Compiling hostname v0.4.2
   Compiling obnam v0.10.0 (/ci/src/obnam)
   Compiling obnam-server v0.1.0 (/ci/src/obnam-server)
    Finished `release` profile [optimized] target(s) in 1m 09s
 debian/rules binary
  Installing obnam v0.10.0 (/ci/src/obnam)
   Compiling syn v2.0.110
   Compiling serde_core v1.0.228
   Compiling memchr v2.7.6
   Compiling serde_derive v1.0.228
   Compiling getrandom v0.3.4
   Compiling thiserror-impl v2.0.17
   Compiling aho-corasick v1.1.4
   Compiling serde v1.0.228
   Compiling regex-syntax v0.8.8
   Compiling regex-automata v0.4.13
   Compiling thiserror v2.0.17
   Compiling serde_json v1.0.149
   Compiling regex v1.12.2
   Compiling toml_datetime v0.7.3
   Compiling serde_spanned v1.0.3
   Compiling once_cell v1.21.3
   Compiling git-testament-derive v0.2.1
   Compiling tempfile v3.23.0
   Compiling env_filter v0.1.4
   Compiling clap_derive v4.5.49
   Compiling serde_norway v0.9.42
   Compiling heapless v0.7.17
   Compiling toml v0.9.8
   Compiling cobs v0.3.0
   Compiling smallvec v1.15.1
   Compiling clingwrap v0.6.0
   Compiling rusqlite v0.37.0
   Compiling env_logger v0.11.8
   Compiling postcard v1.1.3
   Compiling clap v4.5.51
   Compiling git-testament v0.2.6
   Compiling uuid v1.20.0
   Compiling obnam v0.10.0 (/ci/src/obnam)
    Finished `release` profile [optimized] target(s) in 26.67s
  Installing /ci/src/debian/obnam/usr/bin/obnam
   Installed package `obnam v0.10.0 (/ci/src/obnam)` (executable `obnam`)
warning: be sure to add `/ci/src/debian/obnam/usr/bin` to your PATH to be able to run the installed binaries
 dpkg-genbuildinfo -O../obnam_0.9.9.ci20260301T115834-1_amd64.buildinfo
 dpkg-genchanges -O../obnam_0.9.9.ci20260301T115834-1_amd64.changes
 dpkg-source --after-build .
+ ls -l ..
+ for x in ../*.deb
+ dpkg -c ../obnam-dbgsym_0.9.9.ci20260301T115834-1_amd64.deb
+ for x in ../*.deb
+ dpkg -c ../obnam_0.9.9.ci20260301T115834-1_amd64.deb
+ mv ../obnam-dbgsym_0.9.9.ci20260301T115834-1_amd64.deb ../obnam_0.9.9.ci20260301T115834-1.debian.tar.xz ../obnam_0.9.9.ci20260301T115834-1.dsc ../obnam_0.9.9.ci20260301T115834-1_amd64.buildinfo ../obnam_0.9.9.ci20260301T115834-1_amd64.changes ../obnam_0.9.9.ci20260301T115834-1_amd64.deb ../obnam_0.9.9.ci20260301T115834.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-03-01 12:00:14Z
After: 167.76 seconds
End action deb
At: 2026-03-01 12:00:14Z
After: 167.76 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-03-01 12:00:16Z
After: 169.82 seconds
End action tar_create
At: 2026-03-01 12:00:16Z
After: 169.82 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-03-01 12:00:16Z
After: 169.83 seconds
End action tar_create
At: 2026-03-01 12:00:16Z
After: 169.83 seconds
Hopefully all is good.
Plan succeeded
At: 2026-03-01 12:00:16Z
After: 169.83 seconds
Everything is fine.
Executor ends, success
At: 2026-03-01 12:00:20Z
After: 173.47 seconds
    exit: 0
    QEMU OK
    At: 2026-03-01 12:00:19Z
    After: 173.25 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-03-01 12:00:20Z
    After: 173.46 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "push",
      "repository": {
        "id": "rad:zbWNQYkQ4QKgdSQcd1tjaemv6d6x",
        "name": "obnam",
        "description": "Explore implementation of backup fundamentals",
        "private": false,
        "default_branch": "main",
        "delegates": [
          "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
        ]
      },
      "pusher": {
        "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
        "alias": "liw"
      },
      "before": "fc4069627952f4cc18ed58ac74b31d308d7c7558",
      "after": "fc4069627952f4cc18ed58ac74b31d308d7c7558",
      "branch": "main",
      "commits": [
        "fc4069627952f4cc18ed58ac74b31d308d7c7558",
        "65d366c96a4902399b5cb48b8f587822c7fb7df4"
      ]
    }

    Ambient stdout

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

    Ambient stderr

    <empty log>