{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE",
"name": "radicle-native-ci",
"description": "Radicle CI adapter for native CI",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT"
]
},
"pusher": {
"id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "0483de7304c59235a7af588b5cfe9fcf743e6a73",
"after": "0483de7304c59235a7af588b5cfe9fcf743e6a73",
"branch": "main",
"commits": [
"0483de7304c59235a7af588b5cfe9fcf743e6a73"
]
}executor from config: /usr/bin/ambient-execute-plan
executor from PATH: /usr/bin/ambient-execute-plan
run CI for rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
CONSTRUCT: 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: false,
secrets: None,
} Project {
source: TildePathBuf {
path: "src",
},
expanded_source: "/tmp/.tmpjLBnwu/src",
image: TildePathBuf {
path: "/home/_rad/ambient.qcow2",
},
expanded_image: "/home/_rad/ambient.qcow2",
pre_plan: Some(
[
CargoFetch,
],
),
plan: Some(
[
CargoFmt,
CargoClippy,
Shell {
shell: "export HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n",
},
CargoDoc,
Custom(
Custom {
name: "dch",
args: {
"debemail": String("liw@liw.fi"),
"debfullname": String("Lars Wirzenius"),
},
},
),
Deb,
],
),
post_plan: Some(
[],
),
artifact_max_size: None,
cache_max_size: None,
dependencies_max_size: None,
}
SECRETS: copy OK
======================== run log:
====================== end of run log
ERROR: CI run failed inside QEMU
<empty log>
ambient-execute-plan0.16.0@da3268dsteps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: mkdir
pathname: /ci/artifacts/debian
- action: mkdir
pathname: /ci/artifacts/rsync
- action: mkdir
pathname: /ci/secrets
- action: mkdir
pathname: /ci/deps
- 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: tar_extract
archive: /dev/vdd
directory: /ci/artifacts
- action: tar_extract
archive: /dev/vdg
directory: /ci/secrets
- action: shell
shell: ln -sf /ci /workspace
- action: create_file
filename: /root/.ssh/config
content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n "
overwrite: true
- action: cargo_fetch
- action: tar_create
archive: /dev/vde
directory: /ci/cache
- action: tar_create
archive: /dev/vdd
directory: /ci/artifacts
- action: tar_create
archive: /dev/vdf
directory: /ci/deps
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
secrets_drive: null
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
secrets_dir: null
envs: {}
- action: mkdir pathname: /ci
- action: mkdir pathname: /ci
- action: mkdir pathname: /ci/artifacts
- action: mkdir pathname: /ci/artifacts
- action: mkdir pathname: /ci/artifacts/debian
- action: mkdir pathname: /ci/artifacts/debian
- action: mkdir pathname: /ci/artifacts/rsync
- action: mkdir pathname: /ci/artifacts/rsync
- action: mkdir pathname: /ci/secrets
- action: mkdir pathname: /ci/secrets
- action: mkdir pathname: /ci/deps
- action: mkdir pathname: /ci/deps
- action: tar_extract archive: /dev/vdc directory: /ci/src
- action: tar_extract archive: /dev/vdc directory: /ci/src
- action: tar_extract archive: /dev/vdf directory: /ci/deps
- action: tar_extract archive: /dev/vdf directory: /ci/deps
- action: tar_extract archive: /dev/vde directory: /ci/cache
- action: tar_extract archive: /dev/vde directory: /ci/cache
- action: tar_extract archive: /dev/vdd directory: /ci/artifacts
- action: tar_extract archive: /dev/vdd directory: /ci/artifacts
- action: tar_extract archive: /dev/vdg directory: /ci/secrets
- action: tar_extract archive: /dev/vdg directory: /ci/secrets
- action: shell shell: ln -sf /ci /workspace
bash-cset -xeuo pipefail
ln -sf /ci /workspace
+ ln -sf /ci /workspace
- action: shell shell: ln -sf /ci /workspace
- action: create_file filename: /root/.ssh/config content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n " overwrite: true
- action: create_file filename: /root/.ssh/config content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n " overwrite: true
- action: cargo_fetch
cargo--versioncargo 1.97.1 (c980f4866 2026-06-30)
cargoclippy--versionclippy 0.1.97 (8bab26f4f6 2026-07-14)
rustc--versionrustc 1.97.1 (8bab26f4f 2026-07-14)
cargofetch--lockedUpdating crates.io index Downloading crates ... Downloaded rand_chacha v0.3.1 Downloaded crypto-common v0.1.7 Downloaded sha2 v0.10.9 Downloaded subtle v2.6.1 Downloaded typenum v1.19.0 Downloaded humansize v2.1.3 Downloaded unicode-linebreak v0.1.5 Downloaded hashlink v0.10.0 Downloaded html-escape v0.2.13 Downloaded utf8-width v0.1.8 Downloaded descape v3.0.0 Downloaded shell-words v1.1.1 Downloaded windows-targets v0.52.6 Downloaded cfg_aliases v0.2.1 Downloaded aligned v0.4.3 Downloaded walkdir v2.5.0 Downloaded getrandom v0.2.17 Downloaded wasi v0.11.1+wasi-snapshot-preview1 Downloaded ppv-lite86 v0.2.21 Downloaded pest_derive v2.8.6 Downloaded zeroize v1.8.2 Downloaded version_check v0.9.5 Downloaded const-oid v0.9.6 Downloaded block-buffer v0.10.4 Downloaded cpufeatures v0.2.17 Downloaded ucd-trie v0.1.7 Downloaded crossbeam-deque v0.8.6 Downloaded crossbeam-epoch v0.9.18 Downloaded textwrap v0.16.2 Downloaded smawk v0.3.2 Downloaded marked-yaml v0.7.2 Downloaded hashlink v0.9.1 Downloaded arraydeque v0.5.1 Downloaded doc-comment v0.3.4 Downloaded unicase v2.9.0 Downloaded pulldown-cmark-escape v0.11.0 Downloaded getopts v0.2.24 Downloaded shlex v1.3.0 Downloaded jobserver v0.1.34 Downloaded getrandom v0.3.4 Downloaded find-msvc-tools v0.1.9 Downloaded marked-yaml v0.8.0 Downloaded culpa v1.0.2 Downloaded culpa-macros v1.0.2 Downloaded state v0.6.0 Downloaded generator v0.7.5 Downloaded normpath v1.5.0 Downloaded fs_at v0.2.1 Downloaded cvt v0.1.2 Downloaded pest_generator v2.8.6 Downloaded pest_meta v2.8.6 Downloaded digest v0.10.7 Downloaded generic-array v0.14.7 Downloaded globwalk v0.9.1 Downloaded ignore v0.4.25 Downloaded globset v0.4.18 Downloaded crossbeam-utils v0.8.21 Downloaded roadmap v0.7.0 Downloaded hashbrown v0.14.5 Downloaded ahash v0.8.12 Downloaded serde_path_to_error v0.1.20 Downloaded pikchr v0.1.4 Downloaded cc v1.2.57 Downloaded r-efi v5.3.0 Downloaded yaml-rust2 v0.10.4 Downloaded line-col v0.2.1 Downloaded base64 v0.22.1 Downloaded loom v0.5.6 Downloaded windows-targets v0.48.5 Downloaded fs2 v0.4.3 Downloaded rsa v0.9.10 Downloaded clap_builder v4.6.0 Downloaded zerocopy-derive v0.8.47 Downloaded pest v2.8.6 Downloaded libm v0.2.16 Downloaded yaml-rust2 v0.9.0 Downloaded pulldown-cmark v0.13.3 Downloaded scoped-tls v1.0.1 Downloaded as-slice v0.2.1 Downloaded pkcs1 v0.7.5 Downloaded socks5-client v0.4.1 Downloaded dyn-clone v1.0.20 Downloaded radicle-git-metadata v0.1.0 Downloaded radicle-dag v0.10.0 Downloaded fast-glob v0.3.3 Downloaded bytesize v2.3.1 Downloaded nonempty v0.11.0 Downloaded utf8parse v0.2.2 Downloaded anstyle-query v1.1.5 Downloaded html-page v0.5.0 Downloaded wasm-bindgen-macro v0.2.114 Downloaded once_cell v1.21.4 Downloaded cfg-if v1.0.4 Downloaded equivalent v1.0.2 Downloaded zerocopy v0.8.47 Downloaded remove_dir_all v1.0.0 Downloaded group v0.13.0 Downloaded ff v0.13.1 Downloaded ecdsa v0.16.9 Downloaded rfc6979 v0.4.0 Downloaded hmac v0.12.1 Downloaded bcrypt-pbkdf v0.10.0 Downloaded pbkdf2 v0.12.2 Downloaded blowfish v0.9.1 Downloaded byteorder v1.5.0 Downloaded qcheck v1.0.0 Downloaded multibase v0.9.2 Downloaded data-encoding-macro v0.1.19 Downloaded data-encoding-macro-internal v0.1.17 Downloaded base256emoji v1.0.2 Downloaded match-lookup v0.1.2 Downloaded base-x v0.2.11 Downloaded ed25519 v1.5.3 Downloaded ct-codecs v1.1.6 Downloaded cypheraddr v0.4.0 Downloaded keccak v0.1.6 Downloaded cyphergraphy v0.3.0 Downloaded ascii v1.1.0 Downloaded base32 v0.4.0 Downloaded radicle-core v0.2.0 Downloaded serde_derive_internals v0.29.1 Downloaded ref-cast v1.0.25 Downloaded ref-cast-impl v1.0.25 Downloaded radicle-cob v0.19.0 Downloaded dunce v1.0.5 Downloaded terminal_size v0.4.4 Downloaded clap_lex v1.1.0 Downloaded anstyle v1.0.14 Downloaded is_terminal_polyfill v1.70.2 Downloaded anstyle-wincon v3.0.11 Downloaded nonempty v0.12.0 Downloaded winapi-util v0.1.11 Downloaded same-file v1.0.6 Downloaded unicode-xid v0.2.6 Downloaded bstr v1.12.1 Downloaded plain v0.2.3 Downloaded derive_builder_macro v0.20.2 Downloaded darling_macro v0.20.11 Downloaded ident_case v1.0.1 Downloaded fnv v1.0.7 Downloaded diligent-date-parser v0.1.5 Downloaded xattr v1.6.1 Downloaded crypto-bigint v0.5.5 Downloaded p256 v0.13.2 Downloaded ec25519 v0.1.0 Downloaded colorchoice v1.0.5 Downloaded once_cell_polyfill v1.70.2 Downloaded windows-link v0.2.1 Downloaded wasm-bindgen-shared v0.2.114 Downloaded wit-bindgen-rust-macro v0.51.0 Downloaded unicode-width v0.2.2 Downloaded windows_x86_64_gnullvm v0.48.5 Downloaded filetime v0.2.27 Downloaded libredox v0.1.14 Downloaded redox_syscall v0.7.3 Downloaded sqlite v0.37.0 Downloaded sqlite3-sys v0.18.0 Downloaded pkg-config v0.3.32 Downloaded never v0.1.0 Downloaded derive_builder v0.20.2 Downloaded derive_builder_core v0.20.2 Downloaded strsim v0.11.1 Downloaded atom_syndication v0.12.7 Downloaded autocfg v1.5.0 Downloaded thiserror v1.0.69 Downloaded thiserror-impl v1.0.69 Downloaded radicle-std-ext v0.2.0 Downloaded radicle-git-ext v0.12.0 Downloaded git-ref-format v0.6.0 Downloaded git-ref-format-macro v0.6.0 Downloaded proc-macro-error-attr2 v2.0.0 Downloaded git-ref-format-core v0.6.0 Downloaded nonempty v0.9.0 Downloaded data-encoding v2.10.0 Downloaded signature v1.6.4 Downloaded amplify v4.9.0 Downloaded amplify_num v0.5.3 Downloaded amplify_derive v4.0.1 Downloaded amplify_syn v2.0.1 Downloaded schemars_derive v1.2.1 Downloaded clap_derive v4.6.0 Downloaded anstream v1.0.0 Downloaded anstyle-parse v1.0.0 Downloaded duration-str v0.21.0 Downloaded arrayvec v0.7.6 Downloaded quote v1.0.45 Downloaded rustversion v1.0.22 Downloaded serde_derive v1.0.228 Downloaded semver v1.0.27 Downloaded foldhash v0.1.5 Downloaded bitflags v2.11.0 Downloaded zmij v1.0.21 Downloaded tinystr v0.8.2 Downloaded windows_aarch64_gnullvm v0.52.6 Downloaded rss v2.0.12 Downloaded darling v0.20.11 Downloaded darling_core v0.20.11 Downloaded num-traits v0.2.19 Downloaded tar v0.4.45 Downloaded proc-macro-error2 v2.0.1 Downloaded simd-adler32 v0.3.8 Downloaded adler2 v2.0.1 Downloaded radicle-job v0.5.2 Downloaded ghash v0.5.1 Downloaded polyval v0.6.2 Downloaded aead v0.5.2 Downloaded signature v2.2.0 Downloaded sec1 v0.7.3 Downloaded p384 v0.13.1 Downloaded const-str v0.4.3 Downloaded schemars v1.2.1 Downloaded crossbeam-channel v0.5.15 Downloaded clap v4.6.0 Downloaded uuid v1.22.0 Downloaded wasm-bindgen v0.2.114 Downloaded unicode-ident v1.0.24 Downloaded wasm-bindgen-macro-support v0.2.114 Downloaded proc-macro2 v1.0.106 Downloaded bumpalo v3.20.2 Downloaded serde_core v1.0.228 Downloaded js-sys v0.3.91 Downloaded getrandom v0.4.2 Downloaded wit-bindgen v0.51.0 Downloaded wit-bindgen-rust v0.51.0 Downloaded indexmap v2.13.0 Downloaded serde v1.0.228 Downloaded serde_json v1.0.149 Downloaded memchr v2.8.0 Downloaded itoa v1.0.18 Downloaded id-arena v2.3.0 Downloaded leb128fmt v0.1.0 Downloaded heck v0.5.0 Downloaded icu_locale_core v2.1.1 Downloaded nix v0.29.0 Downloaded radicle-surf v0.27.0 Downloaded flate2 v1.1.9 Downloaded miniz_oxide v0.8.9 Downloaded crc32fast v1.5.0 Downloaded base64 v0.21.7 Downloaded unicode-normalization v0.1.25 Downloaded tinyvec_macros v0.1.1 Downloaded pkcs8 v0.10.2 Downloaded num-integer v0.1.46 Downloaded cyphernet v0.5.2 Downloaded winnow v0.7.15 Downloaded rust_decimal v1.40.0 Downloaded wasip3 v0.4.0+wasi-0.3.0-rc-2026-01-06 Downloaded wit-parser v0.244.0 Downloaded hashbrown v0.16.1 Downloaded hashbrown v0.15.5 Downloaded log v0.4.29 Downloaded anyhow v1.0.102 Downloaded wasm-metadata v0.244.0 Downloaded wasm-encoder v0.244.0 Downloaded wit-bindgen-core v0.51.0 Downloaded prettyplease v0.2.37 Downloaded wasip2 v1.0.2+wasi-0.2.9 Downloaded r-efi v6.0.0 Downloaded time-macros v0.2.27 Downloaded time-core v0.1.8 Downloaded num-conv v0.2.0 Downloaded powerfmt v0.2.0 Downloaded deranged v0.5.8 Downloaded thiserror v2.0.18 Downloaded thiserror-impl v2.0.18 Downloaded errno v0.3.14 Downloaded quick-xml v0.37.5 Downloaded tinyvec v1.11.0 Downloaded memoffset v0.9.1 Downloaded siphasher v1.0.2 Downloaded typeid v1.0.3 Downloaded winpipe v0.1.1 Downloaded syn v1.0.109 Downloaded syn v2.0.117 Downloaded wit-component v0.244.0 Downloaded wasmparser v0.244.0 Downloaded time v0.3.47 Downloaded tempfile v3.27.0 Downloaded potential_utf v0.1.4 Downloaded windows_aarch64_gnullvm v0.48.5 Downloaded windows_x86_64_gnullvm v0.52.6 Downloaded uds_windows v1.2.1 Downloaded serde-untagged v0.1.9 Downloaded erased-serde v0.4.10 Downloaded radicle-ssh v0.10.0 Downloaded opaque-debug v0.3.1 Downloaded aes v0.8.4 Downloaded fastrand v2.3.0 Downloaded percent-encoding v2.3.2 Downloaded utf8_iter v1.0.4 Downloaded zerofrom v0.1.6 Downloaded zerofrom-derive v0.1.6 Downloaded yoke-derive v0.8.1 Downloaded stable_deref_trait v1.2.1 Downloaded chrono v0.4.44 Downloaded git2 v0.20.4 Downloaded windows-strings v0.1.0 Downloaded windows-result v0.2.0 Downloaded windows-interface v0.58.0 Downloaded windows-implement v0.58.0 Downloaded sync-ptr v0.1.4 Downloaded defer-heavy v0.1.0 Downloaded radicle-oid v0.1.0 Downloaded radicle-localtime v0.1.0 Downloaded radicle-git-ref-format v0.1.0 Downloaded radicle-git-metadata v0.2.0 Downloaded radicle-crypto v0.16.0 Downloaded ssh-encoding v0.2.0 Downloaded pem-rfc7468 v0.7.0 Downloaded base64ct v1.8.3 Downloaded ssh-cipher v0.2.0 Downloaded poly1305 v0.8.0 Downloaded universal-hash v0.5.1 Downloaded ctr v0.9.2 Downloaded cipher v0.4.4 Downloaded sha3 v0.10.8 Downloaded smallvec v1.15.1 Downloaded idna_adapter v1.2.1 Downloaded icu_properties v2.1.2 Downloaded zerovec-derive v0.11.2 Downloaded synstructure v0.13.2 Downloaded yoke v0.8.1 Downloaded displaydoc v0.2.5 Downloaded icu_provider v2.1.1 Downloaded writeable v0.6.2 Downloaded litemap v0.8.1 Downloaded icu_normalizer v2.1.1 Downloaded vcpkg v0.2.15 Downloaded windows-core v0.58.0 Downloaded libc v0.2.183 Downloaded serde_norway v0.9.42 Downloaded unsafe-libyaml-norway v0.2.15 Downloaded ryu v1.0.23 Downloaded url v2.5.8 Downloaded idna v1.1.0 Downloaded zerovec v0.11.5 Downloaded zerotrie v0.2.3 Downloaded icu_properties_data v2.1.2 Downloaded icu_collections v2.1.1 Downloaded windows_i686_gnullvm v0.52.6 Downloaded inout v0.1.4 Downloaded base16ct v0.2.0 Downloaded num-iter v0.1.45 Downloaded primeorder v0.13.6 Downloaded valuable-serde v0.1.1 Downloaded tracing-serde v0.2.0 Downloaded block-padding v0.3.3 Downloaded chacha20 v0.9.1 Downloaded cbc v0.1.2 Downloaded spki v0.7.3 Downloaded icu_normalizer_data v2.1.1 Downloaded form_urlencoded v1.2.2 Downloaded valuable v0.1.1 Downloaded radicle v0.22.1 Downloaded ssh-key v0.6.7 Downloaded elliptic-curve v0.13.8 Downloaded tracing-subscriber v0.3.23 Downloaded rand_core v0.6.4 Downloaded der v0.7.10 Downloaded radicle-ci-broker v0.27.0 Downloaded windows_x86_64_msvc v0.48.5 Downloaded slug v0.1.6 Downloaded rand v0.8.5 Downloaded num-bigint-dig v0.8.6 Downloaded p521 v0.13.3 Downloaded tracing-core v0.1.36 Downloaded pin-project-lite v0.2.17 Downloaded thread_local v1.1.9 Downloaded lazy_static v1.5.0 Downloaded matchers v0.2.0 Downloaded subplotlib-derive v0.14.0 Downloaded aes-gcm v0.10.3 Downloaded tracing-log v0.2.0 Downloaded spin v0.9.8 Downloaded nu-ansi-term v0.50.3 Downloaded subplotlib v0.14.0 Downloaded tracing-attributes v0.1.31 Downloaded sharded-slab v0.1.7 Downloaded windows_x86_64_msvc v0.52.6 Downloaded windows-sys v0.61.2 Downloaded deunicode v1.6.2 Downloaded regex v1.12.3 Downloaded windows_x86_64_gnu v0.52.6 Downloaded tera v1.20.1 Downloaded unicode-segmentation v1.12.0 Downloaded subplot v0.14.0 Downloaded windows_i686_msvc v0.48.5 Downloaded rustix v1.1.4 Downloaded windows_i686_gnu v0.48.5 Downloaded windows_i686_msvc v0.52.6 Downloaded aho-corasick v1.1.4 Downloaded windows_aarch64_msvc v0.48.5 Downloaded windows_x86_64_gnu v0.48.5 Downloaded windows_aarch64_msvc v0.52.6 Downloaded windows_i686_gnu v0.52.6 Downloaded regex-syntax v0.8.10 Downloaded tracing v0.1.44 Downloaded regex-automata v0.4.14 Downloaded libz-sys v1.1.25 Downloaded encoding_rs v0.8.35 Downloaded winapi v0.3.9 Downloaded libgit2-sys v0.18.3+1.9.2 Downloaded windows-sys v0.59.0 Downloaded windows-sys v0.52.0 Downloaded sqlite3-src v0.7.0 Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 Downloaded winapi-i686-pc-windows-gnu v0.4.0 Downloaded linux-raw-sys v0.12.1 Downloaded windows v0.58.0 Downloaded windows v0.48.0
- action: cargo_fetch
- action: tar_create archive: /dev/vde directory: /ci/cache
- action: tar_create archive: /dev/vde directory: /ci/cache
- action: tar_create archive: /dev/vdd directory: /ci/artifacts
- action: tar_create archive: /dev/vdd directory: /ci/artifacts
- action: tar_create archive: /dev/vdf directory: /ci/deps
- action: tar_create archive: /dev/vdf directory: /ci/deps
BdsDxe: 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(0x3,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
Booting `Debian GNU/Linux'
Loading Linux 6.12.86+deb13-amd64 ...
Loading initial ramdisk ...
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
Loading, please wait...
Starting systemd-udevd version 257.13-1~deb13u1
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.41
fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/vda2
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
Welcome to Debian GNU/Linux 13 (trixie)!
[ OK ] Created slice system-getty.slice - Slice /system/getty.
[ OK ] Created slice system-modprobe.slice - Slice /system/modprobe.
[ OK ] Created slice system-serial\x2dget…slice - Slice /system/serial-getty.
[ OK ] Created slice user.slice - User and Session Slice.
[ OK ] Started systemd-ask-password-conso…equests to Console Directory Watch.
[ OK ] Started systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[ OK ] Set up automount proc-sys-fs-binfm…ormats File System Automount Point.
Expecting device dev-ttyS0.device - /dev/ttyS0...
[ OK ] Reached target paths.target - Path Units.
[ OK ] Reached target remote-fs.target - Remote File Systems.
[ OK ] Reached target slices.target - Slice Units.
[ OK ] Reached target swap.target - Swaps.
[ OK ] Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ OK ] Listening on systemd-initctl.socke…- initctl Compatibility Named Pipe.
[ OK ] Listening on systemd-journald-dev-…socket - Journal Socket (/dev/log).
[ OK ] Listening on systemd-journald.socket - Journal Sockets.
[ OK ] Listening on systemd-networkd.socket - Network Service Netlink Socket.
[ OK ] Listening on systemd-udevd-control.socket - udev Control Socket.
[ OK ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
Mounting dev-hugepages.mount - Huge Pages File System...
Mounting dev-mqueue.mount - POSIX Message Queue File System...
Mounting run-lock.mount - Legacy Locks Directory /run/lock...
Mounting sys-kernel-debug.mount - Kernel Debug File System...
Mounting sys-kernel-tracing.mount - Kernel Trace File System...
Mounting tmp.mount - Temporary Directory /tmp...
Starting kmod-static-nodes.service…eate List of Static Device Nodes...
Starting modprobe@configfs.service - Load Kernel Module configfs...
Starting modprobe@drm.service - Load Kernel Module drm...
Starting modprobe@efi_pstore.servi… - Load Kernel Module efi_pstore...
Starting modprobe@fuse.service - Load Kernel Module fuse...
Starting systemd-journald.service - Journal Service...
Starting systemd-modules-load.service - Load Kernel Modules...
Starting systemd-network-generator…k Units from Kernel Command Line...
Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...
Starting systemd-udev-load-credent…Load udev Rules from Credentials...
Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ OK ] Mounted dev-hugepages.mount - Huge Pages File System.
[ OK ] Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ OK ] Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[ OK ] Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ OK ] Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ OK ] Mounted tmp.mount - Temporary Directory /tmp.
[ OK ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.
[ OK ] Finished modprobe@configfs.service - Load Kernel Module configfs.
[ OK ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ OK ] Started systemd-journald.service - Journal Service.
[ OK ] Finished modprobe@fuse.service - Load Kernel Module fuse.
[ OK ] Finished systemd-modules-load.service - Load Kernel Modules.
[ OK ] Finished systemd-network-generator…ork Units from Kernel Command Line.
[ OK ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.
[ OK ] Finished modprobe@drm.service - Load Kernel Module drm.
[ OK ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.
[ OK ] Reached target network-pre.target - Preparation for Network.
Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
Mounting sys-kernel-config.mount - Kernel Configuration File System...
Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
Starting systemd-random-seed.service - Load/Save OS Random Seed...
Starting systemd-sysctl.service - Apply Kernel Variables...
Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...
[ OK ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ OK ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ OK ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[ OK ] Finished systemd-sysctl.service - Apply Kernel Variables.
[ OK ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[ OK ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
Starting systemd-sysusers.service - Create System Users...
[ OK ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[ OK ] Finished systemd-sysusers.service - Create System Users.
Starting systemd-resolved.service - Network Name Resolution...
Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...
[ OK ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.
[ OK ] Reached target local-fs-pre.target…Preparation for Local File Systems.
[ OK ] Set up automount efi.automount - EFI System Partition Automount.
[ OK ] Reached target local-fs.target - Local File Systems.
[ OK ] Listening on systemd-sysext.socket… System Extension Image Management.
Starting systemd-binfmt.service - Set Up Additional Binary Formats...
Starting systemd-tmpfiles-setup.se…ate System Files and Directories...
Starting systemd-udevd.service - R…ager for Device Events and Files...
[ OK ] Started systemd-resolved.service - Network Name Resolution.
[ OK ] Reached target nss-lookup.target - Host and Network Name Lookups.
[ OK ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.
Starting ldconfig.service - Rebuild Dynamic Linker Cache...
Starting systemd-journal-catalog-u…ervice - Rebuild Journal Catalog...
[ OK ] Started systemd-udevd.service - Ru…anager for Device Events and Files.
Starting systemd-networkd.service - Network Configuration...
[ OK ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.
[ OK ] Found device dev-ttyS0.device - /dev/ttyS0.
[ OK ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
Starting systemd-update-done.service - Update is Completed...
[ OK ] Finished systemd-update-done.service - Update is Completed.
Mounting proc-sys-fs-binfmt_misc.m…cutable File Formats File System...
[ OK ] Mounted proc-sys-fs-binfmt_misc.mo…xecutable File Formats File System.
[ OK ] Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[ OK ] Reached target sysinit.target - System Initialization.
[ OK ] Started apt-daily.timer - Daily apt download activities.
[ OK ] Started apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[ OK ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[ OK ] Started fstrim.timer - Discard unused filesystem blocks once a week.
[ OK ] Started man-db.timer - Daily man-db regeneration.
[ OK ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[ OK ] Reached target timers.target - Timer Units.
[ OK ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[ OK ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).
[ OK ] Listening on systemd-hostnamed.socket - Hostname Service Socket.
[ OK ] Reached target sockets.target - Socket Units.
[ OK ] Reached target basic.target - Basic System.
Starting ambient.service - Run build job for Ambient CI...
Starting dbus.service - D-Bus System Message Bus...
Starting grub-common.service - Record successful boot for GRUB...
Starting systemd-logind.service - User Login Management...
[ OK ] Started dbus.service - D-Bus System Message Bus.
[ OK ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
[ OK ] Finished grub-common.service - Record successful boot for GRUB.
[ OK ] Started systemd-logind.service - User Login Management.
[ OK ] Started systemd-networkd.service - Network Configuration.
[ OK ] Reached target network.target - Network.
Starting ssh.service - OpenBSD Secure Shell server...
Starting systemd-networkd-persiste…tent Storage in systemd-networkd...
Starting systemd-user-sessions.service - Permit User Sessions...
[ OK ] Finished systemd-user-sessions.service - Permit User Sessions.
[ OK ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[ OK ] Started getty@tty1.service - Getty on tty1.
[ OK ] Started serial-getty@ttyS0.service - Serial Getty on ttyS0.
[ OK ] Reached target getty.target - Login Prompts.
[ OK ] Started ssh.service - OpenBSD Secure Shell server.
Debian GNU/Linux 13 ambient-dev ttyS0
ambient-dev login: [ OK ] Stopped ambient.service - Run build job for Ambient CI.
[ OK ] Removed slice system-modprobe.slice - Slice /system/modprobe.
[ OK ] Stopped target getty.target - Login Prompts.
[ OK ] Stopped target nss-lookup.target - Host and Network Name Lookups.
[ OK ] Stopped target timers.target - Timer Units.
[ OK ] Stopped apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[ OK ] Stopped apt-daily.timer - Daily apt download activities.
[ OK ] Stopped dpkg-db-backup.timer - Daily dpkg database backup timer.
[ OK ] Stopped fstrim.timer - Discard unused filesystem blocks once a week.
[ OK ] Stopped man-db.timer - Daily man-db regeneration.
[ OK ] Stopped systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[ OK ] Closed systemd-rfkill.socket - Loa…ll Switch Status /dev/rfkill Watch.
Stopping dbus.service - D-Bus System Message Bus...
Stopping getty@tty1.service - Getty on tty1...
Stopping serial-getty@ttyS0.service - Serial Getty on ttyS0...
Stopping ssh.service - OpenBSD Secure Shell server...
Stopping systemd-logind.service - User Login Management...
Stopping systemd-networkd-persiste…tent Storage in systemd-networkd...
Stopping systemd-random-seed.service - Load/Save OS Random Seed...
[ OK ] Stopped systemd-udev-load-credenti…- Load udev Rules from Credentials.
[ OK ] Stopped dbus.service - D-Bus System Message Bus.
[ OK ] Stopped systemd-logind.service - User Login Management.
[ OK ] Stopped getty@tty1.service - Getty on tty1.
[ OK ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[ OK ] Stopped ssh.service - OpenBSD Secure Shell server.
[ OK ] Stopped systemd-networkd-persisten…istent Storage in systemd-networkd.
[ OK ] Stopped systemd-random-seed.service - Load/Save OS Random Seed.
[ OK ] Removed slice system-getty.slice - Slice /system/getty.
[ OK ] Removed slice system-serial\x2dget…slice - Slice /system/serial-getty.
Stopping systemd-user-sessions.service - Permit User Sessions...
[ OK ] Stopped systemd-user-sessions.service - Permit User Sessions.
[ OK ] Stopped target basic.target - Basic System.
[ OK ] Stopped target network.target - Network.
[ OK ] Stopped target paths.target - Path Units.
[ OK ] Stopped systemd-ask-password-conso…equests to Console Directory Watch.
[ OK ] Stopped systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[ OK ] Stopped target remote-fs.target - Remote File Systems.
[ OK ] Stopped target slices.target - Slice Units.
[ OK ] Removed slice user.slice - User and Session Slice.
[ OK ] Stopped target sockets.target - Socket Units.
[ OK ] Closed dbus.socket - D-Bus System Message Bus Socket.
[ OK ] Closed sshd-unix-local.socket - Op…temd-ssh-generator, AF_UNIX Local).
[ OK ] Closed systemd-hostnamed.socket - Hostname Service Socket.
[ OK ] Stopped target sysinit.target - System Initialization.
Stopping systemd-binfmt.service - Set Up Additional Binary Formats...
Stopping systemd-networkd.service - Network Configuration...
Stopping systemd-resolved.service - Network Name Resolution...
[ OK ] Stopped systemd-update-done.service - Update is Completed.
[ OK ] Stopped ldconfig.service - Rebuild Dynamic Linker Cache.
[ OK ] Stopped systemd-journal-catalog-up….service - Rebuild Journal Catalog.
[ OK ] Stopped systemd-tmpfiles-setup.ser…reate System Files and Directories.
[ OK ] Stopped systemd-binfmt.service - Set Up Additional Binary Formats.
[ OK ] Stopped systemd-resolved.service - Network Name Resolution.
[ OK ] Unset automount proc-sys-fs-binfmt…ormats File System Automount Point.
[ OK ] Stopped target local-fs.target - Local File Systems.
[ OK ] Unset automount efi.automount - EFI System Partition Automount.
[ OK ] Stopped target local-fs-pre.target…Preparation for Local File Systems.
Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
Unmounting tmp.mount - Temporary Directory /tmp...
[ OK ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.
[ OK ] Stopped systemd-networkd.service - Network Configuration.
[ OK ] Unmounted tmp.mount - Temporary Directory /tmp.
[ OK ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[ OK ] Stopped target network-pre.target - Preparation for Network.
[ OK ] Stopped target swap.target - Swaps.
[ OK ] Reached target umount.target - Unmount All Filesystems.
[ OK ] Closed systemd-networkd.socket - Network Service Netlink Socket.
[ OK ] Stopped systemd-network-generator.…ork Units from Kernel Command Line.
[ OK ] Stopped systemd-sysctl.service - Apply Kernel Variables.
[ OK ] Stopped systemd-modules-load.service - Load Kernel Modules.
[ OK ] Stopped systemd-sysusers.service - Create System Users.
[ OK ] Stopped systemd-remount-fs.service…mount Root and Kernel File Systems.
[ OK ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.
[ OK ] Reached target shutdown.target - System Shutdown.
[ OK ] Reached target final.target - Late Shutdown Services.
[ OK ] Finished systemd-poweroff.service - System Power Off.
[ OK ] Reached target poweroff.target - System Power Off.
[ 34.663850] reboot: Power down
BdsDxe: 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(0x3,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x3,0x0)
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
INFO: Block devices
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sr0 11:0 1 372K 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 5.3M 1 disk
vdc 254:32 0 1.9M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 100G 0 disk
vdg 254:96 0 10K 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-07-22 12:54 ./
-rw-r--r-- _rad/_rad 1294 2026-07-22 12:54 ./plan.yaml
-rwxr-xr-x _rad/_rad 5525824 2026-07-22 12:54 ./run-ci
INFO: Extracted files:
8 0 drwxr-xr-x 2 1000 1000 80 Jul 22 12:54 .
10 5400 -rwxr-xr-x 1 1000 1000 5525824 Jul 22 12:54 ./run-ci
9 4 -rw-r--r-- 1 1000 1000 1294 Jul 22 12:54 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.16.0@da3268d","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":930239506},"log_source":"Plan"}
{"type":"runnable_plan","steps":[{"action":"mkdir","pathname":"/ci"},{"action":"mkdir","pathname":"/ci/artifacts"},{"action":"mkdir","pathname":"/ci/artifacts/debian"},{"action":"mkdir","pathname":"/ci/artifacts/rsync"},{"action":"mkdir","pathname":"/ci/secrets"},{"action":"mkdir","pathname":"/ci/deps"},{"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":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets"},{"action":"shell","shell":"ln -sf /ci /workspace"},{"action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n ","overwrite":true},{"action":"cargo_fetch"},{"action":"tar_create","archive":"/dev/vde","directory":"/ci/cache"},{"action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps"}],"executor_drive":"/dev/vdb","source_drive":"/dev/vdc","artifact_drive":"/dev/vdd","cache_drive":"/dev/vde","deps_drive":"/dev/vdf","secrets_drive":null,"workspace_dir":"/ci","source_dir":"/ci/src","deps_dir":"/ci/deps","cache_dir":"/ci/cache","artifacts_dir":"/ci/artifacts","secrets_dir":null,"envs":{},"timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":931456798},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":931647684},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":934706104},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":934847096},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":935249436},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":935498001},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":935912614},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":936158080},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":936617775},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":936864646},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":937256527},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":937518400},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":937572781},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784724851,"nanos_since_epoch":937872699},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":102493866},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":143759472},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":193881021},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":202767042},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":227455272},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":233736344},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":247593491},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":251902571},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":286394203},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":302015917},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[98,97,115,104]},{"Unix":[45,99]},{"Unix":[115,101,116,32,45,120,101,117,111,32,112,105,112,101,102,97,105,108,10,108,110,32,45,115,102,32,47,99,105,32,47,119,111,114,107,115,112,97,99,101,10]}],"timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":307293328},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":326953363},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":331132438},"log_source":"Plan"}
{"type":"execute_action","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n ","overwrite":true,"timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":335055848},"log_source":"Plan"}
{"type":"action_succeeded","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n ","overwrite":true,"timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":345888810},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_fetch","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":353225232},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":356594891},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.97.1 (c980f4866 2026-06-30)\n","stderr":"","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":470721753},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[99,108,105,112,112,121]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":475162779},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.97 (8bab26f4f6 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":600774543},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[114,117,115,116,99]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":605341135},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.97.1 (8bab26f4f 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":641849165},"log_source":"Plan"}
copying relevant files to /tmp/.tmpxjkhUP
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[102,101,116,99,104]},{"Unix":[45,45,108,111,99,107,101,100]}],"timestamp":{"secs_since_epoch":1784724852,"nanos_since_epoch":650963664},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":" Updating crates.io index\n Downloading crates ...\n Downloaded rand_chacha v0.3.1\n Downloaded crypto-common v0.1.7\n Downloaded sha2 v0.10.9\n Downloaded subtle v2.6.1\n Downloaded typenum v1.19.0\n Downloaded humansize v2.1.3\n Downloaded unicode-linebreak v0.1.5\n Downloaded hashlink v0.10.0\n Downloaded html-escape v0.2.13\n Downloaded utf8-width v0.1.8\n Downloaded descape v3.0.0\n Downloaded shell-words v1.1.1\n Downloaded windows-targets v0.52.6\n Downloaded cfg_aliases v0.2.1\n Downloaded aligned v0.4.3\n Downloaded walkdir v2.5.0\n Downloaded getrandom v0.2.17\n Downloaded wasi v0.11.1+wasi-snapshot-preview1\n Downloaded ppv-lite86 v0.2.21\n Downloaded pest_derive v2.8.6\n Downloaded zeroize v1.8.2\n Downloaded version_check v0.9.5\n Downloaded const-oid v0.9.6\n Downloaded block-buffer v0.10.4\n Downloaded cpufeatures v0.2.17\n Downloaded ucd-trie v0.1.7\n Downloaded crossbeam-deque v0.8.6\n Downloaded crossbeam-epoch v0.9.18\n Downloaded textwrap v0.16.2\n Downloaded smawk v0.3.2\n Downloaded marked-yaml v0.7.2\n Downloaded hashlink v0.9.1\n Downloaded arraydeque v0.5.1\n Downloaded doc-comment v0.3.4\n Downloaded unicase v2.9.0\n Downloaded pulldown-cmark-escape v0.11.0\n Downloaded getopts v0.2.24\n Downloaded shlex v1.3.0\n Downloaded jobserver v0.1.34\n Downloaded getrandom v0.3.4\n Downloaded find-msvc-tools v0.1.9\n Downloaded marked-yaml v0.8.0\n Downloaded culpa v1.0.2\n Downloaded culpa-macros v1.0.2\n Downloaded state v0.6.0\n Downloaded generator v0.7.5\n Downloaded normpath v1.5.0\n Downloaded fs_at v0.2.1\n Downloaded cvt v0.1.2\n Downloaded pest_generator v2.8.6\n Downloaded pest_meta v2.8.6\n Downloaded digest v0.10.7\n Downloaded generic-array v0.14.7\n Downloaded globwalk v0.9.1\n Downloaded ignore v0.4.25\n Downloaded globset v0.4.18\n Downloaded crossbeam-utils v0.8.21\n Downloaded roadmap v0.7.0\n Downloaded hashbrown v0.14.5\n Downloaded ahash v0.8.12\n Downloaded serde_path_to_error v0.1.20\n Downloaded pikchr v0.1.4\n Downloaded cc v1.2.57\n Downloaded r-efi v5.3.0\n Downloaded yaml-rust2 v0.10.4\n Downloaded line-col v0.2.1\n Downloaded base64 v0.22.1\n Downloaded loom v0.5.6\n Downloaded windows-targets v0.48.5\n Downloaded fs2 v0.4.3\n Downloaded rsa v0.9.10\n Downloaded clap_builder v4.6.0\n Downloaded zerocopy-derive v0.8.47\n Downloaded pest v2.8.6\n Downloaded libm v0.2.16\n Downloaded yaml-rust2 v0.9.0\n Downloaded pulldown-cmark v0.13.3\n Downloaded scoped-tls v1.0.1\n Downloaded as-slice v0.2.1\n Downloaded pkcs1 v0.7.5\n Downloaded socks5-client v0.4.1\n Downloaded dyn-clone v1.0.20\n Downloaded radicle-git-metadata v0.1.0\n Downloaded radicle-dag v0.10.0\n Downloaded fast-glob v0.3.3\n Downloaded bytesize v2.3.1\n Downloaded nonempty v0.11.0\n Downloaded utf8parse v0.2.2\n Downloaded anstyle-query v1.1.5\n Downloaded html-page v0.5.0\n Downloaded wasm-bindgen-macro v0.2.114\n Downloaded once_cell v1.21.4\n Downloaded cfg-if v1.0.4\n Downloaded equivalent v1.0.2\n Downloaded zerocopy v0.8.47\n Downloaded remove_dir_all v1.0.0\n Downloaded group v0.13.0\n Downloaded ff v0.13.1\n Downloaded ecdsa v0.16.9\n Downloaded rfc6979 v0.4.0\n Downloaded hmac v0.12.1\n Downloaded bcrypt-pbkdf v0.10.0\n Downloaded pbkdf2 v0.12.2\n Downloaded blowfish v0.9.1\n Downloaded byteorder v1.5.0\n Downloaded qcheck v1.0.0\n Downloaded multibase v0.9.2\n Downloaded data-encoding-macro v0.1.19\n Downloaded data-encoding-macro-internal v0.1.17\n Downloaded base256emoji v1.0.2\n Downloaded match-lookup v0.1.2\n Downloaded base-x v0.2.11\n Downloaded ed25519 v1.5.3\n Downloaded ct-codecs v1.1.6\n Downloaded cypheraddr v0.4.0\n Downloaded keccak v0.1.6\n Downloaded cyphergraphy v0.3.0\n Downloaded ascii v1.1.0\n Downloaded base32 v0.4.0\n Downloaded radicle-core v0.2.0\n Downloaded serde_derive_internals v0.29.1\n Downloaded ref-cast v1.0.25\n Downloaded ref-cast-impl v1.0.25\n Downloaded radicle-cob v0.19.0\n Downloaded dunce v1.0.5\n Downloaded terminal_size v0.4.4\n Downloaded clap_lex v1.1.0\n Downloaded anstyle v1.0.14\n Downloaded is_terminal_polyfill v1.70.2\n Downloaded anstyle-wincon v3.0.11\n Downloaded nonempty v0.12.0\n Downloaded winapi-util v0.1.11\n Downloaded same-file v1.0.6\n Downloaded unicode-xid v0.2.6\n Downloaded bstr v1.12.1\n Downloaded plain v0.2.3\n Downloaded derive_builder_macro v0.20.2\n Downloaded darling_macro v0.20.11\n Downloaded ident_case v1.0.1\n Downloaded fnv v1.0.7\n Downloaded diligent-date-parser v0.1.5\n Downloaded xattr v1.6.1\n Downloaded crypto-bigint v0.5.5\n Downloaded p256 v0.13.2\n Downloaded ec25519 v0.1.0\n Downloaded colorchoice v1.0.5\n Downloaded once_cell_polyfill v1.70.2\n Downloaded windows-link v0.2.1\n Downloaded wasm-bindgen-shared v0.2.114\n Downloaded wit-bindgen-rust-macro v0.51.0\n Downloaded unicode-width v0.2.2\n Downloaded windows_x86_64_gnullvm v0.48.5\n Downloaded filetime v0.2.27\n Downloaded libredox v0.1.14\n Downloaded redox_syscall v0.7.3\n Downloaded sqlite v0.37.0\n Downloaded sqlite3-sys v0.18.0\n Downloaded pkg-config v0.3.32\n Downloaded never v0.1.0\n Downloaded derive_builder v0.20.2\n Downloaded derive_builder_core v0.20.2\n Downloaded strsim v0.11.1\n Downloaded atom_syndication v0.12.7\n Downloaded autocfg v1.5.0\n Downloaded thiserror v1.0.69\n Downloaded thiserror-impl v1.0.69\n Downloaded radicle-std-ext v0.2.0\n Downloaded radicle-git-ext v0.12.0\n Downloaded git-ref-format v0.6.0\n Downloaded git-ref-format-macro v0.6.0\n Downloaded proc-macro-error-attr2 v2.0.0\n Downloaded git-ref-format-core v0.6.0\n Downloaded nonempty v0.9.0\n Downloaded data-encoding v2.10.0\n Downloaded signature v1.6.4\n Downloaded amplify v4.9.0\n Downloaded amplify_num v0.5.3\n Downloaded amplify_derive v4.0.1\n Downloaded amplify_syn v2.0.1\n Downloaded schemars_derive v1.2.1\n Downloaded clap_derive v4.6.0\n Downloaded anstream v1.0.0\n Downloaded anstyle-parse v1.0.0\n Downloaded duration-str v0.21.0\n Downloaded arrayvec v0.7.6\n Downloaded quote v1.0.45\n Downloaded rustversion v1.0.22\n Downloaded serde_derive v1.0.228\n Downloaded semver v1.0.27\n Downloaded foldhash v0.1.5\n Downloaded bitflags v2.11.0\n Downloaded zmij v1.0.21\n Downloaded tinystr v0.8.2\n Downloaded windows_aarch64_gnullvm v0.52.6\n Downloaded rss v2.0.12\n Downloaded darling v0.20.11\n Downloaded darling_core v0.20.11\n Downloaded num-traits v0.2.19\n Downloaded tar v0.4.45\n Downloaded proc-macro-error2 v2.0.1\n Downloaded simd-adler32 v0.3.8\n Downloaded adler2 v2.0.1\n Downloaded radicle-job v0.5.2\n Downloaded ghash v0.5.1\n Downloaded polyval v0.6.2\n Downloaded aead v0.5.2\n Downloaded signature v2.2.0\n Downloaded sec1 v0.7.3\n Downloaded p384 v0.13.1\n Downloaded const-str v0.4.3\n Downloaded schemars v1.2.1\n Downloaded crossbeam-channel v0.5.15\n Downloaded clap v4.6.0\n Downloaded uuid v1.22.0\n Downloaded wasm-bindgen v0.2.114\n Downloaded unicode-ident v1.0.24\n Downloaded wasm-bindgen-macro-support v0.2.114\n Downloaded proc-macro2 v1.0.106\n Downloaded bumpalo v3.20.2\n Downloaded serde_core v1.0.228\n Downloaded js-sys v0.3.91\n Downloaded getrandom v0.4.2\n Downloaded wit-bindgen v0.51.0\n Downloaded wit-bindgen-rust v0.51.0\n Downloaded indexmap v2.13.0\n Downloaded serde v1.0.228\n Downloaded serde_json v1.0.149\n Downloaded memchr v2.8.0\n Downloaded itoa v1.0.18\n Downloaded id-arena v2.3.0\n Downloaded leb128fmt v0.1.0\n Downloaded heck v0.5.0\n Downloaded icu_locale_core v2.1.1\n Downloaded nix v0.29.0\n Downloaded radicle-surf v0.27.0\n Downloaded flate2 v1.1.9\n Downloaded miniz_oxide v0.8.9\n Downloaded crc32fast v1.5.0\n Downloaded base64 v0.21.7\n Downloaded unicode-normalization v0.1.25\n Downloaded tinyvec_macros v0.1.1\n Downloaded pkcs8 v0.10.2\n Downloaded num-integer v0.1.46\n Downloaded cyphernet v0.5.2\n Downloaded winnow v0.7.15\n Downloaded rust_decimal v1.40.0\n Downloaded wasip3 v0.4.0+wasi-0.3.0-rc-2026-01-06\n Downloaded wit-parser v0.244.0\n Downloaded hashbrown v0.16.1\n Downloaded hashbrown v0.15.5\n Downloaded log v0.4.29\n Downloaded anyhow v1.0.102\n Downloaded wasm-metadata v0.244.0\n Downloaded wasm-encoder v0.244.0\n Downloaded wit-bindgen-core v0.51.0\n Downloaded prettyplease v0.2.37\n Downloaded wasip2 v1.0.2+wasi-0.2.9\n Downloaded r-efi v6.0.0\n Downloaded time-macros v0.2.27\n Downloaded time-core v0.1.8\n Downloaded num-conv v0.2.0\n Downloaded powerfmt v0.2.0\n Downloaded deranged v0.5.8\n Downloaded thiserror v2.0.18\n Downloaded thiserror-impl v2.0.18\n Downloaded errno v0.3.14\n Downloaded quick-xml v0.37.5\n Downloaded tinyvec v1.11.0\n Downloaded memoffset v0.9.1\n Downloaded siphasher v1.0.2\n Downloaded typeid v1.0.3\n Downloaded winpipe v0.1.1\n Downloaded syn v1.0.109\n Downloaded syn v2.0.117\n Downloaded wit-component v0.244.0\n Downloaded wasmparser v0.244.0\n Downloaded time v0.3.47\n Downloaded tempfile v3.27.0\n Downloaded potential_utf v0.1.4\n Downloaded windows_aarch64_gnullvm v0.48.5\n Downloaded windows_x86_64_gnullvm v0.52.6\n Downloaded uds_windows v1.2.1\n Downloaded serde-untagged v0.1.9\n Downloaded erased-serde v0.4.10\n Downloaded radicle-ssh v0.10.0\n Downloaded opaque-debug v0.3.1\n Downloaded aes v0.8.4\n Downloaded fastrand v2.3.0\n Downloaded percent-encoding v2.3.2\n Downloaded utf8_iter v1.0.4\n Downloaded zerofrom v0.1.6\n Downloaded zerofrom-derive v0.1.6\n Downloaded yoke-derive v0.8.1\n Downloaded stable_deref_trait v1.2.1\n Downloaded chrono v0.4.44\n Downloaded git2 v0.20.4\n Downloaded windows-strings v0.1.0\n Downloaded windows-result v0.2.0\n Downloaded windows-interface v0.58.0\n Downloaded windows-implement v0.58.0\n Downloaded sync-ptr v0.1.4\n Downloaded defer-heavy v0.1.0\n Downloaded radicle-oid v0.1.0\n Downloaded radicle-localtime v0.1.0\n Downloaded radicle-git-ref-format v0.1.0\n Downloaded radicle-git-metadata v0.2.0\n Downloaded radicle-crypto v0.16.0\n Downloaded ssh-encoding v0.2.0\n Downloaded pem-rfc7468 v0.7.0\n Downloaded base64ct v1.8.3\n Downloaded ssh-cipher v0.2.0\n Downloaded poly1305 v0.8.0\n Downloaded universal-hash v0.5.1\n Downloaded ctr v0.9.2\n Downloaded cipher v0.4.4\n Downloaded sha3 v0.10.8\n Downloaded smallvec v1.15.1\n Downloaded idna_adapter v1.2.1\n Downloaded icu_properties v2.1.2\n Downloaded zerovec-derive v0.11.2\n Downloaded synstructure v0.13.2\n Downloaded yoke v0.8.1\n Downloaded displaydoc v0.2.5\n Downloaded icu_provider v2.1.1\n Downloaded writeable v0.6.2\n Downloaded litemap v0.8.1\n Downloaded icu_normalizer v2.1.1\n Downloaded vcpkg v0.2.15\n Downloaded windows-core v0.58.0\n Downloaded libc v0.2.183\n Downloaded serde_norway v0.9.42\n Downloaded unsafe-libyaml-norway v0.2.15\n Downloaded ryu v1.0.23\n Downloaded url v2.5.8\n Downloaded idna v1.1.0\n Downloaded zerovec v0.11.5\n Downloaded zerotrie v0.2.3\n Downloaded icu_properties_data v2.1.2\n Downloaded icu_collections v2.1.1\n Downloaded windows_i686_gnullvm v0.52.6\n Downloaded inout v0.1.4\n Downloaded base16ct v0.2.0\n Downloaded num-iter v0.1.45\n Downloaded primeorder v0.13.6\n Downloaded valuable-serde v0.1.1\n Downloaded tracing-serde v0.2.0\n Downloaded block-padding v0.3.3\n Downloaded chacha20 v0.9.1\n Downloaded cbc v0.1.2\n Downloaded spki v0.7.3\n Downloaded icu_normalizer_data v2.1.1\n Downloaded form_urlencoded v1.2.2\n Downloaded valuable v0.1.1\n Downloaded radicle v0.22.1\n Downloaded ssh-key v0.6.7\n Downloaded elliptic-curve v0.13.8\n Downloaded tracing-subscriber v0.3.23\n Downloaded rand_core v0.6.4\n Downloaded der v0.7.10\n Downloaded radicle-ci-broker v0.27.0\n Downloaded windows_x86_64_msvc v0.48.5\n Downloaded slug v0.1.6\n Downloaded rand v0.8.5\n Downloaded num-bigint-dig v0.8.6\n Downloaded p521 v0.13.3\n Downloaded tracing-core v0.1.36\n Downloaded pin-project-lite v0.2.17\n Downloaded thread_local v1.1.9\n Downloaded lazy_static v1.5.0\n Downloaded matchers v0.2.0\n Downloaded subplotlib-derive v0.14.0\n Downloaded aes-gcm v0.10.3\n Downloaded tracing-log v0.2.0\n Downloaded spin v0.9.8\n Downloaded nu-ansi-term v0.50.3\n Downloaded subplotlib v0.14.0\n Downloaded tracing-attributes v0.1.31\n Downloaded sharded-slab v0.1.7\n Downloaded windows_x86_64_msvc v0.52.6\n Downloaded windows-sys v0.61.2\n Downloaded deunicode v1.6.2\n Downloaded regex v1.12.3\n Downloaded windows_x86_64_gnu v0.52.6\n Downloaded tera v1.20.1\n Downloaded unicode-segmentation v1.12.0\n Downloaded subplot v0.14.0\n Downloaded windows_i686_msvc v0.48.5\n Downloaded rustix v1.1.4\n Downloaded windows_i686_gnu v0.48.5\n Downloaded windows_i686_msvc v0.52.6\n Downloaded aho-corasick v1.1.4\n Downloaded windows_aarch64_msvc v0.48.5\n Downloaded windows_x86_64_gnu v0.48.5\n Downloaded windows_aarch64_msvc v0.52.6\n Downloaded windows_i686_gnu v0.52.6\n Downloaded regex-syntax v0.8.10\n Downloaded tracing v0.1.44\n Downloaded regex-automata v0.4.14\n Downloaded libz-sys v1.1.25\n Downloaded encoding_rs v0.8.35\n Downloaded winapi v0.3.9\n Downloaded libgit2-sys v0.18.3+1.9.2\n Downloaded windows-sys v0.59.0\n Downloaded windows-sys v0.52.0\n Downloaded sqlite3-src v0.7.0\n Downloaded winapi-x86_64-pc-windows-gnu v0.4.0\n Downloaded winapi-i686-pc-windows-gnu v0.4.0\n Downloaded linux-raw-sys v0.12.1\n Downloaded windows v0.58.0\n Downloaded windows v0.48.0\n","timestamp":{"secs_since_epoch":1784724867,"nanos_since_epoch":162306021},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_fetch","timestamp":{"secs_since_epoch":1784724867,"nanos_since_epoch":425840736},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784724867,"nanos_since_epoch":425861447},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784724867,"nanos_since_epoch":518389779},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724867,"nanos_since_epoch":521461536},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724867,"nanos_since_epoch":561818248},"log_source":"Plan"}
{"type":"execute_action","action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784724867,"nanos_since_epoch":563542437},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_create","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784724875,"nanos_since_epoch":832804088},"log_source":"Plan"}
{"type":"plan_succeeded","timestamp":{"secs_since_epoch":1784724875,"nanos_since_epoch":833240092},"log_source":"Plan"}
{"type":"executor_ends_successfully","timestamp":{"secs_since_epoch":1784724875,"nanos_since_epoch":833259220},"log_source":"Plan"}
EXIT CODE: 0
ambient-execute-plan0.16.0@da3268dsteps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: mkdir
pathname: /ci/artifacts/debian
- action: mkdir
pathname: /ci/artifacts/rsync
- action: mkdir
pathname: /ci/secrets
- action: mkdir
pathname: /ci/deps
- 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: tar_extract
archive: /dev/vdd
directory: /ci/artifacts
- action: tar_extract
archive: /dev/vdg
directory: /ci/secrets
- action: shell
shell: ln -sf /ci /workspace
- action: create_file
filename: /root/.ssh/config
content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n "
overwrite: true
- action: cargo_fmt
- action: cargo_clippy
- action: shell
shell: |
export HOME=/root
# "Install" the rad program. It needs to be in $PATH.
cp /root/.radicle/bin/rad /bin/.
git config --global user.name root
git config --global user.email root@example.com
cargo test
- action: cargo_doc
- 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
secrets_drive: null
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
secrets_dir: null
envs: {}
- action: mkdir pathname: /ci
- action: mkdir pathname: /ci
- action: mkdir pathname: /ci/artifacts
- action: mkdir pathname: /ci/artifacts
- action: mkdir pathname: /ci/artifacts/debian
- action: mkdir pathname: /ci/artifacts/debian
- action: mkdir pathname: /ci/artifacts/rsync
- action: mkdir pathname: /ci/artifacts/rsync
- action: mkdir pathname: /ci/secrets
- action: mkdir pathname: /ci/secrets
- action: mkdir pathname: /ci/deps
- action: mkdir pathname: /ci/deps
- action: tar_extract archive: /dev/vdc directory: /ci/src
- action: tar_extract archive: /dev/vdc directory: /ci/src
- action: tar_extract archive: /dev/vdf directory: /ci/deps
- action: tar_extract archive: /dev/vdf directory: /ci/deps
- action: tar_extract archive: /dev/vde directory: /ci/cache
- action: tar_extract archive: /dev/vde directory: /ci/cache
- action: tar_extract archive: /dev/vdd directory: /ci/artifacts
- action: tar_extract archive: /dev/vdd directory: /ci/artifacts
- action: tar_extract archive: /dev/vdg directory: /ci/secrets
- action: tar_extract archive: /dev/vdg directory: /ci/secrets
- action: shell shell: ln -sf /ci /workspace
bash-cset -xeuo pipefail
ln -sf /ci /workspace
+ ln -sf /ci /workspace
- action: shell shell: ln -sf /ci /workspace
- action: create_file filename: /root/.ssh/config content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n " overwrite: true
- action: create_file filename: /root/.ssh/config content: "Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n " overwrite: true
- action: cargo_fmt
cargo--versioncargo 1.97.1 (c980f4866 2026-06-30)
cargoclippy--versionclippy 0.1.97 (8bab26f4f6 2026-07-14)
rustc--versionrustc 1.97.1 (8bab26f4f 2026-07-14)
cargofmt--check- action: cargo_fmt
- action: cargo_clippy
cargo--versioncargo 1.97.1 (c980f4866 2026-06-30)
cargoclippy--versionclippy 0.1.97 (8bab26f4f6 2026-07-14)
rustc--versionrustc 1.97.1 (8bab26f4f 2026-07-14)
cargoclippy--offline--locked--workspace--all-targets--no-deps----denywarnings Compiling proc-macro2 v1.0.106
Compiling quote v1.0.45
Compiling unicode-ident v1.0.24
Compiling version_check v0.9.5
Compiling libc v0.2.183
Compiling syn v2.0.117
Checking cfg-if v1.0.4
Compiling typenum v1.19.0
Compiling generic-array v0.14.7
Compiling serde_core v1.0.228
Checking crypto-common v0.1.7
Compiling serde_derive v1.0.228
Compiling jobserver v0.1.34
Compiling find-msvc-tools v0.1.9
Compiling shlex v1.3.0
Compiling cc v1.2.57
Compiling synstructure v0.13.2
Compiling serde v1.0.228
Compiling zerofrom-derive v0.1.6
Compiling yoke-derive v0.8.1
Checking stable_deref_trait v1.2.1
Checking subtle v2.6.1
Checking zerofrom v0.1.6
Checking yoke v0.8.1
Compiling pkg-config v0.3.32
Compiling zerovec-derive v0.11.2
Compiling displaydoc v0.2.5
Checking bitflags v2.11.0
Checking zerovec v0.11.5
Compiling memchr v2.8.0
Checking block-padding v0.3.3
Checking block-buffer v0.10.4
Checking cpufeatures v0.2.17
Compiling thiserror v1.0.69
Checking digest v0.10.7
Checking inout v0.1.4
Checking tinystr v0.8.2
Compiling thiserror-impl v1.0.69
Checking writeable v0.6.2
Checking litemap v0.8.1
Compiling zerocopy v0.8.47
Compiling thiserror v2.0.18
Compiling zmij v1.0.21
Checking icu_locale_core v2.1.1
Checking cipher v0.4.4
Checking potential_utf v0.1.4
Checking zerotrie v0.2.3
Compiling thiserror-impl v2.0.18
Checking getrandom v0.2.17
Compiling syn v1.0.109
Compiling icu_normalizer_data v2.1.1
Compiling crossbeam-utils v0.8.21
Compiling icu_properties_data v2.1.2
Checking icu_provider v2.1.1
Checking icu_collections v2.1.1
Checking smallvec v1.15.1
Compiling vcpkg v0.2.15
Compiling libz-sys v1.1.25
Compiling rustix v1.1.4
Compiling getrandom v0.4.2
Compiling once_cell v1.21.4
Checking icu_properties v2.1.2
Checking icu_normalizer v2.1.1
Compiling amplify_syn v2.0.1
Checking universal-hash v0.5.1
Checking signature v1.6.4
Compiling linux-raw-sys v0.12.1
Compiling anyhow v1.0.102
Checking opaque-debug v0.3.1
Checking itoa v1.0.18
Checking ed25519 v1.5.3
Compiling amplify_derive v4.0.1
Checking idna_adapter v1.2.1
Compiling libgit2-sys v0.18.3+1.9.2
Compiling ahash v0.8.12
Checking log v0.4.29
Checking ascii v1.1.0
Checking amplify_num v0.5.3
Checking ct-codecs v1.1.6
Checking utf8_iter v1.0.4
Checking percent-encoding v2.3.2
Compiling autocfg v1.5.0
Compiling num-traits v0.2.19
Checking form_urlencoded v1.2.2
Checking amplify v4.9.0
Checking idna v1.1.0
Checking ec25519 v0.1.0
Checking polyval v0.6.2
Checking git-ref-format-core v0.6.0
Checking sha2 v0.10.9
Compiling aho-corasick v1.1.4
Compiling sqlite3-src v0.7.0
Checking hashbrown v0.16.1
Checking base64ct v1.8.3
Checking keccak v0.1.6
Checking equivalent v1.0.2
Compiling regex-syntax v0.8.10
Compiling same-file v1.0.6
Compiling walkdir v2.5.0
Compiling regex-automata v0.4.14
Checking indexmap v2.13.0
Checking sha3 v0.10.8
Checking pem-rfc7468 v0.7.0
Checking ghash v0.5.1
Checking cyphergraphy v0.3.0
Checking url v2.5.8
Checking rand_core v0.6.4
Checking aes v0.8.4
Checking ctr v0.9.2
Compiling encoding_rs v0.8.35
Checking aead v0.5.2
Compiling fnv v1.0.7
Compiling data-encoding v2.10.0
Checking byteorder v1.5.0
Checking base32 v0.4.0
Checking fastrand v2.3.0
Compiling arraydeque v0.5.1
Compiling serde_json v1.0.149
Compiling doc-comment v0.3.4
Compiling ident_case v1.0.1
Compiling ucd-trie v0.1.7
Compiling strsim v0.11.1
Compiling darling_core v0.20.11
Compiling pest v2.8.6
Checking git2 v0.20.4
Checking cypheraddr v0.4.0
Checking blowfish v0.9.1
Compiling data-encoding-macro-internal v0.1.17
Checking aes-gcm v0.10.3
Compiling crossbeam-epoch v0.9.18
Compiling hashbrown v0.14.5
Checking ssh-encoding v0.2.0
Checking poly1305 v0.8.0
Checking chacha20 v0.9.1
Checking cbc v0.1.2
Checking pbkdf2 v0.12.2
Compiling bstr v1.12.1
Compiling match-lookup v0.1.2
Compiling foldhash v0.1.5
Compiling unicode-width v0.2.2
Checking const-str v0.4.3
Compiling libm v0.2.16
Checking zeroize v1.8.2
Checking base256emoji v1.0.2
Compiling globset v0.4.18
Checking data-encoding-macro v0.1.19
Compiling hashbrown v0.15.5
Checking bcrypt-pbkdf v0.10.0
Checking ssh-cipher v0.2.0
Compiling hashlink v0.9.1
Checking sqlite3-sys v0.18.0
Compiling crossbeam-deque v0.8.6
Checking socks5-client v0.4.1
Compiling pest_meta v2.8.6
Compiling darling_macro v0.20.11
Checking rand v0.8.5
Compiling serde_path_to_error v0.1.20
Compiling ppv-lite86 v0.2.21
Compiling tracing-attributes v0.1.31
Checking base-x v0.2.11
Compiling typeid v1.0.3
Checking signature v2.2.0
Compiling crc32fast v1.5.0
Compiling ref-cast v1.0.25
Compiling cfg_aliases v0.2.1
Compiling nix v0.29.0
Checking ssh-key v0.6.7
Checking multibase v0.9.2
Compiling rand_chacha v0.3.1
Compiling pest_generator v2.8.6
Checking qcheck v1.0.0
Compiling darling v0.20.11
Checking cyphernet v0.5.2
Compiling ignore v0.4.25
Checking sqlite v0.37.0
Compiling yaml-rust2 v0.9.0
Compiling hashlink v0.10.0
Checking radicle-ssh v0.10.0
Checking chrono v0.4.44
Compiling pikchr v0.1.4
Compiling ref-cast-impl v1.0.25
Compiling serde_derive_internals v0.29.1
Compiling proc-macro-error-attr2 v2.0.0
Compiling erased-serde v0.4.10
Compiling pulldown-cmark v0.13.3
Compiling adler2 v2.0.1
Compiling simd-adler32 v0.3.8
Checking utf8parse v0.2.2
Compiling smawk v0.3.2
Compiling unicode-linebreak v0.1.5
Compiling deunicode v1.6.2
Compiling slug v0.1.6
Compiling textwrap v0.16.2
Compiling tempfile v3.27.0
Checking anstyle-parse v1.0.0
Compiling schemars_derive v1.2.1
Compiling miniz_oxide v0.8.9
Compiling proc-macro-error2 v2.0.1
Compiling humansize v2.1.3
Checking radicle-crypto v0.16.0
Compiling yaml-rust2 v0.10.4
Compiling marked-yaml v0.7.2
Compiling globwalk v0.9.1
Compiling pest_derive v2.8.6
Compiling derive_builder_core v0.20.2
Compiling getopts v0.2.24
Checking radicle-oid v0.1.0
Compiling regex v1.12.3
Compiling subplot v0.14.0
Checking tracing-core v0.1.36
Compiling xattr v1.6.1
Checking nonempty v0.9.0
Compiling filetime v0.2.27
Compiling culpa-macros v1.0.2
Checking powerfmt v0.2.0
Compiling num-conv v0.2.0
Checking anstyle-query v1.1.5
Checking is_terminal_polyfill v1.70.2
Compiling pulldown-cmark-escape v0.11.0
Compiling pin-project-lite v0.2.17
Compiling lazy_static v1.5.0
Checking tinyvec_macros v0.1.1
Compiling time-core v0.1.8
Compiling unicase v2.9.0
Checking anstyle v1.0.14
Checking colorchoice v1.0.5
Compiling utf8-width v0.1.8
Compiling unicode-segmentation v1.12.0
Checking dyn-clone v1.0.20
Checking schemars v1.2.1
Compiling tera v1.20.1
Compiling html-escape v0.2.13
Checking anstream v1.0.0
Compiling time-macros v0.2.27
Checking tinyvec v1.11.0
Compiling tracing v0.1.44
Checking deranged v0.5.8
Compiling tar v0.4.45
Compiling roadmap v0.7.0
Compiling flate2 v1.1.9
Compiling derive_builder_macro v0.20.2
Compiling marked-yaml v0.8.0
Compiling git-ref-format-macro v0.6.0
Checking terminal_size v0.4.4
Checking radicle-dag v0.10.0
Checking radicle-git-metadata v0.1.0
Checking cvt v0.1.2
Compiling rust_decimal v1.40.0
Checking clap_lex v1.1.0
Compiling base64 v0.22.1
Compiling heck v0.5.0
Checking base64 v0.21.7
Compiling descape v3.0.0
Compiling line-col v0.2.1
Checking clap_builder v4.6.0
Compiling clap_derive v4.6.0
Checking quick-xml v0.37.5
Checking time v0.3.47
Checking fs_at v0.2.1
Checking crossbeam-channel v0.5.15
Checking radicle-cob v0.19.0
Checking git-ref-format v0.6.0
Checking serde-untagged v0.1.9
Checking derive_builder v0.20.2
Compiling radicle-surf v0.27.0
Checking unicode-normalization v0.1.25
Checking radicle-core v0.2.0
Compiling culpa v1.0.2
Checking diligent-date-parser v0.1.5
Checking radicle-git-metadata v0.2.0
Checking radicle-git-ref-format v0.1.0
Checking radicle-localtime v0.1.0
Checking bytesize v2.3.1
Checking siphasher v1.0.2
Checking never v0.1.0
Checking radicle-std-ext v0.2.0
Checking normpath v1.5.0
Checking arrayvec v0.7.6
Compiling subplotlib v0.14.0
Checking dunce v1.0.5
Checking fast-glob v0.3.3
Checking radicle v0.22.1
Checking remove_dir_all v1.0.0
Checking radicle-git-ext v0.12.0
Checking atom_syndication v0.12.7
Compiling subplotlib-derive v0.14.0
Checking clap v4.6.0
Checking sharded-slab v0.1.7
Checking tracing-serde v0.2.0
Checking tracing-log v0.2.0
Checking matchers v0.2.0
Checking uuid v1.22.0
Checking fs2 v0.4.3
Checking thread_local v1.1.9
Checking nonempty v0.11.0
Checking unsafe-libyaml-norway v0.2.15
Checking ryu v1.0.23
Checking nu-ansi-term v0.50.3
Checking shell-words v1.1.1
Compiling radicle-ci-broker v0.27.0
Checking state v0.6.0
Checking winnow v0.7.15
Checking radicle-job v0.5.2
Checking duration-str v0.21.0
Checking tracing-subscriber v0.3.23
Checking serde_norway v0.9.42
Checking rss v2.0.12
Checking html-page v0.5.0
Checking nonempty v0.12.0
Compiling radicle-native-ci v0.14.0 (/ci/src)
error: redundant reference in `format!` argument
--> src/run.rs:156:57
|
156 | let snippet = format!("set -xeuo pipefail\n{}", &runspec.shell);
| ^^^^^^^^^^^^^^ help: remove the redundant `&`: `runspec.shell`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting
= note: `-D clippy::useless-borrows-in-formatting` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::useless_borrows_in_formatting)]`
error: could not compile `radicle-native-ci` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `radicle-native-ci` (lib test) due to 1 previous error
- action: cargo_clippy
BdsDxe: 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)
Booting `Debian GNU/Linux'
Loading Linux 6.12.86+deb13-amd64 ...
Loading initial ramdisk ...
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
Loading, please wait...
Starting systemd-udevd version 257.13-1~deb13u1
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.41
fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/vda2
fsck exited with status code 8
done.
Warning: File system check failed but did not detect errors
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
Welcome to Debian GNU/Linux 13 (trixie)!
[ OK ] Created slice system-getty.slice - Slice /system/getty.
[ OK ] Created slice system-modprobe.slice - Slice /system/modprobe.
[ OK ] Created slice system-serial\x2dget…slice - Slice /system/serial-getty.
[ OK ] Created slice user.slice - User and Session Slice.
[ OK ] Started systemd-ask-password-conso…equests to Console Directory Watch.
[ OK ] Started systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[ OK ] Set up automount proc-sys-fs-binfm…ormats File System Automount Point.
Expecting device dev-ttyS0.device - /dev/ttyS0...
[ OK ] Reached target paths.target - Path Units.
[ OK ] Reached target remote-fs.target - Remote File Systems.
[ OK ] Reached target slices.target - Slice Units.
[ OK ] Reached target swap.target - Swaps.
[ OK ] Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ OK ] Listening on systemd-initctl.socke…- initctl Compatibility Named Pipe.
[ OK ] Listening on systemd-journald-dev-…socket - Journal Socket (/dev/log).
[ OK ] Listening on systemd-journald.socket - Journal Sockets.
[ OK ] Listening on systemd-networkd.socket - Network Service Netlink Socket.
[ OK ] Listening on systemd-udevd-control.socket - udev Control Socket.
[ OK ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
Mounting dev-hugepages.mount - Huge Pages File System...
Mounting dev-mqueue.mount - POSIX Message Queue File System...
Mounting run-lock.mount - Legacy Locks Directory /run/lock...
Mounting sys-kernel-debug.mount - Kernel Debug File System...
Mounting sys-kernel-tracing.mount - Kernel Trace File System...
Mounting tmp.mount - Temporary Directory /tmp...
Starting kmod-static-nodes.service…eate List of Static Device Nodes...
Starting modprobe@configfs.service - Load Kernel Module configfs...
Starting modprobe@drm.service - Load Kernel Module drm...
Starting modprobe@efi_pstore.servi… - Load Kernel Module efi_pstore...
Starting modprobe@fuse.service - Load Kernel Module fuse...
Starting systemd-journald.service - Journal Service...
Starting systemd-modules-load.service - Load Kernel Modules...
Starting systemd-network-generator…k Units from Kernel Command Line...
Starting systemd-remount-fs.servic…unt Root and Kernel File Systems...
Starting systemd-udev-load-credent…Load udev Rules from Credentials...
Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ OK ] Mounted dev-hugepages.mount - Huge Pages File System.
[ OK ] Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ OK ] Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[ OK ] Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ OK ] Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ OK ] Mounted tmp.mount - Temporary Directory /tmp.
[ OK ] Finished kmod-static-nodes.service…Create List of Static Device Nodes.
[ OK ] Finished modprobe@configfs.service - Load Kernel Module configfs.
[ OK ] Finished modprobe@drm.service - Load Kernel Module drm.
[ OK ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ OK ] Finished modprobe@fuse.service - Load Kernel Module fuse.
[ OK ] Finished systemd-modules-load.service - Load Kernel Modules.
[ OK ] Finished systemd-network-generator…ork Units from Kernel Command Line.
[ OK ] Finished systemd-remount-fs.servic…mount Root and Kernel File Systems.
[ OK ] Finished systemd-udev-load-credent…- Load udev Rules from Credentials.
[ OK ] Reached target network-pre.target - Preparation for Network.
Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
Mounting sys-kernel-config.mount - Kernel Configuration File System...
Starting systemd-random-seed.service - Load/Save OS Random Seed...
Starting systemd-sysctl.service - Apply Kernel Variables...
Starting systemd-tmpfiles-setup-de… Device Nodes in /dev gracefully...
[ OK ] Started systemd-journald.service - Journal Service.
[ OK ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ OK ] Mounted sys-kernel-config.mount - Kernel Configuration File System.
Starting systemd-journal-flush.ser…sh Journal to Persistent Storage...
[ OK ] Finished systemd-sysctl.service - Apply Kernel Variables.
[ OK ] Finished systemd-random-seed.service - Load/Save OS Random Seed.
[ OK ] Finished systemd-tmpfiles-setup-de…ic Device Nodes in /dev gracefully.
Starting systemd-sysusers.service - Create System Users...
[ OK ] Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[ OK ] Finished systemd-sysusers.service - Create System Users.
Starting systemd-resolved.service - Network Name Resolution...
Starting systemd-tmpfiles-setup-de…eate Static Device Nodes in /dev...
[ OK ] Finished systemd-journal-flush.ser…lush Journal to Persistent Storage.
[ OK ] Finished systemd-tmpfiles-setup-de…Create Static Device Nodes in /dev.
[ OK ] Reached target local-fs-pre.target…Preparation for Local File Systems.
[ OK ] Set up automount efi.automount - EFI System Partition Automount.
[ OK ] Reached target local-fs.target - Local File Systems.
[ OK ] Listening on systemd-sysext.socket… System Extension Image Management.
Starting systemd-binfmt.service - Set Up Additional Binary Formats...
Starting systemd-tmpfiles-setup.se…ate System Files and Directories...
Starting systemd-udevd.service - R…ager for Device Events and Files...
[ OK ] Started systemd-resolved.service - Network Name Resolution.
[ OK ] Reached target nss-lookup.target - Host and Network Name Lookups.
[ OK ] Finished systemd-tmpfiles-setup.se…reate System Files and Directories.
Starting ldconfig.service - Rebuild Dynamic Linker Cache...
Starting systemd-journal-catalog-u…ervice - Rebuild Journal Catalog...
[ OK ] Started systemd-udevd.service - Ru…anager for Device Events and Files.
Starting systemd-networkd.service - Network Configuration...
[ OK ] Finished systemd-journal-catalog-u….service - Rebuild Journal Catalog.
[ OK ] Found device dev-ttyS0.device - /dev/ttyS0.
[ OK ] Finished ldconfig.service - Rebuild Dynamic Linker Cache.
Starting systemd-update-done.service - Update is Completed...
[ OK ] Finished systemd-update-done.service - Update is Completed.
Mounting proc-sys-fs-binfmt_misc.m…cutable File Formats File System...
[ OK ] Mounted proc-sys-fs-binfmt_misc.mo…xecutable File Formats File System.
[ OK ] Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[ OK ] Reached target sysinit.target - System Initialization.
[ OK ] Started apt-daily.timer - Daily apt download activities.
[ OK ] Started apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[ OK ] Started dpkg-db-backup.timer - Daily dpkg database backup timer.
[ OK ] Started fstrim.timer - Discard unused filesystem blocks once a week.
[ OK ] Started man-db.timer - Daily man-db regeneration.
[ OK ] Started systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[ OK ] Reached target timers.target - Timer Units.
[ OK ] Listening on dbus.socket - D-Bus System Message Bus Socket.
[ OK ] Listening on sshd-unix-local.socke…temd-ssh-generator, AF_UNIX Local).
[ OK ] Listening on systemd-hostnamed.socket - Hostname Service Socket.
[ OK ] Reached target sockets.target - Socket Units.
[ OK ] Reached target basic.target - Basic System.
Starting ambient.service - Run build job for Ambient CI...
Starting dbus.service - D-Bus System Message Bus...
Starting grub-common.service - Record successful boot for GRUB...
Starting systemd-logind.service - User Login Management...
[ OK ] Listening on systemd-rfkill.socket…ll Switch Status /dev/rfkill Watch.
[ OK ] Started dbus.service - D-Bus System Message Bus.
[ OK ] Finished grub-common.service - Record successful boot for GRUB.
[ OK ] Started systemd-logind.service - User Login Management.
[ OK ] Started systemd-networkd.service - Network Configuration.
[ OK ] Reached target network.target - Network.
Starting ssh.service - OpenBSD Secure Shell server...
Starting systemd-networkd-persiste…tent Storage in systemd-networkd...
Starting systemd-user-sessions.service - Permit User Sessions...
[ OK ] Finished systemd-user-sessions.service - Permit User Sessions.
[ OK ] Started getty@tty1.service - Getty on tty1.
[ OK ] Started serial-getty@ttyS0.service - Serial Getty on ttyS0.
[ OK ] Reached target getty.target - Login Prompts.
[ OK ] Finished systemd-networkd-persiste…istent Storage in systemd-networkd.
[ OK ] Started ssh.service - OpenBSD Secure Shell server.
Debian GNU/Linux 13 ambient-dev ttyS0
ambient-dev login: [ OK ] Removed slice system-modprobe.slice - Slice /system/modprobe.
[ OK ] Stopped target getty.target - Login Prompts.
[ OK ] Stopped target nss-lookup.target - Host and Network Name Lookups.
[ OK ] Stopped target timers.target - Timer Units.
[ OK ] Stopped apt-daily-upgrade.timer - …y apt upgrade and clean activities.
[ OK ] Stopped apt-daily.timer - Daily apt download activities.
[ OK ] Stopped dpkg-db-backup.timer - Daily dpkg database backup timer.
[ OK ] Stopped fstrim.timer - Discard unused filesystem blocks once a week.
[ OK ] Stopped man-db.timer - Daily man-db regeneration.
[ OK ] Stopped systemd-tmpfiles-clean.tim…y Cleanup of Temporary Directories.
[ OK ] Closed systemd-rfkill.socket - Loa…ll Switch Status /dev/rfkill Watch.
Stopping dbus.service - D-Bus System Message Bus...
Stopping getty@tty1.service - Getty on tty1...
Stopping serial-getty@ttyS0.service - Serial Getty on ttyS0...
Stopping ssh.service - OpenBSD Secure Shell server...
Stopping systemd-logind.service - User Login Management...
Stopping systemd-networkd-persiste…tent Storage in systemd-networkd...
Stopping systemd-random-seed.service - Load/Save OS Random Seed...
[ OK ] Stopped systemd-udev-load-credenti…- Load udev Rules from Credentials.
[ OK ] Stopped dbus.service - D-Bus System Message Bus.
[ OK ] Stopped systemd-logind.service - User Login Management.
[ OK ] Stopped getty@tty1.service - Getty on tty1.
[ OK ] Stopped serial-getty@ttyS0.service - Serial Getty on ttyS0.
[ OK ] Stopped ssh.service - OpenBSD Secure Shell server.
[ OK ] Stopped ambient.service - Run build job for Ambient CI.
[ OK ] Stopped systemd-networkd-persisten…istent Storage in systemd-networkd.
[ OK ] Stopped systemd-random-seed.service - Load/Save OS Random Seed.
[ OK ] Removed slice system-getty.slice - Slice /system/getty.
[ OK ] Removed slice system-serial\x2dget…slice - Slice /system/serial-getty.
Stopping systemd-user-sessions.service - Permit User Sessions...
[ OK ] Stopped systemd-user-sessions.service - Permit User Sessions.
[ OK ] Stopped target basic.target - Basic System.
[ OK ] Stopped target network.target - Network.
[ OK ] Stopped target paths.target - Path Units.
[ OK ] Stopped systemd-ask-password-conso…equests to Console Directory Watch.
[ OK ] Stopped systemd-ask-password-wall.…d Requests to Wall Directory Watch.
[ OK ] Stopped target remote-fs.target - Remote File Systems.
[ OK ] Stopped target slices.target - Slice Units.
[ OK ] Removed slice user.slice - User and Session Slice.
[ OK ] Stopped target sockets.target - Socket Units.
[ OK ] Closed dbus.socket - D-Bus System Message Bus Socket.
[ OK ] Closed sshd-unix-local.socket - Op…temd-ssh-generator, AF_UNIX Local).
[ OK ] Closed systemd-hostnamed.socket - Hostname Service Socket.
[ OK ] Stopped target sysinit.target - System Initialization.
Stopping systemd-binfmt.service - Set Up Additional Binary Formats...
Stopping systemd-networkd.service - Network Configuration...
Stopping systemd-resolved.service - Network Name Resolution...
[ OK ] Stopped systemd-update-done.service - Update is Completed.
[ OK ] Stopped ldconfig.service - Rebuild Dynamic Linker Cache.
[ OK ] Stopped systemd-journal-catalog-up….service - Rebuild Journal Catalog.
[ OK ] Stopped systemd-tmpfiles-setup.ser…reate System Files and Directories.
[ OK ] Stopped systemd-networkd.service - Network Configuration.
[ OK ] Stopped target network-pre.target - Preparation for Network.
[ OK ] Closed systemd-networkd.socket - Network Service Netlink Socket.
[ OK ] Stopped systemd-network-generator.…ork Units from Kernel Command Line.
[ OK ] Stopped systemd-binfmt.service - Set Up Additional Binary Formats.
[ OK ] Unset automount proc-sys-fs-binfmt…ormats File System Automount Point.
[ OK ] Stopped target local-fs.target - Local File Systems.
[ OK ] Unset automount efi.automount - EFI System Partition Automount.
[ OK ] Stopped target local-fs-pre.target…Preparation for Local File Systems.
Unmounting run-lock.mount - Legacy Locks Directory /run/lock...
Unmounting tmp.mount - Temporary Directory /tmp...
[ OK ] Stopped systemd-tmpfiles-setup-dev…Create Static Device Nodes in /dev.
[ OK ] Stopped systemd-resolved.service - Network Name Resolution.
[ OK ] Unmounted run-lock.mount - Legacy Locks Directory /run/lock.
[ OK ] Unmounted tmp.mount - Temporary Directory /tmp.
[ OK ] Stopped target swap.target - Swaps.
[ OK ] Reached target umount.target - Unmount All Filesystems.
[ OK ] Stopped systemd-sysctl.service - Apply Kernel Variables.
[ OK ] Stopped systemd-modules-load.service - Load Kernel Modules.
[ OK ] Stopped systemd-sysusers.service - Create System Users.
[ OK ] Stopped systemd-remount-fs.service…mount Root and Kernel File Systems.
[ OK ] Stopped systemd-tmpfiles-setup-dev…ic Device Nodes in /dev gracefully.
[ OK ] Reached target shutdown.target - System Shutdown.
[ OK ] Reached target final.target - Late Shutdown Services.
[ OK ] Finished systemd-poweroff.service - System Power Off.
[ OK ] Reached target poweroff.target - System Power Off.
[ 232.486446] reboot: Power down
BdsDxe: 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)
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
INFO: Block devices
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sr0 11:0 1 372K 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 5.3M 1 disk
vdc 254:32 0 1.9M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 100G 1 disk
vdg 254:96 0 10K 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2026-07-22 12:54 ./
-rw-r--r-- _rad/_rad 1644 2026-07-22 12:54 ./plan.yaml
-rwxr-xr-x _rad/_rad 5525824 2026-07-22 12:54 ./run-ci
INFO: Extracted files:
8 0 drwxr-xr-x 2 1000 1000 80 Jul 22 12:54 .
10 5400 -rwxr-xr-x 1 1000 1000 5525824 Jul 22 12:54 ./run-ci
9 4 -rw-r--r-- 1 1000 1000 1644 Jul 22 12:54 ./plan.yaml
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
{"type":"executor_starts","name":"ambient-execute-plan","version":"0.16.0@da3268d","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":830968106},"log_source":"Plan"}
{"type":"runnable_plan","steps":[{"action":"mkdir","pathname":"/ci"},{"action":"mkdir","pathname":"/ci/artifacts"},{"action":"mkdir","pathname":"/ci/artifacts/debian"},{"action":"mkdir","pathname":"/ci/artifacts/rsync"},{"action":"mkdir","pathname":"/ci/secrets"},{"action":"mkdir","pathname":"/ci/deps"},{"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":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts"},{"action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets"},{"action":"shell","shell":"ln -sf /ci /workspace"},{"action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n ","overwrite":true},{"action":"cargo_fmt"},{"action":"cargo_clippy"},{"action":"shell","shell":"export HOME=/root\n# \"Install\" the rad program. It needs to be in $PATH.\ncp /root/.radicle/bin/rad /bin/.\ngit config --global user.name root\ngit config --global user.email root@example.com\ncargo test\n"},{"action":"cargo_doc"},{"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","secrets_drive":null,"workspace_dir":"/ci","source_dir":"/ci/src","deps_dir":"/ci/deps","cache_dir":"/ci/cache","artifacts_dir":"/ci/artifacts","secrets_dir":null,"envs":{},"timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":836815053},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":884249340},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":892541226},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":895976709},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":899742751},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":924063069},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/debian","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":927662499},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":933577037},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/artifacts/rsync","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":938714508},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":942694408},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/secrets","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":947934240},"log_source":"Plan"}
{"type":"execute_action","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":954415048},"log_source":"Plan"}
{"type":"action_succeeded","action":"mkdir","pathname":"/ci/deps","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":976751957},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784724889,"nanos_since_epoch":983576608},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdc","directory":"/ci/src","timestamp":{"secs_since_epoch":1784724890,"nanos_since_epoch":33220681},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784724890,"nanos_since_epoch":37534863},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdf","directory":"/ci/deps","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":572980352},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":576224407},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vde","directory":"/ci/cache","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":582550175},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":585741730},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdd","directory":"/ci/artifacts","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":591414090},"log_source":"Plan"}
{"type":"execute_action","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":595080438},"log_source":"Plan"}
{"type":"action_succeeded","action":"tar_extract","archive":"/dev/vdg","directory":"/ci/secrets","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":600708736},"log_source":"Plan"}
{"type":"execute_action","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":604032808},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[98,97,115,104]},{"Unix":[45,99]},{"Unix":[115,101,116,32,45,120,101,117,111,32,112,105,112,101,102,97,105,108,10,108,110,32,45,115,102,32,47,99,105,32,47,119,111,114,107,115,112,97,99,101,10]}],"timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":606935015},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"+ ln -sf /ci /workspace\n","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":615970827},"log_source":"Plan"}
{"type":"action_succeeded","action":"shell","shell":"ln -sf /ci /workspace","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":619057907},"log_source":"Plan"}
{"type":"execute_action","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n ","overwrite":true,"timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":621787893},"log_source":"Plan"}
{"type":"action_succeeded","action":"create_file","filename":"/root/.ssh/config","content":"Host *\nStrictHostKeyChecking accept-new\nIdentityFile /ci/secrets/ssh_key\n ","overwrite":true,"timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":626918738},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_fmt","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":631977459},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":634402710},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.97.1 (c980f4866 2026-06-30)\n","stderr":"","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":669352081},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[99,108,105,112,112,121]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":672770692},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.97 (8bab26f4f6 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":743205891},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[114,117,115,116,99]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":746989980},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.97.1 (8bab26f4f 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":777710300},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[102,109,116]},{"Unix":[45,45,99,104,101,99,107]}],"timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":779629475},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"","stderr":"","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":938180063},"log_source":"Plan"}
{"type":"action_succeeded","action":"cargo_fmt","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":941594980},"log_source":"Plan"}
{"type":"execute_action","action":"cargo_clippy","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":944521484},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":947597257},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"cargo 1.97.1 (c980f4866 2026-06-30)\n","stderr":"","timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":967614355},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[99,108,105,112,112,121]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1784724892,"nanos_since_epoch":972109331},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"clippy 0.1.97 (8bab26f4f6 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1784724893,"nanos_since_epoch":29624930},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[114,117,115,116,99]},{"Unix":[45,45,118,101,114,115,105,111,110]}],"timestamp":{"secs_since_epoch":1784724893,"nanos_since_epoch":33937089},"log_source":"Plan"}
{"type":"program_succeeded","exit_code":0,"stdout":"rustc 1.97.1 (8bab26f4f 2026-07-14)\n","stderr":"","timestamp":{"secs_since_epoch":1784724893,"nanos_since_epoch":61876767},"log_source":"Plan"}
{"type":"start_program","argv":[{"Unix":[99,97,114,103,111]},{"Unix":[99,108,105,112,112,121]},{"Unix":[45,45,111,102,102,108,105,110,101]},{"Unix":[45,45,108,111,99,107,101,100]},{"Unix":[45,45,119,111,114,107,115,112,97,99,101]},{"Unix":[45,45,97,108,108,45,116,97,114,103,101,116,115]},{"Unix":[45,45,110,111,45,100,101,112,115]},{"Unix":[45,45]},{"Unix":[45,45,100,101,110,121]},{"Unix":[119,97,114,110,105,110,103,115]}],"timestamp":{"secs_since_epoch":1784724893,"nanos_since_epoch":62640698},"log_source":"Plan"}
{"type":"program_failed","exit_code":101,"stdout":"","stderr":" Compiling proc-macro2 v1.0.106\n Compiling quote v1.0.45\n Compiling unicode-ident v1.0.24\n Compiling version_check v0.9.5\n Compiling libc v0.2.183\n Compiling syn v2.0.117\n Checking cfg-if v1.0.4\n Compiling typenum v1.19.0\n Compiling generic-array v0.14.7\n Compiling serde_core v1.0.228\n Checking crypto-common v0.1.7\n Compiling serde_derive v1.0.228\n Compiling jobserver v0.1.34\n Compiling find-msvc-tools v0.1.9\n Compiling shlex v1.3.0\n Compiling cc v1.2.57\n Compiling synstructure v0.13.2\n Compiling serde v1.0.228\n Compiling zerofrom-derive v0.1.6\n Compiling yoke-derive v0.8.1\n Checking stable_deref_trait v1.2.1\n Checking subtle v2.6.1\n Checking zerofrom v0.1.6\n Checking yoke v0.8.1\n Compiling pkg-config v0.3.32\n Compiling zerovec-derive v0.11.2\n Compiling displaydoc v0.2.5\n Checking bitflags v2.11.0\n Checking zerovec v0.11.5\n Compiling memchr v2.8.0\n Checking block-padding v0.3.3\n Checking block-buffer v0.10.4\n Checking cpufeatures v0.2.17\n Compiling thiserror v1.0.69\n Checking digest v0.10.7\n Checking inout v0.1.4\n Checking tinystr v0.8.2\n Compiling thiserror-impl v1.0.69\n Checking writeable v0.6.2\n Checking litemap v0.8.1\n Compiling zerocopy v0.8.47\n Compiling thiserror v2.0.18\n Compiling zmij v1.0.21\n Checking icu_locale_core v2.1.1\n Checking cipher v0.4.4\n Checking potential_utf v0.1.4\n Checking zerotrie v0.2.3\n Compiling thiserror-impl v2.0.18\n Checking getrandom v0.2.17\n Compiling syn v1.0.109\n Compiling icu_normalizer_data v2.1.1\n Compiling crossbeam-utils v0.8.21\n Compiling icu_properties_data v2.1.2\n Checking icu_provider v2.1.1\n Checking icu_collections v2.1.1\n Checking smallvec v1.15.1\n Compiling vcpkg v0.2.15\n Compiling libz-sys v1.1.25\n Compiling rustix v1.1.4\n Compiling getrandom v0.4.2\n Compiling once_cell v1.21.4\n Checking icu_properties v2.1.2\n Checking icu_normalizer v2.1.1\n Compiling amplify_syn v2.0.1\n Checking universal-hash v0.5.1\n Checking signature v1.6.4\n Compiling linux-raw-sys v0.12.1\n Compiling anyhow v1.0.102\n Checking opaque-debug v0.3.1\n Checking itoa v1.0.18\n Checking ed25519 v1.5.3\n Compiling amplify_derive v4.0.1\n Checking idna_adapter v1.2.1\n Compiling libgit2-sys v0.18.3+1.9.2\n Compiling ahash v0.8.12\n Checking log v0.4.29\n Checking ascii v1.1.0\n Checking amplify_num v0.5.3\n Checking ct-codecs v1.1.6\n Checking utf8_iter v1.0.4\n Checking percent-encoding v2.3.2\n Compiling autocfg v1.5.0\n Compiling num-traits v0.2.19\n Checking form_urlencoded v1.2.2\n Checking amplify v4.9.0\n Checking idna v1.1.0\n Checking ec25519 v0.1.0\n Checking polyval v0.6.2\n Checking git-ref-format-core v0.6.0\n Checking sha2 v0.10.9\n Compiling aho-corasick v1.1.4\n Compiling sqlite3-src v0.7.0\n Checking hashbrown v0.16.1\n Checking base64ct v1.8.3\n Checking keccak v0.1.6\n Checking equivalent v1.0.2\n Compiling regex-syntax v0.8.10\n Compiling same-file v1.0.6\n Compiling walkdir v2.5.0\n Compiling regex-automata v0.4.14\n Checking indexmap v2.13.0\n Checking sha3 v0.10.8\n Checking pem-rfc7468 v0.7.0\n Checking ghash v0.5.1\n Checking cyphergraphy v0.3.0\n Checking url v2.5.8\n Checking rand_core v0.6.4\n Checking aes v0.8.4\n Checking ctr v0.9.2\n Compiling encoding_rs v0.8.35\n Checking aead v0.5.2\n Compiling fnv v1.0.7\n Compiling data-encoding v2.10.0\n Checking byteorder v1.5.0\n Checking base32 v0.4.0\n Checking fastrand v2.3.0\n Compiling arraydeque v0.5.1\n Compiling serde_json v1.0.149\n Compiling doc-comment v0.3.4\n Compiling ident_case v1.0.1\n Compiling ucd-trie v0.1.7\n Compiling strsim v0.11.1\n Compiling darling_core v0.20.11\n Compiling pest v2.8.6\n Checking git2 v0.20.4\n Checking cypheraddr v0.4.0\n Checking blowfish v0.9.1\n Compiling data-encoding-macro-internal v0.1.17\n Checking aes-gcm v0.10.3\n Compiling crossbeam-epoch v0.9.18\n Compiling hashbrown v0.14.5\n Checking ssh-encoding v0.2.0\n Checking poly1305 v0.8.0\n Checking chacha20 v0.9.1\n Checking cbc v0.1.2\n Checking pbkdf2 v0.12.2\n Compiling bstr v1.12.1\n Compiling match-lookup v0.1.2\n Compiling foldhash v0.1.5\n Compiling unicode-width v0.2.2\n Checking const-str v0.4.3\n Compiling libm v0.2.16\n Checking zeroize v1.8.2\n Checking base256emoji v1.0.2\n Compiling globset v0.4.18\n Checking data-encoding-macro v0.1.19\n Compiling hashbrown v0.15.5\n Checking bcrypt-pbkdf v0.10.0\n Checking ssh-cipher v0.2.0\n Compiling hashlink v0.9.1\n Checking sqlite3-sys v0.18.0\n Compiling crossbeam-deque v0.8.6\n Checking socks5-client v0.4.1\n Compiling pest_meta v2.8.6\n Compiling darling_macro v0.20.11\n Checking rand v0.8.5\n Compiling serde_path_to_error v0.1.20\n Compiling ppv-lite86 v0.2.21\n Compiling tracing-attributes v0.1.31\n Checking base-x v0.2.11\n Compiling typeid v1.0.3\n Checking signature v2.2.0\n Compiling crc32fast v1.5.0\n Compiling ref-cast v1.0.25\n Compiling cfg_aliases v0.2.1\n Compiling nix v0.29.0\n Checking ssh-key v0.6.7\n Checking multibase v0.9.2\n Compiling rand_chacha v0.3.1\n Compiling pest_generator v2.8.6\n Checking qcheck v1.0.0\n Compiling darling v0.20.11\n Checking cyphernet v0.5.2\n Compiling ignore v0.4.25\n Checking sqlite v0.37.0\n Compiling yaml-rust2 v0.9.0\n Compiling hashlink v0.10.0\n Checking radicle-ssh v0.10.0\n Checking chrono v0.4.44\n Compiling pikchr v0.1.4\n Compiling ref-cast-impl v1.0.25\n Compiling serde_derive_internals v0.29.1\n Compiling proc-macro-error-attr2 v2.0.0\n Compiling erased-serde v0.4.10\n Compiling pulldown-cmark v0.13.3\n Compiling adler2 v2.0.1\n Compiling simd-adler32 v0.3.8\n Checking utf8parse v0.2.2\n Compiling smawk v0.3.2\n Compiling unicode-linebreak v0.1.5\n Compiling deunicode v1.6.2\n Compiling slug v0.1.6\n Compiling textwrap v0.16.2\n Compiling tempfile v3.27.0\n Checking anstyle-parse v1.0.0\n Compiling schemars_derive v1.2.1\n Compiling miniz_oxide v0.8.9\n Compiling proc-macro-error2 v2.0.1\n Compiling humansize v2.1.3\n Checking radicle-crypto v0.16.0\n Compiling yaml-rust2 v0.10.4\n Compiling marked-yaml v0.7.2\n Compiling globwalk v0.9.1\n Compiling pest_derive v2.8.6\n Compiling derive_builder_core v0.20.2\n Compiling getopts v0.2.24\n Checking radicle-oid v0.1.0\n Compiling regex v1.12.3\n Compiling subplot v0.14.0\n Checking tracing-core v0.1.36\n Compiling xattr v1.6.1\n Checking nonempty v0.9.0\n Compiling filetime v0.2.27\n Compiling culpa-macros v1.0.2\n Checking powerfmt v0.2.0\n Compiling num-conv v0.2.0\n Checking anstyle-query v1.1.5\n Checking is_terminal_polyfill v1.70.2\n Compiling pulldown-cmark-escape v0.11.0\n Compiling pin-project-lite v0.2.17\n Compiling lazy_static v1.5.0\n Checking tinyvec_macros v0.1.1\n Compiling time-core v0.1.8\n Compiling unicase v2.9.0\n Checking anstyle v1.0.14\n Checking colorchoice v1.0.5\n Compiling utf8-width v0.1.8\n Compiling unicode-segmentation v1.12.0\n Checking dyn-clone v1.0.20\n Checking schemars v1.2.1\n Compiling tera v1.20.1\n Compiling html-escape v0.2.13\n Checking anstream v1.0.0\n Compiling time-macros v0.2.27\n Checking tinyvec v1.11.0\n Compiling tracing v0.1.44\n Checking deranged v0.5.8\n Compiling tar v0.4.45\n Compiling roadmap v0.7.0\n Compiling flate2 v1.1.9\n Compiling derive_builder_macro v0.20.2\n Compiling marked-yaml v0.8.0\n Compiling git-ref-format-macro v0.6.0\n Checking terminal_size v0.4.4\n Checking radicle-dag v0.10.0\n Checking radicle-git-metadata v0.1.0\n Checking cvt v0.1.2\n Compiling rust_decimal v1.40.0\n Checking clap_lex v1.1.0\n Compiling base64 v0.22.1\n Compiling heck v0.5.0\n Checking base64 v0.21.7\n Compiling descape v3.0.0\n Compiling line-col v0.2.1\n Checking clap_builder v4.6.0\n Compiling clap_derive v4.6.0\n Checking quick-xml v0.37.5\n Checking time v0.3.47\n Checking fs_at v0.2.1\n Checking crossbeam-channel v0.5.15\n Checking radicle-cob v0.19.0\n Checking git-ref-format v0.6.0\n Checking serde-untagged v0.1.9\n Checking derive_builder v0.20.2\n Compiling radicle-surf v0.27.0\n Checking unicode-normalization v0.1.25\n Checking radicle-core v0.2.0\n Compiling culpa v1.0.2\n Checking diligent-date-parser v0.1.5\n Checking radicle-git-metadata v0.2.0\n Checking radicle-git-ref-format v0.1.0\n Checking radicle-localtime v0.1.0\n Checking bytesize v2.3.1\n Checking siphasher v1.0.2\n Checking never v0.1.0\n Checking radicle-std-ext v0.2.0\n Checking normpath v1.5.0\n Checking arrayvec v0.7.6\n Compiling subplotlib v0.14.0\n Checking dunce v1.0.5\n Checking fast-glob v0.3.3\n Checking radicle v0.22.1\n Checking remove_dir_all v1.0.0\n Checking radicle-git-ext v0.12.0\n Checking atom_syndication v0.12.7\n Compiling subplotlib-derive v0.14.0\n Checking clap v4.6.0\n Checking sharded-slab v0.1.7\n Checking tracing-serde v0.2.0\n Checking tracing-log v0.2.0\n Checking matchers v0.2.0\n Checking uuid v1.22.0\n Checking fs2 v0.4.3\n Checking thread_local v1.1.9\n Checking nonempty v0.11.0\n Checking unsafe-libyaml-norway v0.2.15\n Checking ryu v1.0.23\n Checking nu-ansi-term v0.50.3\n Checking shell-words v1.1.1\n Compiling radicle-ci-broker v0.27.0\n Checking state v0.6.0\n Checking winnow v0.7.15\n Checking radicle-job v0.5.2\n Checking duration-str v0.21.0\n Checking tracing-subscriber v0.3.23\n Checking serde_norway v0.9.42\n Checking rss v2.0.12\n Checking html-page v0.5.0\n Checking nonempty v0.12.0\n Compiling radicle-native-ci v0.14.0 (/ci/src)\nerror: redundant reference in `format!` argument\n --> src/run.rs:156:57\n |\n156 | let snippet = format!(\"set -xeuo pipefail\\n{}\", &runspec.shell);\n | ^^^^^^^^^^^^^^ help: remove the redundant `&`: `runspec.shell`\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#useless_borrows_in_formatting\n = note: `-D clippy::useless-borrows-in-formatting` implied by `-D warnings`\n = help: to override `-D warnings` add `#[allow(clippy::useless_borrows_in_formatting)]`\n\nerror: could not compile `radicle-native-ci` (lib) due to 1 previous error\nwarning: build failed, waiting for other jobs to finish...\nerror: could not compile `radicle-native-ci` (lib test) due to 1 previous error\n","timestamp":{"secs_since_epoch":1784725111,"nanos_since_epoch":670348596},"log_source":"Plan"}
{"type":"action_failed","action":"cargo_clippy","timestamp":{"secs_since_epoch":1784725111,"nanos_since_epoch":859880987},"log_source":"Plan"}
ERROR: failed to execute cargo
caused by: command failed: "cargo": exit code 101
{"type":"executor_ends_in_failure","exit_code":1,"timestamp":{"secs_since_epoch":1784725111,"nanos_since_epoch":859992510},"log_source":"Plan"}
EXIT CODE: 1
No log