Radicle repository id rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh
[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 6.3M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 567.5M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-01-14 11:28 ./
-rw-r--r-- _rad/_rad 1035 2026-01-14 11:28 ./plan.yaml
-rwxr-xr-x _rad/_rad 6394112 2026-01-14 11:28 ./run-ci
INFO: Extracted files:
5636108 4 drwxr-xr-x 2 1000 1000 4096 Jan 14 11:28 .
5636110 6248 -rwxr-xr-x 1 1000 1000 6394112 Jan 14 11:28 ./run-ci
5636109 4 -rw-r--r-- 1 1000 1000 1035 Jan 14 11:28 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-01-14T11:28:53Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-14T11:28:53Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-14T11:28:53Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-14T11:28:53Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-14T11:28:53Z 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: cargo_test
- action: shell
shell: |
make doc
cp ./*.html doc/*.html /workspace/artifacts
git reset --hard
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
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:28:53Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2026-01-14T11:28:53Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:28:53Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2026-01-14T11:28:55Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-14T11:28:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:28:55Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-14T11:28:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-14T11:28:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:28:55Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2026-01-14T11:29:12Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-14T11:29:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:29:12Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-14T11:29:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-14T11:29:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2026-01-14T11:29:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:29:12Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-14T11:29:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-14T11:29:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Compiling proc-macro2 v1.0.105
Compiling quote v1.0.43
Compiling libc v0.2.180
Compiling syn v2.0.114
Checking itoa v1.0.17
Checking socket2 v0.6.1
Checking mio v1.1.1
Compiling find-msvc-tools v0.1.7
Compiling cc v1.2.52
Checking tokio v1.49.0
Compiling synstructure v0.13.2
Compiling zerofrom-derive v0.1.6
Compiling yoke-derive v0.8.1
Compiling zerovec-derive v0.11.2
Checking zerofrom v0.1.6
Checking yoke v0.8.1
Compiling displaydoc v0.2.5
Compiling ring v0.17.14
Checking zerovec v0.11.5
Checking http v1.4.0
Checking tinystr v0.8.2
Checking hashbrown v0.16.1
Checking icu_locale_core v2.1.1
Checking indexmap v2.13.0
Checking potential_utf v0.1.4
Checking zerotrie v0.2.3
Compiling icu_properties_data v2.1.2
Checking rustls-pki-types v1.13.2
Checking icu_provider v2.1.1
Checking icu_collections v2.1.1
Checking http-body v1.0.1
Compiling serde_derive v1.0.228
Checking getrandom v0.2.17
Checking tracing-core v0.1.36
Checking tracing v0.1.44
Checking serde v1.0.228
Checking tokio-util v0.7.18
Compiling rustls v0.23.36
Checking icu_properties v2.1.2
Checking h2 v0.4.13
Checking icu_normalizer v2.1.1
Checking rustls-webpki v0.103.8
Compiling zmij v1.0.14
Checking ryu v1.0.22
Compiling rustix v1.1.3
Checking hyper v1.8.1
Checking idna_adapter v1.2.1
Checking winnow v0.7.14
Compiling serde_json v1.0.149
Compiling rust_decimal v1.40.0
Compiling portable-atomic v1.13.0
Checking log v0.4.29
Checking tower v0.5.3
Checking hyper-util v0.1.19
Checking tokio-rustls v0.26.4
Checking idna v1.1.0
Checking toml_parser v1.0.6+spec-1.1.0
Checking getrandom v0.3.4
Checking webpki-roots v1.0.5
Compiling thiserror-impl v2.0.17
Checking serde_spanned v1.0.4
Checking toml_datetime v0.7.5+spec-1.1.0
Checking dirs-sys-next v0.1.2
Compiling time-core v0.1.7
Checking clap_lex v0.7.7
Checking iri-string v0.7.10
Checking toml_writer v1.0.6+spec-1.1.0
Checking toml v0.9.11+spec-1.1.0
Checking tower-http v0.6.8
Checking clap_builder v4.5.54
Checking thiserror v2.0.17
Checking console v0.16.2
Checking serde_norway v0.9.42
Checking tempfile v3.24.0
Compiling clap_derive v4.5.49
Compiling time-macros v0.2.25
Checking dirs-sys v0.5.0
Checking directories-next v2.0.0
Checking hyper-rustls v0.27.7
Checking env_filter v0.1.4
Checking url v2.5.8
Checking serde_urlencoded v0.7.1
Checking http-body-util v0.1.3
Compiling ambient-ci v0.11.1 (/workspace/src)
Checking jiff v0.2.18
Checking utf8-width v0.1.8
Checking byte-unit v5.2.0
Checking indicatif v0.18.3
Checking reqwest v0.12.28
Checking time v0.3.45
Checking clingwrap v0.5.0
Checking clap v4.5.54
Checking directories v6.0.0
Checking bytesize v2.3.1
Checking env_logger v0.11.8
Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.36s
[2026-01-14T11:29:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:29:34Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2026-01-14T11:29:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2026-01-14T11:29:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling libc v0.2.180
Compiling zerofrom v0.1.6
Compiling itoa v1.0.17
Compiling yoke v0.8.1
Compiling zerovec v0.11.5
Compiling tinystr v0.8.2
Compiling mio v1.1.1
Compiling socket2 v0.6.1
Compiling tokio v1.49.0
Compiling http v1.4.0
Compiling hashbrown v0.16.1
Compiling indexmap v2.13.0
Compiling icu_locale_core v2.1.1
Compiling zerotrie v0.2.3
Compiling potential_utf v0.1.4
Compiling rustls-pki-types v1.13.2
Compiling icu_collections v2.1.1
Compiling icu_provider v2.1.1
Compiling http-body v1.0.1
Compiling getrandom v0.2.17
Compiling tracing-core v0.1.36
Compiling ring v0.17.14
Compiling tracing v0.1.44
Compiling serde v1.0.228
Compiling icu_properties_data v2.1.2
Compiling tokio-util v0.7.18
Compiling h2 v0.4.13
Compiling icu_normalizer v2.1.1
Compiling icu_properties v2.1.2
Compiling rustls-webpki v0.103.8
Compiling ryu v1.0.22
Compiling rustls v0.23.36
Compiling hyper v1.8.1
Compiling idna_adapter v1.2.1
Compiling winnow v0.7.14
Compiling log v0.4.29
Compiling idna v1.1.0
Compiling hyper-util v0.1.19
Compiling tower v0.5.3
Compiling toml_parser v1.0.6+spec-1.1.0
Compiling tokio-rustls v0.26.4
Compiling rustix v1.1.3
Compiling zmij v1.0.14
Compiling getrandom v0.3.4
Compiling webpki-roots v1.0.5
Compiling dirs-sys-next v0.1.2
Compiling serde_spanned v1.0.4
Compiling toml_datetime v0.7.5+spec-1.1.0
Compiling time-core v0.1.7
Compiling clap_lex v0.7.7
Compiling toml_writer v1.0.6+spec-1.1.0
Compiling iri-string v0.7.10
Compiling clap_builder v4.5.54
Compiling tower-http v0.6.8
Compiling console v0.16.2
Compiling rust_decimal v1.40.0
Compiling toml v0.9.11+spec-1.1.0
Compiling time-macros v0.2.25
Compiling dirs-sys v0.5.0
Compiling tempfile v3.24.0
Compiling serde_norway v0.9.42
Compiling thiserror v2.0.17
Compiling directories-next v2.0.0
Compiling hyper-rustls v0.27.7
Compiling env_filter v0.1.4
Compiling serde_json v1.0.149
Compiling portable-atomic v1.13.0
Compiling url v2.5.8
Compiling serde_urlencoded v0.7.1
Compiling http-body-util v0.1.3
Compiling utf8-width v0.1.8
Compiling jiff v0.2.18
Compiling ambient-ci v0.11.1 (/workspace/src)
Compiling indicatif v0.18.3
Compiling byte-unit v5.2.0
Compiling reqwest v0.12.28
Compiling env_logger v0.11.8
Compiling clingwrap v0.5.0
Compiling clap v4.5.54
Compiling time v0.3.45
Compiling directories v6.0.0
Compiling bytesize v2.3.1
Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.43s
[2026-01-14T11:30:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:30:03Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2026-01-14T11:30:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2026-01-14T11:30:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/workspace/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
Running unittests src/lib.rs (/workspace/cache/debug/deps/ambient_ci-c76c8bb97fa3b01c)
running 24 tests
test action::test::mkdir_action ... ok
test action_impl::tar::test::tar_create_action ... ok
test action_impl::tar::test::tar_extract_action ... ok
test cloud_init::test::metadata ... ok
test cloud_init::test::userdata ... ok
test cloud_init::test::userdata_fails_without_runcmd ... ok
test config::test::does_not_merge_unset ... ok
test config::test::merges_legacy_value_into_qemu ... ok
test config::test::merges_set_value ... ok
test config::test::rsync_target_for_project_with_base_and_map_only ... ok
test config::test::rsync_target_for_project_with_rsync_target_set ... ok
test plan::test::round_trip ... ok
test run::test_run_decision::commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged_with_force ... ok
test run::test_run_decision::is_not_git ... ok
test run::test_run_decision::unchanged ... ok
test run::test_run_decision::unchanged_commit_but_dirty ... ok
test run::test_run_decision::unchanged_with_force ... ok
test cloud_init::test::iso ... ok
test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
Running unittests src/bin/ambient.rs (/workspace/cache/debug/deps/ambient-59c0fea4761a003b)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/ambient-execute-plan.rs (/workspace/cache/debug/deps/ambient_execute_plan-833a0024df4e914d)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests ambient_ci
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2026-01-14T11:30:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:30:03Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
},
)
[2026-01-14T11:30:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
},
)
[2026-01-14T11:30:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n\n"]
cwd=/workspace/src (exists? true)
+ make doc
subplot docgen ambient.subplot -o ambient.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
make -C doc
make[1]: Entering directory '/workspace/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
make[1]: Leaving directory '/workspace/src/doc'
+ cp ./ambient.html doc/userguide.html /workspace/artifacts
+ git reset --hard
HEAD is now at d7192bde chore: prepare release 0.11.1
+ git clean -fdx
Removing ambient.html
Removing doc/userguide.html
[2026-01-14T11:30:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:30:03Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-01-14T11:30:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-01-14T11:30:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
+ export 'DEBEMAIL="liw@liw.fi"'
+ DEBEMAIL='"liw@liw.fi"'
+ export 'DEBFULLNAME="Lars Wirzenius"'
+ DEBFULLNAME='"Lars Wirzenius"'
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ 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
+ git reset --hard
HEAD is now at d7192bde chore: prepare release 0.11.1
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.11.1
++ date -u +%Y%m%dT%H%M%S
+ T=20260114T113004
+ version=0.11.1.ci20260114T113004-1
+ dch -v 0.11.1.ci20260114T113004-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-14T11:30:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:30:04Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2026-01-14T11:30:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2026-01-14T11:30:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
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=318
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=d22238904dbc42179ab31e1ac1e1a9c2
SHLVL=2
JOURNAL_STREAM=8:15266
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.92.0 (344c4567c 2025-10-21)
+ rustc --version
rustc 1.92.0 (ded5c06cf 2025-12-08)
++ dpkg-parsechangelog -SSource
+ name=ambient-ci
++ dpkg-parsechangelog -SVersion
+ version=0.11.1.ci20260114T113004-1
++ echo 0.11.1.ci20260114T113004-1
++ sed 's/-[^-]*$//'
+ uv=0.11.1.ci20260114T113004
++ dpkg --print-architecture
+ arch=amd64
+ orig=../ambient-ci_0.11.1.ci20260114T113004.orig.tar.xz
+ deb=../ambient-ci_0.11.1.ci20260114T113004-1_amd64.deb
+ changes=../ambient-ci_0.11.1.ci20260114T113004-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package ambient-ci
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.11.1.ci20260114T113004-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 ambient-ci using existing ./ambient-ci_0.11.1.ci20260114T113004.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building ambient-ci in ambient-ci_0.11.1.ci20260114T113004-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building ambient-ci in ambient-ci_0.11.1.ci20260114T113004-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'
make -C doc
make[2]: Entering directory '/workspace/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
make[2]: Leaving directory '/workspace/src/doc'
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 --locked --offline --target x86_64-unknown-linux-musl --path=. --root=debian/ambient-ci/usr
Installing ambient-ci v0.11.1 (/workspace/src)
Compiling proc-macro2 v1.0.105
Compiling quote v1.0.43
Compiling libc v0.2.180
Compiling syn v2.0.114
Compiling itoa v1.0.17
Compiling mio v1.1.1
Compiling socket2 v0.6.1
Compiling find-msvc-tools v0.1.7
Compiling cc v1.2.52
Compiling synstructure v0.13.2
Compiling tokio v1.49.0
Compiling zerofrom-derive v0.1.6
Compiling zerofrom v0.1.6
Compiling yoke-derive v0.8.1
Compiling yoke v0.8.1
Compiling zerovec-derive v0.11.2
Compiling zerovec v0.11.5
Compiling displaydoc v0.2.5
Compiling tinystr v0.8.2
Compiling ring v0.17.14
Compiling http v1.4.0
Compiling hashbrown v0.16.1
Compiling indexmap v2.13.0
Compiling icu_locale_core v2.1.1
Compiling zerotrie v0.2.3
Compiling potential_utf v0.1.4
Compiling icu_properties_data v2.1.2
Compiling rustls-pki-types v1.13.2
Compiling icu_collections v2.1.1
Compiling icu_provider v2.1.1
Compiling http-body v1.0.1
Compiling serde_derive v1.0.228
Compiling getrandom v0.2.17
Compiling tracing-core v0.1.36
Compiling serde v1.0.228
Compiling tracing v0.1.44
Compiling tokio-util v0.7.18
Compiling rustls v0.23.36
Compiling h2 v0.4.13
Compiling icu_normalizer v2.1.1
Compiling icu_properties v2.1.2
Compiling rustls-webpki v0.103.8
Compiling rustix v1.1.3
Compiling ryu v1.0.22
Compiling zmij v1.0.14
Compiling hyper v1.8.1
Compiling idna_adapter v1.2.1
Compiling rust_decimal v1.40.0
Compiling winnow v0.7.14
Compiling log v0.4.29
Compiling serde_json v1.0.149
Compiling portable-atomic v1.13.0
Compiling hyper-util v0.1.19
Compiling tower v0.5.3
Compiling idna v1.1.0
Compiling toml_parser v1.0.6+spec-1.1.0
Compiling tokio-rustls v0.26.4
Compiling getrandom v0.3.4
Compiling webpki-roots v1.0.5
Compiling thiserror-impl v2.0.17
Compiling serde_spanned v1.0.4
Compiling toml_datetime v0.7.5+spec-1.1.0
Compiling dirs-sys-next v0.1.2
Compiling clap_lex v0.7.7
Compiling iri-string v0.7.10
Compiling time-core v0.1.7
Compiling toml_writer v1.0.6+spec-1.1.0
Compiling toml v0.9.11+spec-1.1.0
Compiling tempfile v3.24.0
Compiling clap_builder v4.5.54
Compiling time-macros v0.2.25
Compiling serde_norway v0.9.42
Compiling dirs-sys v0.5.0
Compiling tower-http v0.6.8
Compiling console v0.16.2
Compiling clap_derive v4.5.49
Compiling directories-next v2.0.0
Compiling thiserror v2.0.17
Compiling hyper-rustls v0.27.7
Compiling env_filter v0.1.4
Compiling url v2.5.8
Compiling serde_urlencoded v0.7.1
Compiling http-body-util v0.1.3
Compiling utf8-width v0.1.8
Compiling ambient-ci v0.11.1 (/workspace/src)
Compiling jiff v0.2.18
Compiling indicatif v0.18.3
Compiling env_logger v0.11.8
Compiling time v0.3.45
Compiling byte-unit v5.2.0
Compiling reqwest v0.12.28
Compiling clingwrap v0.5.0
Compiling clap v4.5.54
Compiling directories v6.0.0
Compiling bytesize v2.3.1
Finished `release` profile [optimized] target(s) in 1m 11s
Installing debian/ambient-ci/usr/bin/ambient
Installing debian/ambient-ci/usr/bin/ambient-execute-plan
Installed package `ambient-ci v0.11.1 (/workspace/src)` (executables `ambient`, `ambient-execute-plan`)
warning: be sure to add `debian/ambient-ci/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_installman
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
[1mdpkg-shlibdeps: [0m[1;33mwarning[0m: couldn't parse dynamic symbol definition: no symbols
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
[1mdpkg-deb:[0m building package 'ambient-ci-dbgsym' in '../ambient-ci-dbgsym_0.11.1.ci20260114T113004-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'ambient-ci' in '../ambient-ci_0.11.1.ci20260114T113004-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../ambient-ci_0.11.1.ci20260114T113004-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../ambient-ci_0.11.1.ci20260114T113004-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 3560
-rw-r--r-- 1 root root 505492 Jan 14 11:31 ambient-ci-dbgsym_0.11.1.ci20260114T113004-1_amd64.deb
-rw-r--r-- 1 root root 2096 Jan 14 11:30 ambient-ci_0.11.1.ci20260114T113004-1.debian.tar.xz
-rw-r--r-- 1 root root 966 Jan 14 11:30 ambient-ci_0.11.1.ci20260114T113004-1.dsc
-rw-r--r-- 1 root root 5894 Jan 14 11:31 ambient-ci_0.11.1.ci20260114T113004-1_amd64.buildinfo
-rw-r--r-- 1 root root 2447 Jan 14 11:31 ambient-ci_0.11.1.ci20260114T113004-1_amd64.changes
-rw-r--r-- 1 root root 3013796 Jan 14 11:31 ambient-ci_0.11.1.ci20260114T113004-1_amd64.deb
-rw-r--r-- 1 root root 82152 Jan 14 11:30 ambient-ci_0.11.1.ci20260114T113004.orig.tar.xz
drwxr-xr-x 2 root root 4096 Jan 14 11:30 artifacts
drwxr-xr-x 5 root root 4096 Sep 20 05:49 cache
drwxr-xr-x 3 root root 4096 Jan 14 11:28 deps
drwxr-xr-x 10 root root 4096 Jan 14 11:30 src
+ for x in ../*.deb
+ dpkg -c ../ambient-ci-dbgsym_0.11.1.ci20260114T113004-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-14 11:30 ./
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/lib/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/lib/debug/.build-id/cb/
-rw-r--r-- root/root 2030200 2026-01-14 11:30 ./usr/lib/debug/.build-id/cb/98a83a85f70d63c9ad5608fc2f60c76f7d1ac0.debug
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/lib/debug/.build-id/ff/
-rw-r--r-- root/root 1635200 2026-01-14 11:30 ./usr/lib/debug/.build-id/ff/bb5e532adc366322db364b46aece5e0361b2da.debug
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-01-14 11:30 ./usr/share/doc/ambient-ci-dbgsym -> ambient-ci
+ for x in ../*.deb
+ dpkg -c ../ambient-ci_0.11.1.ci20260114T113004-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-14 11:30 ./
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/bin/
-rwxr-xr-x root/root 8286624 2026-01-14 11:30 ./usr/bin/ambient
-rwxr-xr-x root/root 6267200 2026-01-14 11:30 ./usr/bin/ambient-execute-plan
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/doc/ambient-ci/
-rw-r--r-- root/root 442 2026-01-14 11:30 ./usr/share/doc/ambient-ci/changelog.Debian.gz
-rw-r--r-- root/root 340 2026-01-14 11:30 ./usr/share/doc/ambient-ci/copyright
-rw-r--r-- root/root 33364 2026-01-14 11:30 ./usr/share/doc/ambient-ci/userguide.html
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/lintian/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 266 2026-01-14 11:30 ./usr/share/lintian/overrides/ambient-ci
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/man/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/man/man1/
-rw-r--r-- root/root 261 2026-01-14 11:30 ./usr/share/man/man1/ambient-execute-plan.1.gz
-rw-r--r-- root/root 205 2026-01-14 11:30 ./usr/share/man/man1/ambient.1.gz
+ mv ../ambient-ci-dbgsym_0.11.1.ci20260114T113004-1_amd64.deb ../ambient-ci_0.11.1.ci20260114T113004-1.debian.tar.xz ../ambient-ci_0.11.1.ci20260114T113004-1.dsc ../ambient-ci_0.11.1.ci20260114T113004-1_amd64.buildinfo ../ambient-ci_0.11.1.ci20260114T113004-1_amd64.changes ../ambient-ci_0.11.1.ci20260114T113004-1_amd64.deb ../ambient-ci_0.11.1.ci20260114T113004.orig.tar.xz /workspace/artifacts
[2026-01-14T11:31:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:31:22Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-14T11:31:22Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-14T11:31:22Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:31:22Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2026-01-14T11:31:22Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-14T11:31:22Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-14T11:31:22Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2026-01-14T11:31:22Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2026-01-14T11:31:22Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-14T11:31:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:31:41Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2026-01-14T11:31:41Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2026-01-14T11:31:41Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-14T11:31:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:31:41Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"request": "trigger",
"version": 1,
"event_type": "patch",
"repository": {
"id": "rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh",
"name": "ambient-ci",
"description": "Ambient command line tool to run CI projects locally",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"action": "Updated",
"patch": {
"id": "0d09868ea06ea1bcc7a4846b3e59604f56cba6d8",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"title": "chore: prepare release 0.11.1",
"state": {
"status": "open",
"conflicts": []
},
"before": "e9103cf3c4ef7cc7453ee50eeb8fd02fd5d01a57",
"after": "d7192bdec2ad68f5613852a8c7600640c047e3d1",
"commits": [
"d7192bdec2ad68f5613852a8c7600640c047e3d1"
],
"target": "e9103cf3c4ef7cc7453ee50eeb8fd02fd5d01a57",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "0d09868ea06ea1bcc7a4846b3e59604f56cba6d8",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "",
"base": "e9103cf3c4ef7cc7453ee50eeb8fd02fd5d01a57",
"oid": "e1fe85fac1a5fb03464335171d7cef3c8267e857",
"timestamp": 1768389923
},
{
"id": "33dd4899a040d9e7335bf19cf04cea5f0e45535d",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "",
"base": "e9103cf3c4ef7cc7453ee50eeb8fd02fd5d01a57",
"oid": "d7192bdec2ad68f5613852a8c7600640c047e3d1",
"timestamp": 1768390111
}
]
}
}[2026-01-14T11:28:34Z INFO ambient] ambient starts
[2026-01-14T11:28:34Z 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`
[2026-01-14T11:28:34Z 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",
},
}
[2026-01-14T11:28:34Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/meta.yaml
[2026-01-14T11:28:34Z DEBUG ambient_ci::run] latest commit: "e9103cf3c4ef7cc7453ee50eeb8fd02fd5d01a57"
[2026-01-14T11:28:34Z DEBUG ambient_ci::run] is a git repository
[2026-01-14T11:28:34Z DEBUG ambient_ci::run] git repository is clean
[2026-01-14T11:28:34Z DEBUG ambient_ci::run] current (HEAD) commit: d7192bdec2ad68f5613852a8c7600640c047e3d1
[2026-01-14T11:28:34Z DEBUG ambient_ci::run] no dry run requested
[2026-01-14T11:28:34Z DEBUG ambient_ci::run] forced run requested
[2026-01-14T11:28:34Z DEBUG ambient_ci::run] run? true
[2026-01-14T11:28:34Z INFO ambient_ci::run] project rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh: running CI
[2026-01-14T11:28:34Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-01-14T11:28:34Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2026-01-14T11:28:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2026-01-14T11:28:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_HOME": "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/dependencies",
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/cache",
},
source_dir: "/tmp/.tmpQiRA42/src",
deps_dir: "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpQiRA42/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpQiRA42/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpQiRA42/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: /tmp/.tmpQiRA42/src => /tmp/.tmp1mPBrx
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/NEWS.md wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/Cargo.toml wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/Cargo.toml => /tmp/.tmp1mPBrx/Cargo.toml
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/Cargo.lock wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/Cargo.lock => /tmp/.tmp1mPBrx/Cargo.lock
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/test.sh wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/vdrive.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/vdrive.rs => /tmp/.tmp1mPBrx/src/vdrive.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/util.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/util.rs => /tmp/.tmp1mPBrx/src/util.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/run.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/run.rs => /tmp/.tmp1mPBrx/src/run.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/qemu_utils.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/qemu_utils.rs => /tmp/.tmp1mPBrx/src/qemu_utils.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/qemu.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/qemu.rs => /tmp/.tmp1mPBrx/src/qemu.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/project.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/project.rs => /tmp/.tmp1mPBrx/src/project.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/plan.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/plan.rs => /tmp/.tmp1mPBrx/src/plan.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/linter.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/linter.rs => /tmp/.tmp1mPBrx/src/linter.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/lib.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/lib.rs => /tmp/.tmp1mPBrx/src/lib.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/image_store.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/image_store.rs => /tmp/.tmp1mPBrx/src/image_store.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/git.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/git.rs => /tmp/.tmp1mPBrx/src/git.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/config.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/config.rs => /tmp/.tmp1mPBrx/src/config.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/cloud_init.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/cloud_init.rs => /tmp/.tmp1mPBrx/src/cloud_init.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/checksummer.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/checksummer.rs => /tmp/.tmp1mPBrx/src/checksummer.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin/cmd wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin/cmd/state.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/bin/cmd/state.rs => /tmp/.tmp1mPBrx/src/bin/cmd/state.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin/cmd/run.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/bin/cmd/run.rs => /tmp/.tmp1mPBrx/src/bin/cmd/run.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin/cmd/qemu.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/bin/cmd/qemu.rs => /tmp/.tmp1mPBrx/src/bin/cmd/qemu.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin/cmd/projects.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/bin/cmd/projects.rs => /tmp/.tmp1mPBrx/src/bin/cmd/projects.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin/cmd/plan.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/bin/cmd/plan.rs => /tmp/.tmp1mPBrx/src/bin/cmd/plan.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin/cmd/mod.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/bin/cmd/mod.rs => /tmp/.tmp1mPBrx/src/bin/cmd/mod.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin/cmd/log.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/bin/cmd/log.rs => /tmp/.tmp1mPBrx/src/bin/cmd/log.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin/cmd/image.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/bin/cmd/image.rs => /tmp/.tmp1mPBrx/src/bin/cmd/image.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin/cmd/config.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/bin/cmd/config.rs => /tmp/.tmp1mPBrx/src/bin/cmd/config.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin/cmd/actions.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/bin/cmd/actions.rs => /tmp/.tmp1mPBrx/src/bin/cmd/actions.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin/ambient.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/bin/ambient.rs => /tmp/.tmp1mPBrx/src/bin/ambient.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/bin/ambient-execute-plan.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/bin/ambient-execute-plan.rs => /tmp/.tmp1mPBrx/src/bin/ambient-execute-plan.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl/tar.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action_impl/tar.rs => /tmp/.tmp1mPBrx/src/action_impl/tar.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl/shell.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action_impl/shell.rs => /tmp/.tmp1mPBrx/src/action_impl/shell.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl/setenv.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action_impl/setenv.rs => /tmp/.tmp1mPBrx/src/action_impl/setenv.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl/rsync.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action_impl/rsync.rs => /tmp/.tmp1mPBrx/src/action_impl/rsync.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl/pwd.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action_impl/pwd.rs => /tmp/.tmp1mPBrx/src/action_impl/pwd.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl/mod.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action_impl/mod.rs => /tmp/.tmp1mPBrx/src/action_impl/mod.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl/mkdir.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action_impl/mkdir.rs => /tmp/.tmp1mPBrx/src/action_impl/mkdir.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl/http_get.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action_impl/http_get.rs => /tmp/.tmp1mPBrx/src/action_impl/http_get.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl/dummy.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action_impl/dummy.rs => /tmp/.tmp1mPBrx/src/action_impl/dummy.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl/dput.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action_impl/dput.rs => /tmp/.tmp1mPBrx/src/action_impl/dput.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl/deb.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action_impl/deb.rs => /tmp/.tmp1mPBrx/src/action_impl/deb.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl/custom.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action_impl/custom.rs => /tmp/.tmp1mPBrx/src/action_impl/custom.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action_impl/cargo.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action_impl/cargo.rs => /tmp/.tmp1mPBrx/src/action_impl/cargo.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/src/action.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/src/action.rs => /tmp/.tmp1mPBrx/src/action.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/projects.yaml wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/doc wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/doc/userguide.subplot wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/doc/userguide.md wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/doc/Makefile wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/debian wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/debian/changelog wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/debian/source wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/debian/source/format wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/debian/rules wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/debian/lintian-overrides wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/debian/copyright wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/debian/control wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/debian/compat wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/debian/cargo-checksum.json wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/debian/build-deb wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/debian/ambient-ci.manpages wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/debian/ambient-ci.docs wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/build.rs wanted=true
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] copy_partial_tree: copy /tmp/.tmpQiRA42/src/build.rs => /tmp/.tmp1mPBrx/build.rs
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/ambient.yaml wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/ambient.subplot wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/ambient.py wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/ambient.md wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/ambient.1 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/ambient-execute-plan.1 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/README.md wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/Makefile wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/INSTALL.md wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/COPYING.md wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.woodpecker wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.woodpecker/build.yaml wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.woodpecker/Makefile wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.radicle wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.radicle/ambient.yaml wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.gitignore wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.cargo wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.cargo/deny.toml wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.ambient wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.ambient/dch wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/index wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/HEAD wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/config wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/logs wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/logs/HEAD wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/logs/refs wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/logs/refs/heads wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/logs/refs/heads/main wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/logs/refs/remotes wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/logs/refs/remotes/origin wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/packed-refs wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/refs wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/refs/remotes wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/refs/remotes/origin wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/refs/tags wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/refs/heads wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/refs/heads/main wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/e9 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/e9/4fa8836785c57b70f05ace95a1db6ce322d837 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/ee wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/ee/6a0b1234a9ee84f616a8c727537cc8f312626a wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/f9 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/f9/30d10bb292464ce9d1592afc9632d85907c8e5 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/06 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/06/e745e496e35a91ff007d24788f688bfb1569a9 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/f7 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/f7/0df17b3dee786fffff7c8fbeb07e8642e860ae wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/1f wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/1f/c32654d64f518570a8e4b34cb9dde44bdef998 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/85 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/85/f599966ae158e32e07cbfb973ac9019a7f682f wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/7c wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/7c/03a82dea6cd7fe4853be6a03c5f2fb1919ac1b wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/57 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/57/aa1a4f869b943071ad3dfc8d30747549024753 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/91 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/91/1dcbe27c4e8f98c5ae5b544c028d5087d4e35d wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/2f wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/2f/358c035c9f45a2902f53b72e1a6a0e03d70001 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/f8 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/f8/756e8dfd3a450b314beffbcd38f7bb306b9f4a wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/45 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/45/42966f49b8daa4c8221b3248ddc58dbcebf2ae wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/38 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/38/1bfa37539a8e6991f6c436d53df7fcd02dfb03 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/cd wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/cd/f1818f1b158a3e83fb859f5d02fa86fad4ba11 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/fa wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/fa/63dbb31283369ac7ba0492914f2af2d69e6354 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/fa/350f28c3cbd9cd610ec478cdbc17b044b3ab36 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/44 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/44/a17b95c72b1118b51d8faf198fbad4d661556a wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/c4 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/c4/0bda7b5e9306f9284b562c4fdb68a9a55402f4 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/e2 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/e2/02f0396af8c9abc58d725194b1fd9d7b7dd169 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/01 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/01/3d2e5038b337fd24726ef262a34771ade37146 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/7f wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/7f/347bbade03a025f5442ced89cdcd05c1a14086 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/58 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/58/9c2c1adb2eca54fb897fbd9d43654b4d3f06c4 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/89 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/89/38cc8fc17ce9295b034748d51dc188066d88e7 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/6a wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/6a/780ad43cd820655cd105bbb7522fb7530c96f8 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/20 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/20/bc85dbc38b0d7af54e26f7c8886ecb05776ca1 wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/info wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/info/commit-graph wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/info/packs wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-214aefd1310783976f43bf97f2157d435716e3bd.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-3e8c33b0448649b517c7775abbe4054301d68417.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-8fac253763ed684d42f5d46aabc4ac619233c168.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-231c4944728c390816f0df769ec82a8134a292f9.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-f2b920fb4a5d3cf373b518e3095d1b58b0e9c513.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-6065c5252bed07b47ba4108d6ddb389d436348e3.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-8290134a76c41b74557d3ccaea04d6eb393fa7f7.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-ca392711a70b0817bc58a650e13ef557c8422918.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-10ebc2e850b03a334f33a3c28b0d9da265d8c1ed.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-05e2fbb5cde631067beb9e1c3d9e2f1fc9a7eb22.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-f2b920fb4a5d3cf373b518e3095d1b58b0e9c513.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-ed79937775925ae18eeecfe1a24ead8fed720cce.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-91b4bc87b522ffea346d636e84351bd99f20b266.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-04c841a3c6d6f7514ae942f4e3563788b08bd184.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-ca392711a70b0817bc58a650e13ef557c8422918.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-231c4944728c390816f0df769ec82a8134a292f9.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-10ed093e10108ecb05a43a71f28a067b7deee9d1.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-eef9fc4e289b32353c2574e262c38d94ac5123b0.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-4ff7cc716e5f38adca6d9e05f0f17490391230b8.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-214aefd1310783976f43bf97f2157d435716e3bd.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-114e739b49cea98f7a43321fe347d97e877a12e4.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-910c32ee84f2c94c5334d56f9651ca17bb2bd6da.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-412d7a83d3168ddc94656ba41b919f15a428cd97.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-7771289e79a62746b34bb81e2f8eeddd5d2cb246.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-4ff7cc716e5f38adca6d9e05f0f17490391230b8.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-b859ff25955cd0cdefeffa7fed2c7c5257d36999.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-29c3f4a6cec6a94bc0b54221143a541e0a205b13.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-910c32ee84f2c94c5334d56f9651ca17bb2bd6da.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-069e5694af0ba2fdde3f6d9f455e513a98bc8cc0.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-10ed093e10108ecb05a43a71f28a067b7deee9d1.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-412d7a83d3168ddc94656ba41b919f15a428cd97.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-039f7b09ec4a34de9de0887ff063f305392ef322.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-41423f3f2ee2f60f785dee92e633c38addc7846f.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-adf199bc11a2f283a19702cdea45a11b598119e1.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-4d3c178c6592516f36c9a6d0453d32dea9a95d0d.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-deeafaa8191a4ec3daeb9ff3cb094fadfd6e5a30.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-05e2fbb5cde631067beb9e1c3d9e2f1fc9a7eb22.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-e492bb95f4cf0dec69f047efe52a13f8fb46c1be.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-069e5694af0ba2fdde3f6d9f455e513a98bc8cc0.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-3e8c33b0448649b517c7775abbe4054301d68417.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-039f7b09ec4a34de9de0887ff063f305392ef322.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-ee6d249864f86b666ecc32ec448989d5ed56a971.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-61ec8a560bf9afa7d879538fe42d59a9a8b40b97.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-91b4bc87b522ffea346d636e84351bd99f20b266.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-ca597716d89b9a6f0a2ab08fa4043907f35a9ed4.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-412d7a83d3168ddc94656ba41b919f15a428cd97.bitmap wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-2d59c8bd90f2b3f2e879644a0d853ee45844e1fb.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-4d3c178c6592516f36c9a6d0453d32dea9a95d0d.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-2d59c8bd90f2b3f2e879644a0d853ee45844e1fb.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-eef9fc4e289b32353c2574e262c38d94ac5123b0.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-b859ff25955cd0cdefeffa7fed2c7c5257d36999.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-10ebc2e850b03a334f33a3c28b0d9da265d8c1ed.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-b0ae981ba47d4ec528828a17764cc6dba87f24b3.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-23d73ac0b32c7477fa8a5cb78cc987d3c0c041c3.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-61ec8a560bf9afa7d879538fe42d59a9a8b40b97.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-b78725e3c0c8901ece73572ec54f217632e08a5a.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-114e739b49cea98f7a43321fe347d97e877a12e4.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-ca597716d89b9a6f0a2ab08fa4043907f35a9ed4.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-d6e146e262387bad919ccd809c8470a45f2f8d10.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-ee6d249864f86b666ecc32ec448989d5ed56a971.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-ce1c96294be484883a0a6e99e0e0f092a16ca652.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-e492bb95f4cf0dec69f047efe52a13f8fb46c1be.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-23d73ac0b32c7477fa8a5cb78cc987d3c0c041c3.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-ed79937775925ae18eeecfe1a24ead8fed720cce.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-7771289e79a62746b34bb81e2f8eeddd5d2cb246.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-a3bd72e3f992d68daf6206debe014b8af391dc02.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-8fac253763ed684d42f5d46aabc4ac619233c168.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-29c3f4a6cec6a94bc0b54221143a541e0a205b13.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-d589d3d7a7963d38341e60e649299330a1090c22.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-6152d5cb351005f700fbe994742c09b179632bdc.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-d589d3d7a7963d38341e60e649299330a1090c22.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-7ec13b2ac819c672317bb61d0cb3525397f4eb09.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-6152d5cb351005f700fbe994742c09b179632bdc.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-8290134a76c41b74557d3ccaea04d6eb393fa7f7.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-f0ee6b190278de676a243b8a506d5951a9b26800.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-deeafaa8191a4ec3daeb9ff3cb094fadfd6e5a30.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-adf199bc11a2f283a19702cdea45a11b598119e1.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-412d7a83d3168ddc94656ba41b919f15a428cd97.rev wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-a3bd72e3f992d68daf6206debe014b8af391dc02.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-6065c5252bed07b47ba4108d6ddb389d436348e3.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-d6e146e262387bad919ccd809c8470a45f2f8d10.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-04c841a3c6d6f7514ae942f4e3563788b08bd184.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-b0ae981ba47d4ec528828a17764cc6dba87f24b3.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-b78725e3c0c8901ece73572ec54f217632e08a5a.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-41423f3f2ee2f60f785dee92e633c38addc7846f.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-f0ee6b190278de676a243b8a506d5951a9b26800.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-7ec13b2ac819c672317bb61d0cb3525397f4eb09.idx wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/objects/pack/pack-ce1c96294be484883a0a6e99e0e0f092a16ca652.pack wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/branches wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/update.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/commit-msg.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/post-update.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/pre-push.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/pre-rebase.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/pre-commit.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/pre-receive.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/description wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/info wanted=false
[2026-01-14T11:28:34Z DEBUG ambient_ci::util] path=/tmp/.tmpQiRA42/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmp1mPBrx (exists? true)
Updating crates.io index
Downloading crates ...
Downloaded wasm-bindgen-shared v0.2.106
Downloaded js-sys v0.3.83
Downloaded utf8-width v0.1.8
Downloaded wasm-bindgen-macro v0.2.106
Downloaded time-core v0.1.7
Downloaded itoa v1.0.17
Downloaded time-macros v0.2.25
Downloaded zmij v1.0.14
Downloaded console v0.16.2
Downloaded wasm-bindgen v0.2.106
Downloaded ref-cast-impl v1.0.25
Downloaded dyn-clone v1.0.20
Downloaded bytesize v2.3.1
Downloaded indexmap v2.13.0
Downloaded rkyv_derive v0.7.46
Downloaded uuid v1.19.0
Downloaded libredox v0.1.12
Downloaded clap_lex v0.7.7
Downloaded bumpalo v3.19.1
Downloaded wasm-bindgen-macro-support v0.2.106
Downloaded find-msvc-tools v0.1.7
Downloaded toml_edit v0.23.10+spec-1.0.0
Downloaded borsh-derive v1.6.0
Downloaded clap v4.5.54
Downloaded toml v0.9.11+spec-1.1.0
Downloaded rkyv v0.7.46
Downloaded rust_decimal v1.40.0
Downloaded zerocopy v0.8.33
Downloaded tracing v0.1.44
Downloaded webpki-roots v1.0.5
Downloaded http v1.4.0
Downloaded icu_properties_data v2.1.2
Downloaded web-sys v0.3.83
Downloaded rustls v0.23.36
Downloaded cc v1.2.52
Downloaded url v2.5.8
Downloaded jiff-static v0.2.18
Downloaded libc v0.2.180
Downloaded tokio-util v0.7.18
Downloaded hyper-util v0.1.19
Downloaded portable-atomic v1.13.0
Downloaded h2 v0.4.13
Downloaded rustix v1.1.3
Downloaded winnow v0.7.14
Downloaded mio v1.1.1
Downloaded tower v0.5.3
Downloaded syn v2.0.114
Downloaded clap_builder v4.5.54
Downloaded zerocopy-derive v0.8.33
Downloaded time v0.3.45
Downloaded tower-http v0.6.8
Downloaded reqwest v0.12.28
Downloaded tokio v1.49.0
Downloaded log v0.4.29
Downloaded icu_properties v2.1.2
Downloaded rustls-pki-types v1.13.2
Downloaded borsh v1.6.0
Downloaded schemars v1.2.0
Downloaded byte-unit v5.2.0
Downloaded toml_datetime v0.7.5+spec-1.1.0
Downloaded toml_parser v1.0.6+spec-1.1.0
Downloaded toml_writer v1.0.6+spec-1.1.0
Downloaded wasm-bindgen-futures v0.4.56
Downloaded hashbrown v0.16.1
Downloaded serde_spanned v1.0.4
Downloaded iri-string v0.7.10
Downloaded serde_json v1.0.149
Downloaded getrandom v0.2.17
Downloaded ref-cast v1.0.25
Downloaded tracing-core v0.1.36
Downloaded ryu v1.0.22
Downloaded tempfile v3.24.0
Downloaded proc-macro2 v1.0.105
Downloaded rand_core v0.9.5
Downloaded jiff v0.2.18
Downloaded quote v1.0.43
[2026-01-14T11:28:40Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:28:40Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-14T11:28:40Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpeFpl9l/src.tar
[2026-01-14T11:28:40Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpeFpl9l/deps.tar
[2026-01-14T11:28:40Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2026-01-14T11:28:40Z 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,
),
CargoTest(
CargoTest,
),
Shell(
Shell {
shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\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",
),
}
[2026-01-14T11:28:40Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2026-01-14T11:28:40Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmpeFpl9l/ambient-execute-plan/run-ci
[2026-01-14T11:28:40Z DEBUG ambient_ci::run] copy OK: true
[2026-01-14T11:28:40Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmpeFpl9l/executor.tar
[2026-01-14T11:28:49Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2026-01-14T11:28:49Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh, exists? true
[2026-01-14T11:28:49Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2026-01-14T11:28:49Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log OK
[2026-01-14T11:28:49Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2026-01-14T11:28:49Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2026-01-14T11:28:49Z 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"
[2026-01-14T11:28:49Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2026-01-14T11:28:49Z 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",
],
}
[2026-01-14T11:28:49Z DEBUG ambient_ci::qemu] run QEMU
[2026-01-14T11:28:49Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2026-01-14T11:28:49Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmpsE4HZL/.tmpODPK4J/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2026-01-14T11:28:50Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2026-01-14T11:28:50Z 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",
],
}
[2026-01-14T11:28:50Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpQPptEF/meta-data
[2026-01-14T11:28:50Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpQPptEF/user-data
[2026-01-14T11:28:50Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmpsE4HZL/.tmpODPK4J/console.log
[2026-01-14T11:28:50Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmpsE4HZL/.tmpODPK4J/console.log
[2026-01-14T11:28:50Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2026-01-14T11:28:50Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/run.log
[2026-01-14T11:28:50Z 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/.tmpsE4HZL/.tmpODPK4J/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/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/.tmpsE4HZL/.tmpODPK4J/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmpsE4HZL/.tmpODPK4J/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpeFpl9l/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmpsE4HZL/.tmpODPK4J/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpeFpl9l/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpeFpl9l/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpeFpl9l/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmpeFpl9l/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2026-01-14T11:31:45Z DEBUG ambient_ci::qemu] QEMU finished OK
[2026-01-14T11:31:45Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2026-01-14T11:28:53Z TRACE ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-14T11:28:53Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-14T11:28:53Z INFO ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-14T11:28:53Z WARN ambient_execute_plan] ambient-execute-plan version 0.10.0@9492962 starts
[2026-01-14T11:28:53Z 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: cargo_test
- action: shell
shell: |
make doc
cp ./*.html doc/*.html /workspace/artifacts
git reset --hard
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
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/workspace/artifacts",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:28:53Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2026-01-14T11:28:53Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:28:53Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
)
[2026-01-14T11:28:53Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:28:53Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2026-01-14T11:28:55Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-14T11:28:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:28:55Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-14T11:28:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-14T11:28:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:28:55Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2026-01-14T11:29:12Z TRACE ambient_ci::vdrive] extraction OK
[2026-01-14T11:29:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:29:12Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-01-14T11:29:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-01-14T11:29:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/workspace/src (exists? true)
[2026-01-14T11:29:12Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:29:12Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-01-14T11:29:12Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-01-14T11:29:12Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/workspace/src (exists? true)
Compiling proc-macro2 v1.0.105
Compiling quote v1.0.43
Compiling libc v0.2.180
Compiling syn v2.0.114
Checking itoa v1.0.17
Checking socket2 v0.6.1
Checking mio v1.1.1
Compiling find-msvc-tools v0.1.7
Compiling cc v1.2.52
Checking tokio v1.49.0
Compiling synstructure v0.13.2
Compiling zerofrom-derive v0.1.6
Compiling yoke-derive v0.8.1
Compiling zerovec-derive v0.11.2
Checking zerofrom v0.1.6
Checking yoke v0.8.1
Compiling displaydoc v0.2.5
Compiling ring v0.17.14
Checking zerovec v0.11.5
Checking http v1.4.0
Checking tinystr v0.8.2
Checking hashbrown v0.16.1
Checking icu_locale_core v2.1.1
Checking indexmap v2.13.0
Checking potential_utf v0.1.4
Checking zerotrie v0.2.3
Compiling icu_properties_data v2.1.2
Checking rustls-pki-types v1.13.2
Checking icu_provider v2.1.1
Checking icu_collections v2.1.1
Checking http-body v1.0.1
Compiling serde_derive v1.0.228
Checking getrandom v0.2.17
Checking tracing-core v0.1.36
Checking tracing v0.1.44
Checking serde v1.0.228
Checking tokio-util v0.7.18
Compiling rustls v0.23.36
Checking icu_properties v2.1.2
Checking h2 v0.4.13
Checking icu_normalizer v2.1.1
Checking rustls-webpki v0.103.8
Compiling zmij v1.0.14
Checking ryu v1.0.22
Compiling rustix v1.1.3
Checking hyper v1.8.1
Checking idna_adapter v1.2.1
Checking winnow v0.7.14
Compiling serde_json v1.0.149
Compiling rust_decimal v1.40.0
Compiling portable-atomic v1.13.0
Checking log v0.4.29
Checking tower v0.5.3
Checking hyper-util v0.1.19
Checking tokio-rustls v0.26.4
Checking idna v1.1.0
Checking toml_parser v1.0.6+spec-1.1.0
Checking getrandom v0.3.4
Checking webpki-roots v1.0.5
Compiling thiserror-impl v2.0.17
Checking serde_spanned v1.0.4
Checking toml_datetime v0.7.5+spec-1.1.0
Checking dirs-sys-next v0.1.2
Compiling time-core v0.1.7
Checking clap_lex v0.7.7
Checking iri-string v0.7.10
Checking toml_writer v1.0.6+spec-1.1.0
Checking toml v0.9.11+spec-1.1.0
Checking tower-http v0.6.8
Checking clap_builder v4.5.54
Checking thiserror v2.0.17
Checking console v0.16.2
Checking serde_norway v0.9.42
Checking tempfile v3.24.0
Compiling clap_derive v4.5.49
Compiling time-macros v0.2.25
Checking dirs-sys v0.5.0
Checking directories-next v2.0.0
Checking hyper-rustls v0.27.7
Checking env_filter v0.1.4
Checking url v2.5.8
Checking serde_urlencoded v0.7.1
Checking http-body-util v0.1.3
Compiling ambient-ci v0.11.1 (/workspace/src)
Checking jiff v0.2.18
Checking utf8-width v0.1.8
Checking byte-unit v5.2.0
Checking indicatif v0.18.3
Checking reqwest v0.12.28
Checking time v0.3.45
Checking clingwrap v0.5.0
Checking clap v4.5.54
Checking directories v6.0.0
Checking bytesize v2.3.1
Checking env_logger v0.11.8
Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.36s
[2026-01-14T11:29:34Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:29:34Z DEBUG ambient_ci::plan] RUN: Action CargoBuild(
CargoBuild,
)
[2026-01-14T11:29:34Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoBuild(
CargoBuild,
)
[2026-01-14T11:29:34Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"]
cwd=/workspace/src (exists? true)
Compiling libc v0.2.180
Compiling zerofrom v0.1.6
Compiling itoa v1.0.17
Compiling yoke v0.8.1
Compiling zerovec v0.11.5
Compiling tinystr v0.8.2
Compiling mio v1.1.1
Compiling socket2 v0.6.1
Compiling tokio v1.49.0
Compiling http v1.4.0
Compiling hashbrown v0.16.1
Compiling indexmap v2.13.0
Compiling icu_locale_core v2.1.1
Compiling zerotrie v0.2.3
Compiling potential_utf v0.1.4
Compiling rustls-pki-types v1.13.2
Compiling icu_collections v2.1.1
Compiling icu_provider v2.1.1
Compiling http-body v1.0.1
Compiling getrandom v0.2.17
Compiling tracing-core v0.1.36
Compiling ring v0.17.14
Compiling tracing v0.1.44
Compiling serde v1.0.228
Compiling icu_properties_data v2.1.2
Compiling tokio-util v0.7.18
Compiling h2 v0.4.13
Compiling icu_normalizer v2.1.1
Compiling icu_properties v2.1.2
Compiling rustls-webpki v0.103.8
Compiling ryu v1.0.22
Compiling rustls v0.23.36
Compiling hyper v1.8.1
Compiling idna_adapter v1.2.1
Compiling winnow v0.7.14
Compiling log v0.4.29
Compiling idna v1.1.0
Compiling hyper-util v0.1.19
Compiling tower v0.5.3
Compiling toml_parser v1.0.6+spec-1.1.0
Compiling tokio-rustls v0.26.4
Compiling rustix v1.1.3
Compiling zmij v1.0.14
Compiling getrandom v0.3.4
Compiling webpki-roots v1.0.5
Compiling dirs-sys-next v0.1.2
Compiling serde_spanned v1.0.4
Compiling toml_datetime v0.7.5+spec-1.1.0
Compiling time-core v0.1.7
Compiling clap_lex v0.7.7
Compiling toml_writer v1.0.6+spec-1.1.0
Compiling iri-string v0.7.10
Compiling clap_builder v4.5.54
Compiling tower-http v0.6.8
Compiling console v0.16.2
Compiling rust_decimal v1.40.0
Compiling toml v0.9.11+spec-1.1.0
Compiling time-macros v0.2.25
Compiling dirs-sys v0.5.0
Compiling tempfile v3.24.0
Compiling serde_norway v0.9.42
Compiling thiserror v2.0.17
Compiling directories-next v2.0.0
Compiling hyper-rustls v0.27.7
Compiling env_filter v0.1.4
Compiling serde_json v1.0.149
Compiling portable-atomic v1.13.0
Compiling url v2.5.8
Compiling serde_urlencoded v0.7.1
Compiling http-body-util v0.1.3
Compiling utf8-width v0.1.8
Compiling jiff v0.2.18
Compiling ambient-ci v0.11.1 (/workspace/src)
Compiling indicatif v0.18.3
Compiling byte-unit v5.2.0
Compiling reqwest v0.12.28
Compiling env_logger v0.11.8
Compiling clingwrap v0.5.0
Compiling clap v4.5.54
Compiling time v0.3.45
Compiling directories v6.0.0
Compiling bytesize v2.3.1
Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.43s
[2026-01-14T11:30:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:30:03Z DEBUG ambient_ci::plan] RUN: Action CargoTest(
CargoTest,
)
[2026-01-14T11:30:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoTest(
CargoTest,
)
[2026-01-14T11:30:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/workspace/src (exists? true)
cargo 1.92.0 (344c4567c 2025-10-21)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/workspace/src (exists? true)
clippy 0.1.92 (ded5c06cf2 2025-12-08)
SPAWN: argv=["rustc", "--version"]
cwd=/workspace/src (exists? true)
rustc 1.92.0 (ded5c06cf 2025-12-08)
SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"]
cwd=/workspace/src (exists? true)
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
Running unittests src/lib.rs (/workspace/cache/debug/deps/ambient_ci-c76c8bb97fa3b01c)
running 24 tests
test action::test::mkdir_action ... ok
test action_impl::tar::test::tar_create_action ... ok
test action_impl::tar::test::tar_extract_action ... ok
test cloud_init::test::metadata ... ok
test cloud_init::test::userdata ... ok
test cloud_init::test::userdata_fails_without_runcmd ... ok
test config::test::does_not_merge_unset ... ok
test config::test::merges_legacy_value_into_qemu ... ok
test config::test::merges_set_value ... ok
test config::test::rsync_target_for_project_with_base_and_map_only ... ok
test config::test::rsync_target_for_project_with_rsync_target_set ... ok
test plan::test::round_trip ... ok
test run::test_run_decision::commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed ... ok
test run::test_run_decision::dry_run_for_commit_changed_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty ... ok
test run::test_run_decision::dry_run_for_unchanged_but_dirty_with_force ... ok
test run::test_run_decision::dry_run_for_unchanged_with_force ... ok
test run::test_run_decision::is_not_git ... ok
test run::test_run_decision::unchanged ... ok
test run::test_run_decision::unchanged_commit_but_dirty ... ok
test run::test_run_decision::unchanged_with_force ... ok
test cloud_init::test::iso ... ok
test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
Running unittests src/bin/ambient.rs (/workspace/cache/debug/deps/ambient-59c0fea4761a003b)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/bin/ambient-execute-plan.rs (/workspace/cache/debug/deps/ambient_execute_plan-833a0024df4e914d)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Doc-tests ambient_ci
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[2026-01-14T11:30:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:30:03Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
},
)
[2026-01-14T11:30:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "make doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n",
},
)
[2026-01-14T11:30:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\nmake doc\ncp ./*.html doc/*.html /workspace/artifacts\ngit reset --hard\ngit clean -fdx\n\n"]
cwd=/workspace/src (exists? true)
+ make doc
subplot docgen ambient.subplot -o ambient.html
INFO Starting Subplot
INFO Subplot finished successfully
make -C doc
make[1]: Entering directory '/workspace/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
INFO Starting Subplot
INFO Subplot finished successfully
make[1]: Leaving directory '/workspace/src/doc'
+ cp ./ambient.html doc/userguide.html /workspace/artifacts
+ git reset --hard
HEAD is now at d7192bde chore: prepare release 0.11.1
+ git clean -fdx
Removing ambient.html
Removing doc/userguide.html
[2026-01-14T11:30:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:30:03Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-01-14T11:30:03Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-01-14T11:30:03Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
custom: source=/workspace/src
custom: exe=".ambient/dch" exists=false
+ export 'DEBEMAIL="liw@liw.fi"'
+ DEBEMAIL='"liw@liw.fi"'
+ export 'DEBFULLNAME="Lars Wirzenius"'
+ DEBFULLNAME='"Lars Wirzenius"'
+ export CARGO_TARGET_DIR=/workspace/cache
+ CARGO_TARGET_DIR=/workspace/cache
+ export CARGO_HOME=/workspace/deps
+ CARGO_HOME=/workspace/deps
+ export HOME=/root
+ HOME=/root
+ 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
+ git reset --hard
HEAD is now at d7192bde chore: prepare release 0.11.1
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.11.1
++ date -u +%Y%m%dT%H%M%S
+ T=20260114T113004
+ version=0.11.1.ci20260114T113004-1
+ dch -v 0.11.1.ci20260114T113004-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-01-14T11:30:04Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:30:04Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb,
)
[2026-01-14T11:30:04Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb,
)
[2026-01-14T11:30:04Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
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=318
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=d22238904dbc42179ab31e1ac1e1a9c2
SHLVL=2
JOURNAL_STREAM=8:15266
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.92.0 (344c4567c 2025-10-21)
+ rustc --version
rustc 1.92.0 (ded5c06cf 2025-12-08)
++ dpkg-parsechangelog -SSource
+ name=ambient-ci
++ dpkg-parsechangelog -SVersion
+ version=0.11.1.ci20260114T113004-1
++ echo 0.11.1.ci20260114T113004-1
++ sed 's/-[^-]*$//'
+ uv=0.11.1.ci20260114T113004
++ dpkg --print-architecture
+ arch=amd64
+ orig=../ambient-ci_0.11.1.ci20260114T113004.orig.tar.xz
+ deb=../ambient-ci_0.11.1.ci20260114T113004-1_amd64.deb
+ changes=../ambient-ci_0.11.1.ci20260114T113004-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
dpkg-buildpackage: info: source package ambient-ci
dpkg-buildpackage: info: source version 0.11.1.ci20260114T113004-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 ambient-ci using existing ./ambient-ci_0.11.1.ci20260114T113004.orig.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.11.1.ci20260114T113004-1.debian.tar.xz
dpkg-source: info: building ambient-ci in ambient-ci_0.11.1.ci20260114T113004-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'
make -C doc
make[2]: Entering directory '/workspace/src/doc'
subplot docgen --date "Version: $(git describe --long --dirty)" userguide.subplot -o userguide.html
fatal: No names found, cannot describe anything.
INFO Starting Subplot
INFO Subplot finished successfully
make[2]: Leaving directory '/workspace/src/doc'
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 --locked --offline --target x86_64-unknown-linux-musl --path=. --root=debian/ambient-ci/usr
Installing ambient-ci v0.11.1 (/workspace/src)
Compiling proc-macro2 v1.0.105
Compiling quote v1.0.43
Compiling libc v0.2.180
Compiling syn v2.0.114
Compiling itoa v1.0.17
Compiling mio v1.1.1
Compiling socket2 v0.6.1
Compiling find-msvc-tools v0.1.7
Compiling cc v1.2.52
Compiling synstructure v0.13.2
Compiling tokio v1.49.0
Compiling zerofrom-derive v0.1.6
Compiling zerofrom v0.1.6
Compiling yoke-derive v0.8.1
Compiling yoke v0.8.1
Compiling zerovec-derive v0.11.2
Compiling zerovec v0.11.5
Compiling displaydoc v0.2.5
Compiling tinystr v0.8.2
Compiling ring v0.17.14
Compiling http v1.4.0
Compiling hashbrown v0.16.1
Compiling indexmap v2.13.0
Compiling icu_locale_core v2.1.1
Compiling zerotrie v0.2.3
Compiling potential_utf v0.1.4
Compiling icu_properties_data v2.1.2
Compiling rustls-pki-types v1.13.2
Compiling icu_collections v2.1.1
Compiling icu_provider v2.1.1
Compiling http-body v1.0.1
Compiling serde_derive v1.0.228
Compiling getrandom v0.2.17
Compiling tracing-core v0.1.36
Compiling serde v1.0.228
Compiling tracing v0.1.44
Compiling tokio-util v0.7.18
Compiling rustls v0.23.36
Compiling h2 v0.4.13
Compiling icu_normalizer v2.1.1
Compiling icu_properties v2.1.2
Compiling rustls-webpki v0.103.8
Compiling rustix v1.1.3
Compiling ryu v1.0.22
Compiling zmij v1.0.14
Compiling hyper v1.8.1
Compiling idna_adapter v1.2.1
Compiling rust_decimal v1.40.0
Compiling winnow v0.7.14
Compiling log v0.4.29
Compiling serde_json v1.0.149
Compiling portable-atomic v1.13.0
Compiling hyper-util v0.1.19
Compiling tower v0.5.3
Compiling idna v1.1.0
Compiling toml_parser v1.0.6+spec-1.1.0
Compiling tokio-rustls v0.26.4
Compiling getrandom v0.3.4
Compiling webpki-roots v1.0.5
Compiling thiserror-impl v2.0.17
Compiling serde_spanned v1.0.4
Compiling toml_datetime v0.7.5+spec-1.1.0
Compiling dirs-sys-next v0.1.2
Compiling clap_lex v0.7.7
Compiling iri-string v0.7.10
Compiling time-core v0.1.7
Compiling toml_writer v1.0.6+spec-1.1.0
Compiling toml v0.9.11+spec-1.1.0
Compiling tempfile v3.24.0
Compiling clap_builder v4.5.54
Compiling time-macros v0.2.25
Compiling serde_norway v0.9.42
Compiling dirs-sys v0.5.0
Compiling tower-http v0.6.8
Compiling console v0.16.2
Compiling clap_derive v4.5.49
Compiling directories-next v2.0.0
Compiling thiserror v2.0.17
Compiling hyper-rustls v0.27.7
Compiling env_filter v0.1.4
Compiling url v2.5.8
Compiling serde_urlencoded v0.7.1
Compiling http-body-util v0.1.3
Compiling utf8-width v0.1.8
Compiling ambient-ci v0.11.1 (/workspace/src)
Compiling jiff v0.2.18
Compiling indicatif v0.18.3
Compiling env_logger v0.11.8
Compiling time v0.3.45
Compiling byte-unit v5.2.0
Compiling reqwest v0.12.28
Compiling clingwrap v0.5.0
Compiling clap v4.5.54
Compiling directories v6.0.0
Compiling bytesize v2.3.1
Finished `release` profile [optimized] target(s) in 1m 11s
Installing debian/ambient-ci/usr/bin/ambient
Installing debian/ambient-ci/usr/bin/ambient-execute-plan
Installed package `ambient-ci v0.11.1 (/workspace/src)` (executables `ambient`, `ambient-execute-plan`)
warning: be sure to add `debian/ambient-ci/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_installman
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
dpkg-shlibdeps: warning: couldn't parse dynamic symbol definition: no symbols
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package 'ambient-ci-dbgsym' in '../ambient-ci-dbgsym_0.11.1.ci20260114T113004-1_amd64.deb'.
dpkg-deb: building package 'ambient-ci' in '../ambient-ci_0.11.1.ci20260114T113004-1_amd64.deb'.
dpkg-genbuildinfo -O../ambient-ci_0.11.1.ci20260114T113004-1_amd64.buildinfo
dpkg-genchanges -O../ambient-ci_0.11.1.ci20260114T113004-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 3560
-rw-r--r-- 1 root root 505492 Jan 14 11:31 ambient-ci-dbgsym_0.11.1.ci20260114T113004-1_amd64.deb
-rw-r--r-- 1 root root 2096 Jan 14 11:30 ambient-ci_0.11.1.ci20260114T113004-1.debian.tar.xz
-rw-r--r-- 1 root root 966 Jan 14 11:30 ambient-ci_0.11.1.ci20260114T113004-1.dsc
-rw-r--r-- 1 root root 5894 Jan 14 11:31 ambient-ci_0.11.1.ci20260114T113004-1_amd64.buildinfo
-rw-r--r-- 1 root root 2447 Jan 14 11:31 ambient-ci_0.11.1.ci20260114T113004-1_amd64.changes
-rw-r--r-- 1 root root 3013796 Jan 14 11:31 ambient-ci_0.11.1.ci20260114T113004-1_amd64.deb
-rw-r--r-- 1 root root 82152 Jan 14 11:30 ambient-ci_0.11.1.ci20260114T113004.orig.tar.xz
drwxr-xr-x 2 root root 4096 Jan 14 11:30 artifacts
drwxr-xr-x 5 root root 4096 Sep 20 05:49 cache
drwxr-xr-x 3 root root 4096 Jan 14 11:28 deps
drwxr-xr-x 10 root root 4096 Jan 14 11:30 src
+ for x in ../*.deb
+ dpkg -c ../ambient-ci-dbgsym_0.11.1.ci20260114T113004-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-14 11:30 ./
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/lib/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/lib/debug/.build-id/cb/
-rw-r--r-- root/root 2030200 2026-01-14 11:30 ./usr/lib/debug/.build-id/cb/98a83a85f70d63c9ad5608fc2f60c76f7d1ac0.debug
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/lib/debug/.build-id/ff/
-rw-r--r-- root/root 1635200 2026-01-14 11:30 ./usr/lib/debug/.build-id/ff/bb5e532adc366322db364b46aece5e0361b2da.debug
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-01-14 11:30 ./usr/share/doc/ambient-ci-dbgsym -> ambient-ci
+ for x in ../*.deb
+ dpkg -c ../ambient-ci_0.11.1.ci20260114T113004-1_amd64.deb
drwxr-xr-x root/root 0 2026-01-14 11:30 ./
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/bin/
-rwxr-xr-x root/root 8286624 2026-01-14 11:30 ./usr/bin/ambient
-rwxr-xr-x root/root 6267200 2026-01-14 11:30 ./usr/bin/ambient-execute-plan
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/doc/ambient-ci/
-rw-r--r-- root/root 442 2026-01-14 11:30 ./usr/share/doc/ambient-ci/changelog.Debian.gz
-rw-r--r-- root/root 340 2026-01-14 11:30 ./usr/share/doc/ambient-ci/copyright
-rw-r--r-- root/root 33364 2026-01-14 11:30 ./usr/share/doc/ambient-ci/userguide.html
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/lintian/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 266 2026-01-14 11:30 ./usr/share/lintian/overrides/ambient-ci
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/man/
drwxr-xr-x root/root 0 2026-01-14 11:30 ./usr/share/man/man1/
-rw-r--r-- root/root 261 2026-01-14 11:30 ./usr/share/man/man1/ambient-execute-plan.1.gz
-rw-r--r-- root/root 205 2026-01-14 11:30 ./usr/share/man/man1/ambient.1.gz
+ mv ../ambient-ci-dbgsym_0.11.1.ci20260114T113004-1_amd64.deb ../ambient-ci_0.11.1.ci20260114T113004-1.debian.tar.xz ../ambient-ci_0.11.1.ci20260114T113004-1.dsc ../ambient-ci_0.11.1.ci20260114T113004-1_amd64.buildinfo ../ambient-ci_0.11.1.ci20260114T113004-1_amd64.changes ../ambient-ci_0.11.1.ci20260114T113004-1_amd64.deb ../ambient-ci_0.11.1.ci20260114T113004.orig.tar.xz /workspace/artifacts
[2026-01-14T11:31:22Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:31:22Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-14T11:31:22Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
)
[2026-01-14T11:31:22Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:31:22Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2026-01-14T11:31:22Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-01-14T11:31:22Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-01-14T11:31:22Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2026-01-14T11:31:22Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2026-01-14T11:31:22Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-01-14T11:31:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:31:41Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2026-01-14T11:31:41Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
)
[2026-01-14T11:31:41Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/workspace/cache",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"HOME": "/root",
"CARGO_HOME": "/workspace/deps",
},
source_dir: "/workspace/src",
deps_dir: "/workspace/deps",
artifacts_dir: "/workspace/artifacts",
}
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] calling tar_create
[2026-01-14T11:31:41Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-01-14T11:31:41Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-01-14T11:31:41Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2026-01-14T11:31:45Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2026-01-14T11:31:46Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2026-01-14T11:31:46Z DEBUG ambient_ci::run] remove old cache
[2026-01-14T11:31:48Z DEBUG ambient_ci::run] extract cache
[2026-01-14T11:31:55Z DEBUG ambient_ci::run] Executing post-plan steps
[2026-01-14T11:31:55Z DEBUG ambient_ci::plan] All actions were performed successfully
[2026-01-14T11:31:55Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:zwPaQSTBX8hktn22F6tHAZSFH2Fh/meta.yaml
[2026-01-14T11:31:57Z INFO ambient] ambient ends successfully
<empty log>