Radicle repository id rad:zbWNQYkQ4QKgdSQcd1tjaemv6d6x
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
CargoFetch(
CargoFetch,
)cargo 1.93.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
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
Mkdir(
Mkdir {
pathname: "/ci",
},
)Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)+ ln -sf /ci /workspace
Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)+ git config --global user.name 'Ambient CI'
Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)+ git config --global user.email ambient@example.com
CargoClippy(
CargoClippy,
)cargo 1.93.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
Compiling libc v0.2.177
Compiling proc-macro2 v1.0.103
Compiling unicode-ident v1.0.22
Compiling quote v1.0.42
Compiling syn v2.0.110
Checking cfg-if v1.0.4
Compiling serde_core v1.0.228
Checking itoa v1.0.15
Checking memchr v2.7.6
Compiling serde v1.0.228
Compiling version_check v0.9.5
Compiling typenum v1.19.0
Compiling generic-array v0.14.7
Compiling rustix v1.1.2
Checking bitflags v2.10.0
Checking once_cell v1.21.3
Compiling getrandom v0.3.4
Compiling serde_derive v1.0.228
Compiling zmij v1.0.18
Checking linux-raw-sys v0.11.0
Checking log v0.4.28
Checking aho-corasick v1.1.4
Checking getrandom v0.2.16
Checking utf8parse v0.2.2
Compiling thiserror v2.0.17
Checking subtle v2.6.1
Compiling serde_json v1.0.149
Checking regex-syntax v0.8.8
Checking pin-project-lite v0.2.16
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 smallvec v1.15.1
Compiling powerfmt v0.2.0
Checking is_terminal_polyfill v1.70.2
Checking colorchoice v1.0.4
Checking anstyle-query v1.1.5
Checking anstyle v1.0.13
Checking futures-core v0.3.31
Compiling num-conv v0.1.0
Checking ryu v1.0.20
Compiling time-core v0.1.6
Compiling time-macros v0.2.24
Checking regex v1.12.2
Checking anstream v0.6.21
Compiling deranged v0.5.5
Checking crypto-common v0.1.7
Checking hashbrown v0.16.0
Checking zeroize v1.8.2
Checking equivalent v1.0.2
Checking bytes v1.11.1
Checking winnow v0.7.13
Checking http v1.4.0
Checking indexmap v2.12.0
Checking toml_parser v1.0.4
Compiling time v0.3.44
Checking terminal_size v0.4.3
Checking toml_datetime v0.7.3
Checking serde_spanned v1.0.3
Checking dirs-sys-next v0.1.2
Checking strsim v0.11.1
Checking unsafe-libyaml-norway v0.2.15
Checking clap_lex v0.7.6
Checking toml_writer v1.0.4
Compiling heck v0.5.0
Checking fastrand v2.3.0
Compiling clap_derive v4.5.49
Checking tempfile v3.23.0
Checking serde_norway v0.9.42
Checking toml v0.9.8
Checking clap_builder v4.5.51
Compiling git-testament-derive v0.2.1
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 httparse v1.10.1
Compiling semver v1.0.27
Compiling mutants v0.0.3
Checking pin-utils v0.1.0
Checking jiff v0.2.16
Checking clingwrap v0.6.0
Compiling rustc_version v0.4.1
Checking tokio v1.49.0
Checking clap v4.5.51
Checking git-testament v0.2.6
Checking env_logger v0.11.8
Checking inout v0.1.4
Checking tracing-core v0.1.36
Compiling vcpkg v0.2.15
Checking scopeguard v1.2.0
Compiling pkg-config v0.3.32
Checking tower-service v0.3.3
Checking lock_api v0.4.14
Compiling libsqlite3-sys v0.35.0
Checking tracing v0.1.44
Checking cipher v0.4.4
Compiling heapless v0.7.17
Checking futures-channel v0.3.31
Compiling crc32fast v1.5.0
Checking percent-encoding v2.3.2
Checking tower-layer v0.3.3
Checking httpdate v1.0.3
Checking cpufeatures v0.2.17
Checking byteorder v1.5.0
Checking foldhash v0.1.5
Checking futures-task v0.3.31
Checking atomic-waker v1.1.2
Checking sync_wrapper v1.0.2
Checking futures-util v0.3.31
Checking hyper v1.8.1
Checking hash32 v0.2.1
Checking hashbrown v0.15.5
Checking form_urlencoded v1.2.2
Checking spin v0.9.8
Checking http-body-util v0.1.3
Checking universal-hash v0.5.1
Checking mime v0.3.17
Checking fiat-crypto v0.3.0
Checking stable_deref_trait v1.2.1
Checking simd-adler32 v0.3.8
Checking opaque-debug v0.3.1
Checking adler2 v2.0.1
Checking miniz_oxide v0.8.9
Checking polyval v0.6.2
Checking axum-core v0.5.6
Checking serde_urlencoded v0.7.1
Checking tower v0.5.3
Checking hashlink v0.10.0
Checking hyper-util v0.1.20
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-iterator v0.3.0
Checking matchit v0.8.4
Checking fallible-streaming-iterator v0.1.9
Checking ct-codecs v1.1.6
Checking axum v0.8.8
Checking pasetors v0.7.7
Checking rusqlite v0.37.0
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.02s
CargoBuild(
CargoBuild,
)cargo 1.93.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
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 bitflags v2.10.0
Compiling once_cell v1.21.3
Compiling typenum v1.19.0
Compiling serde v1.0.228
Compiling num-conv v0.1.0
Compiling log v0.4.28
Compiling powerfmt v0.2.0
Compiling time-core v0.1.6
Compiling linux-raw-sys v0.11.0
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 pin-project-lite v0.2.16
Compiling utf8parse v0.2.2
Compiling regex-syntax v0.8.8
Compiling subtle v2.6.1
Compiling anstyle-parse v0.2.7
Compiling regex-automata v0.4.13
Compiling rand_core v0.6.4
Compiling zmij v1.0.18
Compiling anstyle-query v1.1.5
Compiling ryu v1.0.20
Compiling colorchoice v1.0.4
Compiling smallvec v1.15.1
Compiling is_terminal_polyfill v1.70.2
Compiling anstyle v1.0.13
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 zeroize v1.8.2
Compiling hashbrown v0.16.0
Compiling equivalent v1.0.2
Compiling winnow v0.7.13
Compiling bytes v1.11.1
Compiling http v1.4.0
Compiling toml_parser v1.0.4
Compiling indexmap v2.12.0
Compiling time v0.3.44
Compiling terminal_size v0.4.3
Compiling toml_datetime v0.7.3
Compiling serde_spanned v1.0.3
Compiling dirs-sys-next v0.1.2
Compiling clap_lex v0.7.6
Compiling toml_writer v1.0.4
Compiling fastrand v2.3.0
Compiling unsafe-libyaml-norway v0.2.15
Compiling strsim v0.11.1
Compiling clap_builder v4.5.51
Compiling serde_norway v0.9.42
Compiling tempfile v3.23.0
Compiling toml v0.9.8
Compiling git-testament-derive v0.2.1
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 git-testament v0.2.6
Compiling clap v4.5.51
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 tracing v0.1.44
Compiling cipher v0.4.4
Compiling httparse v1.10.1
Compiling futures-channel v0.3.31
Compiling tower-layer v0.3.3
Compiling sync_wrapper v1.0.2
Compiling httpdate v1.0.3
Compiling foldhash v0.1.5
Compiling cpufeatures v0.2.17
Compiling percent-encoding v2.3.2
Compiling futures-task v0.3.31
Compiling atomic-waker v1.1.2
Compiling byteorder v1.5.0
Compiling hyper v1.8.1
Compiling hash32 v0.2.1
Compiling futures-util v0.3.31
Compiling form_urlencoded v1.2.2
Compiling hashbrown v0.15.5
Compiling spin v0.9.8
Compiling http-body-util v0.1.3
Compiling universal-hash v0.5.1
Compiling opaque-debug v0.3.1
Compiling mime v0.3.17
Compiling adler2 v2.0.1
Compiling fiat-crypto v0.3.0
Compiling simd-adler32 v0.3.8
Compiling stable_deref_trait v1.2.1
Compiling heapless v0.7.17
Compiling miniz_oxide v0.8.9
Compiling axum-core v0.5.6
Compiling polyval v0.6.2
Compiling libsqlite3-sys v0.35.0
Compiling hashlink v0.10.0
Compiling crc32fast v1.5.0
Compiling tower v0.5.3
Compiling serde_urlencoded v0.7.1
Compiling hyper-util v0.1.20
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 fallible-iterator v0.3.0
Compiling fallible-streaming-iterator v0.1.9
Compiling ct-codecs v1.1.6
Compiling matchit v0.8.4
Compiling rusqlite v0.37.0
Compiling axum v0.8.8
Compiling pasetors v0.7.7
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.14s
CargoTest(
CargoTest,
)cargo 1.93.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
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_round_trip ... ok test chunk::test::label_display ... 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 cipher::test::aead_round_trip ... ok test client::test::generates_key ... ok test client::test::gets_correct_key ... ok test client::test::has_name ... 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_credential ... ok test credential::test::roundtrip_sop_method ... ok test plaintext::test::compressed ... ok test plaintext::test::uncompressed ... ok test sop::tests::cert_display ... ok test sop::tests::key_display ... ok test plaintext::test::compression_round_trip ... 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.83s 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
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
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
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",
},
)total 8 -rw-r--r-- 1 root root 177 Feb 22 09:59 CACHEDIR.TAG drwxr-xr-x 7 root root 4096 Feb 22 10:00 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/tmpd23x1248 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: 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: 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: 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: 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: 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: 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: 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 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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" OK, all scenarios finished successfully python3 test-server.py --log test-server.log srcdir /ci/src datadir /tmp/tmpcw5ly1wf scenario: Validates token via HTTP API 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 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" 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 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' 3932204 4 drwxr-xr-x 2 root root 4096 Feb 22 10:00 doc 3932207 4 -rw-r--r-- 1 root root 517 Feb 22 09:59 doc/glossary.md 3950522 24 -rw-r--r-- 1 root root 24568 Feb 22 10:00 doc/arch.html 3932208 16 -rw-r--r-- 1 root root 13627 Feb 22 09:59 doc/arch.md 3932209 4 -rw-r--r-- 1 root root 327 Feb 22 09:59 doc/Makefile 3950523 8 -rw-r--r-- 1 root root 4303 Feb 22 10:00 doc/glossary.html 3932205 4 -rw-r--r-- 1 root root 3885 Feb 22 09:59 doc/keys.svg 3932206 4 -rw-r--r-- 1 root root 540 Feb 22 09:59 doc/keys.pik
+ 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
Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)Deb(
Deb {
packages: Some(
".",
),
},
)PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin DEBFULLNAME=Lars Wirzenius CARGO_TARGET_DIR=/ci/cache/cargo-target PWD=/ci/src SYSTEMD_EXEC_PID=281 HOME=/root LANG=C.UTF-8 CARGO_HOME=/workspace/deps DEBEMAIL=liw@liw.fi INVOCATION_ID=3ef5004ca3324c84873cec97203e1ff6 SHLVL=2 JOURNAL_STREAM=8:14434 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.ci20260222T100022-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.ci20260222T100022.orig.tar.xz dpkg-source: info: building obnam in obnam_0.9.9.ci20260222T100022-1.debian.tar.xz dpkg-source: info: building obnam in obnam_0.9.9.ci20260222T100022-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.ci20260222T100022-1_amd64.deb'. dpkg-deb: building package 'obnam' in '../obnam_0.9.9.ci20260222T100022-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 Feb 22 10:00 artifacts drwxr-xr-x 3 root root 4096 Feb 22 09:59 cache drwxr-xr-x 3 root root 4096 Feb 22 09:59 deps -rw-r--r-- 1 root root 134864 Feb 22 10:02 obnam-dbgsym_0.9.9.ci20260222T100022-1_amd64.deb -rw-r--r-- 1 root root 1724 Feb 22 10:00 obnam_0.9.9.ci20260222T100022-1.debian.tar.xz -rw-r--r-- 1 root root 900 Feb 22 10:00 obnam_0.9.9.ci20260222T100022-1.dsc -rw-r--r-- 1 root root 5655 Feb 22 10:02 obnam_0.9.9.ci20260222T100022-1_amd64.buildinfo -rw-r--r-- 1 root root 2296 Feb 22 10:02 obnam_0.9.9.ci20260222T100022-1_amd64.changes -rw-r--r-- 1 root root 1043048 Feb 22 10:02 obnam_0.9.9.ci20260222T100022-1_amd64.deb -rw-r--r-- 1 root root 67148 Feb 22 10:00 obnam_0.9.9.ci20260222T100022.orig.tar.xz drwxr-xr-x 9 root root 4096 Feb 22 10:00 src drwxr-xr-x root/root 0 2026-02-22 10:00 ./ drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/ drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/lib/ drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/lib/debug/ drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/lib/debug/.build-id/45/ -rw-r--r-- root/root 738104 2026-02-22 10:00 ./usr/lib/debug/.build-id/45/08a2314628f8ae55cda5b753e097060178b052.debug drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/share/ drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/share/doc/ lrwxrwxrwx root/root 0 2026-02-22 10:00 ./usr/share/doc/obnam-dbgsym -> obnam drwxr-xr-x root/root 0 2026-02-22 10:00 ./ drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/ drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/bin/ -rwxr-xr-x root/root 3343064 2026-02-22 10:00 ./usr/bin/obnam drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/share/ drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/share/doc/ drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/share/doc/obnam/ -rw-r--r-- root/root 206 2026-02-22 10:00 ./usr/share/doc/obnam/changelog.Debian.gz -rw-r--r-- root/root 371 2026-02-22 09:59 ./usr/share/doc/obnam/copyright drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/share/lintian/ drwxr-xr-x root/root 0 2026-02-22 10:00 ./usr/share/lintian/overrides/ -rw-r--r-- root/root 48 2026-02-22 09:59 ./usr/share/lintian/overrides/obnam
+ 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.ci20260222T100022-1
++ echo 0.9.9.ci20260222T100022-1
++ sed 's/-[^-]*$//'
+ uv=0.9.9.ci20260222T100022
++ dpkg --print-architecture
+ arch=amd64
+ orig=../obnam_0.9.9.ci20260222T100022.orig.tar.xz
+ deb=../obnam_0.9.9.ci20260222T100022-1_amd64.deb
+ changes=../obnam_0.9.9.ci20260222T100022-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 version_check v0.9.5
Compiling typenum v1.19.0
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 once_cell v1.21.3
Compiling rustix v1.1.2
Compiling bitflags v2.10.0
Compiling getrandom v0.3.4
Compiling pin-project-lite v0.2.16
Compiling rand_core v0.6.4
Compiling futures-core v0.3.31
Compiling linux-raw-sys v0.11.0
Compiling zmij v1.0.18
Compiling log v0.4.28
Compiling crypto-common v0.1.7
Compiling aho-corasick v1.1.4
Compiling serde_json v1.0.149
Compiling regex-syntax v0.8.8
Compiling bytes v1.11.1
Compiling utf8parse v0.2.2
Compiling subtle v2.6.1
Compiling thiserror v2.0.17
Compiling anstyle-parse v0.2.7
Compiling http v1.4.0
Compiling regex-automata v0.4.13
Compiling thiserror-impl v2.0.17
Compiling is_terminal_polyfill v1.70.2
Compiling anstyle v1.0.13
Compiling time-core v0.1.6
Compiling powerfmt v0.2.0
Compiling ryu v1.0.20
Compiling colorchoice v1.0.4
Compiling anstyle-query v1.1.5
Compiling num-conv v0.1.0
Compiling smallvec v1.15.1
Compiling time-macros v0.2.24
Compiling anstream v0.6.21
Compiling deranged v0.5.5
Compiling regex v1.12.2
Compiling http-body v1.0.1
Compiling tokio-macros v2.6.0
Compiling socket2 v0.6.2
Compiling mio v1.1.0
Compiling semver v1.0.27
Compiling hashbrown v0.16.0
Compiling pin-utils v0.1.0
Compiling httparse v1.10.1
Compiling zeroize v1.8.2
Compiling winnow v0.7.13
Compiling equivalent v1.0.2
Compiling indexmap v2.12.0
Compiling time v0.3.44
Compiling toml_parser v1.0.4
Compiling rustc_version v0.4.1
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 pkg-config v0.3.32
Compiling fastrand v2.3.0
Compiling toml_writer v1.0.4
Compiling clap_lex v0.7.6
Compiling strsim v0.11.1
Compiling tower-service v0.3.3
Compiling vcpkg v0.2.15
Compiling heck v0.5.0
Compiling unsafe-libyaml-norway v0.2.15
Compiling scopeguard v1.2.0
Compiling lock_api v0.4.14
Compiling serde_norway v0.9.42
Compiling clap_derive v4.5.49
Compiling libsqlite3-sys v0.35.0
Compiling clap_builder v4.5.51
Compiling toml v0.9.8
Compiling git-testament-derive v0.2.1
Compiling tempfile v3.23.0
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 foldhash v0.1.5
Compiling crc32fast v1.5.0
Compiling httpdate v1.0.3
Compiling futures-task v0.3.31
Compiling jiff v0.2.16
Compiling cpufeatures v0.2.17
Compiling tower-layer v0.3.3
Compiling mutants v0.0.3
Compiling percent-encoding v2.3.2
Compiling atomic-waker v1.1.2
Compiling sync_wrapper v1.0.2
Compiling byteorder v1.5.0
Compiling hash32 v0.2.1
Compiling hyper v1.8.1
Compiling env_logger v0.11.8
Compiling form_urlencoded v1.2.2
Compiling clingwrap v0.6.0
Compiling futures-util v0.3.31
Compiling hashbrown v0.15.5
Compiling git-testament v0.2.6
Compiling clap v4.5.51
Compiling spin v0.9.8
Compiling http-body-util v0.1.3
Compiling universal-hash v0.5.1
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 mime v0.3.17
Compiling adler2 v2.0.1
Compiling miniz_oxide v0.8.9
Compiling axum-core v0.5.6
Compiling polyval v0.6.2
Compiling hashlink v0.10.0
Compiling tower v0.5.3
Compiling serde_urlencoded v0.7.1
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 fallible-streaming-iterator v0.1.9
Compiling matchit v0.8.4
Compiling fallible-iterator v0.3.0
Compiling rusqlite v0.37.0
Compiling axum v0.8.8
Compiling pasetors v0.7.7
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 tempfile v3.23.0
Compiling serde_norway v0.9.42
Compiling toml v0.9.8
Compiling heapless v0.7.17
Compiling env_filter v0.1.4
Compiling git-testament-derive v0.2.1
Compiling clap_derive v4.5.49
Compiling cobs v0.3.0
Compiling smallvec v1.15.1
Compiling env_logger v0.11.8
Compiling rusqlite v0.37.0
Compiling clingwrap v0.6.0
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 25.26s
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.ci20260222T100022-1_amd64.buildinfo
dpkg-genchanges -O../obnam_0.9.9.ci20260222T100022-1_amd64.changes
dpkg-source --after-build .
+ ls -l ..
+ for x in ../*.deb
+ dpkg -c ../obnam-dbgsym_0.9.9.ci20260222T100022-1_amd64.deb
+ for x in ../*.deb
+ dpkg -c ../obnam_0.9.9.ci20260222T100022-1_amd64.deb
+ mv ../obnam-dbgsym_0.9.9.ci20260222T100022-1_amd64.deb ../obnam_0.9.9.ci20260222T100022-1.debian.tar.xz ../obnam_0.9.9.ci20260222T100022-1.dsc ../obnam_0.9.9.ci20260222T100022-1_amd64.buildinfo ../obnam_0.9.9.ci20260222T100022-1_amd64.changes ../obnam_0.9.9.ci20260222T100022-1_amd64.deb ../obnam_0.9.9.ci20260222T100022.orig.tar.xz /ci/artifacts/.
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
){
"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": "85b06950c42e6d81a5d31d5fa82319860d9e0487",
"after": "85b06950c42e6d81a5d31d5fa82319860d9e0487",
"branch": "main",
"commits": [
"85b06950c42e6d81a5d31d5fa82319860d9e0487",
"7b9723b32bf3fa86c850482af11bb5ab827c5d2b"
]
}deprecated: the `cpus` field is replaced by `qemu.cpus` deprecated: the `memory` field is replaced by `qemu.memory` run CI for rad:zbWNQYkQ4QKgdSQcd1tjaemv6d6x
<empty log>