CI run for rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit

Radicle repository id rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit

Table of Contents

Run log

[2025-09-20T05:50:48Z INFO  ambient] ambient starts
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[=3h[=3hBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
Welcome to GRUB!


INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0   2.9M  1 disk 
vdc    254:32   0   760K  1 disk 
vdd    254:48   0 953.7M  0 disk 
vde    254:64   0  27.9G  0 disk 
vdf    254:80   0 358.7M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-09-20 05:46 ./
-rw-r--r-- _rad/_rad      1332 2025-09-20 05:46 ./plan.yaml
-rwxr-xr-x _rad/_rad   2994840 2025-09-20 05:46 ./run-ci
INFO: Extracted files:
  6291466      4 drwxr-xr-x   2 1000     1000         4096 Sep 20 05:46 .
  6291468   2928 -rwxr-xr-x   1 1000     1000      2994840 Sep 20 05:46 ./run-ci
  6291467      4 -rw-r--r--   1 1000     1000         1332 Sep 20 05:46 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-09-20T05:47:04Z TRACE ambient_execute_plan] ambient-execute-plan starts
[2025-09-20T05:47:04Z DEBUG ambient_execute_plan] ambient-execute-plan starts
[2025-09-20T05:47:04Z INFO  ambient_execute_plan] ambient-execute-plan starts
[2025-09-20T05:47:04Z WARN  ambient_execute_plan] ambient-execute-plan starts
[2025-09-20T05:47:04Z ERROR ambient_execute_plan] ambient-execute-plan starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
  pathname: /workspace
- action: mkdir
  pathname: /workspace/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /workspace/src
- action: tar_extract
  archive: /dev/vdf
  directory: /workspace/deps
- action: tar_extract
  archive: /dev/vde
  directory: /workspace/cache
- action: spawn
  argv:
  - find
  - /workspace
  - '-maxdepth'
  - '2'
  - '-ls'
- 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
- action: tar_create
  archive: /dev/vde
  directory: /workspace/cache
- action: tar_create
  archive: /dev/vdd
  directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts


RUN: Action Mkdir {
    pathname: "/workspace",
}
[2025-09-20T05:47:04Z DEBUG ambient_ci::action] Plan::execute: Mkdir {
        pathname: "/workspace",
    }
RUN: Action finished OK
RUN: Action Mkdir {
    pathname: "/workspace/artifacts",
}
[2025-09-20T05:47:04Z DEBUG ambient_ci::action] Plan::execute: Mkdir {
        pathname: "/workspace/artifacts",
    }
RUN: Action finished OK
RUN: Action TarExtract {
    archive: "/dev/vdc",
    directory: "/workspace/src",
}
[2025-09-20T05:47:04Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-09-20T05:47:04Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-09-20T05:47:04Z TRACE ambient_ci::vdrive] extraction OK
RUN: Action finished OK
RUN: Action TarExtract {
    archive: "/dev/vdf",
    directory: "/workspace/deps",
}
[2025-09-20T05:47:04Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-09-20T05:47:04Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-09-20T05:47:08Z TRACE ambient_ci::vdrive] extraction OK
RUN: Action finished OK
RUN: Action TarExtract {
    archive: "/dev/vde",
    directory: "/workspace/cache",
}
[2025-09-20T05:47:08Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-09-20T05:47:08Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-09-20T05:47:08Z TRACE ambient_ci::vdrive] extraction OK
RUN: Action finished OK
RUN: Action Spawn {
    argv: [
        "find",
        "/workspace",
        "-maxdepth",
        "2",
        "-ls",
    ],
}
[2025-09-20T05:47:08Z DEBUG ambient_ci::action] Plan::execute: Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
       cwd=/workspace/src (exists? true)
       extra_env=[]
  2621441      4 drwxr-xr-x   6 root     root         4096 Sep 20 05:47 /workspace
  2621442      4 drwxr-xr-x   2 root     root         4096 Sep 20 05:47 /workspace/artifacts
  2632091      4 drwxr-xr-x   2 root     root         4096 Sep 19 13:31 /workspace/cache
  2632092      4 -rw-r--r--   1 root     root         1904 Sep 16 07:42 /workspace/cache/.rustc_info.json
  2632093      4 -rw-r--r--   1 root     root          218 Sep 16 05:48 /workspace/cache/.rustdoc_fingerprint.json
  2621665      4 drwxr-xr-x   3 root     root         4096 Sep 20 05:46 /workspace/deps
  2632090      0 -rw-r--r--   1 root     root            0 Sep 16 05:47 /workspace/deps/.package-cache
  2621666      4 drwxr-xr-x   5 root     root         4096 Sep 16 05:48 /workspace/deps/registry
  2632088     64 -rw-r--r--   1 root     root        65536 Sep 20 05:46 /workspace/deps/.global-cache
  2632089      0 -rw-r--r--   1 root     root            0 Sep 16 05:48 /workspace/deps/.package-cache-mutate
  2621443      4 drwxr-xr-x   7 root     root         4096 Sep 20 05:46 /workspace/src
  2621463      4 -rw-r--r--   1 root     root         1377 Sep 20 05:46 /workspace/src/sopass.1
  2621477      4 -rw-r--r--   1 root     root         3822 Sep 20 05:46 /workspace/src/NEWS.md
  2621481      4 drwxr-xr-x   2 root     root         4096 Sep 20 05:46 /workspace/src/.radicle
  2621484      4 drwxr-xr-x   2 root     root         4096 Sep 20 05:46 /workspace/src/.ambient
  2621479      4 -rw-r--r--   1 root     root          558 Sep 20 05:46 /workspace/src/Cargo.toml
  2621476      4 -rw-r--r--   1 root     root         1109 Sep 20 05:46 /workspace/src/README.md
  2621483      4 -rw-r--r--   1 root     root           20 Sep 20 05:46 /workspace/src/.gitignore
  2621460      4 -rw-r--r--   1 root     root          206 Sep 20 05:46 /workspace/src/sopass.subplot
  2621480     28 -rw-r--r--   1 root     root        26139 Sep 20 05:46 /workspace/src/Cargo.lock
  2621465      4 drwxr-xr-x   3 root     root         4096 Sep 20 05:46 /workspace/src/debian
  2621486      4 drwxr-xr-x   8 root     root         4096 Sep 20 05:46 /workspace/src/.git
  2621462     20 -rw-r--r--   1 root     root        17884 Sep 20 05:46 /workspace/src/sopass.md
  2621478      4 -rw-r--r--   1 root     root          480 Sep 20 05:46 /workspace/src/Makefile
  2621464      4 -rw-r--r--   1 root     root          289 Sep 20 05:46 /workspace/src/pass-to-sopass.sh
  2621461      4 -rw-r--r--   1 root     root          447 Sep 20 05:46 /workspace/src/sopass.py
  2621444      4 drwxr-xr-x   3 root     root         4096 Sep 20 05:46 /workspace/src/src
  2621459      4 -rw-r--r--   1 root     root           82 Sep 20 05:46 /workspace/src/sopass.yaml
RUN: Action finished OK
RUN: Action CargoFmt
[2025-09-20T05:47:08Z DEBUG ambient_ci::action] Plan::execute: CargoFmt
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/workspace/src (exists? true)
       extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")]
RUN: Action finished OK
RUN: Action CargoClippy
[2025-09-20T05:47:08Z DEBUG ambient_ci::action] Plan::execute: CargoClippy
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/workspace/src (exists? true)
       extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")]
   Compiling proc-macro2 v1.0.92
   Compiling unicode-ident v1.0.14
   Compiling libc v0.2.169
   Compiling quote v1.0.38
    Checking cfg-if v1.0.0
   Compiling serde v1.0.219
   Compiling syn v2.0.92
   Compiling zerocopy v0.8.27
    Checking memchr v2.7.4
    Checking bitflags v2.6.0
    Checking getrandom v0.2.15
   Compiling proc-macro-hack v0.5.20+deprecated
    Checking rand_core v0.6.4
    Checking ppv-lite86 v0.2.21
    Checking utf8parse v0.2.2
   Compiling rustix v0.38.42
    Checking equivalent v1.0.1
    Checking hashbrown v0.15.2
   Compiling serde_derive v1.0.219
    Checking itoa v1.0.14
   Compiling anyhow v1.0.98
    Checking ryu v1.0.18
    Checking indexmap v2.7.1
    Checking anstyle-parse v0.2.6
    Checking rand_chacha v0.3.1
    Checking aho-corasick v1.1.3
   Compiling rustix v1.0.7
    Checking anstyle v1.0.10
    Checking regex-syntax v0.8.5
    Checking colorchoice v1.0.3
    Checking anstyle-query v1.1.2
    Checking linux-raw-sys v0.4.14
   Compiling version_check v0.9.5
   Compiling getrandom v0.3.3
    Checking is_terminal_polyfill v1.70.1
   Compiling serde_yml v0.0.12
    Checking anstream v0.6.18
    Checking regex-automata v0.4.9
   Compiling random-number-macro-impl v0.1.8
    Checking rand v0.8.5
   Compiling serde_json v1.0.140
    Checking linux-raw-sys v0.9.4
    Checking option-ext v0.2.0
    Checking winnow v0.7.13
   Compiling thiserror v2.0.12
   Compiling thiserror v1.0.69
    Checking toml_parser v1.0.2
    Checking dirs-sys v0.4.1
    Checking regex v1.11.1
    Checking libyml v0.0.5
    Checking random-number v0.1.9
    Checking terminal_size v0.4.1
    Checking toml_datetime v0.7.0
    Checking serde_spanned v1.0.0
   Compiling thiserror-impl v2.0.12
   Compiling thiserror-impl v1.0.69
    Checking clap_lex v0.7.4
    Checking fastrand v2.3.0
    Checking strsim v0.11.1
    Checking once_cell v1.20.2
    Checking toml_writer v1.0.2
   Compiling heck v0.5.0
    Checking log v0.4.22
    Checking unsafe-libyaml v0.2.11
    Checking env_filter v0.1.3
   Compiling clap_derive v4.5.18
    Checking serde_yaml v0.9.34+deprecated
    Checking tempfile v3.20.0
    Checking toml v0.9.5
    Checking clap_builder v4.5.23
    Checking random-pick v1.2.16
    Checking directories v5.0.1
    Checking dirs-sys-next v0.1.2
    Checking humantime v2.1.0
    Checking env_logger v0.11.6
    Checking directories-next v2.0.0
    Checking confy v0.6.1
    Checking passwords v3.1.16
    Checking clingwrap v0.3.0
    Checking clap v4.5.23
    Checking sopass v0.5.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.63s
RUN: Action finished OK
RUN: Action CargoBuild
[2025-09-20T05:47:49Z DEBUG ambient_ci::action] Plan::execute: CargoBuild
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
       cwd=/workspace/src (exists? true)
       extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")]
   Compiling libc v0.2.169
   Compiling cfg-if v1.0.0
   Compiling serde v1.0.219
   Compiling memchr v2.7.4
   Compiling bitflags v2.6.0
   Compiling zerocopy v0.8.27
   Compiling getrandom v0.2.15
   Compiling rand_core v0.6.4
   Compiling hashbrown v0.15.2
   Compiling ppv-lite86 v0.2.21
   Compiling itoa v1.0.14
   Compiling equivalent v1.0.1
   Compiling utf8parse v0.2.2
   Compiling ryu v1.0.18
   Compiling anstyle-parse v0.2.6
   Compiling indexmap v2.7.1
   Compiling rand_chacha v0.3.1
   Compiling aho-corasick v1.1.3
   Compiling linux-raw-sys v0.4.14
   Compiling regex-syntax v0.8.5
   Compiling is_terminal_polyfill v1.70.1
   Compiling anstyle-query v1.1.2
   Compiling anstyle v1.0.10
   Compiling colorchoice v1.0.3
   Compiling regex-automata v0.4.9
   Compiling anstream v0.6.18
   Compiling rustix v0.38.42
   Compiling anyhow v1.0.98
   Compiling rand v0.8.5
   Compiling option-ext v0.2.0
   Compiling winnow v0.7.13
   Compiling linux-raw-sys v0.9.4
   Compiling toml_parser v1.0.2
   Compiling rustix v1.0.7
   Compiling dirs-sys v0.4.1
   Compiling random-number v0.1.9
   Compiling regex v1.11.1
   Compiling libyml v0.0.5
   Compiling terminal_size v0.4.1
   Compiling getrandom v0.3.3
   Compiling toml_datetime v0.7.0
   Compiling serde_spanned v1.0.0
   Compiling clap_lex v0.7.4
   Compiling once_cell v1.20.2
   Compiling toml_writer v1.0.2
   Compiling unsafe-libyaml v0.2.11
   Compiling fastrand v2.3.0
   Compiling strsim v0.11.1
   Compiling log v0.4.22
   Compiling clap_builder v4.5.23
   Compiling env_filter v0.1.3
   Compiling serde_yaml v0.9.34+deprecated
   Compiling tempfile v3.20.0
   Compiling toml v0.9.5
   Compiling thiserror v2.0.12
   Compiling thiserror v1.0.69
   Compiling serde_yml v0.0.12
   Compiling random-pick v1.2.16
   Compiling directories v5.0.1
   Compiling serde_json v1.0.140
   Compiling dirs-sys-next v0.1.2
   Compiling humantime v2.1.0
   Compiling env_logger v0.11.6
   Compiling directories-next v2.0.0
   Compiling clingwrap v0.3.0
   Compiling confy v0.6.1
   Compiling passwords v3.1.16
   Compiling clap v4.5.23
   Compiling sopass v0.5.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.77s
RUN: Action finished OK
RUN: Action Shell {
    shell: "make sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n",
}
[2025-09-20T05:48:33Z DEBUG ambient_ci::action] Plan::execute: Shell {
        shell: "make sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n",
    }
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n\n"]
       cwd=/workspace/src (exists? true)
       extra_env=[]
+ make sopass.html
subplot docgen sopass.subplot -o sopass.html
 INFO Starting Subplot
 INFO Subplot finished successfully
+ mv sopass.html /workspace/artifacts/sopass.html
RUN: Action finished OK
RUN: Action 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",
}
[2025-09-20T05:48:33Z DEBUG ambient_ci::action] Plan::execute: 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",
    }
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport 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\n"]
       cwd=/workspace/src (exists? true)
       extra_env=[]
+ 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'
subplot docgen sopass.subplot -o sopass.html
 INFO Starting Subplot
 INFO Subplot finished successfully
cargo clippy --offline --locked --all-targets -- -Dwarnings
    Checking sopass v0.5.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
cargo build --offline --locked --all-targets
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s
cargo test --offline --locked --all-targets
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
     Running unittests src/lib.rs (/workspace/cache/debug/deps/sopass-d331767b32cdd48a)

running 0 tests

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

     Running unittests src/main.rs (/workspace/cache/debug/deps/sopass-84c98c948674d971)

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
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
   Doc-tests sopass

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
 Documenting sopass v0.5.0 (/workspace/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
   Generated /workspace/cache/doc/sopass/index.html
rm -f test.py test.log
subplot codegen sopass.subplot -o test.py
 INFO Starting Subplot
 INFO Subplot finished successfully
SOPASS_LOG=trace python3 test.py --log test.log
srcdir /workspace/src
datadir /tmp/tmp1lc0hla3
scenario: Manages values
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file my.key
  step 3: when I run sopass --store xyzzy init --name primary --key my.key
  step 4: when I run sopass --store xyzzy value list
  step 5: then stdout is exactly ""
  step 6: given file value.dat
  step 7: when I run sopass --store xyzzy value add foo --file value.dat
  step 8: when I run sopass --store xyzzy value list
  step 9: then stdout is exactly "foo\n"
  step 10: when I run sopass --store xyzzy value show foo
  step 11: then stdout is exactly "bar\n"
  step 12: when I run sopass --store xyzzy value remove foo
  step 13: then stdout is exactly ""
  step 14: given file add-stdin.sh
  step 15: when I run sh add-stdin.sh
  step 16: when I run sopass --store xyzzy value list
  step 17: then stdout is exactly "foo\n"
  step 18: when I run sopass --store xyzzy value show foo
  step 19: then stdout is exactly "bar\n"
  step 20: when I run sopass --store xyzzy value remove foo
  step 21: then stdout is exactly ""
scenario: Manages certificates
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file my.key
  step 3: given file other.key
  step 4: given file other.cert
  step 5: when I run sopass --store xyzzy init --name primary --key my.key
  step 6: when I run sopass --store xyzzy cert list
  step 7: then stdout is exactly "primary\n"
  step 8: when I run sopass --store xyzzy cert add --name secondary --cert other.cert
  step 9: when I run sopass --store xyzzy cert list
  step 10: then stdout contains "primary"
  step 11: then stdout contains "secondary"
  step 12: when I run mv other.key xyzzy/default.key
  step 13: when I run rm my.key
  step 14: when I run sopass --store xyzzy cert list
  step 15: then stdout contains "primary"
  step 16: then stdout contains "secondary"
  step 17: when I run sopass --store xyzzy cert remove primary
  step 18: when I run sopass --store xyzzy cert list
  step 19: then stdout doesn't contain "primary"
  step 20: then stdout contains "secondary"
  step 21: when I try to run sopass --store xyzzy cert remove secondary
  step 22: then command fails
  step 23: then stderr contains "secondary"
  step 24: when I run sopass --store xyzzy cert list
  step 25: then stdout contains "secondary"
scenario: Loads default configuration file
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file .config/sopass/sopass.yml from default.yaml
  step 3: when I run env HOME=. sopass config
  step 4: then stdout contains ""store": "/over/the/rainbow""
scenario: Reports its version
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: when I run sopass --version
  step 3: then stdout matches regex ^sopass \\d+\\.\\d+\\.\\d+$
  step 4: when I run sopass version
  step 5: 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: Exports store to file
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file my.key
  step 3: when I run sopass --store xyzzy init --name primary --key my.key
  step 4: given file value.dat
  step 5: when I run sopass --store xyzzy value add foo --file value.dat
  step 6: when I run sopass --store xyzzy export store.json
  step 7: when I run cat store.json
  step 8: then file store.json contains ""certs":"
  step 9: then file store.json contains ""primary":"
  step 10: then file store.json contains ""kv":"
  step 11: then file store.json contains ""foo":"
scenario: Initializes the password store
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file my.key
  step 3: then directory xyzzy does not exist
  step 4: when I run sopass --store xyzzy init --name primary --key my.key
  step 5: then file xyzzy/values.sopass exists
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: Imports from a file
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file my.key
  step 3: given file value.dat
  step 4: given file yo.dat
  step 5: when I run sopass --store xyzzy init --name primary --key my.key
  step 6: when I run sopass --store xyzzy value add foo --file value.dat
  step 7: when I run sopass --store xyzzy value add bar --file value.dat
  step 8: when I run sopass --store xyzzy value add yo --file value.dat
  step 9: when I run sopass --store xyzzy export store.json
  step 10: when I run sopass --store new init --name primary --key my.key
  step 11: when I run sopass --store new value add foo --file yo.dat
  step 12: when I run sopass --store new value add bar --file yo.dat
  step 13: when I run sopass --store new import store.json
  step 14: when I run sopass --store new value list
  step 15: then stdout contains "foo"
  step 16: then stdout contains "bar"
  step 17: then stdout contains "yo"
  step 18: when I run sopass --store new value show foo
  step 19: then stdout is exactly "bar\n"
  step 20: when I run sopass --store new value show bar
  step 21: then stdout is exactly "bar\n"
  step 22: when I run sopass --store new value show yo
  step 23: then stdout is exactly "bar\n"
scenario: Generates a password
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file my.key
  step 3: when I run sopass --store xyzzy init --name primary --key my.key
  step 4: when I run sopass --store xyzzy value generate foo
  step 5: when I run sopass --store xyzzy value list
  step 6: then stdout is exactly "foo\n"
  step 7: when I run sopass --store xyzzy value show foo
  step 8: then stdout isn't 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: Showing value that does not exist fails
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file my.key
  step 3: when I run sopass --store xyzzy init --name primary --key my.key
  step 4: when I try to run sopass --store xyzzy value show foo
  step 5: then command fails
  step 6: then stderr contains "foo"
  step 7: then stdout is exactly ""
scenario: Renames values
  step 1: given an installed sopass
bindir /workspace/cache/debug
  step 2: given file my.key
  step 3: when I run sopass --store xyzzy init --name primary --key my.key
  step 4: given file value.dat
  step 5: when I run sopass --store xyzzy value add foo --file value.dat
  step 6: when I run sopass --store xyzzy value add foobar --file value.dat
  step 7: when I try to run sopass --store xyzzy value rename ghost yo
  step 8: then command fails
  step 9: then stderr contains "ghost"
  step 10: when I try to run sopass --store xyzzy value rename foo foobar
  step 11: then command fails
  step 12: then stderr contains "foobar"
  step 13: when I run sopass --store xyzzy value rename foo yo
  step 14: when I run sopass --store xyzzy value list
  step 15: then stdout is exactly "foobar\nyo\n"
OK, all scenarios finished successfully
rm -f test.py test.log
+ git clean -fdx
Removing sopass.html
RUN: Action finished OK
RUN: Action Custom(
    Custom {
        name: "dch",
        args: {
            "debfullname": String("Lars Wirzenius"),
            "debemail": String("liw@liw.fi"),
        },
    },
)
[2025-09-20T05:48:41Z DEBUG ambient_ci::action] Plan::execute: Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
HEAD is now at 4808184 feat: add command to generate a random value
custom action "dch" exit code Some(0)
RUN: Action finished OK
RUN: Action Deb
[2025-09-20T05:48:41Z DEBUG ambient_ci::action] Plan::execute: Deb
SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n        "]
       cwd=/workspace/src (exists? true)
       extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")]
+ echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
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
DEBFULLNAME=Lars Wirzenius
CARGO_TARGET_DIR=/workspace/cache
PWD=/workspace/src
SYSTEMD_EXEC_PID=305
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=6a18a1e025e54520bed3e301dafdfb4a
SHLVL=2
JOURNAL_STREAM=8:12897
PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OLDPWD=/
_=/bin/env
+ command -v cargo
/root/.cargo/bin/cargo
+ command -v rustc
/root/.cargo/bin/rustc
+ cargo --version
cargo 1.90.0 (840b83a10 2025-07-30)
+ rustc --version
rustc 1.90.0 (1159e78c4 2025-09-14)
++ dpkg-parsechangelog -SSource
+ name=sopass
++ dpkg-parsechangelog -SVersion
+ version=0.5.0.ci20250920T054841-1
++ sed 's/-[^-]*$//'
++ echo 0.5.0.ci20250920T054841-1
+ uv=0.5.0.ci20250920T054841
++ dpkg --print-architecture
+ arch=amd64
+ orig=../sopass_0.5.0.ci20250920T054841.orig.tar.xz
+ deb=../sopass_0.5.0.ci20250920T054841-1_amd64.deb
+ changes=../sopass_0.5.0.ci20250920T054841-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package sopass
dpkg-buildpackage: info: source version 0.5.0.ci20250920T054841-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean
   dh_auto_clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building sopass using existing ./sopass_0.5.0.ci20250920T054841.orig.tar.xz
dpkg-source: info: building sopass in sopass_0.5.0.ci20250920T054841-1.debian.tar.xz
dpkg-source: info: building sopass in sopass_0.5.0.ci20250920T054841-1.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/workspace/src'
true
make[1]: Leaving directory '/workspace/src'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/workspace/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/workspace/src'
   create-stamp debian/debhelper-build-stamp
 debian/rules binary
dh binary
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/workspace/src'
cargo install --offline --locked --target x86_64-unknown-linux-musl --path=. --root=debian/sopass/usr
  Installing sopass v0.5.0 (/workspace/src)
   Compiling proc-macro2 v1.0.92
   Compiling unicode-ident v1.0.14
   Compiling libc v0.2.169
   Compiling quote v1.0.38
   Compiling syn v2.0.92
   Compiling cfg-if v1.0.0
   Compiling serde v1.0.219
   Compiling memchr v2.7.4
   Compiling zerocopy v0.8.27
   Compiling bitflags v2.6.0
   Compiling serde_derive v1.0.219
   Compiling getrandom v0.2.15
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling rand_core v0.6.4
   Compiling ppv-lite86 v0.2.21
   Compiling hashbrown v0.15.2
   Compiling rustix v0.38.42
   Compiling utf8parse v0.2.2
   Compiling itoa v1.0.14
   Compiling ryu v1.0.18
   Compiling equivalent v1.0.1
   Compiling anyhow v1.0.98
   Compiling indexmap v2.7.1
   Compiling anstyle-parse v0.2.6
   Compiling rand_chacha v0.3.1
   Compiling aho-corasick v1.1.3
   Compiling rustix v1.0.7
   Compiling getrandom v0.3.3
   Compiling is_terminal_polyfill v1.70.1
   Compiling anstyle-query v1.1.2
   Compiling colorchoice v1.0.3
   Compiling linux-raw-sys v0.4.14
   Compiling regex-syntax v0.8.5
   Compiling anstyle v1.0.10
   Compiling version_check v0.9.5
   Compiling serde_yml v0.0.12
   Compiling anstream v0.6.18
   Compiling regex-automata v0.4.9
   Compiling random-number-macro-impl v0.1.8
   Compiling rand v0.8.5
   Compiling thiserror v2.0.12
   Compiling winnow v0.7.13
   Compiling serde_json v1.0.140
   Compiling thiserror v1.0.69
   Compiling option-ext v0.2.0
   Compiling linux-raw-sys v0.9.4
   Compiling dirs-sys v0.4.1
   Compiling toml_parser v1.0.2
   Compiling libyml v0.0.5
   Compiling regex v1.11.1
   Compiling random-number v0.1.9
   Compiling terminal_size v0.4.1
   Compiling serde_spanned v1.0.0
   Compiling toml_datetime v0.7.0
   Compiling thiserror-impl v1.0.69
   Compiling thiserror-impl v2.0.12
   Compiling toml_writer v1.0.2
   Compiling clap_lex v0.7.4
   Compiling fastrand v2.3.0
   Compiling once_cell v1.20.2
   Compiling strsim v0.11.1
   Compiling unsafe-libyaml v0.2.11
   Compiling log v0.4.22
   Compiling heck v0.5.0
   Compiling clap_derive v4.5.18
   Compiling env_filter v0.1.3
   Compiling serde_yaml v0.9.34+deprecated
   Compiling clap_builder v4.5.23
   Compiling tempfile v3.20.0
   Compiling toml v0.9.5
   Compiling random-pick v1.2.16
   Compiling directories v5.0.1
   Compiling dirs-sys-next v0.1.2
   Compiling humantime v2.1.0
   Compiling env_logger v0.11.6
   Compiling directories-next v2.0.0
   Compiling clingwrap v0.3.0
   Compiling confy v0.6.1
   Compiling passwords v3.1.16
   Compiling clap v4.5.23
   Compiling sopass v0.5.0 (/workspace/src)
    Finished `release` profile [optimized] target(s) in 1m 50s
  Installing debian/sopass/usr/bin/sopass
   Installed package `sopass v0.5.0 (/workspace/src)` (executable `sopass`)
warning: be sure to add `debian/sopass/usr/bin` to your PATH to be able to run the installed binaries
find debian -name ".crates*" -delete
make[1]: Leaving directory '/workspace/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
dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
   dh_installdeb
   dh_gencontrol
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
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'sopass' in '../sopass_0.5.0.ci20250920T054841-1_amd64.deb'.
dpkg-deb: building package 'sopass-dbgsym' in '../sopass-dbgsym_0.5.0.ci20250920T054841-1_amd64.deb'.
 dpkg-genbuildinfo -O../sopass_0.5.0.ci20250920T054841-1_amd64.buildinfo
 dpkg-genchanges -O../sopass_0.5.0.ci20250920T054841-1_amd64.changes
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: full upload (original source is included)
+ ls -l ..
total 1168
drwxr-xr-x 2 root root   4096 Sep 20 05:48 artifacts
drwxr-xr-x 6 root root   4096 Sep 20 05:48 cache
drwxr-xr-x 3 root root   4096 Sep 20 05:46 deps
-rw-r--r-- 1 root root 132472 Sep 20 05:50 sopass-dbgsym_0.5.0.ci20250920T054841-1_amd64.deb
-rw-r--r-- 1 root root   2292 Sep 20 05:48 sopass_0.5.0.ci20250920T054841-1.debian.tar.xz
-rw-r--r-- 1 root root    926 Sep 20 05:48 sopass_0.5.0.ci20250920T054841-1.dsc
-rw-r--r-- 1 root root   5775 Sep 20 05:50 sopass_0.5.0.ci20250920T054841-1_amd64.buildinfo
-rw-r--r-- 1 root root   2335 Sep 20 05:50 sopass_0.5.0.ci20250920T054841-1_amd64.changes
-rw-r--r-- 1 root root 992328 Sep 20 05:50 sopass_0.5.0.ci20250920T054841-1_amd64.deb
-rw-r--r-- 1 root root  27268 Sep 20 05:48 sopass_0.5.0.ci20250920T054841.orig.tar.xz
drwxr-xr-x 7 root root   4096 Sep 20 05:48 src
+ for x in ../*.deb
+ dpkg -c ../sopass-dbgsym_0.5.0.ci20250920T054841-1_amd64.deb
drwxr-xr-x root/root         0 2025-09-20 05:48 ./
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/lib/
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/lib/debug/
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/lib/debug/.build-id/2d/
-rw-r--r-- root/root    683600 2025-09-20 05:48 ./usr/lib/debug/.build-id/2d/139a359ba79ecf3f7bcafdfbccd2b10d7ec088.debug
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/doc/
lrwxrwxrwx root/root         0 2025-09-20 05:48 ./usr/share/doc/sopass-dbgsym -> sopass
+ for x in ../*.deb
+ dpkg -c ../sopass_0.5.0.ci20250920T054841-1_amd64.deb
drwxr-xr-x root/root         0 2025-09-20 05:48 ./
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/bin/
-rwxr-xr-x root/root   3089216 2025-09-20 05:48 ./usr/bin/sopass
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/doc/sopass/
-rw-r--r-- root/root       285 2025-09-20 05:48 ./usr/share/doc/sopass/changelog.Debian.gz
-rw-r--r-- root/root      1150 2025-09-20 05:48 ./usr/share/doc/sopass/copyright
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/lintian/
drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       173 2025-09-20 05:48 ./usr/share/lintian/overrides/sopass
+ mv ../sopass-dbgsym_0.5.0.ci20250920T054841-1_amd64.deb ../sopass_0.5.0.ci20250920T054841-1.debian.tar.xz ../sopass_0.5.0.ci20250920T054841-1.dsc ../sopass_0.5.0.ci20250920T054841-1_amd64.buildinfo ../sopass_0.5.0.ci20250920T054841-1_amd64.changes ../sopass_0.5.0.ci20250920T054841-1_amd64.deb ../sopass_0.5.0.ci20250920T054841.orig.tar.xz /workspace/artifacts
RUN: Action finished OK
RUN: Action TarCreate {
    archive: "/dev/vde",
    directory: "/workspace/cache",
}
[2025-09-20T05:50:42Z DEBUG ambient_ci::action] Plan::execute: TarCreate {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-09-20T05:50:42Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vde",
        ),
        root: Some(
            "/workspace/cache",
        ),
        size: None,
    }
[2025-09-20T05:50:42Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-09-20T05:50:42Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-09-20T05:50:42Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-09-20T05:50:42Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
RUN: Action finished OK
RUN: Action TarCreate {
    archive: "/dev/vdd",
    directory: "/workspace/artifacts",
}
[2025-09-20T05:50:45Z DEBUG ambient_ci::action] Plan::execute: TarCreate {
        archive: "/dev/vdd",
        directory: "/workspace/artifacts",
    }
[2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
        filename: Some(
            "/dev/vdd",
        ),
        root: Some(
            "/workspace/artifacts",
        ),
        size: None,
    }
[2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
RUN: Action finished OK
ambient-execute-plan ends
EXIT CODE: 0
[2025-09-20T05:50:48Z INFO  ambient] ambient ends successfully

Trigger message

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

Ambient stdout

[2025-09-20T05:46:52Z INFO  ambient] ambient starts
[2025-09-20T05:46:52Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-09-20T05:46:52Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-09-20T05:46:52Z DEBUG ambient] configuration: Config {
        tmpdir: "/home/_rad/tmp",
        image_store: "/home/_rad/ambient-images",
        projects: "/dev/null",
        state: "/home/_rad/ambient-state",
        rsync_target: None,
        rsync_target_base: None,
        rsync_target_map: None,
        dput_target: None,
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            1000000000,
        ),
        cache_max_size: Byte(
            30000000000,
        ),
        qemu: QemuConfig {
            cpus: 2,
            memory: Byte(
                12000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-09-20T05:46:52Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/meta.yaml
[2025-09-20T05:46:52Z DEBUG ambient_ci::run] latest commit: "4808184c75c6a7b46f785ecc06cac35f3b7872b5"
[2025-09-20T05:46:52Z DEBUG ambient_ci::run] is a git repository
[2025-09-20T05:46:52Z DEBUG ambient_ci::run] git repository is clean
[2025-09-20T05:46:52Z DEBUG ambient_ci::run] current (HEAD) commit: 4808184c75c6a7b46f785ecc06cac35f3b7872b5
[2025-09-20T05:46:52Z DEBUG ambient_ci::run] no dry run requested
[2025-09-20T05:46:52Z DEBUG ambient_ci::run] forced run requested
[2025-09-20T05:46:52Z DEBUG ambient_ci::run] run? true
[2025-09-20T05:46:52Z INFO  ambient_ci::run] project rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit: running CI
[2025-09-20T05:46:52Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-09-20T05:46:52Z DEBUG ambient_ci::action] Plan::execute: CargoFetch {
        sourcedir: "/tmp/.tmptdLIpJ/src",
        dependenciesdir: "/home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/dependencies",
    }
SPAWN: argv=["env", "CARGO_HOME=/home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/dependencies", "cargo", "fetch", "--locked"]
       cwd=/tmp/.tmptdLIpJ/src (exists? true)
       extra_env=[]
[2025-09-20T05:46:53Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpDpqB0V/src.tar
[2025-09-20T05:46:53Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpDpqB0V/deps.tar
[2025-09-20T05:46:57Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-09-20T05:46:57Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
        steps: [
            Mkdir {
                pathname: "/workspace",
            },
            Mkdir {
                pathname: "/workspace/artifacts",
            },
            TarExtract {
                archive: "/dev/vdc",
                directory: "/workspace/src",
            },
            TarExtract {
                archive: "/dev/vdf",
                directory: "/workspace/deps",
            },
            TarExtract {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
            Spawn {
                argv: [
                    "find",
                    "/workspace",
                    "-maxdepth",
                    "2",
                    "-ls",
                ],
            },
            CargoFmt,
            CargoClippy,
            CargoBuild,
            Shell {
                shell: "make sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n",
            },
            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",
            },
            Custom(
                Custom {
                    name: "dch",
                    args: {
                        "debemail": String("liw@liw.fi"),
                        "debfullname": String("Lars Wirzenius"),
                    },
                },
            ),
            Deb,
            TarCreate {
                archive: "/dev/vde",
                directory: "/workspace/cache",
            },
            TarCreate {
                archive: "/dev/vdd",
                directory: "/workspace/artifacts",
            },
        ],
        executor_drive: Some(
            "/dev/vdb",
        ),
        source_drive: Some(
            "/dev/vdc",
        ),
        artifact_drive: Some(
            "/dev/vdd",
        ),
        cache_drive: Some(
            "/dev/vde",
        ),
        deps_drive: Some(
            "/dev/vdf",
        ),
        workspace_dir: Some(
            "/workspace",
        ),
        source_dir: Some(
            "/workspace/src",
        ),
        deps_dir: Some(
            "/workspace/deps",
        ),
        cache_dir: Some(
            "/workspace/cache",
        ),
        artifacts_dir: Some(
            "/workspace/artifacts",
        ),
    }
[2025-09-20T05:46:57Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-09-20T05:46:57Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpDpqB0V/ambient-execute-plan/run-ci
[2025-09-20T05:46:57Z DEBUG ambient_ci::run] copy OK: true
[2025-09-20T05:46:57Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpDpqB0V/executor.tar
[2025-09-20T05:46:57Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/run.log
[2025-09-20T05:46:57Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit, exists? true
[2025-09-20T05:46:57Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/run.log
[2025-09-20T05:46:57Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/run.log OK
[2025-09-20T05:46:57Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-09-20T05:46:57Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-09-20T05:46:57Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-09-20T05:46:57Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-09-20T05:46:57Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
        hostname: Some(
            "ambient",
        ),
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-09-20T05:46:57Z DEBUG ambient_ci::qemu] run QEMU
[2025-09-20T05:46:57Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-09-20T05:46:57Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmp6RlmWI/.tmpIqCoHo/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-09-20T05:46:57Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-09-20T05:46:57Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
        hostname: "ambient",
        network: false,
        bootcmd: [],
        runcmd: [
            "echo xyzzy > /dev/ttyS1",
            "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n        echo \"EXIT CODE: 0\"\nelse\n        echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
            "poweroff",
        ],
    }
[2025-09-20T05:46:57Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp8xqokx/meta-data
[2025-09-20T05:46:57Z DEBUG ambient_ci::cloud_init] write /tmp/.tmp8xqokx/user-data
[2025-09-20T05:46:58Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmp6RlmWI/.tmpIqCoHo/console.log
[2025-09-20T05:46:58Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmp6RlmWI/.tmpIqCoHo/console.log
[2025-09-20T05:46:58Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/run.log
[2025-09-20T05:46:58Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/run.log
[2025-09-20T05:46:58Z DEBUG ambient_ci::qemu] run QEMU: QemuArgs {
        args: [
            "-m",
            "11444",
            "-smp",
            "cpus=2",
            "-cpu",
            "kvm64",
            "-machine",
            "type=q35,accel=kvm,usb=off",
            "-uuid",
            "a85c9de7-edc0-4e54-bead-112e5733582c",
            "-boot",
            "strict=on",
            "-name",
            "ambient-ci-vm",
            "-rtc",
            "base=utc,driftfix=slew",
            "-display",
            "none",
            "-device",
            "virtio-rng-pci",
            "-serial",
            "file:/home/_rad/tmp/.tmp6RlmWI/.tmpIqCoHo/console.log",
            "-serial",
            "file:/home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/run.log",
            "-drive",
            "if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
            "-drive",
            "if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmp6RlmWI/.tmpIqCoHo/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/home/_rad/tmp/.tmp6RlmWI/.tmpIqCoHo/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpDpqB0V/executor.tar,readonly=on",
            "-cdrom",
            "/home/_rad/tmp/.tmp6RlmWI/.tmpIqCoHo/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpDpqB0V/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpDpqB0V/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpDpqB0V/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/home/_rad/tmp/.tmpDpqB0V/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-09-20T05:50:47Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-09-20T05:50:47Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-09-20T05:47:04Z TRACE ambient_execute_plan] ambient-execute-plan starts
    [2025-09-20T05:47:04Z DEBUG ambient_execute_plan] ambient-execute-plan starts
    [2025-09-20T05:47:04Z INFO  ambient_execute_plan] ambient-execute-plan starts
    [2025-09-20T05:47:04Z WARN  ambient_execute_plan] ambient-execute-plan starts
    [2025-09-20T05:47:04Z ERROR ambient_execute_plan] ambient-execute-plan starts
    RunnablePlan::from_file: filename=plan.yaml
    steps:
    - action: mkdir
      pathname: /workspace
    - action: mkdir
      pathname: /workspace/artifacts
    - action: tar_extract
      archive: /dev/vdc
      directory: /workspace/src
    - action: tar_extract
      archive: /dev/vdf
      directory: /workspace/deps
    - action: tar_extract
      archive: /dev/vde
      directory: /workspace/cache
    - action: spawn
      argv:
      - find
      - /workspace
      - '-maxdepth'
      - '2'
      - '-ls'
    - 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
    - action: tar_create
      archive: /dev/vde
      directory: /workspace/cache
    - action: tar_create
      archive: /dev/vdd
      directory: /workspace/artifacts
    executor_drive: /dev/vdb
    source_drive: /dev/vdc
    artifact_drive: /dev/vdd
    cache_drive: /dev/vde
    deps_drive: /dev/vdf
    workspace_dir: /workspace
    source_dir: /workspace/src
    deps_dir: /workspace/deps
    cache_dir: /workspace/cache
    artifacts_dir: /workspace/artifacts
    
    
    RUN: Action Mkdir {
        pathname: "/workspace",
    }
    [2025-09-20T05:47:04Z DEBUG ambient_ci::action] Plan::execute: Mkdir {
            pathname: "/workspace",
        }
    RUN: Action finished OK
    RUN: Action Mkdir {
        pathname: "/workspace/artifacts",
    }
    [2025-09-20T05:47:04Z DEBUG ambient_ci::action] Plan::execute: Mkdir {
            pathname: "/workspace/artifacts",
        }
    RUN: Action finished OK
    RUN: Action TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
    [2025-09-20T05:47:04Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        }
    [2025-09-20T05:47:04Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-09-20T05:47:04Z TRACE ambient_ci::vdrive] extraction OK
    RUN: Action finished OK
    RUN: Action TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
    [2025-09-20T05:47:04Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        }
    [2025-09-20T05:47:04Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-09-20T05:47:08Z TRACE ambient_ci::vdrive] extraction OK
    RUN: Action finished OK
    RUN: Action TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
    [2025-09-20T05:47:08Z DEBUG ambient_ci::action] Plan::execute: TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-09-20T05:47:08Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-09-20T05:47:08Z TRACE ambient_ci::vdrive] extraction OK
    RUN: Action finished OK
    RUN: Action Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
    [2025-09-20T05:47:08Z DEBUG ambient_ci::action] Plan::execute: Spawn {
            argv: [
                "find",
                "/workspace",
                "-maxdepth",
                "2",
                "-ls",
            ],
        }
    SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
           cwd=/workspace/src (exists? true)
           extra_env=[]
      2621441      4 drwxr-xr-x   6 root     root         4096 Sep 20 05:47 /workspace
      2621442      4 drwxr-xr-x   2 root     root         4096 Sep 20 05:47 /workspace/artifacts
      2632091      4 drwxr-xr-x   2 root     root         4096 Sep 19 13:31 /workspace/cache
      2632092      4 -rw-r--r--   1 root     root         1904 Sep 16 07:42 /workspace/cache/.rustc_info.json
      2632093      4 -rw-r--r--   1 root     root          218 Sep 16 05:48 /workspace/cache/.rustdoc_fingerprint.json
      2621665      4 drwxr-xr-x   3 root     root         4096 Sep 20 05:46 /workspace/deps
      2632090      0 -rw-r--r--   1 root     root            0 Sep 16 05:47 /workspace/deps/.package-cache
      2621666      4 drwxr-xr-x   5 root     root         4096 Sep 16 05:48 /workspace/deps/registry
      2632088     64 -rw-r--r--   1 root     root        65536 Sep 20 05:46 /workspace/deps/.global-cache
      2632089      0 -rw-r--r--   1 root     root            0 Sep 16 05:48 /workspace/deps/.package-cache-mutate
      2621443      4 drwxr-xr-x   7 root     root         4096 Sep 20 05:46 /workspace/src
      2621463      4 -rw-r--r--   1 root     root         1377 Sep 20 05:46 /workspace/src/sopass.1
      2621477      4 -rw-r--r--   1 root     root         3822 Sep 20 05:46 /workspace/src/NEWS.md
      2621481      4 drwxr-xr-x   2 root     root         4096 Sep 20 05:46 /workspace/src/.radicle
      2621484      4 drwxr-xr-x   2 root     root         4096 Sep 20 05:46 /workspace/src/.ambient
      2621479      4 -rw-r--r--   1 root     root          558 Sep 20 05:46 /workspace/src/Cargo.toml
      2621476      4 -rw-r--r--   1 root     root         1109 Sep 20 05:46 /workspace/src/README.md
      2621483      4 -rw-r--r--   1 root     root           20 Sep 20 05:46 /workspace/src/.gitignore
      2621460      4 -rw-r--r--   1 root     root          206 Sep 20 05:46 /workspace/src/sopass.subplot
      2621480     28 -rw-r--r--   1 root     root        26139 Sep 20 05:46 /workspace/src/Cargo.lock
      2621465      4 drwxr-xr-x   3 root     root         4096 Sep 20 05:46 /workspace/src/debian
      2621486      4 drwxr-xr-x   8 root     root         4096 Sep 20 05:46 /workspace/src/.git
      2621462     20 -rw-r--r--   1 root     root        17884 Sep 20 05:46 /workspace/src/sopass.md
      2621478      4 -rw-r--r--   1 root     root          480 Sep 20 05:46 /workspace/src/Makefile
      2621464      4 -rw-r--r--   1 root     root          289 Sep 20 05:46 /workspace/src/pass-to-sopass.sh
      2621461      4 -rw-r--r--   1 root     root          447 Sep 20 05:46 /workspace/src/sopass.py
      2621444      4 drwxr-xr-x   3 root     root         4096 Sep 20 05:46 /workspace/src/src
      2621459      4 -rw-r--r--   1 root     root           82 Sep 20 05:46 /workspace/src/sopass.yaml
    RUN: Action finished OK
    RUN: Action CargoFmt
    [2025-09-20T05:47:08Z DEBUG ambient_ci::action] Plan::execute: CargoFmt
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/workspace/src (exists? true)
           extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")]
    RUN: Action finished OK
    RUN: Action CargoClippy
    [2025-09-20T05:47:08Z DEBUG ambient_ci::action] Plan::execute: CargoClippy
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/workspace/src (exists? true)
           extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")]
       Compiling proc-macro2 v1.0.92
       Compiling unicode-ident v1.0.14
       Compiling libc v0.2.169
       Compiling quote v1.0.38
        Checking cfg-if v1.0.0
       Compiling serde v1.0.219
       Compiling syn v2.0.92
       Compiling zerocopy v0.8.27
        Checking memchr v2.7.4
        Checking bitflags v2.6.0
        Checking getrandom v0.2.15
       Compiling proc-macro-hack v0.5.20+deprecated
        Checking rand_core v0.6.4
        Checking ppv-lite86 v0.2.21
        Checking utf8parse v0.2.2
       Compiling rustix v0.38.42
        Checking equivalent v1.0.1
        Checking hashbrown v0.15.2
       Compiling serde_derive v1.0.219
        Checking itoa v1.0.14
       Compiling anyhow v1.0.98
        Checking ryu v1.0.18
        Checking indexmap v2.7.1
        Checking anstyle-parse v0.2.6
        Checking rand_chacha v0.3.1
        Checking aho-corasick v1.1.3
       Compiling rustix v1.0.7
        Checking anstyle v1.0.10
        Checking regex-syntax v0.8.5
        Checking colorchoice v1.0.3
        Checking anstyle-query v1.1.2
        Checking linux-raw-sys v0.4.14
       Compiling version_check v0.9.5
       Compiling getrandom v0.3.3
        Checking is_terminal_polyfill v1.70.1
       Compiling serde_yml v0.0.12
        Checking anstream v0.6.18
        Checking regex-automata v0.4.9
       Compiling random-number-macro-impl v0.1.8
        Checking rand v0.8.5
       Compiling serde_json v1.0.140
        Checking linux-raw-sys v0.9.4
        Checking option-ext v0.2.0
        Checking winnow v0.7.13
       Compiling thiserror v2.0.12
       Compiling thiserror v1.0.69
        Checking toml_parser v1.0.2
        Checking dirs-sys v0.4.1
        Checking regex v1.11.1
        Checking libyml v0.0.5
        Checking random-number v0.1.9
        Checking terminal_size v0.4.1
        Checking toml_datetime v0.7.0
        Checking serde_spanned v1.0.0
       Compiling thiserror-impl v2.0.12
       Compiling thiserror-impl v1.0.69
        Checking clap_lex v0.7.4
        Checking fastrand v2.3.0
        Checking strsim v0.11.1
        Checking once_cell v1.20.2
        Checking toml_writer v1.0.2
       Compiling heck v0.5.0
        Checking log v0.4.22
        Checking unsafe-libyaml v0.2.11
        Checking env_filter v0.1.3
       Compiling clap_derive v4.5.18
        Checking serde_yaml v0.9.34+deprecated
        Checking tempfile v3.20.0
        Checking toml v0.9.5
        Checking clap_builder v4.5.23
        Checking random-pick v1.2.16
        Checking directories v5.0.1
        Checking dirs-sys-next v0.1.2
        Checking humantime v2.1.0
        Checking env_logger v0.11.6
        Checking directories-next v2.0.0
        Checking confy v0.6.1
        Checking passwords v3.1.16
        Checking clingwrap v0.3.0
        Checking clap v4.5.23
        Checking sopass v0.5.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.63s
    RUN: Action finished OK
    RUN: Action CargoBuild
    [2025-09-20T05:47:49Z DEBUG ambient_ci::action] Plan::execute: CargoBuild
    SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
           cwd=/workspace/src (exists? true)
           extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")]
       Compiling libc v0.2.169
       Compiling cfg-if v1.0.0
       Compiling serde v1.0.219
       Compiling memchr v2.7.4
       Compiling bitflags v2.6.0
       Compiling zerocopy v0.8.27
       Compiling getrandom v0.2.15
       Compiling rand_core v0.6.4
       Compiling hashbrown v0.15.2
       Compiling ppv-lite86 v0.2.21
       Compiling itoa v1.0.14
       Compiling equivalent v1.0.1
       Compiling utf8parse v0.2.2
       Compiling ryu v1.0.18
       Compiling anstyle-parse v0.2.6
       Compiling indexmap v2.7.1
       Compiling rand_chacha v0.3.1
       Compiling aho-corasick v1.1.3
       Compiling linux-raw-sys v0.4.14
       Compiling regex-syntax v0.8.5
       Compiling is_terminal_polyfill v1.70.1
       Compiling anstyle-query v1.1.2
       Compiling anstyle v1.0.10
       Compiling colorchoice v1.0.3
       Compiling regex-automata v0.4.9
       Compiling anstream v0.6.18
       Compiling rustix v0.38.42
       Compiling anyhow v1.0.98
       Compiling rand v0.8.5
       Compiling option-ext v0.2.0
       Compiling winnow v0.7.13
       Compiling linux-raw-sys v0.9.4
       Compiling toml_parser v1.0.2
       Compiling rustix v1.0.7
       Compiling dirs-sys v0.4.1
       Compiling random-number v0.1.9
       Compiling regex v1.11.1
       Compiling libyml v0.0.5
       Compiling terminal_size v0.4.1
       Compiling getrandom v0.3.3
       Compiling toml_datetime v0.7.0
       Compiling serde_spanned v1.0.0
       Compiling clap_lex v0.7.4
       Compiling once_cell v1.20.2
       Compiling toml_writer v1.0.2
       Compiling unsafe-libyaml v0.2.11
       Compiling fastrand v2.3.0
       Compiling strsim v0.11.1
       Compiling log v0.4.22
       Compiling clap_builder v4.5.23
       Compiling env_filter v0.1.3
       Compiling serde_yaml v0.9.34+deprecated
       Compiling tempfile v3.20.0
       Compiling toml v0.9.5
       Compiling thiserror v2.0.12
       Compiling thiserror v1.0.69
       Compiling serde_yml v0.0.12
       Compiling random-pick v1.2.16
       Compiling directories v5.0.1
       Compiling serde_json v1.0.140
       Compiling dirs-sys-next v0.1.2
       Compiling humantime v2.1.0
       Compiling env_logger v0.11.6
       Compiling directories-next v2.0.0
       Compiling clingwrap v0.3.0
       Compiling confy v0.6.1
       Compiling passwords v3.1.16
       Compiling clap v4.5.23
       Compiling sopass v0.5.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.77s
    RUN: Action finished OK
    RUN: Action Shell {
        shell: "make sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n",
    }
    [2025-09-20T05:48:33Z DEBUG ambient_ci::action] Plan::execute: Shell {
            shell: "make sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n",
        }
    SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n\n"]
           cwd=/workspace/src (exists? true)
           extra_env=[]
    + make sopass.html
    subplot docgen sopass.subplot -o sopass.html
     INFO Starting Subplot
     INFO Subplot finished successfully
    + mv sopass.html /workspace/artifacts/sopass.html
    RUN: Action finished OK
    RUN: Action 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",
    }
    [2025-09-20T05:48:33Z DEBUG ambient_ci::action] Plan::execute: 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",
        }
    SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nexport 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\n"]
           cwd=/workspace/src (exists? true)
           extra_env=[]
    + 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'
    subplot docgen sopass.subplot -o sopass.html
     INFO Starting Subplot
     INFO Subplot finished successfully
    cargo clippy --offline --locked --all-targets -- -Dwarnings
        Checking sopass v0.5.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
    cargo build --offline --locked --all-targets
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s
    cargo test --offline --locked --all-targets
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
         Running unittests src/lib.rs (/workspace/cache/debug/deps/sopass-d331767b32cdd48a)
    
    running 0 tests
    
    test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
    
         Running unittests src/main.rs (/workspace/cache/debug/deps/sopass-84c98c948674d971)
    
    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
        Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
       Doc-tests sopass
    
    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
     Documenting sopass v0.5.0 (/workspace/src)
        Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
       Generated /workspace/cache/doc/sopass/index.html
    rm -f test.py test.log
    subplot codegen sopass.subplot -o test.py
     INFO Starting Subplot
     INFO Subplot finished successfully
    SOPASS_LOG=trace python3 test.py --log test.log
    srcdir /workspace/src
    datadir /tmp/tmp1lc0hla3
    scenario: Manages values
      step 1: given an installed sopass
    bindir /workspace/cache/debug
      step 2: given file my.key
      step 3: when I run sopass --store xyzzy init --name primary --key my.key
      step 4: when I run sopass --store xyzzy value list
      step 5: then stdout is exactly ""
      step 6: given file value.dat
      step 7: when I run sopass --store xyzzy value add foo --file value.dat
      step 8: when I run sopass --store xyzzy value list
      step 9: then stdout is exactly "foo\n"
      step 10: when I run sopass --store xyzzy value show foo
      step 11: then stdout is exactly "bar\n"
      step 12: when I run sopass --store xyzzy value remove foo
      step 13: then stdout is exactly ""
      step 14: given file add-stdin.sh
      step 15: when I run sh add-stdin.sh
      step 16: when I run sopass --store xyzzy value list
      step 17: then stdout is exactly "foo\n"
      step 18: when I run sopass --store xyzzy value show foo
      step 19: then stdout is exactly "bar\n"
      step 20: when I run sopass --store xyzzy value remove foo
      step 21: then stdout is exactly ""
    scenario: Manages certificates
      step 1: given an installed sopass
    bindir /workspace/cache/debug
      step 2: given file my.key
      step 3: given file other.key
      step 4: given file other.cert
      step 5: when I run sopass --store xyzzy init --name primary --key my.key
      step 6: when I run sopass --store xyzzy cert list
      step 7: then stdout is exactly "primary\n"
      step 8: when I run sopass --store xyzzy cert add --name secondary --cert other.cert
      step 9: when I run sopass --store xyzzy cert list
      step 10: then stdout contains "primary"
      step 11: then stdout contains "secondary"
      step 12: when I run mv other.key xyzzy/default.key
      step 13: when I run rm my.key
      step 14: when I run sopass --store xyzzy cert list
      step 15: then stdout contains "primary"
      step 16: then stdout contains "secondary"
      step 17: when I run sopass --store xyzzy cert remove primary
      step 18: when I run sopass --store xyzzy cert list
      step 19: then stdout doesn't contain "primary"
      step 20: then stdout contains "secondary"
      step 21: when I try to run sopass --store xyzzy cert remove secondary
      step 22: then command fails
      step 23: then stderr contains "secondary"
      step 24: when I run sopass --store xyzzy cert list
      step 25: then stdout contains "secondary"
    scenario: Loads default configuration file
      step 1: given an installed sopass
    bindir /workspace/cache/debug
      step 2: given file .config/sopass/sopass.yml from default.yaml
      step 3: when I run env HOME=. sopass config
      step 4: then stdout contains ""store": "/over/the/rainbow""
    scenario: Reports its version
      step 1: given an installed sopass
    bindir /workspace/cache/debug
      step 2: when I run sopass --version
      step 3: then stdout matches regex ^sopass \\d+\\.\\d+\\.\\d+$
      step 4: when I run sopass version
      step 5: 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: Exports store to file
      step 1: given an installed sopass
    bindir /workspace/cache/debug
      step 2: given file my.key
      step 3: when I run sopass --store xyzzy init --name primary --key my.key
      step 4: given file value.dat
      step 5: when I run sopass --store xyzzy value add foo --file value.dat
      step 6: when I run sopass --store xyzzy export store.json
      step 7: when I run cat store.json
      step 8: then file store.json contains ""certs":"
      step 9: then file store.json contains ""primary":"
      step 10: then file store.json contains ""kv":"
      step 11: then file store.json contains ""foo":"
    scenario: Initializes the password store
      step 1: given an installed sopass
    bindir /workspace/cache/debug
      step 2: given file my.key
      step 3: then directory xyzzy does not exist
      step 4: when I run sopass --store xyzzy init --name primary --key my.key
      step 5: then file xyzzy/values.sopass exists
    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: Imports from a file
      step 1: given an installed sopass
    bindir /workspace/cache/debug
      step 2: given file my.key
      step 3: given file value.dat
      step 4: given file yo.dat
      step 5: when I run sopass --store xyzzy init --name primary --key my.key
      step 6: when I run sopass --store xyzzy value add foo --file value.dat
      step 7: when I run sopass --store xyzzy value add bar --file value.dat
      step 8: when I run sopass --store xyzzy value add yo --file value.dat
      step 9: when I run sopass --store xyzzy export store.json
      step 10: when I run sopass --store new init --name primary --key my.key
      step 11: when I run sopass --store new value add foo --file yo.dat
      step 12: when I run sopass --store new value add bar --file yo.dat
      step 13: when I run sopass --store new import store.json
      step 14: when I run sopass --store new value list
      step 15: then stdout contains "foo"
      step 16: then stdout contains "bar"
      step 17: then stdout contains "yo"
      step 18: when I run sopass --store new value show foo
      step 19: then stdout is exactly "bar\n"
      step 20: when I run sopass --store new value show bar
      step 21: then stdout is exactly "bar\n"
      step 22: when I run sopass --store new value show yo
      step 23: then stdout is exactly "bar\n"
    scenario: Generates a password
      step 1: given an installed sopass
    bindir /workspace/cache/debug
      step 2: given file my.key
      step 3: when I run sopass --store xyzzy init --name primary --key my.key
      step 4: when I run sopass --store xyzzy value generate foo
      step 5: when I run sopass --store xyzzy value list
      step 6: then stdout is exactly "foo\n"
      step 7: when I run sopass --store xyzzy value show foo
      step 8: then stdout isn't 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: Showing value that does not exist fails
      step 1: given an installed sopass
    bindir /workspace/cache/debug
      step 2: given file my.key
      step 3: when I run sopass --store xyzzy init --name primary --key my.key
      step 4: when I try to run sopass --store xyzzy value show foo
      step 5: then command fails
      step 6: then stderr contains "foo"
      step 7: then stdout is exactly ""
    scenario: Renames values
      step 1: given an installed sopass
    bindir /workspace/cache/debug
      step 2: given file my.key
      step 3: when I run sopass --store xyzzy init --name primary --key my.key
      step 4: given file value.dat
      step 5: when I run sopass --store xyzzy value add foo --file value.dat
      step 6: when I run sopass --store xyzzy value add foobar --file value.dat
      step 7: when I try to run sopass --store xyzzy value rename ghost yo
      step 8: then command fails
      step 9: then stderr contains "ghost"
      step 10: when I try to run sopass --store xyzzy value rename foo foobar
      step 11: then command fails
      step 12: then stderr contains "foobar"
      step 13: when I run sopass --store xyzzy value rename foo yo
      step 14: when I run sopass --store xyzzy value list
      step 15: then stdout is exactly "foobar\nyo\n"
    OK, all scenarios finished successfully
    rm -f test.py test.log
    + git clean -fdx
    Removing sopass.html
    RUN: Action finished OK
    RUN: Action Custom(
        Custom {
            name: "dch",
            args: {
                "debfullname": String("Lars Wirzenius"),
                "debemail": String("liw@liw.fi"),
            },
        },
    )
    [2025-09-20T05:48:41Z DEBUG ambient_ci::action] Plan::execute: Custom(
            Custom {
                name: "dch",
                args: {
                    "debfullname": String("Lars Wirzenius"),
                    "debemail": String("liw@liw.fi"),
                },
            },
        )
    custom: source=/workspace/src
    custom: exe=".ambient/dch" exists=false
    HEAD is now at 4808184 feat: add command to generate a random value
    custom action "dch" exit code Some(0)
    RUN: Action finished OK
    RUN: Action Deb
    [2025-09-20T05:48:41Z DEBUG ambient_ci::action] Plan::execute: Deb
    SPAWN: argv=["/bin/bash", "-c", "#!/bin/bash\nset -xeuo pipefail\n\necho \"PATH at start: $PATH\"\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport CARGO_HOME=/workspace/deps\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n/bin/env\n\ncommand -v cargo\ncommand -v rustc\n\ncargo --version\nrustc --version\n\n# Get name and version of source package.\nname=\"$(dpkg-parsechangelog -SSource)\"\nversion=\"$(dpkg-parsechangelog -SVersion)\"\n\n# Get upstream version: everything before the last dash.\nuv=\"$(echo \"$version\" | sed 's/-[^-]*$//')\"\n\n# Files that will be created.\narch=\"$(dpkg --print-architecture)\"\norig=\"../${name}_${uv}.orig.tar.xz\"\ndeb=\"../${name}_${version}_${arch}.deb\"\nchanges=\"../${name}_${version}_${arch}.changes\"\n\n# Create \"upstream tarball\".\ngit archive HEAD | xz >\"$orig\"\n\n# Build package.\ndpkg-buildpackage -us -uc\n\n# Dump some information to make it easier to visually verify\n# everything looks OK. Also, test the package with the lintian tool.\n\nls -l ..\nfor x in ../*.deb; do dpkg -c \"$x\"; done\n# FIXME: disabled while this prevents radicle-native-ci deb from being built.\n# lintian -i --allow-root --fail-on warning ../*.changes\n\n# Move files to artifacts directory.\nmv ../*_* /workspace/artifacts\n        "]
           cwd=/workspace/src (exists? true)
           extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")]
    + echo 'PATH at start: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
    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
    DEBFULLNAME=Lars Wirzenius
    CARGO_TARGET_DIR=/workspace/cache
    PWD=/workspace/src
    SYSTEMD_EXEC_PID=305
    LANG=C.UTF-8
    CARGO_HOME=/workspace/deps
    DEBEMAIL=liw@liw.fi
    INVOCATION_ID=6a18a1e025e54520bed3e301dafdfb4a
    SHLVL=2
    JOURNAL_STREAM=8:12897
    PATH=/root/.cargo/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    OLDPWD=/
    _=/bin/env
    + command -v cargo
    /root/.cargo/bin/cargo
    + command -v rustc
    /root/.cargo/bin/rustc
    + cargo --version
    cargo 1.90.0 (840b83a10 2025-07-30)
    + rustc --version
    rustc 1.90.0 (1159e78c4 2025-09-14)
    ++ dpkg-parsechangelog -SSource
    + name=sopass
    ++ dpkg-parsechangelog -SVersion
    + version=0.5.0.ci20250920T054841-1
    ++ sed 's/-[^-]*$//'
    ++ echo 0.5.0.ci20250920T054841-1
    + uv=0.5.0.ci20250920T054841
    ++ dpkg --print-architecture
    + arch=amd64
    + orig=../sopass_0.5.0.ci20250920T054841.orig.tar.xz
    + deb=../sopass_0.5.0.ci20250920T054841-1_amd64.deb
    + changes=../sopass_0.5.0.ci20250920T054841-1_amd64.changes
    + xz
    + git archive HEAD
    + dpkg-buildpackage -us -uc
    dpkg-buildpackage: info: source package sopass
    dpkg-buildpackage: info: source version 0.5.0.ci20250920T054841-1
    dpkg-buildpackage: info: source distribution unstable
    dpkg-buildpackage: info: source changed by "Lars Wirzenius" <"liw@liw.fi">
    dpkg-buildpackage: info: host architecture amd64
     dpkg-source --before-build .
     debian/rules clean
    dh clean
       dh_auto_clean
       dh_clean
     dpkg-source -b .
    dpkg-source: info: using source format '3.0 (quilt)'
    dpkg-source: info: building sopass using existing ./sopass_0.5.0.ci20250920T054841.orig.tar.xz
    dpkg-source: info: building sopass in sopass_0.5.0.ci20250920T054841-1.debian.tar.xz
    dpkg-source: info: building sopass in sopass_0.5.0.ci20250920T054841-1.dsc
     debian/rules build
    dh build
       dh_update_autotools_config
       dh_autoreconf
       dh_auto_configure
       debian/rules override_dh_auto_build
    make[1]: Entering directory '/workspace/src'
    true
    make[1]: Leaving directory '/workspace/src'
       debian/rules override_dh_auto_test
    make[1]: Entering directory '/workspace/src'
    echo tests are disabled, for now
    tests are disabled, for now
    make[1]: Leaving directory '/workspace/src'
       create-stamp debian/debhelper-build-stamp
     debian/rules binary
    dh binary
       dh_testroot
       dh_prep
       debian/rules override_dh_auto_install
    make[1]: Entering directory '/workspace/src'
    cargo install --offline --locked --target x86_64-unknown-linux-musl --path=. --root=debian/sopass/usr
      Installing sopass v0.5.0 (/workspace/src)
       Compiling proc-macro2 v1.0.92
       Compiling unicode-ident v1.0.14
       Compiling libc v0.2.169
       Compiling quote v1.0.38
       Compiling syn v2.0.92
       Compiling cfg-if v1.0.0
       Compiling serde v1.0.219
       Compiling memchr v2.7.4
       Compiling zerocopy v0.8.27
       Compiling bitflags v2.6.0
       Compiling serde_derive v1.0.219
       Compiling getrandom v0.2.15
       Compiling proc-macro-hack v0.5.20+deprecated
       Compiling rand_core v0.6.4
       Compiling ppv-lite86 v0.2.21
       Compiling hashbrown v0.15.2
       Compiling rustix v0.38.42
       Compiling utf8parse v0.2.2
       Compiling itoa v1.0.14
       Compiling ryu v1.0.18
       Compiling equivalent v1.0.1
       Compiling anyhow v1.0.98
       Compiling indexmap v2.7.1
       Compiling anstyle-parse v0.2.6
       Compiling rand_chacha v0.3.1
       Compiling aho-corasick v1.1.3
       Compiling rustix v1.0.7
       Compiling getrandom v0.3.3
       Compiling is_terminal_polyfill v1.70.1
       Compiling anstyle-query v1.1.2
       Compiling colorchoice v1.0.3
       Compiling linux-raw-sys v0.4.14
       Compiling regex-syntax v0.8.5
       Compiling anstyle v1.0.10
       Compiling version_check v0.9.5
       Compiling serde_yml v0.0.12
       Compiling anstream v0.6.18
       Compiling regex-automata v0.4.9
       Compiling random-number-macro-impl v0.1.8
       Compiling rand v0.8.5
       Compiling thiserror v2.0.12
       Compiling winnow v0.7.13
       Compiling serde_json v1.0.140
       Compiling thiserror v1.0.69
       Compiling option-ext v0.2.0
       Compiling linux-raw-sys v0.9.4
       Compiling dirs-sys v0.4.1
       Compiling toml_parser v1.0.2
       Compiling libyml v0.0.5
       Compiling regex v1.11.1
       Compiling random-number v0.1.9
       Compiling terminal_size v0.4.1
       Compiling serde_spanned v1.0.0
       Compiling toml_datetime v0.7.0
       Compiling thiserror-impl v1.0.69
       Compiling thiserror-impl v2.0.12
       Compiling toml_writer v1.0.2
       Compiling clap_lex v0.7.4
       Compiling fastrand v2.3.0
       Compiling once_cell v1.20.2
       Compiling strsim v0.11.1
       Compiling unsafe-libyaml v0.2.11
       Compiling log v0.4.22
       Compiling heck v0.5.0
       Compiling clap_derive v4.5.18
       Compiling env_filter v0.1.3
       Compiling serde_yaml v0.9.34+deprecated
       Compiling clap_builder v4.5.23
       Compiling tempfile v3.20.0
       Compiling toml v0.9.5
       Compiling random-pick v1.2.16
       Compiling directories v5.0.1
       Compiling dirs-sys-next v0.1.2
       Compiling humantime v2.1.0
       Compiling env_logger v0.11.6
       Compiling directories-next v2.0.0
       Compiling clingwrap v0.3.0
       Compiling confy v0.6.1
       Compiling passwords v3.1.16
       Compiling clap v4.5.23
       Compiling sopass v0.5.0 (/workspace/src)
        Finished `release` profile [optimized] target(s) in 1m 50s
      Installing debian/sopass/usr/bin/sopass
       Installed package `sopass v0.5.0 (/workspace/src)` (executable `sopass`)
    warning: be sure to add `debian/sopass/usr/bin` to your PATH to be able to run the installed binaries
    find debian -name ".crates*" -delete
    make[1]: Leaving directory '/workspace/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
    dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
       dh_installdeb
       dh_gencontrol
    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
       dh_md5sums
       dh_builddeb
    dpkg-deb: building package 'sopass' in '../sopass_0.5.0.ci20250920T054841-1_amd64.deb'.
    dpkg-deb: building package 'sopass-dbgsym' in '../sopass-dbgsym_0.5.0.ci20250920T054841-1_amd64.deb'.
     dpkg-genbuildinfo -O../sopass_0.5.0.ci20250920T054841-1_amd64.buildinfo
     dpkg-genchanges -O../sopass_0.5.0.ci20250920T054841-1_amd64.changes
    dpkg-genchanges: info: including full source code in upload
     dpkg-source --after-build .
    dpkg-buildpackage: info: full upload (original source is included)
    + ls -l ..
    total 1168
    drwxr-xr-x 2 root root   4096 Sep 20 05:48 artifacts
    drwxr-xr-x 6 root root   4096 Sep 20 05:48 cache
    drwxr-xr-x 3 root root   4096 Sep 20 05:46 deps
    -rw-r--r-- 1 root root 132472 Sep 20 05:50 sopass-dbgsym_0.5.0.ci20250920T054841-1_amd64.deb
    -rw-r--r-- 1 root root   2292 Sep 20 05:48 sopass_0.5.0.ci20250920T054841-1.debian.tar.xz
    -rw-r--r-- 1 root root    926 Sep 20 05:48 sopass_0.5.0.ci20250920T054841-1.dsc
    -rw-r--r-- 1 root root   5775 Sep 20 05:50 sopass_0.5.0.ci20250920T054841-1_amd64.buildinfo
    -rw-r--r-- 1 root root   2335 Sep 20 05:50 sopass_0.5.0.ci20250920T054841-1_amd64.changes
    -rw-r--r-- 1 root root 992328 Sep 20 05:50 sopass_0.5.0.ci20250920T054841-1_amd64.deb
    -rw-r--r-- 1 root root  27268 Sep 20 05:48 sopass_0.5.0.ci20250920T054841.orig.tar.xz
    drwxr-xr-x 7 root root   4096 Sep 20 05:48 src
    + for x in ../*.deb
    + dpkg -c ../sopass-dbgsym_0.5.0.ci20250920T054841-1_amd64.deb
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/lib/
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/lib/debug/
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/lib/debug/.build-id/
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/lib/debug/.build-id/2d/
    -rw-r--r-- root/root    683600 2025-09-20 05:48 ./usr/lib/debug/.build-id/2d/139a359ba79ecf3f7bcafdfbccd2b10d7ec088.debug
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/doc/
    lrwxrwxrwx root/root         0 2025-09-20 05:48 ./usr/share/doc/sopass-dbgsym -> sopass
    + for x in ../*.deb
    + dpkg -c ../sopass_0.5.0.ci20250920T054841-1_amd64.deb
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/bin/
    -rwxr-xr-x root/root   3089216 2025-09-20 05:48 ./usr/bin/sopass
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/doc/
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/doc/sopass/
    -rw-r--r-- root/root       285 2025-09-20 05:48 ./usr/share/doc/sopass/changelog.Debian.gz
    -rw-r--r-- root/root      1150 2025-09-20 05:48 ./usr/share/doc/sopass/copyright
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/lintian/
    drwxr-xr-x root/root         0 2025-09-20 05:48 ./usr/share/lintian/overrides/
    -rw-r--r-- root/root       173 2025-09-20 05:48 ./usr/share/lintian/overrides/sopass
    + mv ../sopass-dbgsym_0.5.0.ci20250920T054841-1_amd64.deb ../sopass_0.5.0.ci20250920T054841-1.debian.tar.xz ../sopass_0.5.0.ci20250920T054841-1.dsc ../sopass_0.5.0.ci20250920T054841-1_amd64.buildinfo ../sopass_0.5.0.ci20250920T054841-1_amd64.changes ../sopass_0.5.0.ci20250920T054841-1_amd64.deb ../sopass_0.5.0.ci20250920T054841.orig.tar.xz /workspace/artifacts
    RUN: Action finished OK
    RUN: Action TarCreate {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
    [2025-09-20T05:50:42Z DEBUG ambient_ci::action] Plan::execute: TarCreate {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-09-20T05:50:42Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vde",
            ),
            root: Some(
                "/workspace/cache",
            ),
            size: None,
        }
    [2025-09-20T05:50:42Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
    [2025-09-20T05:50:42Z TRACE ambient_ci::vdrive] create archive file /dev/vde
    [2025-09-20T05:50:42Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
    [2025-09-20T05:50:42Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
    [2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
    RUN: Action finished OK
    RUN: Action TarCreate {
        archive: "/dev/vdd",
        directory: "/workspace/artifacts",
    }
    [2025-09-20T05:50:45Z DEBUG ambient_ci::action] Plan::execute: TarCreate {
            archive: "/dev/vdd",
            directory: "/workspace/artifacts",
        }
    [2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
            filename: Some(
                "/dev/vdd",
            ),
            root: Some(
                "/workspace/artifacts",
            ),
            size: None,
        }
    [2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
    [2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
    [2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
    [2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
    [2025-09-20T05:50:45Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
    RUN: Action finished OK
    ambient-execute-plan ends
    EXIT CODE: 0
    
    ====================
[2025-09-20T05:50:47Z DEBUG ambient_ci::qemu] QEMU exit code 0
[2025-09-20T05:50:47Z DEBUG ambient_ci::run] remove old cache
[2025-09-20T05:50:47Z DEBUG ambient_ci::run] extract cache
[2025-09-20T05:50:48Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-09-20T05:50:48Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/meta.yaml
[2025-09-20T05:50:48Z INFO  ambient] ambient ends successfully

Ambient stderr

<empty log>