Radicle repository id rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit
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)
Updating crates.io index Downloading crates ... Downloaded windows-link v0.2.1 Downloaded itoa v1.0.15 Downloaded utf8parse v0.2.2 Downloaded heck v0.5.0 Downloaded clap_lex v0.7.6 Downloaded clap_derive v4.5.49 Downloaded getrandom v0.2.16 Downloaded clap v4.5.51 Downloaded unsafe-libyaml-norway v0.2.15 Downloaded indexmap v2.12.0 Downloaded zerocopy-derive v0.8.27 Downloaded jiff-static v0.2.15 Downloaded hashbrown v0.16.0 Downloaded aho-corasick v1.1.4 Downloaded clap_builder v4.5.51 Downloaded portable-atomic v1.11.1 Downloaded winnow v0.7.13 Downloaded zerocopy v0.8.27 Downloaded syn v2.0.108 Downloaded regex v1.12.2 Downloaded serde_json v1.0.145 Downloaded wasip2 v1.0.1+wasi-0.2.4 Downloaded rand v0.8.5 Downloaded memchr v2.7.6 Downloaded regex-syntax v0.8.8 Downloaded serde v1.0.228 Downloaded serde_norway v0.9.42 Downloaded rustix v1.1.2 Downloaded serde_derive v1.0.228 Downloaded wit-bindgen v0.46.0 Downloaded getrandom v0.3.4 Downloaded toml v0.9.8 Downloaded log v0.4.28 Downloaded r-efi v5.3.0 Downloaded serde_core v1.0.228 Downloaded bitflags v2.10.0 Downloaded toml_parser v1.0.4 Downloaded regex-automata v0.4.13 Downloaded clingwrap v0.5.0 Downloaded anstyle-parse v0.2.7 Downloaded portable-atomic-util v0.2.4 Downloaded env_logger v0.11.8 Downloaded ppv-lite86 v0.2.21 Downloaded wasi v0.11.1+wasi-snapshot-preview1 Downloaded windows_aarch64_gnullvm v0.53.1 Downloaded jiff v0.2.15 Downloaded rand_core v0.6.4 Downloaded libc v0.2.177 Downloaded windows_x86_64_gnullvm v0.53.1 Downloaded windows_aarch64_msvc v0.53.1 Downloaded windows_x86_64_msvc v0.53.1 Downloaded windows_i686_gnullvm v0.53.1 Downloaded windows_x86_64_gnu v0.53.1 Downloaded windows_i686_msvc v0.53.1 Downloaded ryu v1.0.20 Downloaded once_cell v1.21.3 Downloaded windows_i686_gnu v0.53.1 Downloaded tempfile v3.23.0 Downloaded strsim v0.11.1 Downloaded terminal_size v0.4.3 Downloaded passwords v3.1.16 Downloaded equivalent v1.0.2 Downloaded serde_spanned v1.0.3 Downloaded toml_datetime v0.7.3 Downloaded toml_writer v1.0.4 Downloaded libredox v0.1.10 Downloaded thiserror-impl v1.0.69 Downloaded thiserror v1.0.69 Downloaded winapi v0.3.9 Downloaded anstyle-query v1.1.4 Downloaded once_cell_polyfill v1.70.2 Downloaded anstyle-wincon v3.0.10 Downloaded colorchoice v1.0.4 Downloaded is_terminal_polyfill v1.70.2 Downloaded anstream v0.6.21 Downloaded anstyle v1.0.13 Downloaded rand_chacha v0.3.1 Downloaded cfg-if v1.0.4 Downloaded proc-macro2 v1.0.103 Downloaded unicode-ident v1.0.22 Downloaded redox_users v0.4.6 Downloaded dirs-sys-next v0.1.2 Downloaded directories-next v2.0.0 Downloaded windows-targets v0.53.5 Downloaded env_filter v0.1.4 Downloaded proc-macro-hack v0.5.20+deprecated Downloaded random-number-macro-impl v0.1.8 Downloaded random-pick v1.2.16 Downloaded fastrand v2.3.0 Downloaded thiserror-impl v2.0.17 Downloaded thiserror v2.0.17 Downloaded random-number v0.1.9 Downloaded quote v1.0.41 Downloaded errno v0.3.14 Downloaded windows-sys v0.61.2 Downloaded windows-sys v0.60.2 Downloaded linux-raw-sys v0.11.0 Downloaded winapi-i686-pc-windows-gnu v0.4.0 Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
steps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /ci/src
- action: tar_extract
archive: /dev/vdf
directory: /ci/deps
- action: tar_extract
archive: /dev/vde
directory: /ci/cache
- action: shell
shell: ln -sf /ci /workspace
- action: shell
shell: git config --global user.name 'Ambient CI'
- action: shell
shell: git config --global user.email ambient@example.com
- action: cargo_fmt
- action: cargo_clippy
- action: cargo_build
- action: shell
shell: |
make sopass.html
mv sopass.html /workspace/artifacts/sopass.html
- action: shell
shell: |
export HOME=/root
export PATH="/root/.cargo/bin:/bin:/sbin"
export SOPASS_LOG=trace
export CARGO_TARGET_DIR=/workspace/cache
export CARGO_HOME=/workspace/deps
make OFFLINE="--offline --locked"
git clean -fdx
- action: custom
name: dch
args:
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
CargoFmt(
CargoFmt,
)cargo 1.93.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
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 proc-macro2 v1.0.103
Compiling quote v1.0.41
Compiling unicode-ident v1.0.22
Compiling libc v0.2.177
Compiling syn v2.0.108
Checking cfg-if v1.0.4
Compiling serde_core v1.0.228
Compiling zerocopy v0.8.27
Checking memchr v2.7.6
Compiling rustix v1.1.2
Checking getrandom v0.2.16
Checking bitflags v2.10.0
Compiling proc-macro-hack v0.5.20+deprecated
Checking linux-raw-sys v0.11.0
Checking ppv-lite86 v0.2.21
Checking rand_core v0.6.4
Checking utf8parse v0.2.2
Checking anstyle-parse v0.2.7
Checking rand_chacha v0.3.1
Checking aho-corasick v1.1.4
Checking colorchoice v1.0.4
Checking is_terminal_polyfill v1.70.2
Compiling getrandom v0.3.4
Checking regex-syntax v0.8.8
Compiling serde v1.0.228
Checking anstyle-query v1.1.4
Checking anstyle v1.0.13
Checking anstream v0.6.21
Checking regex-automata v0.4.13
Compiling random-number-macro-impl v0.1.8
Checking rand v0.8.5
Compiling serde_derive v1.0.228
Checking equivalent v1.0.2
Compiling thiserror v2.0.17
Checking ryu v1.0.20
Checking itoa v1.0.15
Checking winnow v0.7.13
Compiling serde_json v1.0.145
Checking hashbrown v0.16.0
Checking indexmap v2.12.0
Checking toml_parser v1.0.4
Checking regex v1.12.2
Checking random-number v0.1.9
Checking terminal_size v0.4.3
Compiling thiserror-impl v2.0.17
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 toml_writer v1.0.4
Checking once_cell v1.21.3
Compiling heck v0.5.0
Checking unsafe-libyaml-norway v0.2.15
Checking fastrand v2.3.0
Checking clap_lex v0.7.6
Checking log v0.4.28
Checking env_filter v0.1.4
Checking serde_norway v0.9.42
Checking clap_builder v4.5.51
Checking tempfile v3.23.0
Compiling clap_derive v4.5.49
Checking toml v0.9.8
Checking directories-next v2.0.0
Checking random-pick v1.2.16
Checking jiff v0.2.15
Checking clingwrap v0.5.0
Checking clap v4.5.51
Checking passwords v3.1.16
Checking env_logger v0.11.8
Checking sopass v0.6.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.24s
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 serde_core v1.0.228
Compiling memchr v2.7.6
Compiling getrandom v0.2.16
Compiling zerocopy v0.8.27
Compiling linux-raw-sys v0.11.0
Compiling bitflags v2.10.0
Compiling rustix v1.1.2
Compiling ppv-lite86 v0.2.21
Compiling rand_core v0.6.4
Compiling utf8parse v0.2.2
Compiling anstyle-parse v0.2.7
Compiling rand_chacha v0.3.1
Compiling aho-corasick v1.1.4
Compiling regex-syntax v0.8.8
Compiling colorchoice v1.0.4
Compiling anstyle v1.0.13
Compiling anstyle-query v1.1.4
Compiling is_terminal_polyfill v1.70.2
Compiling regex-automata v0.4.13
Compiling anstream v0.6.21
Compiling rand v0.8.5
Compiling itoa v1.0.15
Compiling equivalent v1.0.2
Compiling winnow v0.7.13
Compiling ryu v1.0.20
Compiling hashbrown v0.16.0
Compiling indexmap v2.12.0
Compiling toml_parser v1.0.4
Compiling regex v1.12.2
Compiling serde v1.0.228
Compiling random-number v0.1.9
Compiling getrandom v0.3.4
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 fastrand v2.3.0
Compiling toml_writer v1.0.4
Compiling unsafe-libyaml-norway v0.2.15
Compiling once_cell v1.21.3
Compiling log v0.4.28
Compiling strsim v0.11.1
Compiling clap_lex v0.7.6
Compiling serde_norway v0.9.42
Compiling clap_builder v4.5.51
Compiling env_filter v0.1.4
Compiling tempfile v3.23.0
Compiling toml v0.9.8
Compiling thiserror v2.0.17
Compiling directories-next v2.0.0
Compiling random-pick v1.2.16
Compiling serde_json v1.0.145
Compiling jiff v0.2.15
Compiling clingwrap v0.5.0
Compiling passwords v3.1.16
Compiling clap v4.5.51
Compiling env_logger v0.11.8
Compiling sopass v0.6.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.15s
Shell(
Shell {
shell: "make sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n",
},
)subplot docgen sopass.subplot -o sopass.html
+ make sopass.html INFO Starting Subplot INFO Subplot finished successfully + mv sopass.html /workspace/artifacts/sopass.html
Shell(
Shell {
shell: "export HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\nexport SOPASS_LOG=trace\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\n\nmake OFFLINE=\"--offline --locked\"\ngit clean -fdx\n",
},
)subplot docgen sopass.subplot -o sopass.html cargo clippy --offline --locked --all-targets -- -Dwarnings cargo build --offline --locked --all-targets cargo test --offline --locked --all-targets running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s cargo test --offline --locked --doc running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s cargo doc --offline --locked --no-deps rm -f test.py test.log subplot codegen sopass.subplot -o test.py SOPASS_LOG=trace python3 test.py --log test.log srcdir /ci/src datadir /tmp/tmpb3zv7r79 scenario: Showing value that does not exist fails step 1: given an installed sopass bindir /workspace/cache/debug step 2: given file .config/sopass/sopass.yml from config.yaml step 3: given file my.key step 4: when I run sopass init --name primary --key my.key step 5: when I try to run sopass value show foo step 6: then command fails step 7: then stderr contains "foo" step 8: then stdout is exactly "" scenario: Rejects unknown field in configuration file step 1: given an installed sopass bindir /workspace/cache/debug step 2: given file unknown.yaml step 3: when I try to run sopass --config unknown.yaml config step 4: then command fails step 5: then stderr contains "unknown" scenario: Initializes the password store step 1: given an installed sopass bindir /workspace/cache/debug step 2: given file .config/sopass/sopass.yml from config.yaml step 3: given file my.key step 4: then directory xyzzy does not exist step 5: when I run sopass init --name primary --key my.key step 6: then file my.store/values.sopass exists scenario: Renames values step 1: given an installed sopass bindir /workspace/cache/debug step 2: given file .config/sopass/sopass.yml from config.yaml step 3: given file my.key step 4: when I run sopass init --name primary --key my.key step 5: given file value.dat step 6: when I run sopass value add foo --file value.dat step 7: when I run sopass value add foobar --file value.dat step 8: when I try to run sopass value rename ghost yo step 9: then command fails step 10: then stderr contains "ghost" step 11: when I try to run sopass value rename foo foobar step 12: then command fails step 13: then stderr contains "foobar" step 14: when I run sopass value rename foo yo step 15: when I run sopass value list step 16: then stdout is exactly "foobar\nyo\n" scenario: Manages certificates step 1: given an installed sopass bindir /workspace/cache/debug step 2: given file .config/sopass/sopass.yml from config.yaml step 3: given file my.key step 4: given file other.key step 5: given file other.cert step 6: when I run sopass init --name primary --key my.key step 7: when I run sopass cert list step 8: then stdout is exactly "primary\n" step 9: when I run sopass cert add --name secondary --cert other.cert step 10: when I run sopass cert list step 11: then stdout contains "primary" step 12: then stdout contains "secondary" step 13: when I run mv other.key my.store/default.key step 14: when I run rm my.key step 15: when I run sopass cert list step 16: then stdout contains "primary" step 17: then stdout contains "secondary" step 18: when I run sopass cert remove primary step 19: when I run sopass cert list step 20: then stdout doesn't contain "primary" step 21: then stdout contains "secondary" step 22: when I try to run sopass cert remove secondary step 23: then command fails step 24: then stderr contains "secondary" step 25: when I run sopass cert list step 26: then stdout contains "secondary" scenario: Exports store to file step 1: given an installed sopass bindir /workspace/cache/debug step 2: given file .config/sopass/sopass.yml from config.yaml step 3: given file my.key step 4: when I run sopass init --name primary --key my.key step 5: given file value.dat step 6: when I run sopass value add foo --file value.dat step 7: when I run sopass export store.json step 8: when I run cat store.json step 9: then file store.json contains ""certs":" step 10: then file store.json contains ""primary":" step 11: then file store.json contains ""kv":" step 12: then file store.json contains ""foo":" scenario: Imports from a file step 1: given an installed sopass bindir /workspace/cache/debug step 2: given file .config/sopass/sopass.yml from config.yaml step 3: given file my.key step 4: given file value.dat step 5: given file yo.dat step 6: when I run sopass init --name primary --key my.key step 7: when I run sopass value add foo --file value.dat step 8: when I run sopass value add bar --file value.dat step 9: when I run sopass value add yo --file value.dat step 10: when I run sopass export store.json step 11: when I run sopass --store new init --name primary --key my.key step 12: when I run sopass --store new value add foo --file yo.dat step 13: when I run sopass --store new value add bar --file yo.dat step 14: when I run sopass --store new import store.json step 15: when I run sopass --store new value list step 16: then stdout contains "foo" step 17: then stdout contains "bar" step 18: then stdout contains "yo" step 19: when I run sopass --store new value show foo step 20: then stdout is exactly "bar\n" step 21: when I run sopass --store new value show bar step 22: then stdout is exactly "bar\n" step 23: when I run sopass --store new value show yo step 24: then stdout is exactly "bar\n" scenario: Loads specified configuration file step 1: given an installed sopass bindir /workspace/cache/debug step 2: when I try to run sopass --config custom.yaml config step 3: then command fails step 4: then stderr contains "custom.yaml" step 5: given file custom.yaml step 6: when I run sopass --config custom.yaml config step 7: then stdout contains ""sop": "soppy"" scenario: Generates a password step 1: given an installed sopass bindir /workspace/cache/debug step 2: given file .config/sopass/sopass.yml from config.yaml step 3: given file my.key step 4: when I run sopass init --name primary --key my.key step 5: when I run sopass value generate foo step 6: when I run sopass value list step 7: then stdout is exactly "foo\n" step 8: when I run sopass value show foo step 9: then stdout isn't exactly "" scenario: Loads default configuration file step 1: given an installed sopass bindir /workspace/cache/debug step 2: given file .config/sopass/sopass.yml from default.yaml step 3: when I run env HOME=. sopass config step 4: then stdout contains ""store": "/over/the/rainbow"" scenario: Reports its version step 1: given an installed sopass bindir /workspace/cache/debug step 2: given file .config/sopass/sopass.yml from config.yaml step 3: when I run sopass --version step 4: then stdout matches regex ^sopass \\d+\\.\\d+\\.\\d+$ step 5: when I run sopass version step 6: then stdout matches regex ^sopass \\d+\\.\\d+\\.\\d+$ scenario: Reports a default configuration step 1: given an installed sopass bindir /workspace/cache/debug step 2: when I run sopass config step 3: then stdout contains ""store": "/" step 4: then stdout contains ""sop": "" step 5: then stdout contains ""key_file": "" step 6: then file .config/sopass/sopass.yml does not exist scenario: Manages values step 1: given an installed sopass bindir /workspace/cache/debug step 2: given file .config/sopass/sopass.yml from config.yaml step 3: given file my.key step 4: when I run sopass init --name primary --key my.key step 5: when I run sopass value list step 6: then stdout is exactly "" step 7: given file value.dat step 8: when I run sopass value add foo --file value.dat step 9: when I run sopass value list step 10: then stdout is exactly "foo\n" step 11: when I run sopass value show foo step 12: then stdout is exactly "bar\n" step 13: when I run sopass value remove foo step 14: then stdout is exactly "" step 15: given file add-stdin.sh step 16: when I run sh add-stdin.sh step 17: when I run sopass value list step 18: then stdout is exactly "foo\n" step 19: when I run sopass value show foo step 20: then stdout is exactly "bar\n" step 21: when I run sopass value remove foo step 22: then stdout is exactly "" OK, all scenarios finished successfully rm -f test.py test.log Removing sopass.html
+ export HOME=/root
+ HOME=/root
+ export PATH=/root/.cargo/bin:/bin:/sbin
+ PATH=/root/.cargo/bin:/bin:/sbin
+ export SOPASS_LOG=trace
+ SOPASS_LOG=trace
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ make 'OFFLINE=--offline --locked'
INFO Starting Subplot
INFO Subplot finished successfully
Compiling proc-macro2 v1.0.103
Compiling quote v1.0.41
Compiling unicode-ident v1.0.22
Compiling libc v0.2.177
Checking cfg-if v1.0.4
Compiling syn v2.0.108
Compiling serde_core v1.0.228
Compiling zerocopy v0.8.27
Compiling rustix v1.1.2
Checking memchr v2.7.6
Checking getrandom v0.2.16
Compiling proc-macro-hack v0.5.20+deprecated
Checking linux-raw-sys v0.11.0
Checking bitflags v2.10.0
Checking ppv-lite86 v0.2.21
Checking rand_core v0.6.4
Checking utf8parse v0.2.2
Checking anstyle-parse v0.2.7
Checking rand_chacha v0.3.1
Checking aho-corasick v1.1.4
Checking anstyle-query v1.1.4
Checking anstyle v1.0.13
Checking is_terminal_polyfill v1.70.2
Compiling getrandom v0.3.4
Checking regex-syntax v0.8.8
Compiling serde v1.0.228
Checking colorchoice v1.0.4
Checking anstream v0.6.21
Compiling random-number-macro-impl v0.1.8
Checking rand v0.8.5
Checking regex-automata v0.4.13
Compiling serde_derive v1.0.228
Checking winnow v0.7.13
Checking itoa v1.0.15
Checking equivalent v1.0.2
Compiling thiserror v2.0.17
Compiling serde_json v1.0.145
Checking ryu v1.0.20
Checking hashbrown v0.16.0
Checking indexmap v2.12.0
Checking toml_parser v1.0.4
Checking regex v1.12.2
Checking random-number v0.1.9
Checking terminal_size v0.4.3
Compiling thiserror-impl v2.0.17
Checking toml_datetime v0.7.3
Checking serde_spanned v1.0.3
Checking dirs-sys-next v0.1.2
Checking toml_writer v1.0.4
Checking strsim v0.11.1
Checking fastrand v2.3.0
Checking clap_lex v0.7.6
Compiling heck v0.5.0
Checking once_cell v1.21.3
Checking log v0.4.28
Checking unsafe-libyaml-norway v0.2.15
Checking env_filter v0.1.4
Checking tempfile v3.23.0
Compiling clap_derive v4.5.49
Checking serde_norway v0.9.42
Checking clap_builder v4.5.51
Checking toml v0.9.8
Checking directories-next v2.0.0
Checking random-pick v1.2.16
Checking jiff v0.2.15
Checking clingwrap v0.5.0
Checking passwords v3.1.16
Checking clap v4.5.51
Checking env_logger v0.11.8
Checking sopass v0.6.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.29s
Compiling libc v0.2.177
Compiling cfg-if v1.0.4
Compiling serde_core v1.0.228
Compiling memchr v2.7.6
Compiling getrandom v0.2.16
Compiling zerocopy v0.8.27
Compiling linux-raw-sys v0.11.0
Compiling bitflags v2.10.0
Compiling rustix v1.1.2
Compiling ppv-lite86 v0.2.21
Compiling rand_core v0.6.4
Compiling utf8parse v0.2.2
Compiling anstyle-parse v0.2.7
Compiling rand_chacha v0.3.1
Compiling aho-corasick v1.1.4
Compiling is_terminal_polyfill v1.70.2
Compiling anstyle-query v1.1.4
Compiling colorchoice v1.0.4
Compiling regex-syntax v0.8.8
Compiling anstyle v1.0.13
Compiling anstream v0.6.21
Compiling regex-automata v0.4.13
Compiling rand v0.8.5
Compiling equivalent v1.0.2
Compiling hashbrown v0.16.0
Compiling winnow v0.7.13
Compiling ryu v1.0.20
Compiling itoa v1.0.15
Compiling toml_parser v1.0.4
Compiling indexmap v2.12.0
Compiling regex v1.12.2
Compiling serde v1.0.228
Compiling random-number v0.1.9
Compiling getrandom v0.3.4
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 log v0.4.28
Compiling toml_writer v1.0.4
Compiling fastrand v2.3.0
Compiling once_cell v1.21.3
Compiling unsafe-libyaml-norway v0.2.15
Compiling strsim v0.11.1
Compiling clap_lex v0.7.6
Compiling serde_norway v0.9.42
Compiling clap_builder v4.5.51
Compiling tempfile v3.23.0
Compiling toml v0.9.8
Compiling env_filter v0.1.4
Compiling thiserror v2.0.17
Compiling directories-next v2.0.0
Compiling random-pick v1.2.16
Compiling serde_json v1.0.145
Compiling jiff v0.2.15
Compiling clingwrap v0.5.0
Compiling passwords v3.1.16
Compiling clap v4.5.51
Compiling env_logger v0.11.8
Compiling sopass v0.6.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.90s
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
Running unittests src/lib.rs (/workspace/cache/debug/deps/sopass-8669648e19d5929a)
Running unittests src/main.rs (/workspace/cache/debug/deps/sopass-1b707bcdfc9b251a)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
Doc-tests sopass
Documenting sopass v0.6.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
Generated /workspace/cache/doc/sopass/index.html
INFO Starting Subplot
INFO Subplot finished successfully
+ git clean -fdx
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=279 HOME=/root LANG=C.UTF-8 CARGO_HOME=/workspace/deps DEBEMAIL=liw@liw.fi INVOCATION_ID=0667fce0e109425696be59e9b66c0d81 SHLVL=2 JOURNAL_STREAM=8:14474 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 sopass dpkg-buildpackage: info: source version 0.6.0.ci20260217T042838-1 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi"> dpkg-buildpackage: info: host architecture amd64 dh clean dh_auto_clean dh_clean dpkg-source: info: using source format '3.0 (quilt)' dpkg-source: info: building sopass using existing ./sopass_0.6.0.ci20260217T042838.orig.tar.xz dpkg-source: info: building sopass in sopass_0.6.0.ci20260217T042838-1.debian.tar.xz dpkg-source: info: building sopass in sopass_0.6.0.ci20260217T042838-1.dsc dh build dh_update_autotools_config dh_autoreconf dh_auto_configure debian/rules override_dh_auto_build make[1]: Entering directory '/ci/src' true make[1]: Leaving directory '/ci/src' debian/rules override_dh_auto_test make[1]: Entering directory '/ci/src' echo tests are disabled, for now tests are disabled, for now make[1]: Leaving directory '/ci/src' create-stamp debian/debhelper-build-stamp dh binary dh_testroot dh_prep debian/rules override_dh_auto_install make[1]: Entering directory '/ci/src' cargo install --offline --locked --target x86_64-unknown-linux-musl --path=. --root=debian/sopass/usr find debian -name ".crates*" -delete make[1]: Leaving directory '/ci/src' dh_installdocs dh_installchangelogs dh_lintian dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing dh_strip dh_makeshlibs dh_shlibdeps dh_installdeb dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package 'sopass-dbgsym' in '../sopass-dbgsym_0.6.0.ci20260217T042838-1_amd64.deb'. dpkg-deb: building package 'sopass' in '../sopass_0.6.0.ci20260217T042838-1_amd64.deb'. dpkg-genchanges: info: including full source code in upload dpkg-buildpackage: info: full upload (original source is included) total 1136 drwxr-xr-x 2 root root 4096 Feb 17 04:27 artifacts drwxr-xr-x 5 root root 4096 Feb 17 04:28 cache drwxr-xr-x 3 root root 4096 Feb 17 04:25 deps -rw-r--r-- 1 root root 128080 Feb 17 04:30 sopass-dbgsym_0.6.0.ci20260217T042838-1_amd64.deb -rw-r--r-- 1 root root 2320 Feb 17 04:28 sopass_0.6.0.ci20260217T042838-1.debian.tar.xz -rw-r--r-- 1 root root 926 Feb 17 04:28 sopass_0.6.0.ci20260217T042838-1.dsc -rw-r--r-- 1 root root 5779 Feb 17 04:30 sopass_0.6.0.ci20260217T042838-1_amd64.buildinfo -rw-r--r-- 1 root root 2335 Feb 17 04:30 sopass_0.6.0.ci20260217T042838-1_amd64.changes -rw-r--r-- 1 root root 964288 Feb 17 04:30 sopass_0.6.0.ci20260217T042838-1_amd64.deb -rw-r--r-- 1 root root 27244 Feb 17 04:28 sopass_0.6.0.ci20260217T042838.orig.tar.xz drwxr-xr-x 7 root root 4096 Feb 17 04:28 src drwxr-xr-x root/root 0 2026-02-17 04:28 ./ drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/ drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/lib/ drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/lib/debug/ drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/lib/debug/.build-id/db/ -rw-r--r-- root/root 649624 2026-02-17 04:28 ./usr/lib/debug/.build-id/db/1e0f7a0e6642530dc7902e778e1aa10b3d78b7.debug drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/share/ drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/share/doc/ lrwxrwxrwx root/root 0 2026-02-17 04:28 ./usr/share/doc/sopass-dbgsym -> sopass drwxr-xr-x root/root 0 2026-02-17 04:28 ./ drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/ drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/bin/ -rwxr-xr-x root/root 2925368 2026-02-17 04:28 ./usr/bin/sopass drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/share/ drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/share/doc/ drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/share/doc/sopass/ -rw-r--r-- root/root 313 2026-02-17 04:28 ./usr/share/doc/sopass/changelog.Debian.gz -rw-r--r-- root/root 1150 2026-02-17 04:28 ./usr/share/doc/sopass/copyright drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/share/lintian/ drwxr-xr-x root/root 0 2026-02-17 04:28 ./usr/share/lintian/overrides/ -rw-r--r-- root/root 173 2026-02-17 04:28 ./usr/share/lintian/overrides/sopass
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
+ export PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export DEBEMAIL=liw@liw.fi
+ DEBEMAIL=liw@liw.fi
+ export 'DEBFULLNAME=Lars Wirzenius'
+ DEBFULLNAME='Lars Wirzenius'
+ /bin/env
+ command -v cargo
+ command -v rustc
+ cargo --version
+ rustc --version
++ dpkg-parsechangelog -SSource
+ name=sopass
++ dpkg-parsechangelog -SVersion
+ version=0.6.0.ci20260217T042838-1
++ echo 0.6.0.ci20260217T042838-1
++ sed 's/-[^-]*$//'
+ uv=0.6.0.ci20260217T042838
++ dpkg --print-architecture
+ arch=amd64
+ orig=../sopass_0.6.0.ci20260217T042838.orig.tar.xz
+ deb=../sopass_0.6.0.ci20260217T042838-1_amd64.deb
+ changes=../sopass_0.6.0.ci20260217T042838-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
dpkg-source --before-build .
debian/rules clean
dpkg-source -b .
debian/rules build
debian/rules binary
Installing sopass v0.6.0 (/ci/src)
Compiling proc-macro2 v1.0.103
Compiling unicode-ident v1.0.22
Compiling quote v1.0.41
Compiling libc v0.2.177
Compiling syn v2.0.108
Compiling cfg-if v1.0.4
Compiling serde_core v1.0.228
Compiling zerocopy v0.8.27
Compiling memchr v2.7.6
Compiling rustix v1.1.2
Compiling getrandom v0.2.16
Compiling proc-macro-hack v0.5.20+deprecated
Compiling linux-raw-sys v0.11.0
Compiling bitflags v2.10.0
Compiling ppv-lite86 v0.2.21
Compiling rand_core v0.6.4
Compiling utf8parse v0.2.2
Compiling anstyle-parse v0.2.7
Compiling rand_chacha v0.3.1
Compiling aho-corasick v1.1.4
Compiling anstyle v1.0.13
Compiling getrandom v0.3.4
Compiling is_terminal_polyfill v1.70.2
Compiling anstyle-query v1.1.4
Compiling serde v1.0.228
Compiling regex-syntax v0.8.8
Compiling colorchoice v1.0.4
Compiling anstream v0.6.21
Compiling regex-automata v0.4.13
Compiling random-number-macro-impl v0.1.8
Compiling rand v0.8.5
Compiling serde_derive v1.0.228
Compiling serde_json v1.0.145
Compiling winnow v0.7.13
Compiling itoa v1.0.15
Compiling thiserror v2.0.17
Compiling hashbrown v0.16.0
Compiling ryu v1.0.20
Compiling equivalent v1.0.2
Compiling indexmap v2.12.0
Compiling toml_parser v1.0.4
Compiling random-number v0.1.9
Compiling regex v1.12.2
Compiling terminal_size v0.4.3
Compiling thiserror-impl v2.0.17
Compiling toml_datetime v0.7.3
Compiling serde_spanned v1.0.3
Compiling dirs-sys-next v0.1.2
Compiling heck v0.5.0
Compiling once_cell v1.21.3
Compiling clap_lex v0.7.6
Compiling log v0.4.28
Compiling toml_writer v1.0.4
Compiling fastrand v2.3.0
Compiling unsafe-libyaml-norway v0.2.15
Compiling strsim v0.11.1
Compiling serde_norway v0.9.42
Compiling clap_builder v4.5.51
Compiling tempfile v3.23.0
Compiling toml v0.9.8
Compiling env_filter v0.1.4
Compiling clap_derive v4.5.49
Compiling directories-next v2.0.0
Compiling random-pick v1.2.16
Compiling jiff v0.2.15
Compiling clingwrap v0.5.0
Compiling passwords v3.1.16
Compiling clap v4.5.51
Compiling env_logger v0.11.8
Compiling sopass v0.6.0 (/ci/src)
Finished `release` profile [optimized] target(s) in 1m 45s
Installing /ci/src/debian/sopass/usr/bin/sopass
Installed package `sopass v0.6.0 (/ci/src)` (executable `sopass`)
warning: be sure to add `/ci/src/debian/sopass/usr/bin` to your PATH to be able to run the installed binaries
dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
dpkg-gencontrol: warning: Depends field of package sopass: substitution variable ${shlibs:Depends} used, but is not defined
dpkg-gencontrol: warning: Depends field of package sopass: substitution variable ${shlibs:Depends} used, but is not defined
dpkg-genbuildinfo -O../sopass_0.6.0.ci20260217T042838-1_amd64.buildinfo
dpkg-genchanges -O../sopass_0.6.0.ci20260217T042838-1_amd64.changes
dpkg-source --after-build .
+ ls -l ..
+ for x in ../*.deb
+ dpkg -c ../sopass-dbgsym_0.6.0.ci20260217T042838-1_amd64.deb
+ for x in ../*.deb
+ dpkg -c ../sopass_0.6.0.ci20260217T042838-1_amd64.deb
+ mv ../sopass-dbgsym_0.6.0.ci20260217T042838-1_amd64.deb ../sopass_0.6.0.ci20260217T042838-1.debian.tar.xz ../sopass_0.6.0.ci20260217T042838-1.dsc ../sopass_0.6.0.ci20260217T042838-1_amd64.buildinfo ../sopass_0.6.0.ci20260217T042838-1_amd64.changes ../sopass_0.6.0.ci20260217T042838-1_amd64.deb ../sopass_0.6.0.ci20260217T042838.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:z4ExzU1jYHivznhtDPvuTL9z5Ebit",
"name": "sopass",
"description": "A command line password manager using SOP",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "1b7828ab5cdae492f3ce84bde133f16ee7d3b912",
"after": "1b7828ab5cdae492f3ce84bde133f16ee7d3b912",
"branch": "main",
"commits": [
"1b7828ab5cdae492f3ce84bde133f16ee7d3b912"
]
}deprecated: the `cpus` field is replaced by `qemu.cpus` deprecated: the `memory` field is replaced by `qemu.memory` run CI for rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit
<empty log>