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.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
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 doc/*.html /workspace/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.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
Compiling getrandom v0.3.4
Checking regex-syntax v0.8.8
Compiling zmij v1.0.18
Compiling serde_json v1.0.149
Checking regex-automata v0.4.13
Checking tempfile v3.23.0
Checking clingwrap v0.6.0
Checking powerfmt v0.2.0
Checking deranged v0.5.5
Checking regex v1.12.2
Checking simd-adler32 v0.3.8
Checking env_filter v0.1.4
Checking fiat-crypto v0.3.0
Checking env_logger v0.11.8
Checking time-core v0.1.6
Checking num-conv v0.1.0
Checking time v0.3.44
Checking miniz_oxide v0.8.9
Checking ed25519-compact v2.2.0
Checking ct-codecs v1.1.6
Checking flate2 v1.1.8
Checking uuid v1.20.0
Checking hostname v0.4.2
Checking obnam v0.10.0 (/ci/src/obnam)
Checking orion v0.17.12
Checking pasetors v0.7.7
Checking obnam-server v0.1.0 (/ci/src/obnam-server)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s
CargoBuild(
CargoBuild,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
Compiling time-core v0.1.6
Compiling powerfmt v0.2.0
Compiling num-conv v0.1.0
Compiling deranged v0.5.5
Compiling getrandom v0.3.4
Compiling regex-syntax v0.8.8
Compiling zmij v1.0.18
Compiling time-macros v0.2.24
Compiling regex-automata v0.4.13
Compiling time v0.3.44
Compiling serde_json v1.0.149
Compiling regex v1.12.2
Compiling tempfile v3.23.0
Compiling git-testament-derive v0.2.1
Compiling env_filter v0.1.4
Compiling clingwrap v0.6.0
Compiling git-testament v0.2.6
Compiling env_logger v0.11.8
Compiling simd-adler32 v0.3.8
Compiling fiat-crypto v0.3.0
Compiling miniz_oxide v0.8.9
Compiling ed25519-compact v2.2.0
Compiling ct-codecs v1.1.6
Compiling flate2 v1.1.8
Compiling uuid v1.20.0
Compiling hostname v0.4.2
Compiling obnam v0.10.0 (/ci/src/obnam)
Compiling orion v0.17.12
Compiling pasetors v0.7.7
Compiling obnam-server v0.1.0 (/ci/src/obnam-server)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.93s
CargoTest(
CargoTest,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
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::sets_old_versions ... ok test client::test::serialiazion_round_trip ... 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::compression_round_trip ... ok test plaintext::test::compressed ... 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.71s 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.23s 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.07s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/obnam-53b763955181d8c5)
Running unittests src/bin/obnam.rs (/ci/cache/cargo-target/debug/deps/obnam-1902f3b298e056fd)
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/obnam_server-042a605915bdfebe)
Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/obnam_server-d16c6a6d671db7bb)
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 doc/*.html /workspace/artifacts\n",
},
)total 16 -rw-r--r-- 1 root root 177 Jan 15 06:14 CACHEDIR.TAG drwxr-xr-x 7 root root 4096 Feb 8 08:38 debug drwxr-xr-x 7 root root 4096 Feb 5 16:21 doc drwxr-xr-x 7 root root 4096 Feb 5 16:21 release subplot docgen obnam/obnam.subplot --output obnam.html subplot codegen obnam/obnam.subplot --output test.py rm -f test.log python3 test.py --log test.log srcdir /ci/src datadir /tmp/tmp1bt7hoc_ 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: 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: 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: 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: 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 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: 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: 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: 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: 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: 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: 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: 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 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: 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: 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: 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: 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: 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: 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: 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: 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: 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" 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' 1441831 4 drwxr-xr-x 2 root root 4096 Feb 8 08:39 doc 1441835 16 -rw-r--r-- 1 root root 13627 Feb 8 08:38 doc/arch.md 1462499 24 -rw-r--r-- 1 root root 24568 Feb 8 08:39 doc/arch.html 1441834 4 -rw-r--r-- 1 root root 517 Feb 8 08:38 doc/glossary.md 1441836 4 -rw-r--r-- 1 root root 327 Feb 8 08:38 doc/Makefile 1441832 4 -rw-r--r-- 1 root root 3885 Feb 8 08:38 doc/keys.svg 1441833 4 -rw-r--r-- 1 root root 540 Feb 8 08:38 doc/keys.pik 1462500 8 -rw-r--r-- 1 root root 4303 Feb 8 08:39 doc/glossary.html
+ 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
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.58s
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 doc/arch.html doc/glossary.html /workspace/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=83fb987803124128a0af50315bd02d93 SHLVL=2 JOURNAL_STREAM=8:14581 PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin OLDPWD=/ _=/bin/env /root/.cargo/bin/cargo /root/.cargo/bin/rustc cargo 1.93.0 (083ac5135 2025-12-15) rustc 1.93.0 (254b59607 2026-01-19) dpkg-buildpackage: info: source package obnam dpkg-buildpackage: info: source version 0.9.9.ci20260208T083905-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.ci20260208T083905.orig.tar.xz dpkg-source: info: building obnam in obnam_0.9.9.ci20260208T083905-1.debian.tar.xz dpkg-source: info: building obnam in obnam_0.9.9.ci20260208T083905-1.dsc dh build dh_update_autotools_config dh_autoreconf dh_auto_configure debian/rules override_dh_auto_build make[1]: Entering directory '/ci/src' true make[1]: Leaving directory '/ci/src' debian/rules override_dh_auto_test make[1]: Entering directory '/ci/src' echo tests are disabled, for now tests are disabled, for now make[1]: Leaving directory '/ci/src' create-stamp debian/debhelper-build-stamp dh binary dh_testroot dh_prep debian/rules override_dh_auto_install make[1]: Entering directory '/ci/src' cargo install --offline --locked --path=. --root=debian/obnam/usr make[1]: Leaving directory '/ci/src'
+ 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.ci20260208T083905-1 ++ echo 0.9.9.ci20260208T083905-1 ++ sed 's/-[^-]*$//' + uv=0.9.9.ci20260208T083905 ++ dpkg --print-architecture + arch=amd64 + orig=../obnam_0.9.9.ci20260208T083905.orig.tar.xz + deb=../obnam_0.9.9.ci20260208T083905-1_amd64.deb + changes=../obnam_0.9.9.ci20260208T083905-1_amd64.changes + git archive HEAD + xz + dpkg-buildpackage -us -uc dpkg-source --before-build . debian/rules clean dpkg-source -b . debian/rules build debian/rules binary error: found a virtual manifest at `/ci/src/Cargo.toml` instead of a package manifest make[1]: *** [debian/rules:10: override_dh_auto_install] Error 101 make: *** [debian/rules:4: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
{
"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": "ba396782a92e49685fc60d0edee68d777c334d06",
"after": "ba396782a92e49685fc60d0edee68d777c334d06",
"branch": "main",
"commits": [
"ba396782a92e49685fc60d0edee68d777c334d06",
"33c74170d3ef73ba6bd3077a48896e4eb1b6ab0a",
"0e1091935965f305aff3243d7227cfd9aa13f0aa",
"536722dc3084dea9cd65fdf9824ab8150a5441c5",
"4e94557d0058bd102f2ca37934bc0c8cdfbfb3be",
"29caa9a4cd899b2f84030585551804e796fce900",
"f4cbd174be35916f481cc09188c7b88100bf9f88",
"c22c008820458745852ef67e4cb7697b6afac328",
"026ab794d39b73ea88b99662619e30f9b840c340",
"d44bc81e4461cdca5a5ad2bd0a48cbf9424bbb68",
"8f09c40c0fa9cbeb49a8162707e41ce253c1d047",
"7cde2b9854deea4a7996848e3cca1c91c53286ab",
"3f86c6e20bcaec63d5a130c5253793387fabd13a",
"66520eef6878593bf5a6b9a2f60ed21bbdcb6b6d",
"19f86a1e7b60b699ded7d371391582a5ea8eecba",
"da98fac8fb6f8daaa3e239f8b42f92361409f483",
"c799c2db506bac33e66f13f6c6de84d6edeacc07",
"a8cb69c910c5bb29cae859926a04fc48a5d92602",
"63b534d937355fd7f86d5f8522487562f5ac702e",
"39a83153a7d4d0781680b9c030d0f16df4f20434"
]
}deprecated: the `cpus` field is replaced by `qemu.cpus` deprecated: the `memory` field is replaced by `qemu.memory` run CI for rad:zbWNQYkQ4QKgdSQcd1tjaemv6d6x ERROR: CI run failed inside QEMU
<empty log>