Radicle repository id rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6
[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
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 6M 1 disk
vdc 254:32 0 1.8M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 1.1G 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-02-04 09:49 ./
-rw-r--r-- _rad/_rad 1099 2026-02-04 09:49 ./plan.yaml
-rwxr-xr-x _rad/_rad 6275392 2026-02-04 09:49 ./run-ci
INFO: Extracted files:
524300 4 drwxr-xr-x 2 1000 1000 4096 Feb 4 09:49 .
524301 4 -rw-r--r-- 1 1000 1000 1099 Feb 4 09:49 ./plan.yaml
524302 6132 -rwxr-xr-x 1 1000 1000 6275392 Feb 4 09:49 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2026-02-04T09:49:44Z TRACE ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T09:49:44Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T09:49:44Z INFO ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T09:49:44Z WARN ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T09:49:44Z ERROR ambient_execute_plan] ambient-execute-plan version 0.11.1@d7192bd starts
[2026-02-04T09:49:44Z TRACE ambient_ci::plan] RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /ci/src
- action: tar_extract
archive: /dev/vdf
directory: /ci/deps
- action: tar_extract
archive: /dev/vde
directory: /ci/cache
- action: shell
shell: ln -sf /ci /workspace
- action: shell
shell: git config --global user.name 'Ambient CI'
- action: shell
shell: git config --global user.email ambient@example.com
- action: cargo_fmt
- action: cargo_clippy
- action: shell
shell: |
export HOME=/root
make ambient.html
mv ambient.html /workspace/artifacts/.
- action: custom
name: dch
args:
debfullname: Lars Wirzenius
debemail: liw@liw.fi
- action: deb
packages: .
- action: tar_create
archive: /dev/vde
directory: /ci/cache
- action: tar_create
archive: /dev/vdd
directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
[2026-02-04T09:49:44Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-02-04T09:49:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci",
},
)
[2026-02-04T09:49:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T09:49:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:49:44Z DEBUG ambient_ci::plan] RUN: Action Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-02-04T09:49:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)
[2026-02-04T09:49:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T09:49:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:49:44Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-02-04T09:49:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)
[2026-02-04T09:49:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T09:49:44Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /ci/src
[2026-02-04T09:49:44Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-04T09:49:44Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:49:44Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-02-04T09:49:44Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)
[2026-02-04T09:49:44Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T09:49:44Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /ci/deps
[2026-02-04T09:49:47Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-04T09:49:47Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:49:47Z DEBUG ambient_ci::plan] RUN: Action TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-02-04T09:49:47Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-02-04T09:49:47Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T09:49:47Z TRACE ambient_ci::vdrive] extracting /dev/vde to /ci/cache
[2026-02-04T09:50:13Z TRACE ambient_ci::vdrive] extraction OK
[2026-02-04T09:50:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:50:13Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-02-04T09:50:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)
[2026-02-04T09:50:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nln -sf /ci /workspace\n"]
cwd=/ci/src (exists? true)
+ ln -sf /ci /workspace
[2026-02-04T09:50:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:50:13Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-02-04T09:50:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)
[2026-02-04T09:50:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.name 'Ambient CI'\n"]
cwd=/ci/src (exists? true)
+ git config --global user.name 'Ambient CI'
[2026-02-04T09:50:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:50:13Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-02-04T09:50:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)
[2026-02-04T09:50:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\ngit config --global user.email ambient@example.com\n"]
cwd=/ci/src (exists? true)
+ git config --global user.email ambient@example.com
[2026-02-04T09:50:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:50:13Z DEBUG ambient_ci::plan] RUN: Action CargoFmt(
CargoFmt,
)
[2026-02-04T09:50:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFmt(
CargoFmt,
)
[2026-02-04T09:50:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "fmt", "--check"]
cwd=/ci/src (exists? true)
[2026-02-04T09:50:13Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:50:13Z DEBUG ambient_ci::plan] RUN: Action CargoClippy(
CargoClippy,
)
[2026-02-04T09:50:13Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoClippy(
CargoClippy,
)
[2026-02-04T09:50:13Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/ci/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/ci/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/ci/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"]
cwd=/ci/src (exists? true)
Compiling proc-macro2 v1.0.106
Compiling quote v1.0.44
Compiling libc v0.2.180
Compiling syn v2.0.114
Compiling jobserver v0.1.34
Compiling find-msvc-tools v0.1.9
Compiling cc v1.2.55
Compiling synstructure v0.13.2
Checking itoa v1.0.17
Checking getrandom v0.2.17
Compiling syn v1.0.109
Compiling zmij v1.0.19
Compiling icu_properties_data v2.1.2
Compiling serde_derive v1.0.228
Compiling zerofrom-derive v0.1.6
Checking serde v1.0.228
Checking zerofrom v0.1.6
Compiling yoke-derive v0.8.1
Compiling zerovec-derive v0.11.2
Checking yoke v0.8.1
Compiling displaydoc v0.2.5
Checking zerovec v0.11.5
Compiling thiserror-impl v1.0.69
Checking tinystr v0.8.2
Checking icu_locale_core v2.1.1
Checking zerotrie v0.2.3
Checking potential_utf v0.1.4
Checking icu_collections v2.1.1
Checking icu_provider v2.1.1
Compiling zerocopy v0.8.38
Checking indexmap v2.13.0
Checking log v0.4.29
Checking icu_properties v2.1.2
Checking icu_normalizer v2.1.1
Compiling thiserror v1.0.69
Checking bytes v1.11.1
Compiling libz-sys v1.1.23
Checking idna_adapter v1.2.1
Compiling tracing-attributes v0.1.31
Compiling thiserror v2.0.18
Checking idna v1.1.0
Compiling thiserror-impl v2.0.18
Checking url v2.5.8
Compiling amplify_syn v2.0.1
Compiling libgit2-sys v0.17.0+1.8.1
Checking tracing-core v0.1.36
Checking mio v1.1.1
Checking socket2 v0.6.2
Checking tokio v1.49.0
Compiling amplify_derive v4.0.1
Compiling regex-syntax v0.8.9
Compiling serde_json v1.0.149
Checking amplify v4.9.0
Compiling regex-automata v0.4.14
Checking ec25519 v0.1.0
Compiling proc-macro-error-attr v1.0.4
Compiling ahash v0.8.12
Checking http v1.4.0
Checking getrandom v0.3.4
Compiling sqlite3-src v0.5.1
Compiling ring v0.17.14
Checking slab v0.4.12
Checking base64ct v1.8.3
Checking pem-rfc7468 v0.7.0
Compiling darling_core v0.20.11
Compiling pest v2.8.5
Compiling hashbrown v0.14.5
Compiling proc-macro-error v1.0.4
Checking cyphergraphy v0.3.0
Checking tracing v0.1.44
Compiling git-ref-format-core v0.3.1
Checking rand_core v0.6.4
Compiling data-encoding v2.10.0
Compiling libm v0.2.16
Compiling globset v0.4.18
Checking cypheraddr v0.4.0
Compiling data-encoding-macro-internal v0.1.17
Compiling git-ref-format-macro v0.3.1
Compiling hashlink v0.9.1
Compiling pest_meta v2.8.5
Compiling darling_macro v0.20.11
Checking git2 v0.19.0
Checking ssh-encoding v0.2.0
Checking tempfile v3.24.0
Checking http-body v1.0.1
Compiling serde_path_to_error v0.1.20
Compiling ppv-lite86 v0.2.21
Checking rustls-pki-types v1.14.0
Compiling match-lookup v0.1.2
Checking ryu v1.0.22
Checking winnow v0.7.14
Checking futures-util v0.3.31
Checking data-encoding-macro v0.1.19
Checking base256emoji v1.0.2
Checking ssh-cipher v0.2.0
Checking git-ref-format v0.3.1
Compiling rand_chacha v0.3.1
Compiling darling v0.20.11
Compiling pest_generator v2.8.5
Checking sqlite3-sys v0.15.2
Compiling ignore v0.4.25
Compiling yaml-rust2 v0.9.0
Checking socks5-client v0.4.1
Checking rand v0.8.5
Checking tokio-util v0.7.18
Compiling pikchr v0.1.4
Compiling proc-macro-error-attr2 v2.0.0
Compiling time-core v0.1.8
Compiling num-conv v0.2.0
Compiling simd-adler32 v0.3.8
Compiling rust_decimal v1.40.0
Compiling rustls v0.23.36
Checking radicle-git-ext v0.8.1
Checking h2 v0.4.13
Compiling miniz_oxide v0.8.9
Compiling time-macros v0.2.26
Checking ssh-key v0.6.7
Checking multibase v0.9.2
Compiling proc-macro-error2 v2.0.1
Compiling humansize v2.1.3
Checking qcheck v1.0.0
Checking cyphernet v0.5.2
Compiling marked-yaml v0.7.2
Compiling pest_derive v2.8.5
Compiling globwalk v0.9.1
Checking sqlite v0.32.0
Compiling derive_builder_core v0.20.2
Checking rustls-webpki v0.103.9
Checking regex v1.12.3
Checking chrono v0.4.43
Checking radicle-ssh v0.10.0
Compiling git-ref-format-core v0.6.0
Checking nonempty v0.9.0
Compiling culpa-macros v1.0.2
Compiling filetime v0.2.27
Compiling unicase v2.9.0
Checking clap_lex v0.7.7
Checking time v0.3.46
Compiling clap_derive v4.5.55
Checking clap_builder v4.5.57
Compiling tera v1.20.1
Checking serde_norway v0.9.42
Compiling pulldown-cmark v0.13.0
Compiling tar v0.4.44
Compiling git-ref-format-macro v0.6.0
Checking radicle-crypto v0.14.0
Compiling roadmap v0.7.0
Checking hyper v1.8.1
Checking nix v0.29.0
Compiling flate2 v1.1.9
Compiling derive_builder_macro v0.20.2
Compiling marked-yaml v0.8.0
Checking toml_parser v1.0.6+spec-1.1.0
Checking toml_datetime v0.7.5+spec-1.1.0
Checking bytesize v2.3.1
Checking serde_spanned v1.0.4
Checking dirs-sys-next v0.1.2
Compiling portable-atomic v1.13.1
Checking toml_writer v1.0.6+spec-1.1.0
Compiling subplot v0.14.0
Checking tokio-rustls v0.26.4
Checking toml v0.9.11+spec-1.1.0
Checking tower v0.5.3
Checking hyper-util v0.1.20
Checking directories-next v2.0.0
Checking fs_at v0.2.1
Checking git-ref-format v0.6.0
Checking radicle-cob v0.17.0
Checking derive_builder v0.20.2
Compiling radicle-surf v0.26.0
Checking clap v4.5.57
Compiling culpa v1.0.2
Checking diligent-date-parser v0.1.5
Checking webpki-roots v1.0.6
Checking localtime v1.3.1
Checking siphasher v1.0.2
Checking iri-string v0.7.10
Checking remove_dir_all v1.0.0
Checking dirs-sys v0.5.0
Checking atom_syndication v0.12.7
Checking radicle v0.20.0
Checking tower-http v0.6.8
Checking radicle-git-ext v0.11.0
Checking console v0.16.2
Compiling subplotlib-derive v0.14.0
Checking hyper-rustls v0.27.7
Checking env_filter v0.1.4
Checking serde_urlencoded v0.7.1
Checking http-body-util v0.1.3
Checking matchers v0.2.0
Checking uuid v1.20.0
Checking tracing-log v0.2.0
Checking tracing-serde v0.2.0
Checking fs2 v0.4.3
Checking shell-words v1.1.1
Checking jiff v0.2.18
Checking indicatif v0.18.3
Checking tracing-subscriber v0.3.22
Checking env_logger v0.11.8
Checking subplotlib v0.14.0
Checking radicle-job v0.4.0
Checking reqwest v0.12.28
Checking html-page v0.4.1
Checking rss v2.0.12
Checking directories v6.0.0
Checking clingwrap v0.5.0
Checking duration-str v0.18.0
Checking byte-unit v5.2.0
Compiling radicle-ci-ambient v0.13.0 (/ci/src)
Checking clingwrap v0.6.0
Checking ambient-ci v0.11.1
Checking radicle-ci-broker v0.25.0
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[2026-02-04T09:51:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:51:23Z DEBUG ambient_ci::plan] RUN: Action Shell(
Shell {
shell: "export HOME=/root\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n",
},
)
[2026-02-04T09:51:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=Shell(
Shell {
shell: "export HOME=/root\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n",
},
)
[2026-02-04T09:51:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["bash", "-c", "set -xeuo pipefail\nexport HOME=/root\nmake ambient.html\nmv ambient.html /workspace/artifacts/.\n\n"]
cwd=/ci/src (exists? true)
+ export HOME=/root
+ HOME=/root
+ make ambient.html
subplot docgen ambient.subplot -o ambient.html
[32m INFO[0m Starting Subplot
[32m INFO[0m Subplot finished successfully
+ mv ambient.html /workspace/artifacts/.
[2026-02-04T09:51:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:51:23Z DEBUG ambient_ci::plan] RUN: Action Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-02-04T09:51:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
)
[2026-02-04T09:51:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
custom: source=/ci/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 e5fa86e chore: update Cargo.lock to avoid a security issue in bytes
+ git clean -fdx
++ dpkg-parsechangelog -SVersion
++ sed 's/-[^-]*$//'
+ V=0.13.0
++ date -u +%Y%m%dT%H%M%S
+ T=20260204T095123
+ version=0.13.0.ci20260204T095123-1
+ dch -v 0.13.0.ci20260204T095123-1 'CI build under Ambient.'
+ dch -r ''
custom action "dch" exit code Some(0)
[2026-02-04T09:51:23Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:51:23Z DEBUG ambient_ci::plan] RUN: Action Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-02-04T09:51:23Z DEBUG ambient_ci::action] RunnableAction::execute: self=Deb(
Deb {
packages: Some(
".",
),
},
)
[2026-02-04T09:51:23Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
SPAWN: argv=["/bin/bash", "-c", "#!/usr/bin/env 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 ../*_* /ci/artifacts/.\n "]
cwd=/ci/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=/ci/cache/cargo-target
PWD=/ci/src
SYSTEMD_EXEC_PID=260
HOME=/root
LANG=C.UTF-8
CARGO_HOME=/workspace/deps
DEBEMAIL=liw@liw.fi
INVOCATION_ID=6976b9eff132452a9a7a09659698a739
SHLVL=2
JOURNAL_STREAM=8:13044
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.93.0 (083ac5135 2025-12-15)
+ rustc --version
rustc 1.93.0 (254b59607 2026-01-19)
++ dpkg-parsechangelog -SSource
+ name=radicle-ci-ambient
++ dpkg-parsechangelog -SVersion
+ version=0.13.0.ci20260204T095123-1
++ echo 0.13.0.ci20260204T095123-1
++ sed 's/-[^-]*$//'
+ uv=0.13.0.ci20260204T095123
++ dpkg --print-architecture
+ arch=amd64
+ orig=../radicle-ci-ambient_0.13.0.ci20260204T095123.orig.tar.xz
+ deb=../radicle-ci-ambient_0.13.0.ci20260204T095123-1_amd64.deb
+ changes=../radicle-ci-ambient_0.13.0.ci20260204T095123-1_amd64.changes
+ git archive HEAD
+ xz
+ dpkg-buildpackage -us -uc
[1mdpkg-buildpackage: [0m[32minfo[0m: source package radicle-ci-ambient
[1mdpkg-buildpackage: [0m[32minfo[0m: source version 0.13.0.ci20260204T095123-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 radicle-ci-ambient using existing ./radicle-ci-ambient_0.13.0.ci20260204T095123.orig.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building radicle-ci-ambient in radicle-ci-ambient_0.13.0.ci20260204T095123-1.debian.tar.xz
[1mdpkg-source: [0m[32minfo[0m: building radicle-ci-ambient in radicle-ci-ambient_0.13.0.ci20260204T095123-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 '/ci/src'
true
make[1]: Leaving directory '/ci/src'
debian/rules override_dh_auto_test
make[1]: Entering directory '/ci/src'
echo tests are disabled, for now
tests are disabled, for now
make[1]: Leaving directory '/ci/src'
create-stamp debian/debhelper-build-stamp
[1;35m debian/rules binary
[0mdh binary
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/ci/src'
cargo install --locked --offline --path=. --root=debian/radicle-ci-ambient/usr
Installing radicle-ci-ambient v0.13.0 (/ci/src)
Compiling proc-macro2 v1.0.106
Compiling quote v1.0.44
Compiling libc v0.2.180
Compiling syn v2.0.114
Compiling jobserver v0.1.34
Compiling find-msvc-tools v0.1.9
Compiling cc v1.2.55
Compiling synstructure v0.13.2
Compiling itoa v1.0.17
Compiling getrandom v0.2.17
Compiling syn v1.0.109
Compiling serde_derive v1.0.228
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 serde v1.0.228
Compiling zerovec v0.11.5
Compiling displaydoc v0.2.5
Compiling thiserror-impl v1.0.69
Compiling tinystr v0.8.2
Compiling zmij v1.0.19
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 icu_collections v2.1.1
Compiling icu_provider v2.1.1
Compiling zerocopy v0.8.38
Compiling indexmap v2.13.0
Compiling log v0.4.29
Compiling thiserror v1.0.69
Compiling icu_properties v2.1.2
Compiling icu_normalizer v2.1.1
Compiling bytes v1.11.1
Compiling thiserror v2.0.18
Compiling libz-sys v1.1.23
Compiling idna_adapter v1.2.1
Compiling tracing-attributes v0.1.31
Compiling idna v1.1.0
Compiling thiserror-impl v2.0.18
Compiling url v2.5.8
Compiling amplify_syn v2.0.1
Compiling libgit2-sys v0.17.0+1.8.1
Compiling tracing-core v0.1.36
Compiling mio v1.1.1
Compiling socket2 v0.6.2
Compiling tokio v1.49.0
Compiling amplify_derive v4.0.1
Compiling regex-syntax v0.8.9
Compiling serde_json v1.0.149
Compiling amplify v4.9.0
Compiling ec25519 v0.1.0
Compiling regex-automata v0.4.14
Compiling getrandom v0.3.4
Compiling ahash v0.8.12
Compiling proc-macro-error-attr v1.0.4
Compiling http v1.4.0
Compiling sqlite3-src v0.5.1
Compiling ring v0.17.14
Compiling base64ct v1.8.3
Compiling slab v0.4.12
Compiling pest v2.8.5
Compiling darling_core v0.20.11
Compiling pem-rfc7468 v0.7.0
Compiling proc-macro-error v1.0.4
Compiling hashbrown v0.14.5
Compiling git2 v0.19.0
Compiling cyphergraphy v0.3.0
Compiling tracing v0.1.44
Compiling git-ref-format-core v0.3.1
Compiling rand_core v0.6.4
Compiling libm v0.2.16
Compiling data-encoding v2.10.0
Compiling cypheraddr v0.4.0
Compiling data-encoding-macro-internal v0.1.17
Compiling globset v0.4.18
Compiling git-ref-format-macro v0.3.1
Compiling hashlink v0.9.1
Compiling ssh-encoding v0.2.0
Compiling darling_macro v0.20.11
Compiling pest_meta v2.8.5
Compiling http-body v1.0.1
Compiling tempfile v3.24.0
Compiling serde_path_to_error v0.1.20
Compiling ppv-lite86 v0.2.21
Compiling rustls-pki-types v1.14.0
Compiling match-lookup v0.1.2
Compiling ryu v1.0.22
Compiling winnow v0.7.14
Compiling futures-util v0.3.31
Compiling base256emoji v1.0.2
Compiling data-encoding-macro v0.1.19
Compiling git-ref-format v0.3.1
Compiling ssh-cipher v0.2.0
Compiling rand_chacha v0.3.1
Compiling pest_generator v2.8.5
Compiling darling v0.20.11
Compiling sqlite3-sys v0.15.2
Compiling yaml-rust2 v0.9.0
Compiling ignore v0.4.25
Compiling socks5-client v0.4.1
Compiling rand v0.8.5
Compiling tokio-util v0.7.18
Compiling pikchr v0.1.4
Compiling proc-macro-error-attr2 v2.0.0
Compiling rustls v0.23.36
Compiling simd-adler32 v0.3.8
Compiling time-core v0.1.8
Compiling num-conv v0.2.0
Compiling rust_decimal v1.40.0
Compiling h2 v0.4.13
Compiling radicle-git-ext v0.8.1
Compiling ssh-key v0.6.7
Compiling miniz_oxide v0.8.9
Compiling time-macros v0.2.26
Compiling multibase v0.9.2
Compiling proc-macro-error2 v2.0.1
Compiling qcheck v1.0.0
Compiling cyphernet v0.5.2
Compiling humansize v2.1.3
Compiling globwalk v0.9.1
Compiling pest_derive v2.8.5
Compiling marked-yaml v0.7.2
Compiling sqlite v0.32.0
Compiling derive_builder_core v0.20.2
Compiling rustls-webpki v0.103.9
Compiling regex v1.12.3
Compiling chrono v0.4.43
Compiling radicle-ssh v0.10.0
Compiling git-ref-format-core v0.6.0
Compiling nonempty v0.9.0
Compiling culpa-macros v1.0.2
Compiling filetime v0.2.27
Compiling clap_lex v0.7.7
Compiling unicase v2.9.0
Compiling tera v1.20.1
Compiling pulldown-cmark v0.13.0
Compiling clap_builder v4.5.57
Compiling time v0.3.46
Compiling clap_derive v4.5.55
Compiling tar v0.4.44
Compiling serde_norway v0.9.42
Compiling git-ref-format-macro v0.6.0
Compiling radicle-crypto v0.14.0
Compiling hyper v1.8.1
Compiling nix v0.29.0
Compiling flate2 v1.1.9
Compiling derive_builder_macro v0.20.2
Compiling roadmap v0.7.0
Compiling marked-yaml v0.8.0
Compiling toml_parser v1.0.6+spec-1.1.0
Compiling bytesize v2.3.1
Compiling toml_datetime v0.7.5+spec-1.1.0
Compiling serde_spanned v1.0.4
Compiling dirs-sys-next v0.1.2
Compiling toml_writer v1.0.6+spec-1.1.0
Compiling portable-atomic v1.13.1
Compiling hyper-util v0.1.20
Compiling subplot v0.14.0
Compiling toml v0.9.11+spec-1.1.0
Compiling tower v0.5.3
Compiling directories-next v2.0.0
Compiling fs_at v0.2.1
Compiling git-ref-format v0.6.0
Compiling radicle-cob v0.17.0
Compiling tokio-rustls v0.26.4
Compiling derive_builder v0.20.2
Compiling radicle-surf v0.26.0
Compiling clap v4.5.57
Compiling culpa v1.0.2
Compiling diligent-date-parser v0.1.5
Compiling webpki-roots v1.0.6
Compiling localtime v1.3.1
Compiling siphasher v1.0.2
Compiling iri-string v0.7.10
Compiling radicle v0.20.0
Compiling tower-http v0.6.8
Compiling console v0.16.2
Compiling atom_syndication v0.12.7
Compiling radicle-git-ext v0.11.0
Compiling dirs-sys v0.5.0
Compiling remove_dir_all v1.0.0
Compiling hyper-rustls v0.27.7
Compiling subplotlib-derive v0.14.0
Compiling env_filter v0.1.4
Compiling serde_urlencoded v0.7.1
Compiling http-body-util v0.1.3
Compiling matchers v0.2.0
Compiling uuid v1.20.0
Compiling tracing-log v0.2.0
Compiling tracing-serde v0.2.0
Compiling fs2 v0.4.3
Compiling jiff v0.2.18
Compiling shell-words v1.1.1
Compiling subplotlib v0.14.0
Compiling env_logger v0.11.8
Compiling tracing-subscriber v0.3.22
Compiling indicatif v0.18.3
Compiling radicle-job v0.4.0
Compiling reqwest v0.12.28
Compiling html-page v0.4.1
Compiling directories v6.0.0
Compiling rss v2.0.12
Compiling clingwrap v0.5.0
Compiling byte-unit v5.2.0
Compiling duration-str v0.18.0
Compiling radicle-ci-ambient v0.13.0 (/ci/src)
Compiling clingwrap v0.6.0
Compiling radicle-ci-broker v0.25.0
Compiling ambient-ci v0.11.1
Finished `release` profile [optimized] target(s) in 3m 28s
Installing /ci/src/debian/radicle-ci-ambient/usr/bin/radicle-ci-ambient
Installed package `radicle-ci-ambient v0.13.0 (/ci/src)` (executable `radicle-ci-ambient`)
warning: be sure to add `/ci/src/debian/radicle-ci-ambient/usr/bin` to your PATH to be able to run the installed binaries
find debian -name '.crates*' -delete
make[1]: Leaving directory '/ci/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
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
[1mdpkg-deb:[0m building package 'radicle-ci-ambient-dbgsym' in '../radicle-ci-ambient-dbgsym_0.13.0.ci20260204T095123-1_amd64.deb'.
[1mdpkg-deb:[0m building package 'radicle-ci-ambient' in '../radicle-ci-ambient_0.13.0.ci20260204T095123-1_amd64.deb'.
[1;35m dpkg-genbuildinfo -O../radicle-ci-ambient_0.13.0.ci20260204T095123-1_amd64.buildinfo
[0m[1;35m dpkg-genchanges -O../radicle-ci-ambient_0.13.0.ci20260204T095123-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 1712
drwxr-xr-x 2 root root 4096 Feb 4 09:51 artifacts
drwxr-xr-x 5 root root 4096 Jan 15 06:15 cache
drwxr-xr-x 3 root root 4096 Feb 4 09:49 deps
-rw-r--r-- 1 root root 201340 Feb 4 09:54 radicle-ci-ambient-dbgsym_0.13.0.ci20260204T095123-1_amd64.deb
-rw-r--r-- 1 root root 2100 Feb 4 09:51 radicle-ci-ambient_0.13.0.ci20260204T095123-1.debian.tar.xz
-rw-r--r-- 1 root root 1084 Feb 4 09:51 radicle-ci-ambient_0.13.0.ci20260204T095123-1.dsc
-rw-r--r-- 1 root root 6377 Feb 4 09:54 radicle-ci-ambient_0.13.0.ci20260204T095123-1_amd64.buildinfo
-rw-r--r-- 1 root root 2627 Feb 4 09:54 radicle-ci-ambient_0.13.0.ci20260204T095123-1_amd64.changes
-rw-r--r-- 1 root root 1465356 Feb 4 09:54 radicle-ci-ambient_0.13.0.ci20260204T095123-1_amd64.deb
-rw-r--r-- 1 root root 44476 Feb 4 09:51 radicle-ci-ambient_0.13.0.ci20260204T095123.orig.tar.xz
drwxr-xr-x 8 root root 4096 Feb 4 09:51 src
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-ambient-dbgsym_0.13.0.ci20260204T095123-1_amd64.deb
drwxr-xr-x root/root 0 2026-02-04 09:51 ./
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/lib/
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/lib/debug/
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/lib/debug/.build-id/90/
-rw-r--r-- root/root 1254136 2026-02-04 09:51 ./usr/lib/debug/.build-id/90/da90cee25c3ad76b6fcb9568aa987eb73a68b8.debug
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/share/
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/share/doc/
lrwxrwxrwx root/root 0 2026-02-04 09:51 ./usr/share/doc/radicle-ci-ambient-dbgsym -> radicle-ci-ambient
+ for x in ../*.deb
+ dpkg -c ../radicle-ci-ambient_0.13.0.ci20260204T095123-1_amd64.deb
drwxr-xr-x root/root 0 2026-02-04 09:51 ./
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/bin/
-rwxr-xr-x root/root 4433448 2026-02-04 09:51 ./usr/bin/radicle-ci-ambient
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/share/
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/share/doc/
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/share/doc/radicle-ci-ambient/
-rw-r--r-- root/root 470 2026-02-04 09:51 ./usr/share/doc/radicle-ci-ambient/changelog.Debian.gz
-rw-r--r-- root/root 392 2026-02-04 09:51 ./usr/share/doc/radicle-ci-ambient/copyright
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/share/lintian/
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/share/lintian/overrides/
-rw-r--r-- root/root 74 2026-02-04 09:51 ./usr/share/lintian/overrides/radicle-ci-ambient
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/share/man/
drwxr-xr-x root/root 0 2026-02-04 09:51 ./usr/share/man/man1/
-rw-r--r-- root/root 245 2026-02-04 09:51 ./usr/share/man/man1/radicle-ci-ambient.1.gz
+ mv ../radicle-ci-ambient-dbgsym_0.13.0.ci20260204T095123-1_amd64.deb ../radicle-ci-ambient_0.13.0.ci20260204T095123-1.debian.tar.xz ../radicle-ci-ambient_0.13.0.ci20260204T095123-1.dsc ../radicle-ci-ambient_0.13.0.ci20260204T095123-1_amd64.buildinfo ../radicle-ci-ambient_0.13.0.ci20260204T095123-1_amd64.changes ../radicle-ci-ambient_0.13.0.ci20260204T095123-1_amd64.deb ../radicle-ci-ambient_0.13.0.ci20260204T095123.orig.tar.xz /ci/artifacts/.
[2026-02-04T09:54:55Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:54:55Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-02-04T09:54:55Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)
[2026-02-04T09:54:55Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T09:54:55Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/ci/cache",
),
size: None,
}
[2026-02-04T09:54:55Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2026-02-04T09:54:55Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2026-02-04T09:54:55Z TRACE ambient_ci::vdrive] directory /ci/cache exists? true
[2026-02-04T09:54:55Z TRACE ambient_ci::vdrive] add contents of /ci/cache as .
[2026-02-04T09:54:55Z TRACE ambient_ci::vdrive] calling tar_create
[2026-02-04T09:55:15Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2026-02-04T09:55:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:55:15Z DEBUG ambient_ci::plan] RUN: Action TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-02-04T09:55:15Z DEBUG ambient_ci::action] RunnableAction::execute: self=TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
)
[2026-02-04T09:55:15Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/ci/cache/cargo-target",
"HOME": "/root",
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/ci/deps",
},
source_dir: "/ci/src",
deps_dir: "/ci/deps",
artifacts_dir: "/ci/artifacts",
}
[2026-02-04T09:55:15Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/ci/artifacts",
),
size: None,
}
[2026-02-04T09:55:15Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2026-02-04T09:55:15Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2026-02-04T09:55:15Z TRACE ambient_ci::vdrive] directory /ci/artifacts exists? true
[2026-02-04T09:55:15Z TRACE ambient_ci::vdrive] add contents of /ci/artifacts as .
[2026-02-04T09:55:15Z TRACE ambient_ci::vdrive] calling tar_create
[2026-02-04T09:55:15Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2026-02-04T09:55:15Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2026-02-04T09:55:15Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6",
"name": "radicle-ci-ambient",
"description": "Radicle CI adapter for the Ambient CI engine",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"before": "8357ab748c9ee84c4c4b43969434762756af9e55",
"after": "8357ab748c9ee84c4c4b43969434762756af9e55",
"branch": "main",
"commits": [
"8357ab748c9ee84c4c4b43969434762756af9e55"
]
}[2026-02-05T13:54:37Z INFO ambient] ambient starts
[2026-02-05T13:54:37Z 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-02-05T13:54:37Z 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",
},
uefi: false,
lint: true,
}
[2026-02-05T13:54:37Z DEBUG ambient_ci::linter] linting project rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6 with rsync_target
[2026-02-05T13:54:37Z DEBUG ambient_ci::linter] linting project rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6 with http_get
[2026-02-05T13:54:37Z DEBUG ambient_ci::linter] linting project rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6 with shellcheck
[2026-02-05T13:54:37Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/meta.yaml
[2026-02-05T13:54:37Z DEBUG ambient_ci::run] latest commit: "e5fa86ee9a9436e92855e1629696a5726ed5960f"
[2026-02-05T13:54:37Z DEBUG ambient_ci::run] is a git repository
[2026-02-05T13:54:37Z DEBUG ambient_ci::run] git repository is clean
[2026-02-05T13:54:37Z DEBUG ambient_ci::run] current (HEAD) commit: 8357ab748c9ee84c4c4b43969434762756af9e55
[2026-02-05T13:54:37Z DEBUG ambient_ci::run] no dry run requested
[2026-02-05T13:54:37Z DEBUG ambient_ci::run] forced run requested
[2026-02-05T13:54:37Z DEBUG ambient_ci::run] run? true
[2026-02-05T13:54:37Z INFO ambient_ci::run] project rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6: running CI
[2026-02-05T13:54:37Z DEBUG ambient_ci::run] Construct runnable plans for pre-plan, plan, and post-plan
[2026-02-05T13:54:37Z DEBUG ambient_ci::run] Executing pre-plan steps
[2026-02-05T13:54:37Z DEBUG ambient_ci::plan] RUN: Action CargoFetch(
CargoFetch,
)
[2026-02-05T13:54:37Z DEBUG ambient_ci::action] RunnableAction::execute: self=CargoFetch(
CargoFetch,
)
[2026-02-05T13:54:37Z DEBUG ambient_ci::action] RunnableAction::execute: context=Context {
envs: {
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/cache/cargo-target",
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/dependencies",
},
source_dir: "/tmp/.tmpIqCqg5/src",
deps_dir: "/home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/dependencies",
artifacts_dir: "/home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/artifacts",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpIqCqg5/src (exists? true)
cargo 1.93.0 (083ac5135 2025-12-15)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpIqCqg5/src (exists? true)
clippy 0.1.93 (254b59607d 2026-01-19)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpIqCqg5/src (exists? true)
rustc 1.93.0 (254b59607 2026-01-19)
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: /tmp/.tmpIqCqg5/src => /tmp/.tmp1YyyOi
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/trigger-message.json wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/src wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/src/style.css wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/src/runlog.rs wanted=true
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIqCqg5/src/src/runlog.rs => /tmp/.tmp1YyyOi/src/runlog.rs
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/src/main.rs wanted=true
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIqCqg5/src/src/main.rs => /tmp/.tmp1YyyOi/src/main.rs
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/src/lib.rs wanted=true
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIqCqg5/src/src/lib.rs => /tmp/.tmp1YyyOi/src/lib.rs
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/src/config.rs wanted=true
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIqCqg5/src/src/config.rs => /tmp/.tmp1YyyOi/src/config.rs
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/src/ambient.rs wanted=true
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIqCqg5/src/src/ambient.rs => /tmp/.tmp1YyyOi/src/ambient.rs
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/radicle-ci-ambient.1 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/foo.txt wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/debian wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/debian/source wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/debian/source/format wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/debian/rules wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/debian/radicle-ci-ambient.manpages wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/debian/lintian-overrides wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/debian/copyright wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/debian/control wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/debian/compat wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/debian/changelog wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/debian/cargo-checksum.json wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/debian/build-deb wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/config.yaml wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/build.rs wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/ambient.yaml wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/ambient.subplot wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/ambient.py wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/ambient.md wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/README.md wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/NEWS.md wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/Makefile wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/Cargo.toml wanted=true
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIqCqg5/src/Cargo.toml => /tmp/.tmp1YyyOi/Cargo.toml
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/Cargo.lock wanted=true
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] copy_partial_tree: copy /tmp/.tmpIqCqg5/src/Cargo.lock => /tmp/.tmp1YyyOi/Cargo.lock
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.radicle wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.radicle/ambient.yaml wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.gitignore wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.cargo wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.cargo/deny.toml wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.ambient wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.ambient/dch wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/index wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/HEAD wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/config wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/logs wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/logs/HEAD wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/logs/refs wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/logs/refs/heads wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/logs/refs/heads/main wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/logs/refs/remotes wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/logs/refs/remotes/origin wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/logs/refs/remotes/origin/HEAD wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/packed-refs wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/refs wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/refs/remotes wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/refs/remotes/origin wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/refs/remotes/origin/HEAD wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/refs/tags wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/refs/heads wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/refs/heads/main wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/7b wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/7b/91e679bb23a043fbad730335b20b46441fe73f wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/0d wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/0d/a305568ad4bbd1c9b8fab4a5e4e80edb42880a wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/3f wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/3f/f8ed748f2857cae39ae3385ad95e6b233a4ea5 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/00 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/00/c77943052a4c1bee453f45755ea8b234bd4202 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/5a wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/5a/c0657faf1baa6623f5dfd90af7675873f98ed0 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/1b wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/1b/4d4b7102de3646b662e1c0656e47d68799131b wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/d7 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/d7/25b52b3cff78be6f2fabd448501ec916e3bcd6 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/c6 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/c6/94dcb08ec1429b67fd0b1e20646b221f2b8ea9 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/8e wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/8e/07fcfd7197eb2480683828d91df57b40b28721 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/d6 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/d6/a19dcab2595296637faaa4a6f8a07a1e97ab86 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/6e wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/6e/e11ea107b2b3d6a388b5859b149f8e2e8034a6 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/c7 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/c7/009bdd1e7094055f5aa3e11b11ca6917b2e226 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/3d wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/3d/399b372f1b1320a52ae42bf85c6fc9c489a02a wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/f9 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/f9/e904b523ea936db1bb3d81d1ffa56b32d7127e wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/e4 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/e4/fd4967bc69308601e1cfe478a0dc394f64d1af wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/ea wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/ea/02c028bb6c0bca18744354b214dbb0fc987f72 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/74 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/74/2fc802b6dd4fb9379cdb7dd23df4ce5c1deb4c wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/7c wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/7c/77b720976827548f951503f073879b1523a947 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/ae wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/ae/8610bce779e57765b10f396e50b1d08b19a169 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/2f wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/2f/8e9b081b6195824515e2b9a80b7075190e8301 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/72 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/72/dda6699f784b32851076e7761f900800e532b2 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/63 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/63/35ab5d751b9500d816c2ba6268bb70a8c2449b wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/63/852a2960aa6a3369c838b5a23835bd97305e0f wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/f2 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/f2/c0450bbcb9bfddfd9e4eeee39fa882c8e13a53 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/ed wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/ed/386f371c86573150c277c0f8bf773acebb36f6 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/da wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/da/e4ed1ee80d26beaad2f8f9ffbf55cb76ff62ef wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/af wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/af/d51efd9361de1400363d4260459892c6fe009c wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/42 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/42/5076445bf62869b2a2a2647a839c64f7860e51 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/27 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/27/8e7d61da40b96ac4ea963c91f43426fecb99b8 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/08 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/08/cd160d8acfa6d6daf3dfa5579ee1e54aba4fe7 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/ab wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/ab/1ae2d7b4d6bd2244055bc593b37ab54b9ee01e wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/cf wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/cf/26ee33910555f99dbb02dac7dd7c6552ec4c28 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/47 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/47/11f03af0d070f5536f7a1e71725551baa5d6d6 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/b6 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/b6/f414b8c076fd3c8c357ecfeea480c7fde52c4e wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/d8 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/d8/803e8a48fc8d8bd34daad1d67795900494eb7f wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/d8/60a362012c2104467778537850e293980d740c wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/bf wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/bf/e08326cdc7ef94a93d4cd9c6b4dcfd68a1ea1a wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/77 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/77/f369c55b993d808242ea50f7fd147a52786874 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/e8 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/e8/de456f6785b8cdef6b02ef6062f3faca16fe7a wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/01 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/01/76ed11efe817124b718178df897c8fd8344ab9 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/0c wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/0c/18a0648005bd4f3d5436698743b25a921db673 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/fe wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/fe/abe4807a868027fe396ff3f76e3514868d2074 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/a2 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/a2/7d29a91f6080dd28a9391be11ce914db70f790 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/bd wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/bd/ab850ce2fca3572701b41f7e6dc4fe728750cb wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/03 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/03/724e9f62f7f3f17b41341a3df56b10ae9e3ed6 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/89 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/89/d3d8ccbf06bff5fbeb9616c1bf4c96092f9e92 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/22 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/22/d73187e5829ac74b8f656c60bbeec887e1c7e9 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/83 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/83/d71e5105ff8be609ab5de61f2a19767dea183e wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/68 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/68/8a3f369b633e51a3ab4a838586f7e1766b2797 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/17 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/17/806b97b025261a3fe915f20c5de84728eb9aca wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/2c wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/2c/5fa7c07f5be28d6c43428b3e956152907bd3c3 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/78 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/78/bf6f62307ead23f557bb4495868bfe00cd91e0 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/80 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/80/79a3210d343db840d57a4b4e8fc46dfff555a3 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/80/1169e4fb53c761fab6697a5c74857eec80ce27 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/1e wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/1e/66874cf28876bf0a65bd8da325a51cc2c57af8 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/1e/28ac6e25fa4571f7335246c749bb69d6bc8438 wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/info wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/info/commit-graph wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/info/packs wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-5a4018316266dd608ae8e45adbb017c6a726552e.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-decb2590bcfe6a08f3b59d9fbe18dc2e90c79fc1.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-413ae8f948cafd6fbbc99d5c5c3c61b37e2672a5.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-6c7ea56f3b9f9420ffc1d447d28ebcec2a357a60.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-ab4ad5a8d9e84dc01d46219a4e43ee2414c57784.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-18e3abb50806bc8f259e8147a598295e514c1219.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-f7cd9c6cc6d0d45c770e98a69c74c8ef40d2b248.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-154680b9d1ee2d7e0c96eb270b3c629a8af7d19f.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-902ebf3f4fe1a21a500ae0fad8916ec72384a027.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-7fff6a0ba2b39680484f0b0ecc86b09a06121c1d.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-154680b9d1ee2d7e0c96eb270b3c629a8af7d19f.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-d3b616ec12077b700dd4f8b84d0499105e75d07e.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-fbb2811ff460d1a838c44f71e0789b3d3fa297e7.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-26cde56e4c3aa68ad621128539561d1dcbecea4c.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-3a64266d8f8a3c1013b149db56432de4ac748c74.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-512328a5c468e69dec72ed1ae2d0a8fcd3bfd5a9.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-9537f32e8d228458d73a801227953bc56fce3550.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-ab4ad5a8d9e84dc01d46219a4e43ee2414c57784.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-6ef7e402c0813f7eedde033efecccc4fc3fa274b.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-7fff6a0ba2b39680484f0b0ecc86b09a06121c1d.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-30e85b74cc94156b4c5175ca281a8b65e19171fc.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-3a64266d8f8a3c1013b149db56432de4ac748c74.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-3b81966cc421c36084f91f9d2cf5022ad8a2b339.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-6b6b94c6aafe7f4e7fd0a25424de88632a9a7815.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-d0a4c1c7741520263e6eab8613e33de2db36acb5.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-36b5166bdab3daec3aac50fe8d41995c78dd875a.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-6ef7e402c0813f7eedde033efecccc4fc3fa274b.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-4e1c4b1726026e216fce15b1e80f2d07034e4b0a.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-8a340378a7037a4d04b86c855f37384754eaa89e.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-0486e5b4110222a2e72a890dfc30de4c0f6b1f6a.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-4e1c4b1726026e216fce15b1e80f2d07034e4b0a.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-a9865b5c73ffc9ef849caabce345e94124999c9b.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-8456da7619dd483de3e13a5109fdfcb7f0818453.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-c41d92966d4173701fe04c0fc3a54484fbaf6844.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-3916d7d4c9320e94deae52d1036c308cf009d1ef.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-5416c11af3bdcdbfd3e5241eb487c7a4f583c7f4.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-5a358414cea169635060f0a3e747ff19ab48df7e.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-d3b616ec12077b700dd4f8b84d0499105e75d07e.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-902ebf3f4fe1a21a500ae0fad8916ec72384a027.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-2025e90697cc7f5dda3e33e0239f766f52d26c05.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-0486e5b4110222a2e72a890dfc30de4c0f6b1f6a.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-c41d92966d4173701fe04c0fc3a54484fbaf6844.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-a6c9607acb06d28c5900b7829f14a3a3e9bc2c77.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-98f92accebb8c907e462bb3b3b44af27be40bd4e.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-53fad7ca91888394d5e9f0dec875666cc7d8bd11.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-c808dbb8cdb3cc54b52190f0057edc8dd45c405d.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-0389d8413c34d67500d6841f3443ac1a402cd8e8.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-38df559b0a2b26688af4d7919b2d6ea113741936.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-44050b1ef3d579696a0c8851af388189aa69c14a.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-5a358414cea169635060f0a3e747ff19ab48df7e.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-98f92accebb8c907e462bb3b3b44af27be40bd4e.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-6b6b94c6aafe7f4e7fd0a25424de88632a9a7815.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-0385f1a7d240c2332fdc936f2679ac0293f51296.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-b70354099d7b368d2dc4726b861990fbbfe2f159.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-fbb2811ff460d1a838c44f71e0789b3d3fa297e7.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-53fad7ca91888394d5e9f0dec875666cc7d8bd11.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-a9865b5c73ffc9ef849caabce345e94124999c9b.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-36b5166bdab3daec3aac50fe8d41995c78dd875a.bitmap wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-8305332d0ef2d2023af72773b72b4b51fb70e8aa.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-decb2590bcfe6a08f3b59d9fbe18dc2e90c79fc1.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-6c7ea56f3b9f9420ffc1d447d28ebcec2a357a60.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-11b246f1c668c3f57a9dfe3cf53ae47cfdd41d66.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-11b246f1c668c3f57a9dfe3cf53ae47cfdd41d66.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-2025e90697cc7f5dda3e33e0239f766f52d26c05.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-b70354099d7b368d2dc4726b861990fbbfe2f159.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-36b5166bdab3daec3aac50fe8d41995c78dd875a.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-44050b1ef3d579696a0c8851af388189aa69c14a.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-5416c11af3bdcdbfd3e5241eb487c7a4f583c7f4.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-413ae8f948cafd6fbbc99d5c5c3c61b37e2672a5.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-8a340378a7037a4d04b86c855f37384754eaa89e.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-50b1f95ebf9628c0f89462f5ad38f13bbc8367e8.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-3916d7d4c9320e94deae52d1036c308cf009d1ef.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-36b5166bdab3daec3aac50fe8d41995c78dd875a.rev wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-8305332d0ef2d2023af72773b72b4b51fb70e8aa.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-8456da7619dd483de3e13a5109fdfcb7f0818453.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-a6c9607acb06d28c5900b7829f14a3a3e9bc2c77.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-0385f1a7d240c2332fdc936f2679ac0293f51296.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-5b40473f36962b228ca7b63c53aceeb65ea4590c.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-f7cd9c6cc6d0d45c770e98a69c74c8ef40d2b248.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-5b40473f36962b228ca7b63c53aceeb65ea4590c.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-38df559b0a2b26688af4d7919b2d6ea113741936.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-18e3abb50806bc8f259e8147a598295e514c1219.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-512328a5c468e69dec72ed1ae2d0a8fcd3bfd5a9.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-d0a4c1c7741520263e6eab8613e33de2db36acb5.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-9537f32e8d228458d73a801227953bc56fce3550.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-26cde56e4c3aa68ad621128539561d1dcbecea4c.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-3b81966cc421c36084f91f9d2cf5022ad8a2b339.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-c808dbb8cdb3cc54b52190f0057edc8dd45c405d.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-5a4018316266dd608ae8e45adbb017c6a726552e.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-0389d8413c34d67500d6841f3443ac1a402cd8e8.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-50b1f95ebf9628c0f89462f5ad38f13bbc8367e8.pack wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/objects/pack/pack-30e85b74cc94156b4c5175ca281a8b65e19171fc.idx wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/branches wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/update.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/commit-msg.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/applypatch-msg.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/pre-merge-commit.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/post-update.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/pre-push.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/pre-rebase.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/push-to-checkout.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/prepare-commit-msg.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/fsmonitor-watchman.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/pre-commit.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/pre-receive.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/sendemail-validate.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/hooks/pre-applypatch.sample wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/description wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/info wanted=false
[2026-02-05T13:54:38Z DEBUG ambient_ci::action_impl::cargo] path=/tmp/.tmpIqCqg5/src/.git/info/exclude wanted=false
SPAWN: argv=["cargo", "fetch", "--locked"]
cwd=/tmp/.tmp1YyyOi (exists? true)
Updating git repository `https://radicle.liw.fi/zwPaQSTBX8hktn22F6tHAZSFH2Fh.git%20ambient-ci`
warning: spurious network error (3 tries remaining): unexpected http status code: 404; class=Http (34)
warning: spurious network error (2 tries remaining): unexpected http status code: 404; class=Http (34)
warning: spurious network error (1 try remaining): unexpected http status code: 404; class=Http (34)
error: failed to get `ambient-ci` as a dependency of package `radicle-ci-ambient v0.13.0 (/tmp/.tmp1YyyOi)`
Caused by:
failed to load source for dependency `ambient-ci`
Caused by:
Unable to update https://radicle.liw.fi/zwPaQSTBX8hktn22F6tHAZSFH2Fh.git%20ambient-ci
Caused by:
failed to clone into: /home/_rad/ambient-state/rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6/dependencies/git/db/zwPaQSTBX8hktn22F6tHAZSFH2Fh.git%20ambient-ci-2e9df3995aeb1c6c
Caused by:
network failure seems to have happened
if a proxy or similar is necessary `net.git-fetch-with-cli` may help here
https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
Caused by:
unexpected http status code: 404; class=Http (34)
[2026-02-05T13:54:49Z ERROR ambient_ci::plan] ERROR: Action failed: failed to execute cargo
[2026-02-05T13:54:49Z ERROR ambient_ci::plan] caused by: command failed: "cargo": exit code 101
ERROR: failed to execute cargo
caused by: command failed: "cargo": exit code 101
<empty log>