CI run for sopass

Radicle repository id rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit

Table of Contents

Run log

[=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
sr0     11:0    1   370K  0 rom  
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   6.1M  1 disk 
vdc    254:32   0  1010K  1 disk 
vdd    254:48   0   9.3G  0 disk 
vde    254:64   0  46.6G  0 disk 
vdf    254:80   0 516.9M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-10-31 14:41 ./
-rw-r--r-- _rad/_rad      1328 2025-10-31 14:41 ./plan.yaml
-rwxr-xr-x _rad/_rad   6418592 2025-10-31 14:41 ./run-ci
INFO: Extracted files:
  4587528      4 drwxr-xr-x   2 1001     1001         4096 Oct 31 14:41 .
  4587531      4 -rw-r--r--   1 1001     1001         1328 Oct 31 14:41 ./plan.yaml
  4587532   6272 -rwxr-xr-x   1 1001     1001      6418592 Oct 31 14:41 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-10-31T14:42:06Z TRACE ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
[2025-10-31T14:42:06Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
[2025-10-31T14:42:06Z INFO  ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
[2025-10-31T14:42:06Z WARN  ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
[2025-10-31T14:42:06Z ERROR ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d 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


[2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
        pathname: "/workspace",
    }
[2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
        pathname: "/workspace",
    }
[2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
        pathname: "/workspace/artifacts",
    }
[2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
        pathname: "/workspace/artifacts",
    }
[2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-31T14:42:06Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-10-31T14:42:06Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-31T14:42:06Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-10-31T14:42:16Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-31T14:42:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-31T14:42:16Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-10-31T14:42:16Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-10-31T14:42:16Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-31T14:42:16Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-10-31T14:42:24Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-31T14:42:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-31T14:42:24Z DEBUG ambient_ci::plan] RUN: Action Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
[2025-10-31T14:42:24Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
        argv: [
            "find",
            "/workspace",
            "-maxdepth",
            "2",
            "-ls",
        ],
    }
[2025-10-31T14:42:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
       cwd=/workspace/src (exists? true)
  2621441      4 drwxr-xr-x   6 root     root         4096 Oct 31 14:42 /workspace
  2621868      4 drwxr-xr-x   3 root     root         4096 Oct 31 14:41 /workspace/deps
  2621869      0 -rw-r--r--   1 root     root            0 Sep 27 07:41 /workspace/deps/.package-cache-mutate
  2621872      4 drwxr-xr-x   5 root     root         4096 Sep 27 07:41 /workspace/deps/registry
  2621870     88 -rw-r--r--   1 root     root        90112 Oct 31 14:41 /workspace/deps/.global-cache
  2621871      0 -rw-r--r--   1 root     root            0 Sep 27 07:41 /workspace/deps/.package-cache
  2621443      4 drwxr-xr-x   7 root     root         4096 Oct 31 14:41 /workspace/src
  2621476      4 -rw-r--r--   1 root     root         1377 Oct 31 14:41 /workspace/src/sopass.1
  2621481      4 -rw-r--r--   1 root     root          558 Oct 31 14:41 /workspace/src/Cargo.toml
  2621482     20 -rw-r--r--   1 root     root        17884 Oct 31 14:41 /workspace/src/sopass.md
  2621464      8 -rw-r--r--   1 root     root         4443 Oct 31 14:41 /workspace/src/NEWS.md
  2621483      4 drwxr-xr-x   8 root     root         4096 Oct 31 14:41 /workspace/src/.git
  2621448      4 drwxr-xr-x   3 root     root         4096 Oct 31 14:41 /workspace/src/src
  2621477      4 -rw-r--r--   1 root     root         1109 Oct 31 14:41 /workspace/src/README.md
  2621446      4 drwxr-xr-x   2 root     root         4096 Oct 31 14:41 /workspace/src/.ambient
  2621478      4 -rw-r--r--   1 root     root          206 Oct 31 14:41 /workspace/src/sopass.subplot
  2621479      4 -rw-r--r--   1 root     root           82 Oct 31 14:41 /workspace/src/sopass.yaml
  2621444      4 drwxr-xr-x   2 root     root         4096 Oct 31 14:41 /workspace/src/.radicle
  2621465      4 drwxr-xr-x   3 root     root         4096 Oct 31 14:41 /workspace/src/debian
  2621463      4 -rw-r--r--   1 root     root          289 Oct 31 14:41 /workspace/src/pass-to-sopass.sh
  2621865      4 -rw-r--r--   1 root     root          447 Oct 31 14:41 /workspace/src/sopass.py
  2621867     28 -rw-r--r--   1 root     root        27285 Oct 31 14:41 /workspace/src/Cargo.lock
  2621480      4 -rw-r--r--   1 root     root           20 Oct 31 14:41 /workspace/src/.gitignore
  2621866      4 -rw-r--r--   1 root     root          480 Oct 31 14:41 /workspace/src/Makefile
  2621442      4 drwxr-xr-x   2 root     root         4096 Oct 31 14:42 /workspace/artifacts
  2637191      4 drwxr-xr-x   6 root     root         4096 Sep 27 07:42 /workspace/cache
  2638850      4 -rw-r--r--   1 root     root          218 Sep 27 07:42 /workspace/cache/.rustdoc_fingerprint.json
  2639071      4 drwxr-xr-x   7 root     root         4096 Oct 14 15:35 /workspace/cache/doc
  2637192      4 drwxr-xr-x   7 root     root         4096 Oct 14 15:35 /workspace/cache/debug
  2639070      4 -rw-r--r--   1 root     root         1038 Oct 31 14:41 /workspace/cache/.rustc_info.json
  2638851      4 drwxr-xr-x   7 root     root         4096 Sep 27 07:42 /workspace/cache/release
  2639254      4 drwxr-xr-x   3 root     root         4096 Sep 27 07:42 /workspace/cache/x86_64-unknown-linux-musl
[2025-10-31T14:42:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-31T14:42:24Z DEBUG ambient_ci::plan] RUN: Action CargoFmt
[2025-10-31T14:42:24Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFmt
[2025-10-31T14:42:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "fmt", "--check"]
       cwd=/workspace/src (exists? true)
[2025-10-31T14:42:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-31T14:42:25Z DEBUG ambient_ci::plan] RUN: Action CargoClippy
[2025-10-31T14:42:25Z DEBUG ambient_ci::action] Plan::execute: plan=CargoClippy
[2025-10-31T14:42:25Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "HOME": "/root",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/workspace/src (exists? true)
cargo 1.88.0 (873a06493 2025-05-10)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/workspace/src (exists? true)
clippy 0.1.88 (6b00bc3880 2025-06-23)
SPAWN: argv=["rustc", "--version"]
       cwd=/workspace/src (exists? true)
rustc 1.88.0 (6b00bc388 2025-06-23)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
       cwd=/workspace/src (exists? true)
   Compiling proc-macro2 v1.0.103
   Compiling quote v1.0.41
   Compiling unicode-ident v1.0.22
   Compiling libc v0.2.177
   Compiling serde_core v1.0.228
    Checking cfg-if v1.0.4
    Checking memchr v2.7.6
   Compiling rustix v1.1.2
   Compiling syn v2.0.108
    Checking getrandom v0.2.16
    Checking bitflags v2.10.0
    Checking linux-raw-sys v0.11.0
   Compiling serde v1.0.228
    Checking rand_core v0.6.4
    Checking hashbrown v0.16.0
   Compiling anyhow v1.0.100
    Checking equivalent v1.0.2
    Checking ryu v1.0.20
    Checking itoa v1.0.15
    Checking indexmap v2.12.0
    Checking anstyle-parse v0.2.7
    Checking rand_chacha v0.3.1
    Checking aho-corasick v1.1.4
   Compiling getrandom v0.3.4
    Checking regex-syntax v0.8.8
    Checking anstyle v1.0.13
    Checking colorchoice v1.0.4
    Checking is_terminal_polyfill v1.70.2
    Checking anstyle-query v1.1.4
    Checking anstream v0.6.21
    Checking rand v0.8.5
   Compiling thiserror v2.0.17
   Compiling serde_json v1.0.145
    Checking regex-automata v0.4.13
    Checking toml_parser v1.0.4
    Checking dirs-sys v0.4.1
    Checking libyml v0.0.5
    Checking terminal_size v0.4.3
    Checking toml_datetime v0.7.3
   Compiling serde_derive v1.0.228
   Compiling random-number-macro-impl v0.1.8
   Compiling thiserror-impl v2.0.17
    Checking random-number v0.1.9
   Compiling thiserror-impl v1.0.69
    Checking regex v1.12.2
    Checking serde_spanned v1.0.3
    Checking once_cell v1.21.3
    Checking clap_lex v0.7.6
    Checking log v0.4.28
    Checking toml_writer v1.0.4
    Checking env_filter v0.1.4
   Compiling clap_derive v4.5.49
    Checking toml v0.9.8
    Checking thiserror v1.0.69
    Checking clap_builder v4.5.51
    Checking tempfile v3.23.0
    Checking random-pick v1.2.16
    Checking directories v5.0.1
    Checking serde_yml v0.0.12
    Checking serde_yaml v0.9.34+deprecated
    Checking dirs-sys-next v0.1.2
    Checking jiff v0.2.15
    Checking directories-next v2.0.0
    Checking clap v4.5.51
    Checking passwords v3.1.16
    Checking clingwrap v0.3.0
    Checking confy v0.6.1
    Checking env_logger v0.11.8
    Checking sopass v0.6.0 (/workspace/src)
error: variables can be used directly in the `format!` string
   --> src/sop.rs:231:5
    |
231 |     debug!("run SOP: {:?}", argv);
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
    = note: `-D clippy::uninlined-format-args` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::uninlined_format_args)]`
help: change this to
    |
231 -     debug!("run SOP: {:?}", argv);
231 +     debug!("run SOP: {argv:?}");
    |

error: could not compile `sopass` (lib test) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `sopass` (lib) due to 1 previous error
[2025-10-31T14:42:45Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute cargo
[2025-10-31T14:42:45Z ERROR ambient_ci::plan] caused by: command failed: "cargo": exit code 101
ERROR: failed to execute cargo
caused by: command failed: "cargo": exit code 101
EXIT CODE: 1

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:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
    "alias": "liw"
  },
  "before": "6aaffddad7630348dfb644e4793806d85f588d4d",
  "after": "6aaffddad7630348dfb644e4793806d85f588d4d",
  "branch": "main",
  "commits": [
    "6aaffddad7630348dfb644e4793806d85f588d4d"
  ]
}

Ambient stdout

[2025-10-31T14:41:35Z INFO  ambient] ambient starts
[2025-10-31T14:41:35Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
[2025-10-31T14:41:35Z DEBUG ambient] load files named with --config: /tmp/.tmpejo2s2/ambient_extra_values.yaml
[2025-10-31T14:41:35Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/srv/tmp",
        image_store: "/home/_rad/.local/state/ambient-ci/images",
        projects: "/home/_rad/ambient-projects.yaml",
        state: "/srv/ambient-state",
        rsync_target: None,
        rsync_target_base: Some(
            "ci@http.liw.fi:/srv/http/doc.liw.fi",
        ),
        rsync_target_map: None,
        dput_target: Some(
            "apt.liw.fi",
        ),
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            10000000000,
        ),
        cache_max_size: Byte(
            50000000000,
        ),
        qemu: QemuConfig {
            cpus: 4,
            memory: Byte(
                8000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-10-31T14:41:35Z DEBUG ambient] configuration: Config {
        tmpdir: "/srv/tmp",
        image_store: "/home/_rad/.local/state/ambient-ci/images",
        projects: "/home/_rad/ambient-projects.yaml",
        state: "/srv/ambient-state",
        rsync_target: None,
        rsync_target_base: Some(
            "ci@http.liw.fi:/srv/http/doc.liw.fi",
        ),
        rsync_target_map: None,
        dput_target: Some(
            "apt.liw.fi",
        ),
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            10000000000,
        ),
        cache_max_size: Byte(
            50000000000,
        ),
        qemu: QemuConfig {
            cpus: 4,
            memory: Byte(
                8000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-10-31T14:41:35Z DEBUG ambient_ci::project] load project state from /srv/ambient-state/sopass/meta.yaml
[2025-10-31T14:41:35Z DEBUG ambient_ci::run] latest commit: "4808184c75c6a7b46f785ecc06cac35f3b7872b5"
[2025-10-31T14:41:35Z DEBUG ambient_ci::run] is a git repository
[2025-10-31T14:41:35Z DEBUG ambient_ci::run] git repository is clean
[2025-10-31T14:41:35Z DEBUG ambient_ci::run] current (HEAD) commit: 6aaffddad7630348dfb644e4793806d85f588d4d
[2025-10-31T14:41:35Z DEBUG ambient_ci::run] no dry run requested
[2025-10-31T14:41:35Z DEBUG ambient_ci::run] forced run requested
[2025-10-31T14:41:35Z DEBUG ambient_ci::run] run? true
[2025-10-31T14:41:35Z INFO  ambient_ci::run] project sopass: running CI
[2025-10-31T14:41:35Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-10-31T14:41:35Z DEBUG ambient_ci::plan] RUN: Action CargoFetch {
        sourcedir: "/tmp/.tmpAg67vQ/src",
    }
[2025-10-31T14:41:35Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFetch {
        sourcedir: "/tmp/.tmpAg67vQ/src",
    }
[2025-10-31T14:41:35Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_HOME": "/srv/ambient-state/sopass/dependencies",
            "CARGO_TARGET_DIR": "/srv/ambient-state/sopass/cache",
        },
        source_dir: "/tmp/.tmpAg67vQ/src",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmpAg67vQ/src (exists? true)
cargo 1.90.0 (840b83a10 2025-07-30)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmpAg67vQ/src (exists? true)
clippy 0.1.90 (1159e78c47 2025-09-14)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmpAg67vQ/src (exists? true)
rustc 1.90.0 (1159e78c4 2025-09-14)
SPAWN: argv=["cargo", "fetch"]
       cwd=/tmp/.tmpAg67vQ/src (exists? true)
    Updating crates.io index
 Downloading crates ...
  Downloaded thiserror-impl v2.0.17
  Downloaded windows-link v0.2.1
  Downloaded quote v1.0.41
  Downloaded tempfile v3.23.0
  Downloaded toml v0.9.8
  Downloaded proc-macro2 v1.0.103
  Downloaded once_cell_polyfill v1.70.2
  Downloaded wit-bindgen v0.46.0
  Downloaded syn v2.0.108
  Downloaded clap_lex v0.7.6
  Downloaded clap_derive v4.5.49
  Downloaded anstyle v1.0.13
  Downloaded libredox v0.1.10
  Downloaded serde v1.0.228
  Downloaded toml_datetime v0.7.3
  Downloaded terminal_size v0.4.3
  Downloaded colorchoice v1.0.4
  Downloaded is_terminal_polyfill v1.70.2
  Downloaded cfg-if v1.0.4
  Downloaded errno v0.3.14
  Downloaded serde_spanned v1.0.3
  Downloaded equivalent v1.0.2
  Downloaded anstyle-parse v0.2.7
  Downloaded anstyle-query v1.1.4
  Downloaded clap v4.5.51
  Downloaded getrandom v0.3.4
  Downloaded serde_json v1.0.145
  Downloaded once_cell v1.21.3
  Downloaded regex-syntax v0.8.8
  Downloaded bitflags v2.10.0
  Downloaded regex-automata v0.4.13
  Downloaded wasip2 v1.0.1+wasi-0.2.4
  Downloaded jiff v0.2.15
  Downloaded clap_builder v4.5.51
  Downloaded regex v1.12.2
  Downloaded toml_parser v1.0.4
  Downloaded windows-targets v0.53.5
  Downloaded anstyle-wincon v3.0.10
  Downloaded anstream v0.6.21
  Downloaded windows_aarch64_gnullvm v0.53.1
  Downloaded env_filter v0.1.4
  Downloaded jiff-static v0.2.15
  Downloaded windows_i686_msvc v0.53.1
  Downloaded memchr v2.7.6
  Downloaded itoa v1.0.15
  Downloaded serde_core v1.0.228
  Downloaded windows-sys v0.61.2
  Downloaded portable-atomic v1.11.1
  Downloaded aho-corasick v1.1.4
  Downloaded hashbrown v0.16.0
  Downloaded toml_writer v1.0.4
  Downloaded indexmap v2.12.0
  Downloaded portable-atomic-util v0.2.4
  Downloaded serde_derive v1.0.228
  Downloaded env_logger v0.11.8
  Downloaded getrandom v0.2.16
  Downloaded anyhow v1.0.100
  Downloaded log v0.4.28
  Downloaded wasi v0.11.1+wasi-snapshot-preview1
  Downloaded ryu v1.0.20
  Downloaded windows_x86_64_gnu v0.53.1
  Downloaded unicode-ident v1.0.22
  Downloaded thiserror v2.0.17
  Downloaded rustix v1.1.2
  Downloaded windows_i686_gnullvm v0.53.1
  Downloaded windows_x86_64_gnullvm v0.53.1
  Downloaded libc v0.2.177
  Downloaded windows_aarch64_msvc v0.53.1
  Downloaded windows_x86_64_msvc v0.53.1
  Downloaded windows_i686_gnu v0.53.1
  Downloaded windows-sys v0.60.2
  Downloaded linux-raw-sys v0.11.0
[2025-10-31T14:41:37Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-31T14:41:37Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-10-31T14:41:37Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmpzxzYSc/src.tar
[2025-10-31T14:41:37Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmpzxzYSc/deps.tar
[2025-10-31T14:41:41Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-10-31T14:41:41Z 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-10-31T14:41:41Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-10-31T14:41:41Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /srv/tmp/.tmpzxzYSc/ambient-execute-plan/run-ci
[2025-10-31T14:41:41Z DEBUG ambient_ci::run] copy OK: true
[2025-10-31T14:41:41Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmpzxzYSc/executor.tar
[2025-10-31T14:41:46Z DEBUG ambient_ci::project] removing run log file /srv/ambient-state/sopass/run.log
[2025-10-31T14:41:46Z DEBUG ambient_ci::project] statedir is /srv/ambient-state/sopass, exists? true
[2025-10-31T14:41:46Z DEBUG ambient_ci::project] creating run log file /srv/ambient-state/sopass/run.log
[2025-10-31T14:41:46Z DEBUG ambient_ci::project] created run log file /srv/ambient-state/sopass/run.log OK
[2025-10-31T14:41:46Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-10-31T14:41:46Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-10-31T14:41:46Z 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-10-31T14:41:46Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-10-31T14:41:46Z 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-10-31T14:41:46Z DEBUG ambient_ci::qemu] run QEMU
[2025-10-31T14:41:46Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-10-31T14:41:46Z DEBUG ambient_ci::qemu_utils] qemu-img create /srv/tmp/.tmpF1Gj11/.tmpMmJX6T/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-10-31T14:41:46Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-10-31T14:41:46Z 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-10-31T14:41:46Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpKKUnxr/meta-data
[2025-10-31T14:41:46Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpKKUnxr/user-data
[2025-10-31T14:41:46Z DEBUG ambient_ci::qemu] set console log file to /srv/tmp/.tmpF1Gj11/.tmpMmJX6T/console.log
[2025-10-31T14:41:46Z DEBUG ambient_ci::util] create file /srv/tmp/.tmpF1Gj11/.tmpMmJX6T/console.log
[2025-10-31T14:41:46Z DEBUG ambient_ci::qemu] set run file to /srv/ambient-state/sopass/run.log
[2025-10-31T14:41:46Z DEBUG ambient_ci::util] create file /srv/ambient-state/sopass/run.log
[2025-10-31T14:41:46Z DEBUG ambient_ci::qemu] run QEMU: QemuArgs {
        args: [
            "-m",
            "7629",
            "-smp",
            "cpus=4",
            "-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:/srv/tmp/.tmpF1Gj11/.tmpMmJX6T/console.log",
            "-serial",
            "file:/srv/ambient-state/sopass/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=/srv/tmp/.tmpF1Gj11/.tmpMmJX6T/vars.fd",
            "-drive",
            "format=qcow2,if=virtio,file=/srv/tmp/.tmpF1Gj11/.tmpMmJX6T/vm.qcow2",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmpzxzYSc/executor.tar,readonly=on",
            "-cdrom",
            "/srv/tmp/.tmpF1Gj11/.tmpMmJX6T/cloud_init.iso",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmpzxzYSc/src.tar,readonly=on",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmpzxzYSc/artifacts.tar",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmpzxzYSc/cache.tar",
            "-drive",
            "format=raw,if=virtio,file=/srv/tmp/.tmpzxzYSc/deps.tar,readonly=on",
            "-nodefaults",
            "-no-user-config",
        ],
    }
[2025-10-31T14:42:46Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-10-31T14:42:46Z DEBUG ambient_ci::qemu] run log:
    --------------------==========
    [2025-10-31T14:42:06Z TRACE ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
    [2025-10-31T14:42:06Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
    [2025-10-31T14:42:06Z INFO  ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
    [2025-10-31T14:42:06Z WARN  ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d starts
    [2025-10-31T14:42:06Z ERROR ambient_execute_plan] ambient-execute-plan version 0.8.0@f44159d 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
    
    
    [2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
            pathname: "/workspace",
        }
    [2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
            pathname: "/workspace",
        }
    [2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
            pathname: "/workspace/artifacts",
        }
    [2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
            pathname: "/workspace/artifacts",
        }
    [2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        }
    [2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vdc",
            directory: "/workspace/src",
        }
    [2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-31T14:42:06Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
    [2025-10-31T14:42:06Z TRACE ambient_ci::vdrive] extraction OK
    [2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-31T14:42:06Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        }
    [2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vdf",
            directory: "/workspace/deps",
        }
    [2025-10-31T14:42:06Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-31T14:42:06Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
    [2025-10-31T14:42:16Z TRACE ambient_ci::vdrive] extraction OK
    [2025-10-31T14:42:16Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-31T14:42:16Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-10-31T14:42:16Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
            archive: "/dev/vde",
            directory: "/workspace/cache",
        }
    [2025-10-31T14:42:16Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    [2025-10-31T14:42:16Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
    [2025-10-31T14:42:24Z TRACE ambient_ci::vdrive] extraction OK
    [2025-10-31T14:42:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-31T14:42:24Z DEBUG ambient_ci::plan] RUN: Action Spawn {
            argv: [
                "find",
                "/workspace",
                "-maxdepth",
                "2",
                "-ls",
            ],
        }
    [2025-10-31T14:42:24Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
            argv: [
                "find",
                "/workspace",
                "-maxdepth",
                "2",
                "-ls",
            ],
        }
    [2025-10-31T14:42:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
           cwd=/workspace/src (exists? true)
      2621441      4 drwxr-xr-x   6 root     root         4096 Oct 31 14:42 /workspace
      2621868      4 drwxr-xr-x   3 root     root         4096 Oct 31 14:41 /workspace/deps
      2621869      0 -rw-r--r--   1 root     root            0 Sep 27 07:41 /workspace/deps/.package-cache-mutate
      2621872      4 drwxr-xr-x   5 root     root         4096 Sep 27 07:41 /workspace/deps/registry
      2621870     88 -rw-r--r--   1 root     root        90112 Oct 31 14:41 /workspace/deps/.global-cache
      2621871      0 -rw-r--r--   1 root     root            0 Sep 27 07:41 /workspace/deps/.package-cache
      2621443      4 drwxr-xr-x   7 root     root         4096 Oct 31 14:41 /workspace/src
      2621476      4 -rw-r--r--   1 root     root         1377 Oct 31 14:41 /workspace/src/sopass.1
      2621481      4 -rw-r--r--   1 root     root          558 Oct 31 14:41 /workspace/src/Cargo.toml
      2621482     20 -rw-r--r--   1 root     root        17884 Oct 31 14:41 /workspace/src/sopass.md
      2621464      8 -rw-r--r--   1 root     root         4443 Oct 31 14:41 /workspace/src/NEWS.md
      2621483      4 drwxr-xr-x   8 root     root         4096 Oct 31 14:41 /workspace/src/.git
      2621448      4 drwxr-xr-x   3 root     root         4096 Oct 31 14:41 /workspace/src/src
      2621477      4 -rw-r--r--   1 root     root         1109 Oct 31 14:41 /workspace/src/README.md
      2621446      4 drwxr-xr-x   2 root     root         4096 Oct 31 14:41 /workspace/src/.ambient
      2621478      4 -rw-r--r--   1 root     root          206 Oct 31 14:41 /workspace/src/sopass.subplot
      2621479      4 -rw-r--r--   1 root     root           82 Oct 31 14:41 /workspace/src/sopass.yaml
      2621444      4 drwxr-xr-x   2 root     root         4096 Oct 31 14:41 /workspace/src/.radicle
      2621465      4 drwxr-xr-x   3 root     root         4096 Oct 31 14:41 /workspace/src/debian
      2621463      4 -rw-r--r--   1 root     root          289 Oct 31 14:41 /workspace/src/pass-to-sopass.sh
      2621865      4 -rw-r--r--   1 root     root          447 Oct 31 14:41 /workspace/src/sopass.py
      2621867     28 -rw-r--r--   1 root     root        27285 Oct 31 14:41 /workspace/src/Cargo.lock
      2621480      4 -rw-r--r--   1 root     root           20 Oct 31 14:41 /workspace/src/.gitignore
      2621866      4 -rw-r--r--   1 root     root          480 Oct 31 14:41 /workspace/src/Makefile
      2621442      4 drwxr-xr-x   2 root     root         4096 Oct 31 14:42 /workspace/artifacts
      2637191      4 drwxr-xr-x   6 root     root         4096 Sep 27 07:42 /workspace/cache
      2638850      4 -rw-r--r--   1 root     root          218 Sep 27 07:42 /workspace/cache/.rustdoc_fingerprint.json
      2639071      4 drwxr-xr-x   7 root     root         4096 Oct 14 15:35 /workspace/cache/doc
      2637192      4 drwxr-xr-x   7 root     root         4096 Oct 14 15:35 /workspace/cache/debug
      2639070      4 -rw-r--r--   1 root     root         1038 Oct 31 14:41 /workspace/cache/.rustc_info.json
      2638851      4 drwxr-xr-x   7 root     root         4096 Sep 27 07:42 /workspace/cache/release
      2639254      4 drwxr-xr-x   3 root     root         4096 Sep 27 07:42 /workspace/cache/x86_64-unknown-linux-musl
    [2025-10-31T14:42:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-31T14:42:24Z DEBUG ambient_ci::plan] RUN: Action CargoFmt
    [2025-10-31T14:42:24Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFmt
    [2025-10-31T14:42:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.88.0 (873a06493 2025-05-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.88 (6b00bc3880 2025-06-23)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.88.0 (6b00bc388 2025-06-23)
    SPAWN: argv=["cargo", "fmt", "--check"]
           cwd=/workspace/src (exists? true)
    [2025-10-31T14:42:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
    [2025-10-31T14:42:25Z DEBUG ambient_ci::plan] RUN: Action CargoClippy
    [2025-10-31T14:42:25Z DEBUG ambient_ci::action] Plan::execute: plan=CargoClippy
    [2025-10-31T14:42:25Z DEBUG ambient_ci::action] Plan::execute: context=Context {
            envs: {
                "CARGO_HOME": "/workspace/deps",
                "HOME": "/root",
                "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "CARGO_TARGET_DIR": "/workspace/cache",
            },
            source_dir: "/workspace/src",
        }
    SPAWN: argv=["cargo", "--version"]
           cwd=/workspace/src (exists? true)
    cargo 1.88.0 (873a06493 2025-05-10)
    SPAWN: argv=["cargo", "clippy", "--version"]
           cwd=/workspace/src (exists? true)
    clippy 0.1.88 (6b00bc3880 2025-06-23)
    SPAWN: argv=["rustc", "--version"]
           cwd=/workspace/src (exists? true)
    rustc 1.88.0 (6b00bc388 2025-06-23)
    SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
           cwd=/workspace/src (exists? true)
       Compiling proc-macro2 v1.0.103
       Compiling quote v1.0.41
       Compiling unicode-ident v1.0.22
       Compiling libc v0.2.177
       Compiling serde_core v1.0.228
        Checking cfg-if v1.0.4
        Checking memchr v2.7.6
       Compiling rustix v1.1.2
       Compiling syn v2.0.108
        Checking getrandom v0.2.16
        Checking bitflags v2.10.0
        Checking linux-raw-sys v0.11.0
       Compiling serde v1.0.228
        Checking rand_core v0.6.4
        Checking hashbrown v0.16.0
       Compiling anyhow v1.0.100
        Checking equivalent v1.0.2
        Checking ryu v1.0.20
        Checking itoa v1.0.15
        Checking indexmap v2.12.0
        Checking anstyle-parse v0.2.7
        Checking rand_chacha v0.3.1
        Checking aho-corasick v1.1.4
       Compiling getrandom v0.3.4
        Checking regex-syntax v0.8.8
        Checking anstyle v1.0.13
        Checking colorchoice v1.0.4
        Checking is_terminal_polyfill v1.70.2
        Checking anstyle-query v1.1.4
        Checking anstream v0.6.21
        Checking rand v0.8.5
       Compiling thiserror v2.0.17
       Compiling serde_json v1.0.145
        Checking regex-automata v0.4.13
        Checking toml_parser v1.0.4
        Checking dirs-sys v0.4.1
        Checking libyml v0.0.5
        Checking terminal_size v0.4.3
        Checking toml_datetime v0.7.3
       Compiling serde_derive v1.0.228
       Compiling random-number-macro-impl v0.1.8
       Compiling thiserror-impl v2.0.17
        Checking random-number v0.1.9
       Compiling thiserror-impl v1.0.69
        Checking regex v1.12.2
        Checking serde_spanned v1.0.3
        Checking once_cell v1.21.3
        Checking clap_lex v0.7.6
        Checking log v0.4.28
        Checking toml_writer v1.0.4
        Checking env_filter v0.1.4
       Compiling clap_derive v4.5.49
        Checking toml v0.9.8
        Checking thiserror v1.0.69
        Checking clap_builder v4.5.51
        Checking tempfile v3.23.0
        Checking random-pick v1.2.16
        Checking directories v5.0.1
        Checking serde_yml v0.0.12
        Checking serde_yaml v0.9.34+deprecated
        Checking dirs-sys-next v0.1.2
        Checking jiff v0.2.15
        Checking directories-next v2.0.0
        Checking clap v4.5.51
        Checking passwords v3.1.16
        Checking clingwrap v0.3.0
        Checking confy v0.6.1
        Checking env_logger v0.11.8
        Checking sopass v0.6.0 (/workspace/src)
    error: variables can be used directly in the `format!` string
       --> src/sop.rs:231:5
        |
    231 |     debug!("run SOP: {:?}", argv);
        |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
        = note: `-D clippy::uninlined-format-args` implied by `-D warnings`
        = help: to override `-D warnings` add `#[allow(clippy::uninlined_format_args)]`
    help: change this to
        |
    231 -     debug!("run SOP: {:?}", argv);
    231 +     debug!("run SOP: {argv:?}");
        |
    
    error: could not compile `sopass` (lib test) due to 1 previous error
    warning: build failed, waiting for other jobs to finish...
    error: could not compile `sopass` (lib) due to 1 previous error
    [2025-10-31T14:42:45Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute cargo
    [2025-10-31T14:42:45Z ERROR ambient_ci::plan] caused by: command failed: "cargo": exit code 101
    ERROR: failed to execute cargo
    caused by: command failed: "cargo": exit code 101
    EXIT CODE: 1
    
    ====================
[2025-10-31T14:42:46Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 1
[2025-10-31T14:42:46Z DEBUG ambient_ci::run] CI run exit code from QEMU: 1
[2025-10-31T14:42:46Z DEBUG ambient_ci::project] write project state to /srv/ambient-state/sopass/meta.yaml
ERROR: CI run failed inside QEMU

Ambient stderr

<empty log>