Radicle repository id rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit
[2J[01;01H[=3h[2J[01;01H[2J[01;01H[=3h[2J[01;01HBdsDxe: 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)
[0m[30m[47mWelcome to GRUB!
[0m[37m[40m[0m[30m[40m[2J[01;01H[0m[37m[40mINFO: 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 1.1M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 396.7M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-12-08 11:38 ./
-rw-r--r-- _rad/_rad 1250 2025-12-08 11:38 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2025-12-08 11:38 ./run-ci
INFO: Extracted files:
6291464 4 drwxr-xr-x 2 1000 1000 4096 Dec 8 11:38 .
6291468 6248 -rwxr-xr-x 1 1000 1000 6394112 Dec 8 11:38 ./run-ci
6291465 4 -rw-r--r-- 1 1000 1000 1250 Dec 8 11:38 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-12-08T11:41:05Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-08T11:41:05Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-08T11:41:05Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-08T11:41:05Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-08T11:41:05Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 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: 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-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:05Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-08T11:41:05Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:05Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-08T11:41:07Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-08T11:41:07Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:07Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-08T11:41:07Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-08T11:41:07Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:07Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-08T11:41:17Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-08T11:41:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:17Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-08T11:41:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-08T11:41:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-12-08T11:41:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:18Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-08T11:41:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-08T11:41:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Checking sopass v0.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
[2025-12-08T11:41:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:19Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-08T11:41:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-08T11:41:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling sopass v0.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
[2025-12-08T11:41:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:21Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n",
},
)
[2025-12-08T11:41:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n",
},
)
[2025-12-08T11:41:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
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)
+ make sopass.html
subplot docgen sopass.subplot -o sopass.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
+ mv sopass.html /workspace/artifacts/sopass.html
[2025-12-08T11:41:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:21Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "export HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\nexport SOPASS_LOG=trace\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\n\nmake OFFLINE=\"--offline --locked\"\ngit clean -fdx\n",
},
)
[2025-12-08T11:41:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "export HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\nexport SOPASS_LOG=trace\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\n\nmake OFFLINE=\"--offline --locked\"\ngit clean -fdx\n",
},
)
[2025-12-08T11:41:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
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)
+ 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
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
cargo clippy --offline --locked --all-targets -- -Dwarnings
Checking sopass v0.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
cargo build --offline --locked --all-targets
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
cargo test --offline --locked --all-targets
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
Running unittests src/lib.rs (/workspace/cache/debug/deps/sopass-c92c827023c8fde5)
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-b74d96cd1b1f1ada)
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.06s
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.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
Generated /workspace/cache/doc/sopass/index.html
rm -f test.py test.log
subplot codegen sopass.subplot -o test.py
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
SOPASS_LOG=trace python3 test.py --log test.log
srcdir /workspace/src
datadir /tmp/tmp0f66acgb
scenario: Manages values
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: when I run sopass init --name primary --key my.key
step 5: when I run sopass value list
step 6: then stdout is exactly ""
step 7: given file value.dat
step 8: when I run sopass value add foo --file value.dat
step 9: when I run sopass value list
step 10: then stdout is exactly "foo\n"
step 11: when I run sopass value show foo
step 12: then stdout is exactly "bar\n"
step 13: when I run sopass value remove foo
step 14: then stdout is exactly ""
step 15: given file add-stdin.sh
step 16: when I run sh add-stdin.sh
step 17: when I run sopass value list
step 18: then stdout is exactly "foo\n"
step 19: when I run sopass value show foo
step 20: then stdout is exactly "bar\n"
step 21: when I run sopass value remove foo
step 22: then stdout is exactly ""
scenario: Renames values
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: when I run sopass init --name primary --key my.key
step 5: given file value.dat
step 6: when I run sopass value add foo --file value.dat
step 7: when I run sopass value add foobar --file value.dat
step 8: when I try to run sopass value rename ghost yo
step 9: then command fails
step 10: then stderr contains "ghost"
step 11: when I try to run sopass value rename foo foobar
step 12: then command fails
step 13: then stderr contains "foobar"
step 14: when I run sopass value rename foo yo
step 15: when I run sopass value list
step 16: then stdout is exactly "foobar\nyo\n"
scenario: 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 .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: when I run sopass init --name primary --key my.key
step 5: when I try to run sopass value show foo
step 6: then command fails
step 7: then stderr contains "foo"
step 8: then stdout is exactly ""
scenario: Generates a password
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: when I run sopass init --name primary --key my.key
step 5: when I run sopass value generate foo
step 6: when I run sopass value list
step 7: then stdout is exactly "foo\n"
step 8: when I run sopass value show foo
step 9: then stdout isn't exactly ""
scenario: Loads 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: Reports a default configuration
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: when I run sopass config
step 3: then stdout contains ""store": "/"
step 4: then stdout contains ""sop": ""
step 5: then stdout contains ""key_file": ""
step 6: then file .config/sopass/sopass.yml does not exist
scenario: Manages certificates
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: given file other.key
step 5: given file other.cert
step 6: when I run sopass init --name primary --key my.key
step 7: when I run sopass cert list
step 8: then stdout is exactly "primary\n"
step 9: when I run sopass cert add --name secondary --cert other.cert
step 10: when I run sopass cert list
step 11: then stdout contains "primary"
step 12: then stdout contains "secondary"
step 13: when I run mv other.key my.store/default.key
step 14: when I run rm my.key
step 15: when I run sopass cert list
step 16: then stdout contains "primary"
step 17: then stdout contains "secondary"
step 18: when I run sopass cert remove primary
step 19: when I run sopass cert list
step 20: then stdout doesn't contain "primary"
step 21: then stdout contains "secondary"
step 22: when I try to run sopass cert remove secondary
step 23: then command fails
step 24: then stderr contains "secondary"
step 25: when I run sopass cert list
step 26: then stdout contains "secondary"
scenario: Initializes the password store
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: then directory xyzzy does not exist
step 5: when I run sopass init --name primary --key my.key
step 6: then file my.store/values.sopass exists
scenario: 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: Imports from a file
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: given file value.dat
step 5: given file yo.dat
step 6: when I run sopass init --name primary --key my.key
step 7: when I run sopass value add foo --file value.dat
step 8: when I run sopass value add bar --file value.dat
step 9: when I run sopass value add yo --file value.dat
step 10: when I run sopass export store.json
step 11: when I run sopass --store new init --name primary --key my.key
step 12: when I run sopass --store new value add foo --file yo.dat
step 13: when I run sopass --store new value add bar --file yo.dat
step 14: when I run sopass --store new import store.json
step 15: when I run sopass --store new value list
step 16: then stdout contains "foo"
step 17: then stdout contains "bar"
step 18: then stdout contains "yo"
step 19: when I run sopass --store new value show foo
step 20: then stdout is exactly "bar\n"
step 21: when I run sopass --store new value show bar
step 22: then stdout is exactly "bar\n"
step 23: when I run sopass --store new value show yo
step 24: then stdout is exactly "bar\n"
scenario: Exports store to file
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: when I run sopass init --name primary --key my.key
step 5: given file value.dat
step 6: when I run sopass value add foo --file value.dat
step 7: when I run sopass export store.json
step 8: when I run cat store.json
step 9: then file store.json contains ""certs":"
step 10: then file store.json contains ""primary":"
step 11: then file store.json contains ""kv":"
step 12: then file store.json contains ""foo":"
scenario: Reports its version
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: when I run sopass --version
step 4: then stdout matches regex ^sopass \\d+\\.\\d+\\.\\d+$
step 5: when I run sopass version
step 6: then stdout matches regex ^sopass \\d+\\.\\d+\\.\\d+$
OK, all scenarios finished successfully
rm -f test.py test.log
+ git clean -fdx
Removing sopass.html
[2025-12-08T11:41:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:25Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2025-12-08T11:41:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2025-12-08T11:41:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
HEAD is now at a26002a feat: sopass cert show
custom action "dch" exit code Some(0)
[2025-12-08T11:41:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:26Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2025-12-08T11:41:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2025-12-08T11:41:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
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)
+ 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=332
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=bc2fcdc4976743dfabe4e6ba2f830411
SHLVL=2
JOURNAL_STREAM=8:14789
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.91.1 (ea2d97820 2025-10-10)
+ rustc --version
rustc 1.91.1 (ed61e7d7e 2025-11-07)
++ dpkg-parsechangelog -SSource
+ name=sopass
++ dpkg-parsechangelog -SVersion
+ version=0.6.0.ci20251208T114126-1
++ echo 0.6.0.ci20251208T114126-1
++ sed 's/-[^-]*$//'
+ uv=0.6.0.ci20251208T114126
++ dpkg --print-architecture
+ arch=amd64
+ orig=../sopass_0.6.0.ci20251208T114126.orig.tar.xz
+ deb=../sopass_0.6.0.ci20251208T114126-1_amd64.deb
+ changes=../sopass_0.6.0.ci20251208T114126-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package sopass
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.6.0.ci20251208T114126-1
[1mdpkg-buildpackage: [0m[32minfo[0m: source distribution unstable
[1mdpkg-buildpackage: [0m[32minfo[0m: source changed by "Lars Wirzenius" <"liw@liw.fi">
[1mdpkg-buildpackage: [0m[32minfo[0m: host architecture amd64
[1;35m dpkg-source --before-build .
[0m[1;35m debian/rules clean
[0mdh clean
dh_auto_clean
dh_clean
[1;35m dpkg-source -b .
[0m[1mdpkg-source: [0m[32minfo[0m: using source format '3.0 (quilt)'
[1mdpkg-source: [0m[32minfo[0m: building sopass using existing ./sopass_0.6.0.ci20251208T114126.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building sopass in sopass_0.6.0.ci20251208T114126-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building sopass in sopass_0.6.0.ci20251208T114126-1.dsc
[1;35m debian/rules build
[0mdh 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
[1;35m debian/rules binary
[0mdh 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.6.0 (/workspace/src)
Compiling sopass v0.6.0 (/workspace/src)
Finished `release` profile [optimized] target(s) in 6.91s
Installing debian/sopass/usr/bin/sopass
Installed package `sopass v0.6.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
[1mdpkg-shlibdeps: [0m[1;33mwarning[0m: couldn't parse dynamic symbol definition: no symbols
dh_installdeb
dh_gencontrol
[1mdpkg-gencontrol: [0m[1;33mwarning[0m: Depends field of package sopass: substitution variable ${shlibs:Depends} used, but is not defined
[1mdpkg-gencontrol: [0m[1;33mwarning[0m: Depends field of package sopass: substitution variable ${shlibs:Depends} used, but is not defined
dh_md5sums
dh_builddeb
[1mdpkg-deb:[0m building package 'sopass-dbgsym' in '../sopass-dbgsym_0.6.0.ci20251208T114126-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'sopass' in '../sopass_0.6.0.ci20251208T114126-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../sopass_0.6.0.ci20251208T114126-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../sopass_0.6.0.ci20251208T114126-1_amd64.changes
[0m[1mdpkg-genchanges: [0m[32minfo[0m: including full source code in upload
[1;35m dpkg-source --after-build .
[0m[1mdpkg-buildpackage: [0m[32minfo[0m: full upload (original source is included)
+ ls -l ..
total 1164
drwxr-xr-x 2 root root 4096 Dec 8 11:41 artifacts
drwxr-xr-x 6 root root 4096 Sep 20 05:48 cache
drwxr-xr-x 3 root root 4096 Dec 8 11:38 deps
-rw-r--r-- 1 root root 131420 Dec 8 11:41 sopass-dbgsym_0.6.0.ci20251208T114126-1_amd64.deb
-rw-r--r-- 1 root root 2324 Dec 8 11:41 sopass_0.6.0.ci20251208T114126-1.debian.tar.xz
-rw-r--r-- 1 root root 926 Dec 8 11:41 sopass_0.6.0.ci20251208T114126-1.dsc
-rw-r--r-- 1 root root 5775 Dec 8 11:41 sopass_0.6.0.ci20251208T114126-1_amd64.buildinfo
-rw-r--r-- 1 root root 2335 Dec 8 11:41 sopass_0.6.0.ci20251208T114126-1_amd64.changes
-rw-r--r-- 1 root root 987552 Dec 8 11:41 sopass_0.6.0.ci20251208T114126-1_amd64.deb
-rw-r--r-- 1 root root 27908 Dec 8 11:41 sopass_0.6.0.ci20251208T114126.orig.tar.xz
drwxr-xr-x 7 root root 4096 Dec 8 11:41 src
+ for x in ../*.deb
+ dpkg -c ../sopass-dbgsym_0.6.0.ci20251208T114126-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-08 11:41 ./
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/lib/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/lib/debug/.build-id/9f/
-rw-r--r-- root/root 675296 2025-12-08 11:41 ./usr/lib/debug/.build-id/9f/fc0c1bbcabe2af52be7930f7439b2c03d1627d.debug
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-12-08 11:41 ./usr/share/doc/sopass-dbgsym -> sopass
+ for x in ../*.deb
+ dpkg -c ../sopass_0.6.0.ci20251208T114126-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-08 11:41 ./
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/bin/
-rwxr-xr-x root/root 3072824 2025-12-08 11:41 ./usr/bin/sopass
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/doc/sopass/
-rw-r--r-- root/root 311 2025-12-08 11:41 ./usr/share/doc/sopass/changelog.Debian.gz
-rw-r--r-- root/root 1150 2025-12-08 11:41 ./usr/share/doc/sopass/copyright
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/lintian/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 173 2025-12-08 11:41 ./usr/share/lintian/overrides/sopass
+ mv ../sopass-dbgsym_0.6.0.ci20251208T114126-1_amd64.deb ../sopass_0.6.0.ci20251208T114126-1.debian.tar.xz ../sopass_0.6.0.ci20251208T114126-1.dsc ../sopass_0.6.0.ci20251208T114126-1_amd64.buildinfo ../sopass_0.6.0.ci20251208T114126-1_amd64.changes ../sopass_0.6.0.ci20251208T114126-1_amd64.deb ../sopass_0.6.0.ci20251208T114126.orig.tar.xz /workspace/artifacts
[2025-12-08T11:41:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:38Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-08T11:41:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-08T11:41:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:38Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-08T11:41:38Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-08T11:41:38Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-08T11:41:38Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-08T11:41:38Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-08T11:41:38Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-08T11:41:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:44Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-08T11:41:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-08T11:41:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-08T11:41:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:44Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"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": "a26002a2bf3e70c4cc7bc3db2be89daa4fc1f8ca",
"after": "a26002a2bf3e70c4cc7bc3db2be89daa4fc1f8ca",
"branch": "main",
"commits": [
"a26002a2bf3e70c4cc7bc3db2be89daa4fc1f8ca"
]
}[2025-12-08T11:38:51Z INFO ambient] ambient starts
[2025-12-08T11:38:51Z 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-12-08T11:38:51Z 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-12-08T11:38:51Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/meta.yaml
[2025-12-08T11:38:51Z DEBUG ambient_ci::run] latest commit: "a26002a2bf3e70c4cc7bc3db2be89daa4fc1f8ca"
[2025-12-08T11:38:51Z DEBUG ambient_ci::run] is a git repository
[2025-12-08T11:38:51Z DEBUG ambient_ci::run] git repository is clean
[2025-12-08T11:38:51Z DEBUG ambient_ci::run] current (HEAD) commit: a26002a2bf3e70c4cc7bc3db2be89daa4fc1f8ca
[2025-12-08T11:38:51Z DEBUG ambient_ci::run] no dry run requested
[2025-12-08T11:38:51Z DEBUG ambient_ci::run] forced run requested
[2025-12-08T11:38:51Z DEBUG ambient_ci::run] run? true
[2025-12-08T11:38:51Z INFO ambient_ci::run] project rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit: running CI
[2025-12-08T11:38:51Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-12-08T11:38:51Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2025-12-08T11:38:51Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2025-12-08T11:38:51Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/cache",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/dependencies",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
},
source_dir: "/tmp/.tmpaS0hKR/src",
deps_dir: "/home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpaS0hKR/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpaS0hKR/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpaS0hKR/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpaS0hKR/src => /tmp/.tmpkHrhVY
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/store.rs wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/src/store.rs => /tmp/.tmpkHrhVY/src/store.rs
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/sop.rs wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/src/sop.rs => /tmp/.tmpkHrhVY/src/sop.rs
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/main.rs wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/src/main.rs => /tmp/.tmpkHrhVY/src/main.rs
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/lib.rs wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/src/lib.rs => /tmp/.tmpkHrhVY/src/lib.rs
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/config.rs wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/src/config.rs => /tmp/.tmpkHrhVY/src/config.rs
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/cmd wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/cmd/version.rs wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/src/cmd/version.rs => /tmp/.tmpkHrhVY/src/cmd/version.rs
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/cmd/value.rs wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/src/cmd/value.rs => /tmp/.tmpkHrhVY/src/cmd/value.rs
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/cmd/mod.rs wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/src/cmd/mod.rs => /tmp/.tmpkHrhVY/src/cmd/mod.rs
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/cmd/key.rs wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/src/cmd/key.rs => /tmp/.tmpkHrhVY/src/cmd/key.rs
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/cmd/init.rs wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/src/cmd/init.rs => /tmp/.tmpkHrhVY/src/cmd/init.rs
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/cmd/export.rs wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/src/cmd/export.rs => /tmp/.tmpkHrhVY/src/cmd/export.rs
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/cmd/config.rs wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/src/cmd/config.rs => /tmp/.tmpkHrhVY/src/cmd/config.rs
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/src/cmd/cert.rs wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/src/cmd/cert.rs => /tmp/.tmpkHrhVY/src/cmd/cert.rs
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/sopass.yaml wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/sopass.subplot wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/sopass.py wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/sopass.md wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/sopass.1 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/pass-to-sopass.sh wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/debian wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/debian/source wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/debian/source/format wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/debian/rules wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/debian/lintian-overrides wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/debian/copyright wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/debian/control wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/debian/compat wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/debian/changelog wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/debian/cargo-checksum.json wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/debian/build-deb wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/README.md wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/NEWS.md wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/Makefile wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/Cargo.toml wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/Cargo.toml => /tmp/.tmpkHrhVY/Cargo.toml
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/Cargo.lock wanted=true
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpaS0hKR/src/Cargo.lock => /tmp/.tmpkHrhVY/Cargo.lock
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.radicle wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.radicle/ambient.yaml wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.gitignore wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.ambient wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.ambient/dch wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/index wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/HEAD wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/config wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/logs wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/logs/HEAD wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/logs/refs wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/logs/refs/heads wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/logs/refs/heads/main wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/logs/refs/remotes wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/logs/refs/remotes/origin wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/packed-refs wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/refs wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/refs/remotes wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/refs/remotes/origin wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/refs/remotes/origin/HEAD wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/refs/tags wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/refs/heads wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/refs/heads/main wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/56 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/56/2cd37968ae0135072f0d7ef9ae6aabaa58c568 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/67 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/67/61301fd306aa1dadb4de6a69202ffe3fd5908e wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/7a wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/7a/ecb9c23a6d67a76b03f334480c3c84db49a3a5 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/1b wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/1b/7c599ab6f2c99eeafcc8ca1f18d12376cbcc0a wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/d7 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/d7/0cabc586c5596e42e6945cd6e1a4215630c689 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/b2 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/b2/f9e623ab8f963df8a2fa3f55816be309b871a3 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/d2 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/d2/40cd4ed68c5ec05c4d875073699e62f2bbd128 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/30 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/30/a537c1101327da8794e59930848c5db99eda84 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/33 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/33/d2210cabc7f4a77e5407b9daf17201876876c5 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/ba wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/ba/05015be8a155e199671af35843ade82e25aff2 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/85 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/85/2a5aa436134e9a6f1d1c3ad8ae96043ccc41ea wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/f5 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/f5/b51e8fc44c4d41f76c2dec1ab447e1e175d417 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/55 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/55/bdb1593cc176b6d39588f651078ea1e85f4013 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/7c wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/7c/d8896695a9f23390226baf12d5067abd763408 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/ae wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/ae/09d5b9658dfa9ef1cdddb9d64030bbc63bbfa4 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/b9 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/b9/a08436ac860976aa9592996b15ce3e2a180bf5 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/49 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/49/819d40e2a8437a618dc1a7637566193b3365de wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/99 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/99/3533fded5354ca27852c4a77644eb75a764a33 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/10 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/10/a6dfd0b1e228a1e2c07cda8871fd62af7f67f0 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/d0 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/d0/b23afc35c2b4335e74a14378d81f48f66c174e wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/38 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/38/ef924f927b85820c88c3e1d311598b5bd66ce0 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/cb wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/cb/51d0edd103e8f81e5bf99c9330a61dc87b07f6 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/35 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/35/9703ef4e1fd4ba7952e682215e6cf7b265e153 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/cd wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/cd/3594899171117cb102d84fc050395357d99cc0 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/6c wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/6c/21059f6ed0b8925905a54ecc11535845c95c1a wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/87 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/87/572715cd8a3480166471dd71f2a9ae328aad95 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/9d wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/9d/4133d7bb696cb6e8d5e78e0c5ffc729f62d7ae wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/90 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/90/1bc6452d90acc5ecdb9dead4f3783967972ff0 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/ab wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/ab/dc62fcced2034d0d99fbf029191dc0a6a56d83 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/fa wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/fa/6c2e8be4509ed8a81f65516923b55ae69cc641 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/88 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/88/e94d4e889e162ebb0e4b96cfeb26106c079608 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/4d wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/4d/4b0c9ea8e807a7b3d4ec873be4585fbc6f2bfa wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/25 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/25/780ad2ca68c3cf9a9a6260694336d4563fed23 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/be wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/be/5b79ae89f4975a146f3653490746c6cc8cbc38 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/0c wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/0c/42c66c422c467b6a7e52fd695f0c54362586d3 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/3c wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/3c/1a03067f7ada10794bc765e56ad6f8792c33cc wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/dc wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/dc/c08dd5e1b6fdb5ccd2b97e239c1be4fe3f3fde wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/dc/ff608cddde1c006a2687d80e99c26fcc5ed4c2 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/ec wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/ec/077fa77022a018e7c65f0b0d7215dba874f0de wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/e7 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/e7/aeaab56da576b07fda67292e863d9e2eaace3f wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/6b wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/6b/7d0bfca66d9201220eaf5703c97fa1400c18be wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/23 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/23/21c970dd2c643f42edf7875043b9acb2318863 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/23/d7001c340baa72d647f34a473f2d5d3ca54f12 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/df wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/df/6151adc9f35970a5f5cb8dcb41caaebb7b90e9 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/d3 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/d3/b00a9b55d61e843eb1f121ce96a4d7876d5559 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/6a wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/6a/c69182d6a004e64aa105be426cb1186e7dddac wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/e1 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/e1/bb17d2340ee8f0e37b0434834faf1c455c28dd wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/d4 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/d4/2458ae3632900a2acbd222d39005dc6aff425f wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/09 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/09/90fa6f8571520c1c0ff4a5be255137f086a7d1 wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/info wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/info/commit-graph wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/info/packs wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-528531358f554e01558925bea65b7d161e8997d5.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-0e4c941a77fbe05ff184d6219644b1860385a546.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-ca6617e69bcfc41d80e4907afd872e67759fa34a.mtimes wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-71b9d6ef050bd3f41b6bae3594c8afcddf7cc74b.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-d9447eb3d201b7717fb75a2eab37381eab46e0fe.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-69cbc807ea742476cbde59d6de8e31696efe8970.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-6fe18ee5fb9588cba6046567af93c81836545a84.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-898ed4d43520984c3302cf3973e0e7c9eba5a662.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-98368f2d2f73c20596d75dcc8d8fa11eb859b37b.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-34a3b37ade34ae6c381a25bc5fb360cb58ca6c51.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-512331d31281f232647ee710ba8c5cb5247fe223.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-c9a76c6307d7729d8c6a7daeed86fe0afc2590fd.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-e2d475e75528f1fa72c2d83820aeac99130bda16.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-69697ba90281b563d97bae47bf74115d2c0486e6.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-f1715fb1253bba6a98a9a2999b91ac8201f9c92b.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-f1715fb1253bba6a98a9a2999b91ac8201f9c92b.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-e37a610f16bbe0184ab0b476137f41f6688b5141.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-c70262e74b5f6e0db752fe60c30e0c45cd0bd0ab.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-37fa26d3bafa84d5fe893c38ffcce96d106df878.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-5d7a1df3bc284a8e1012e2124070b52033e2d616.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-c42a81299e73076c793b338db681cc545903c5f3.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-ca6617e69bcfc41d80e4907afd872e67759fa34a.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-55ddf32e9517f47faca8e7d3f10bc5956d2284c2.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-69697ba90281b563d97bae47bf74115d2c0486e6.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-6694150ffd41c6f60cb57399f275ebba4416fcc5.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-37fa26d3bafa84d5fe893c38ffcce96d106df878.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-0a5f234d310e62116308d20c62b4efec97b3eeec.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-e2d475e75528f1fa72c2d83820aeac99130bda16.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-c4f53fa0fbe19b996dd9c1f7294e659b7c5263d9.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-e8cb98f4e3562e617ba7ec295a30e20e5c89d6bf.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-6fe18ee5fb9588cba6046567af93c81836545a84.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-51a42af8a938e70deef68ecc032375b95fd82261.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-01f26e3e37d75b59e9e92df3e03dd2057d40e6c0.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-50c76e21b34c17ef5a9ea55be9510c761289e2d3.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-c4f53fa0fbe19b996dd9c1f7294e659b7c5263d9.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-69cbc807ea742476cbde59d6de8e31696efe8970.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-ca6617e69bcfc41d80e4907afd872e67759fa34a.rev wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-5d7a1df3bc284a8e1012e2124070b52033e2d616.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-efb0576156cf22b15d9afc89174df8983d5d9cfe.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-7b2c8ee5c6d98149364fb2c44122e9faa2cfad26.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-ec28379366f95e308800832c74f07fe1f987e61a.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-512331d31281f232647ee710ba8c5cb5247fe223.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-e37a610f16bbe0184ab0b476137f41f6688b5141.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-512331d31281f232647ee710ba8c5cb5247fe223.bitmap wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-fb8d86cf9b91833eec3742b61c0fbc6fc1f362a9.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-ee8e764118035ebeb3e9a8003a0f18eba61196b2.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-512331d31281f232647ee710ba8c5cb5247fe223.rev wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-34a3b37ade34ae6c381a25bc5fb360cb58ca6c51.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-c42a81299e73076c793b338db681cc545903c5f3.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-a20fad84e92f41c4405670ecb298ee9bf03f9fb2.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-01f26e3e37d75b59e9e92df3e03dd2057d40e6c0.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-ee8e764118035ebeb3e9a8003a0f18eba61196b2.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-d9447eb3d201b7717fb75a2eab37381eab46e0fe.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-fb8d86cf9b91833eec3742b61c0fbc6fc1f362a9.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-51a42af8a938e70deef68ecc032375b95fd82261.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-6694150ffd41c6f60cb57399f275ebba4416fcc5.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-c9a76c6307d7729d8c6a7daeed86fe0afc2590fd.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-c70262e74b5f6e0db752fe60c30e0c45cd0bd0ab.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-528531358f554e01558925bea65b7d161e8997d5.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-0e4c941a77fbe05ff184d6219644b1860385a546.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-e8cb98f4e3562e617ba7ec295a30e20e5c89d6bf.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-0a5f234d310e62116308d20c62b4efec97b3eeec.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-7b2c8ee5c6d98149364fb2c44122e9faa2cfad26.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-efb0576156cf22b15d9afc89174df8983d5d9cfe.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-898ed4d43520984c3302cf3973e0e7c9eba5a662.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-ca6617e69bcfc41d80e4907afd872e67759fa34a.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-50c76e21b34c17ef5a9ea55be9510c761289e2d3.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-ec28379366f95e308800832c74f07fe1f987e61a.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-71b9d6ef050bd3f41b6bae3594c8afcddf7cc74b.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-a20fad84e92f41c4405670ecb298ee9bf03f9fb2.idx wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-55ddf32e9517f47faca8e7d3f10bc5956d2284c2.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/objects/pack/pack-98368f2d2f73c20596d75dcc8d8fa11eb859b37b.pack wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/branches wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/update.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/commit-msg.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/applypatch-msg.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/pre-merge-commit.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/post-update.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/pre-push.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/pre-rebase.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/push-to-checkout.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/pre-commit.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/pre-receive.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/sendemail-validate.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/hooks/pre-applypatch.sample wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/description wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/info wanted=false
[2025-12-08T11:38:51Z DEBUG ambient_ci::util] path=/tmp/.tmpaS0hKR/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmpkHrhVY (exists? true)
[2025-12-08T11:38:51Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:38:51Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-08T11:38:51Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpZVyeWp/src.tar
[2025-12-08T11:38:51Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpZVyeWp/deps.tar
[2025-12-08T11:38:54Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-12-08T11:38:54Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir(
Mkdir {
pathname: "/workspace",
},
),
Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
),
TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
),
TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
CargoFmt(
CargoFmt,
),
CargoClippy(
CargoClippy,
),
CargoBuild(
CargoBuild,
),
Shell(
Shell {
shell: "make sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n",
},
),
Shell(
Shell {
shell: "export HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\nexport SOPASS_LOG=trace\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\n\nmake OFFLINE=\"--offline --locked\"\ngit clean -fdx\n",
},
),
Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
),
Deb(
Deb,
),
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
),
TarCreate(
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-12-08T11:38:54Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-12-08T11:38:54Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpZVyeWp/ambient-execute-plan/run-ci
[2025-12-08T11:38:54Z DEBUG ambient_ci::run] copy OK: true
[2025-12-08T11:38:54Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpZVyeWp/executor.tar
[2025-12-08T11:39:00Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/run.log
[2025-12-08T11:39:00Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit, exists? true
[2025-12-08T11:39:00Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/run.log
[2025-12-08T11:39:00Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/run.log OK
[2025-12-08T11:39:00Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-12-08T11:39:00Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-12-08T11:39:00Z 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-12-08T11:39:00Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-12-08T11:39:00Z 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-12-08T11:39:00Z DEBUG ambient_ci::qemu] run QEMU
[2025-12-08T11:39:00Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-12-08T11:39:00Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmplEnzAs/.tmpDGSTmK/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-12-08T11:39:00Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-12-08T11:39:00Z 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-12-08T11:39:00Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpQIScEg/meta-data
[2025-12-08T11:39:00Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpQIScEg/user-data
[2025-12-08T11:39:00Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmplEnzAs/.tmpDGSTmK/console.log
[2025-12-08T11:39:00Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmplEnzAs/.tmpDGSTmK/console.log
[2025-12-08T11:39:00Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/run.log
[2025-12-08T11:39:00Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/run.log
[2025-12-08T11:39:00Z 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/.tmplEnzAs/.tmpDGSTmK/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/.tmplEnzAs/.tmpDGSTmK/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmplEnzAs/.tmpDGSTmK/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpZVyeWp/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmplEnzAs/.tmpDGSTmK/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpZVyeWp/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpZVyeWp/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpZVyeWp/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpZVyeWp/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-12-08T11:41:47Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-12-08T11:41:47Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-12-08T11:41:05Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-08T11:41:05Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-08T11:41:05Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-08T11:41:05Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2025-12-08T11:41:05Z ERROR ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 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: 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-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:05Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-12-08T11:41:05Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:05Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2025-12-08T11:41:05Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:05Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-12-08T11:41:07Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-08T11:41:07Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:07Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-08T11:41:07Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-08T11:41:07Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:07Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-12-08T11:41:17Z TRACE ambient_ci::vdrive] extraction OK
[2025-12-08T11:41:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:17Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2025-12-08T11:41:17Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2025-12-08T11:41:17Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2025-12-08T11:41:18Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:18Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2025-12-08T11:41:18Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2025-12-08T11:41:18Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Checking sopass v0.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
[2025-12-08T11:41:19Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:19Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2025-12-08T11:41:19Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2025-12-08T11:41:19Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.91.1 (ea2d97820 2025-10-10)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.91 (ed61e7d7e2 2025-11-07)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.91.1 (ed61e7d7e 2025-11-07)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling sopass v0.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
[2025-12-08T11:41:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:21Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n",
},
)
[2025-12-08T11:41:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make sopass.html\nmv sopass.html /workspace/artifacts/sopass.html\n",
},
)
[2025-12-08T11:41:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
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)
+ make sopass.html
subplot docgen sopass.subplot -o sopass.html
INFO Starting Subplot
INFO Subplot finished successfully
+ mv sopass.html /workspace/artifacts/sopass.html
[2025-12-08T11:41:21Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:21Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "export HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\nexport SOPASS_LOG=trace\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\n\nmake OFFLINE=\"--offline --locked\"\ngit clean -fdx\n",
},
)
[2025-12-08T11:41:21Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "export HOME=/root\nexport PATH=\"/root/.cargo/bin:/bin:/sbin\"\nexport SOPASS_LOG=trace\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\n\nmake OFFLINE=\"--offline --locked\"\ngit clean -fdx\n",
},
)
[2025-12-08T11:41:21Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
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)
+ 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.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
cargo build --offline --locked --all-targets
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
cargo test --offline --locked --all-targets
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
Running unittests src/lib.rs (/workspace/cache/debug/deps/sopass-c92c827023c8fde5)
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-b74d96cd1b1f1ada)
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.06s
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.6.0 (/workspace/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
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/tmp0f66acgb
scenario: Manages values
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: when I run sopass init --name primary --key my.key
step 5: when I run sopass value list
step 6: then stdout is exactly ""
step 7: given file value.dat
step 8: when I run sopass value add foo --file value.dat
step 9: when I run sopass value list
step 10: then stdout is exactly "foo\n"
step 11: when I run sopass value show foo
step 12: then stdout is exactly "bar\n"
step 13: when I run sopass value remove foo
step 14: then stdout is exactly ""
step 15: given file add-stdin.sh
step 16: when I run sh add-stdin.sh
step 17: when I run sopass value list
step 18: then stdout is exactly "foo\n"
step 19: when I run sopass value show foo
step 20: then stdout is exactly "bar\n"
step 21: when I run sopass value remove foo
step 22: then stdout is exactly ""
scenario: Renames values
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: when I run sopass init --name primary --key my.key
step 5: given file value.dat
step 6: when I run sopass value add foo --file value.dat
step 7: when I run sopass value add foobar --file value.dat
step 8: when I try to run sopass value rename ghost yo
step 9: then command fails
step 10: then stderr contains "ghost"
step 11: when I try to run sopass value rename foo foobar
step 12: then command fails
step 13: then stderr contains "foobar"
step 14: when I run sopass value rename foo yo
step 15: when I run sopass value list
step 16: then stdout is exactly "foobar\nyo\n"
scenario: 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 .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: when I run sopass init --name primary --key my.key
step 5: when I try to run sopass value show foo
step 6: then command fails
step 7: then stderr contains "foo"
step 8: then stdout is exactly ""
scenario: Generates a password
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: when I run sopass init --name primary --key my.key
step 5: when I run sopass value generate foo
step 6: when I run sopass value list
step 7: then stdout is exactly "foo\n"
step 8: when I run sopass value show foo
step 9: then stdout isn't exactly ""
scenario: Loads 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: Reports a default configuration
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: when I run sopass config
step 3: then stdout contains ""store": "/"
step 4: then stdout contains ""sop": ""
step 5: then stdout contains ""key_file": ""
step 6: then file .config/sopass/sopass.yml does not exist
scenario: Manages certificates
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: given file other.key
step 5: given file other.cert
step 6: when I run sopass init --name primary --key my.key
step 7: when I run sopass cert list
step 8: then stdout is exactly "primary\n"
step 9: when I run sopass cert add --name secondary --cert other.cert
step 10: when I run sopass cert list
step 11: then stdout contains "primary"
step 12: then stdout contains "secondary"
step 13: when I run mv other.key my.store/default.key
step 14: when I run rm my.key
step 15: when I run sopass cert list
step 16: then stdout contains "primary"
step 17: then stdout contains "secondary"
step 18: when I run sopass cert remove primary
step 19: when I run sopass cert list
step 20: then stdout doesn't contain "primary"
step 21: then stdout contains "secondary"
step 22: when I try to run sopass cert remove secondary
step 23: then command fails
step 24: then stderr contains "secondary"
step 25: when I run sopass cert list
step 26: then stdout contains "secondary"
scenario: Initializes the password store
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: then directory xyzzy does not exist
step 5: when I run sopass init --name primary --key my.key
step 6: then file my.store/values.sopass exists
scenario: 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: Imports from a file
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: given file value.dat
step 5: given file yo.dat
step 6: when I run sopass init --name primary --key my.key
step 7: when I run sopass value add foo --file value.dat
step 8: when I run sopass value add bar --file value.dat
step 9: when I run sopass value add yo --file value.dat
step 10: when I run sopass export store.json
step 11: when I run sopass --store new init --name primary --key my.key
step 12: when I run sopass --store new value add foo --file yo.dat
step 13: when I run sopass --store new value add bar --file yo.dat
step 14: when I run sopass --store new import store.json
step 15: when I run sopass --store new value list
step 16: then stdout contains "foo"
step 17: then stdout contains "bar"
step 18: then stdout contains "yo"
step 19: when I run sopass --store new value show foo
step 20: then stdout is exactly "bar\n"
step 21: when I run sopass --store new value show bar
step 22: then stdout is exactly "bar\n"
step 23: when I run sopass --store new value show yo
step 24: then stdout is exactly "bar\n"
scenario: Exports store to file
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: given file my.key
step 4: when I run sopass init --name primary --key my.key
step 5: given file value.dat
step 6: when I run sopass value add foo --file value.dat
step 7: when I run sopass export store.json
step 8: when I run cat store.json
step 9: then file store.json contains ""certs":"
step 10: then file store.json contains ""primary":"
step 11: then file store.json contains ""kv":"
step 12: then file store.json contains ""foo":"
scenario: Reports its version
step 1: given an installed sopass
bindir /workspace/cache/debug
step 2: given file .config/sopass/sopass.yml from config.yaml
step 3: when I run sopass --version
step 4: then stdout matches regex ^sopass \\d+\\.\\d+\\.\\d+$
step 5: when I run sopass version
step 6: then stdout matches regex ^sopass \\d+\\.\\d+\\.\\d+$
OK, all scenarios finished successfully
rm -f test.py test.log
+ git clean -fdx
Removing sopass.html
[2025-12-08T11:41:25Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:25Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2025-12-08T11:41:25Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debfullname": String("Lars Wirzenius"),
"debemail": String("liw@liw.fi"),
},
},
)
[2025-12-08T11:41:25Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
HEAD is now at a26002a feat: sopass cert show
custom action "dch" exit code Some(0)
[2025-12-08T11:41:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:26Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2025-12-08T11:41:26Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2025-12-08T11:41:26Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
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)
+ 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=332
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=bc2fcdc4976743dfabe4e6ba2f830411
SHLVL=2
JOURNAL_STREAM=8:14789
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.91.1 (ea2d97820 2025-10-10)
+ rustc --version
rustc 1.91.1 (ed61e7d7e 2025-11-07)
++ dpkg-parsechangelog -SSource
+ name=sopass
++ dpkg-parsechangelog -SVersion
+ version=0.6.0.ci20251208T114126-1
++ echo 0.6.0.ci20251208T114126-1
++ sed 's/-[^-]*$//'
+ uv=0.6.0.ci20251208T114126
++ dpkg --print-architecture
+ arch=amd64
+ orig=../sopass_0.6.0.ci20251208T114126.orig.tar.xz
+ deb=../sopass_0.6.0.ci20251208T114126-1_amd64.deb
+ changes=../sopass_0.6.0.ci20251208T114126-1_amd64.changes
+ xz
+ git archive HEAD
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package sopass
dpkg-buildpackage: info: source version 0.6.0.ci20251208T114126-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.6.0.ci20251208T114126.orig.tar.xz
dpkg-source: info: building sopass in sopass_0.6.0.ci20251208T114126-1.debian.tar.xz
dpkg-source: info: building sopass in sopass_0.6.0.ci20251208T114126-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.6.0 (/workspace/src)
Compiling sopass v0.6.0 (/workspace/src)
Finished `release` profile [optimized] target(s) in 6.91s
Installing debian/sopass/usr/bin/sopass
Installed package `sopass v0.6.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-dbgsym' in '../sopass-dbgsym_0.6.0.ci20251208T114126-1_amd64.deb'.
dpkg-deb: building package 'sopass' in '../sopass_0.6.0.ci20251208T114126-1_amd64.deb'.
dpkg-genbuildinfo -O../sopass_0.6.0.ci20251208T114126-1_amd64.buildinfo
dpkg-genchanges -O../sopass_0.6.0.ci20251208T114126-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 1164
drwxr-xr-x 2 root root 4096 Dec 8 11:41 artifacts
drwxr-xr-x 6 root root 4096 Sep 20 05:48 cache
drwxr-xr-x 3 root root 4096 Dec 8 11:38 deps
-rw-r--r-- 1 root root 131420 Dec 8 11:41 sopass-dbgsym_0.6.0.ci20251208T114126-1_amd64.deb
-rw-r--r-- 1 root root 2324 Dec 8 11:41 sopass_0.6.0.ci20251208T114126-1.debian.tar.xz
-rw-r--r-- 1 root root 926 Dec 8 11:41 sopass_0.6.0.ci20251208T114126-1.dsc
-rw-r--r-- 1 root root 5775 Dec 8 11:41 sopass_0.6.0.ci20251208T114126-1_amd64.buildinfo
-rw-r--r-- 1 root root 2335 Dec 8 11:41 sopass_0.6.0.ci20251208T114126-1_amd64.changes
-rw-r--r-- 1 root root 987552 Dec 8 11:41 sopass_0.6.0.ci20251208T114126-1_amd64.deb
-rw-r--r-- 1 root root 27908 Dec 8 11:41 sopass_0.6.0.ci20251208T114126.orig.tar.xz
drwxr-xr-x 7 root root 4096 Dec 8 11:41 src
+ for x in ../*.deb
+ dpkg -c ../sopass-dbgsym_0.6.0.ci20251208T114126-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-08 11:41 ./
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/lib/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/lib/debug/.build-id/9f/
-rw-r--r-- root/root 675296 2025-12-08 11:41 ./usr/lib/debug/.build-id/9f/fc0c1bbcabe2af52be7930f7439b2c03d1627d.debug
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/doc/
lrwxrwxrwx root/root 0 2025-12-08 11:41 ./usr/share/doc/sopass-dbgsym -> sopass
+ for x in ../*.deb
+ dpkg -c ../sopass_0.6.0.ci20251208T114126-1_amd64.deb
drwxr-xr-x root/root 0 2025-12-08 11:41 ./
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/bin/
-rwxr-xr-x root/root 3072824 2025-12-08 11:41 ./usr/bin/sopass
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/doc/sopass/
-rw-r--r-- root/root 311 2025-12-08 11:41 ./usr/share/doc/sopass/changelog.Debian.gz
-rw-r--r-- root/root 1150 2025-12-08 11:41 ./usr/share/doc/sopass/copyright
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/lintian/
drwxr-xr-x root/root 0 2025-12-08 11:41 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 173 2025-12-08 11:41 ./usr/share/lintian/overrides/sopass
+ mv ../sopass-dbgsym_0.6.0.ci20251208T114126-1_amd64.deb ../sopass_0.6.0.ci20251208T114126-1.debian.tar.xz ../sopass_0.6.0.ci20251208T114126-1.dsc ../sopass_0.6.0.ci20251208T114126-1_amd64.buildinfo ../sopass_0.6.0.ci20251208T114126-1_amd64.changes ../sopass_0.6.0.ci20251208T114126-1_amd64.deb ../sopass_0.6.0.ci20251208T114126.orig.tar.xz /workspace/artifacts
[2025-12-08T11:41:38Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:38Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-08T11:41:38Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2025-12-08T11:41:38Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:38Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-12-08T11:41:38Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-12-08T11:41:38Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-12-08T11:41:38Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-12-08T11:41:38Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-12-08T11:41:38Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-12-08T11:41:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:44Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-08T11:41:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2025-12-08T11:41:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_HOME": "/workspace/deps",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] calling tar_create
[2025-12-08T11:41:44Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-12-08T11:41:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-12-08T11:41:44Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-12-08T11:41:47Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-12-08T11:41:48Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-12-08T11:41:48Z DEBUG ambient_ci::run] remove old cache
[2025-12-08T11:41:48Z DEBUG ambient_ci::run] extract cache
[2025-12-08T11:41:50Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-12-08T11:41:50Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-12-08T11:41:50Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z4ExzU1jYHivznhtDPvuTL9z5Ebit/meta.yaml
[2025-12-08T11:41:51Z INFO ambient] ambient ends successfully
<empty log>