Radicle repository id rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8
[2025-10-03T02:59:49Z INFO ambient] ambient starts
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2J[01;01H[=3h[2J[01;01H[2J[01;01H[=3h[2J[01;01HBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
[0m[30m[47mWelcome to GRUB!
[0m[37m[40m[0m[30m[40m[2J[01;01H[0m[37m[40mINFO: Block devices
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sr0 11:0 1 370K 0 rom
vda 254:0 0 100G 0 disk
├─vda1 254:1 0 953M 0 part
└─vda2 254:2 0 99.1G 0 part /
vdb 254:16 0 6.1M 1 disk
vdc 254:32 0 35.4M 1 disk
vdd 254:48 0 953.7M 0 disk
vde 254:64 0 27.9G 0 disk
vdf 254:80 0 715.5M 1 disk
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad 0 2025-10-03 02:56 ./
-rw-r--r-- _rad/_rad 939 2025-10-03 02:56 ./plan.yaml
-rwxr-xr-x _rad/_rad 6369536 2025-10-03 02:56 ./run-ci
INFO: Extracted files:
3538954 4 drwxr-xr-x 2 1000 1000 4096 Oct 3 02:56 .
3538955 4 -rw-r--r-- 1 1000 1000 939 Oct 3 02:56 ./plan.yaml
3538956 6224 -rwxr-xr-x 1 1000 1000 6369536 Oct 3 02:56 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-10-03T02:56:24Z TRACE ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-10-03T02:56:24Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-10-03T02:56:24Z INFO ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-10-03T02:56:24Z WARN ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-10-03T02:56:24Z ERROR ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: spawn
argv:
- find
- /workspace
- -maxdepth
- '2'
- -ls
- action: shell
shell: |
echo hello Radicle!
cd api/rust
cargo --locked --offline clippy --all-targets --workspace -- --deny warnings
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace/artifacts",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace/artifacts",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:56:24Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-10-03T02:56:24Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:56:24Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-10-03T02:56:26Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-03T02:56:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:56:26Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-10-03T02:56:26Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-10-03T02:56:26Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:56:26Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-10-03T02:56:26Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-03T02:56:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:56:26Z DEBUG ambient_ci::plan] RUN: Action Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-10-03T02:56:26Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-10-03T02:56:26Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
cwd=/workspace/src (exists? true)
5242881 4 drwxr-xr-x 6 root root 4096 Oct 3 02:56 /workspace
5242882 4 drwxr-xr-x 2 root root 4096 Oct 3 02:56 /workspace/artifacts
5243715 4 drwxr-xr-x 3 root root 4096 Oct 3 02:56 /workspace/deps
5243716 4 drwxr-xr-x 5 root root 4096 Oct 2 14:35 /workspace/deps/registry
5278674 0 -rw-r--r-- 1 root root 0 Oct 2 14:35 /workspace/deps/.package-cache-mutate
5278673 132 -rw-r--r-- 1 root root 135168 Oct 3 02:56 /workspace/deps/.global-cache
5278675 0 -rw-r--r-- 1 root root 0 Oct 2 14:35 /workspace/deps/.package-cache
5278676 4 drwxr-xr-x 2 root root 4096 Oct 2 14:35 /workspace/cache
5278677 4 -rw-r--r-- 1 root root 1038 Oct 2 14:35 /workspace/cache/.rustc_info.json
5242883 4 drwxr-xr-x 11 root root 4096 Oct 3 02:56 /workspace/src
5243214 4 drwxr-xr-x 4 root root 4096 Oct 3 02:56 /workspace/src/api
5243196 12 -rw-r--r-- 1 root root 9792 Oct 3 02:56 /workspace/src/compose.yaml
5243389 4 -rw-r--r-- 1 root root 105 Oct 3 02:56 /workspace/src/.gitignore
5243398 4 -rw-r--r-- 1 root root 1524 Oct 3 02:56 /workspace/src/.env.example
5243401 4 drwxr-xr-x 8 root root 4096 Oct 3 02:56 /workspace/src/.git
5243197 4 -rw-r--r-- 1 root root 3661 Oct 3 02:56 /workspace/src/compose.production.yaml
5243399 4 drwxr-xr-x 2 root root 4096 Oct 3 02:56 /workspace/src/.config
5243190 4 drwxr-xr-x 2 root root 4096 Oct 3 02:56 /workspace/src/hooks
5243198 4 drwxr-xr-x 4 root root 4096 Oct 3 02:56 /workspace/src/auth
5243382 32 -rw-r--r-- 1 root root 32475 Oct 3 02:56 /workspace/src/LICENSE
5242886 4 drwxr-xr-x 2 root root 4096 Oct 3 02:56 /workspace/src/.radicle
5243195 4 -rw-r--r-- 1 root root 811 Oct 3 02:56 /workspace/src/config.json
5242884 0 lrwxrwxrwx 1 root root 19 Oct 3 02:56 /workspace/src/Cargo.toml -> api/rust/Cargo.toml
5243381 4 -rw-r--r-- 1 root root 2077 Oct 3 02:56 /workspace/src/Makefile
5243380 4 -rw-r--r-- 1 root root 1007 Oct 3 02:56 /workspace/src/README.md
5243390 4 drwxr-xr-x 3 root root 4096 Oct 3 02:56 /workspace/src/.github
5243384 4 drwxr-xr-x 2 root root 4096 Oct 3 02:56 /workspace/src/.woodpecker
5243383 4 -rw-r--r-- 1 root root 2594 Oct 3 02:56 /workspace/src/CONTRIBUTING.md
5242885 0 lrwxrwxrwx 1 root root 19 Oct 3 02:56 /workspace/src/Cargo.lock -> api/rust/Cargo.lock
5242888 4 drwxr-xr-x 9 root root 4096 Oct 3 02:56 /workspace/src/ui
[2025-10-03T02:56:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:56:26Z DEBUG ambient_ci::plan] RUN: Action Shell {
shell: "echo hello Radicle!\ncd api/rust\ncargo --locked --offline clippy --all-targets --workspace -- --deny warnings\n",
}
[2025-10-03T02:56:26Z DEBUG ambient_ci::action] Plan::execute: plan=Shell {
shell: "echo hello Radicle!\ncd api/rust\ncargo --locked --offline clippy --all-targets --workspace -- --deny warnings\n",
}
[2025-10-03T02:56:26Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\necho hello Radicle!\ncd api/rust\ncargo --locked --offline clippy --all-targets --workspace -- --deny warnings\n\n"]
cwd=/workspace/src (exists? true)
+ echo hello 'Radicle!'
hello Radicle!
+ cd api/rust
+ cargo --locked --offline clippy --all-targets --workspace -- --deny warnings
Compiling proc-macro2 v1.0.86
Compiling unicode-ident v1.0.12
Compiling libc v0.2.175
Compiling quote v1.0.37
Compiling version_check v0.9.5
Compiling syn v2.0.87
Checking cfg-if v1.0.0
Compiling jobserver v0.1.32
Compiling shlex v1.3.0
Compiling cc v1.2.31
Compiling serde v1.0.194
Checking once_cell v1.21.3
Checking pin-project-lite v0.2.14
Compiling typenum v1.17.0
Compiling generic-array v0.14.7
Checking itoa v1.0.11
Compiling synstructure v0.13.2
Compiling serde_derive v1.0.194
Checking stable_deref_trait v1.2.0
Checking log v0.4.22
Compiling zerofrom-derive v0.1.6
Checking byteorder v1.5.0
Checking zerofrom v0.1.6
Compiling yoke-derive v0.8.0
Checking crypto-common v0.1.6
Checking bytes v1.7.1
Checking yoke v0.8.0
Compiling zerovec-derive v0.11.1
Checking smallvec v1.13.2
Checking zerovec v0.11.4
Compiling displaydoc v0.2.5
Checking getrandom v0.2.15
Checking subtle v2.6.1
Checking memchr v2.7.4
Checking tinystr v0.8.1
Compiling autocfg v1.3.0
Checking litemap v0.8.0
Compiling pkg-config v0.3.30
Checking writeable v0.6.1
Checking icu_locale_core v2.0.0
Checking potential_utf v0.1.2
Checking zerotrie v0.2.2
Compiling zerocopy-derive v0.7.35
Checking tracing-core v0.1.32
Compiling icu_normalizer_data v2.0.0
Compiling icu_properties_data v2.0.1
Checking percent-encoding v2.3.1
Checking icu_provider v2.0.0
Checking icu_collections v2.0.0
Checking zerocopy v0.7.35
Compiling tracing-attributes v0.1.27
Checking futures-core v0.3.30
Checking fnv v1.0.7
Checking form_urlencoded v1.2.1
Compiling syn v1.0.109
Checking futures-sink v0.3.31
Checking icu_properties v2.0.1
Checking tracing v0.1.40
Checking icu_normalizer v2.0.0
Compiling tokio-macros v2.5.0
Checking mio v1.0.2
Checking socket2 v0.6.0
Checking idna_adapter v1.2.1
Checking tokio v1.47.1
Checking futures-channel v0.3.30
Compiling futures-macro v0.3.30
Checking bitflags v2.6.0
Checking futures-task v0.3.30
Checking utf8_iter v1.0.4
Checking futures-io v0.3.31
Checking slab v0.4.11
Checking pin-utils v0.1.0
Checking idna v1.0.3
Checking block-buffer v0.10.4
Checking futures-util v0.3.30
Checking cpufeatures v0.2.13
Compiling vcpkg v0.2.15
Checking digest v0.10.7
Checking url v2.5.4
Checking equivalent v1.0.1
Checking hashbrown v0.15.5
Checking indexmap v2.10.0
Compiling num-traits v0.2.19
Compiling ring v0.17.14
Compiling thiserror v1.0.63
Compiling thiserror-impl v1.0.63
Compiling ahash v0.8.11
Checking untrusted v0.9.0
Checking tower-service v0.3.3
Checking zeroize v1.8.1
Checking block-padding v0.3.3
Checking ryu v1.0.18
Checking allocator-api2 v0.2.18
Checking inout v0.1.3
Checking http v1.1.0
Compiling httparse v1.9.4
Compiling serde_json v1.0.143
Compiling ident_case v1.0.1
Compiling strsim v0.11.1
Compiling heck v0.5.0
Checking hashbrown v0.14.5
Checking cipher v0.4.4
Compiling rand_core v0.6.4
Checking try-lock v0.2.5
Compiling siphasher v1.0.1
Checking httpdate v1.0.3
Compiling phf_shared v0.11.3
Compiling aho-corasick v1.1.3
Checking want v0.3.1
Compiling rand v0.8.5
Compiling swc_macros_common v0.3.14
Compiling regex-syntax v0.8.4
Compiling phf_generator v0.11.3
Checking http-body v1.0.1
Checking num-integer v0.1.46
Compiling libz-sys v1.1.20
Compiling proc-macro-error-attr v1.0.4
Checking socket2 v0.5.7
Checking tower-layer v0.3.3
Compiling regex-automata v0.4.7
Checking num-bigint v0.4.6
Compiling regex v1.10.6
Compiling phf_macros v0.11.3
Checking sha2 v0.10.8
Compiling amplify_syn v2.0.1
Checking universal-hash v0.5.1
Compiling proc-macro-error v1.0.4
Checking opaque-debug v0.3.1
Checking mime v0.3.17
Compiling lazy_static v1.5.0
Checking signature v1.6.4
Checking rustc-hash v1.1.0
Checking ed25519 v1.5.3
Compiling Inflector v0.11.4
Compiling amplify_derive v4.0.1
Checking phf v0.11.3
Checking rustls-pki-types v1.12.0
Checking ppv-lite86 v0.2.20
Compiling libgit2-sys v0.17.0+1.8.1
Checking triomphe v0.1.14
Compiling openssl-src v300.5.2+3.5.2
Checking ct-codecs v1.1.2
Compiling anyhow v1.0.86
Checking amplify_num v0.5.3
Checking ascii v1.1.0
Checking new_debug_unreachable v1.0.6
Checking hstr v0.2.17
Checking ec25519 v0.1.0
Compiling openssl-sys v0.9.109
Checking amplify v4.7.0
Checking rand_chacha v0.3.1
Compiling git-ref-format-core v0.3.1
Compiling swc_visit_macros v0.5.13
Checking polyval v0.6.2
Compiling sqlite3-src v0.5.1
Compiling pin-project-internal v1.1.5
Compiling psm v0.1.26
Checking unicode-width v0.1.13
Checking scoped-tls v1.0.1
Checking either v1.15.0
Checking base64ct v1.6.0
Checking keccak v0.1.5
Checking sha3 v0.10.8
Checking pem-rfc7468 v0.7.0
Checking swc_visit v0.5.14
Checking better_scoped_tls v0.1.2
Checking pin-project v1.1.5
Checking ghash v0.5.1
Compiling git-ref-format-macro v0.3.1
Checking cyphergraphy v0.3.0
Checking swc_atoms v0.6.5
Checking http-body-util v0.1.2
Compiling ast_node v0.9.9
Compiling from_variant v0.1.9
Checking ctr v0.9.2
Checking aes v0.8.4
Checking serde_urlencoded v0.7.1
Checking http v0.2.12
Checking sync_wrapper v1.0.1
Compiling smartstring v1.0.1
Checking aead v0.5.2
Compiling swc_eq_ignore_macros v0.1.3
Compiling stacker v0.1.21
Compiling thiserror v2.0.12
Compiling rustversion v1.0.17
Compiling crossbeam-utils v0.8.20
Compiling rustls v0.21.12
Compiling num-conv v0.1.0
Checking base64 v0.21.7
Compiling data-encoding v2.6.0
Compiling rustix v0.38.35
Checking powerfmt v0.2.0
Checking base32 v0.4.0
Compiling time-core v0.1.2
Checking siphasher v0.3.11
Checking swc_common v0.33.18
Compiling time-macros v0.2.18
Checking cypheraddr v0.4.0
Checking deranged v0.3.11
Compiling data-encoding-macro-internal v0.1.13
Checking aes-gcm v0.10.3
Checking git-ref-format v0.3.1
Checking git2 v0.19.0
Checking tower v0.4.13
Checking ssh-encoding v0.2.0
Checking poly1305 v0.8.0
Checking hyper v1.4.1
Compiling string_enum v0.4.4
Checking rustls-webpki v0.101.7
Checking sct v0.7.1
Checking cbc v0.1.2
Checking blowfish v0.9.1
Checking chacha20 v0.9.1
Compiling is-macro v0.3.7
Compiling darling_core v0.21.3
Compiling darling_core v0.20.11
Checking pbkdf2 v0.12.2
Checking tokio-util v0.7.16
Compiling thiserror-impl v2.0.12
Compiling pq-src v0.3.9+libpq-17.5
Compiling rustls v0.23.31
Compiling getrandom v0.3.3
Checking static_assertions v1.1.0
Compiling typeid v1.0.3
Checking radicle-std-ext v0.1.0
Compiling rustix v1.0.8
Checking fastrand v2.1.1
Compiling linux-raw-sys v0.4.14
Checking base64 v0.22.1
Checking unicode-id v0.3.6
Checking swc_ecma_ast v0.112.4
Checking time v0.3.36
Checking data-encoding-macro v0.1.15
Checking radicle-git-ext v0.8.1
Checking h2 v0.3.27
Checking bcrypt-pbkdf v0.10.0
Compiling darling_macro v0.20.11
Compiling darling_macro v0.21.3
Checking ssh-cipher v0.2.0
Checking hyper-util v0.1.7
Checking sqlite3-sys v0.15.2
Checking socks5-client v0.4.1
Checking http-body v0.4.6
Checking rustls-webpki v0.103.4
Checking bumpalo v3.16.0
Checking serde_path_to_error v0.1.16
Checking typed-arena v2.0.2
Compiling adler2 v2.0.0
Checking utf8parse v0.2.2
Checking signature v2.2.0
Checking ipnet v2.11.0
Checking base-x v0.2.11
Checking iana-time-zone v0.1.60
Checking linux-raw-sys v0.9.4
Checking chrono v0.4.38
Checking multibase v0.9.1
Checking ssh-key v0.6.6
Checking anstyle-parse v0.2.7
Compiling miniz_oxide v0.8.0
Checking swc_ecma_parser v0.143.5
Checking hyper v0.14.32
Checking cyphernet v0.5.2
Checking axum-core v0.5.2
Checking sqlite v0.32.0
Checking tokio-rustls v0.24.1
Compiling darling v0.21.3
Compiling darling v0.20.11
Compiling xattr v1.3.1
Compiling crc32fast v1.4.2
Compiling filetime v0.2.25
Checking qcheck v1.0.0
Checking webpki-roots v1.0.2
Checking radicle-ssh v0.9.0
Compiling lock_api v0.4.13
Checking nonempty v0.9.0
Checking text_lines v0.6.0
Compiling cookie v0.18.1
Checking anstyle v1.0.11
Compiling diesel_derives v2.3.3
Checking termcolor v1.4.1
Checking is_terminal_polyfill v1.70.1
Compiling parking_lot_core v0.9.11
Compiling pq-sys v0.6.3
Checking data-url v0.3.1
Checking anstyle-query v1.1.1
Checking tinyvec_macros v0.1.1
Checking colorchoice v1.0.4
Checking anstream v0.6.20
Checking tinyvec v1.8.0
Compiling dsl_auto_type v0.2.0
Checking deno_media_type v0.1.4
Checking deno_terminal v0.1.1
Checking dprint-swc-ext v0.15.1
Checking radicle-crypto v0.12.0
Compiling tar v0.4.41
Compiling flate2 v1.0.33
Checking erased-serde v0.4.6
Checking uuid v1.18.0
Compiling derive_builder_core v0.20.2
Checking hyper-rustls v0.24.2
Checking tokio-rustls v0.26.2
Checking terminal_size v0.4.3
Checking radicle-dag v0.10.0
Checking rustls-pemfile v1.0.4
Checking tower v0.5.2
Checking headers-core v0.3.0
Checking sha1 v0.10.6
Checking deadpool-runtime v0.1.4
Compiling axum-macros v0.5.0
Compiling diesel_table_macro_syntax v0.3.0
Checking encoding_rs v0.8.35
Checking matchit v0.8.4
Checking regex-syntax v0.6.29
Checking clap_lex v0.7.5
Checking scopeguard v1.2.0
Checking sync_wrapper v0.1.2
Checking webpki-roots v0.25.4
Checking clap_builder v4.5.44
Checking reqwest v0.11.27
Checking regex-automata v0.1.10
Checking axum v0.8.4
Checking headers v0.4.1
Compiling radicle-surf v0.22.1
Checking dprint-core v0.66.2
Checking radicle-cob v0.14.0
Checking hyper-rustls v0.27.7
Compiling derive_builder_macro v0.20.2
Checking serde-untagged v0.1.7
Checking deno_ast v0.37.1
Checking tempfile v3.12.0
Checking unicode-normalization v0.1.23
Checking webpki-roots v0.26.11
Checking crossbeam-channel v0.5.13
Checking simple_asn1 v0.6.3
Checking pem v3.0.5
Checking rustls-pemfile v2.2.0
Compiling clap_derive v4.5.45
Checking futures-executor v0.3.30
Compiling dprint-core-macros v0.1.0
Checking bytesize v2.0.1
Checking localtime v1.3.1
Compiling async-trait v0.1.89
Checking num_cpus v1.17.0
Checking overload v0.1.1
Checking downcast-rs v2.0.2
Checking base64 v0.13.1
Checking oauth2 v4.4.2
Checking nu-ansi-term v0.46.0
Compiling ts-rs-macros v11.0.1
Checking deadpool v0.12.3
Checking radicle v0.16.1
Checking dprint-plugin-typescript v0.90.3
Checking futures v0.3.30
Checking clap v4.5.45
Checking reqwest v0.12.9
Checking jsonwebtoken v9.3.1
Checking dashmap v6.1.0
Checking axum-extra v0.10.1
Checking derive_builder v0.20.2
Checking matchers v0.1.0
Checking deadpool-sync v0.1.4
Checking cfb v0.7.3
Checking sharded-slab v0.1.7
Checking tracing-serde v0.1.3
Checking thread_local v1.1.8
Checking nonempty v0.11.0
Checking cookie-rs v0.4.1
Checking axum-cookie v0.2.3
Checking radicle-job v0.2.0
Checking tracing-subscriber v0.3.18
Checking infer v0.16.0
Checking axum-jwt-auth v0.5.1
Checking ts-rs v11.0.1
Checking oauth-axum v0.1.4
Checking tower-http v0.5.2
Checking lru v0.12.4
Checking lexopt v0.3.0
Checking dotenv v0.15.0
Checking yansi v0.5.1
Checking diff v0.1.13
Checking pretty_assertions v1.4.0
Checking diesel v2.3.2
Checking deadpool-diesel v0.6.1
Checking garden-rust-api v0.1.0 (/workspace/src/api/rust)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 18s
[2025-10-03T02:59:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:59:45Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-10-03T02:59:45Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-10-03T02:59:45Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:59:45Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-10-03T02:59:45Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-10-03T02:59:45Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-10-03T02:59:45Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-10-03T02:59:45Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-10-03T02:59:45Z TRACE ambient_ci::vdrive] calling tar_create
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-10-03T02:59:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:59:46Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-10-03T02:59:46Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-10-03T02:59:46Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] calling tar_create
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-10-03T02:59:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:59:46Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
[2025-10-03T02:59:49Z INFO ambient] ambient ends successfully
{
"request": "trigger",
"version": 1,
"event_type": "patch",
"repository": {
"id": "rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8",
"name": "radicle.garden",
"description": "The radicle.garden monorepo",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5",
"did:key:z6MkwPUeUS2fJMfc2HZN1RQTQcTTuhw4HhPySB8JeUg2mVvx",
"did:key:z6Mkm8kyYUD9Q2zMRtM9yU3Ci1K5PqyD2CGqErFfWrNgcKu8",
"did:key:z6MkrnXJWPndzPBxpBUaE3L3BnMeWpaQdT1V1FvkoCPFSFS3",
"did:key:z6MkgKs9cCTbhj8K7n6UmVj8A6xE6CTFMXEjUPr27AzgWRCi"
]
},
"action": "Updated",
"patch": {
"id": "83fc52bcd03c7002cf983f7946261b03717cf8c0",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"title": "ci: add a sample .radicle/ambient.yaml to test Ambient integration",
"state": {
"status": "draft",
"conflicts": []
},
"before": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
"after": "c660c9e74dc52dc8c3e06398b5c39fece8790192",
"commits": [
"c660c9e74dc52dc8c3e06398b5c39fece8790192"
],
"target": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "83fc52bcd03c7002cf983f7946261b03717cf8c0",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "",
"base": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
"oid": "90b19b6b18d1e76fe2796741c13c959159a5edaa",
"timestamp": 1759414491
},
{
"id": "fc72b24707d5a6820e7ecc4f9741dc5a4abfe17b",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "add symlinks for Ambient cargo_fetch",
"base": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
"oid": "83666fb692e8df59192ea40ff31829012d6c73e8",
"timestamp": 1759415573
},
{
"id": "2b259d416ace22ae0dbee1c8cedc2b5a818f9417",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "try to run clippy in sub dir",
"base": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
"oid": "9243e8f0ab17170faa702d65456d21087cdef4ef",
"timestamp": 1759415701
},
{
"id": "debd64baddf1a4662ab0239e066228e06d2be32c",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "fix cargo clipy invocation for Ambient",
"base": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
"oid": "369f6b5133100a33fa22e407e4fd9b1fc4ff8d78",
"timestamp": 1759415803
},
{
"id": "8fca7cffd992bae607c13677a7e1643cadb59bf8",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "debug",
"base": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
"oid": "3206aec4bb403e812fe34156c21eb3d6712224cd",
"timestamp": 1759416164
},
{
"id": "583e3f17e97499641e089a09c1357c81898ec53a",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "debug",
"base": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
"oid": "0508c2145c82ac8f77e40e2bf84735918b1bd1c2",
"timestamp": 1759416275
},
{
"id": "13589a231877a3f4433205a7a3ca71f3b903efe0",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "",
"base": "4d51701edeea20f92dfa37dcacc587aa22f293fc",
"oid": "c660c9e74dc52dc8c3e06398b5c39fece8790192",
"timestamp": 1759421708
}
]
}
}[2025-10-03T02:56:19Z INFO ambient] ambient starts
[2025-10-03T02:56:19Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
deprecated: the `cpus` field is replaced by `qemu.cpus`
deprecated: the `memory` field is replaced by `qemu.memory`
[2025-10-03T02:56:19Z DEBUG ambient] complete configuration: Config {
tmpdir: "/home/_rad/tmp",
image_store: "/home/_rad/ambient-images",
projects: "/dev/null",
state: "/home/_rad/ambient-state",
rsync_target: None,
rsync_target_base: None,
rsync_target_map: None,
dput_target: None,
executor: Some(
"/usr/bin/ambient-execute-plan",
),
artifacts_max_size: Byte(
1000000000,
),
cache_max_size: Byte(
30000000000,
),
qemu: QemuConfig {
cpus: 2,
memory: Byte(
12000000000,
),
kvm_binary: "/usr/bin/kvm",
ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
},
}
[2025-10-03T02:56:19Z DEBUG ambient] configuration: Config {
tmpdir: "/home/_rad/tmp",
image_store: "/home/_rad/ambient-images",
projects: "/dev/null",
state: "/home/_rad/ambient-state",
rsync_target: None,
rsync_target_base: None,
rsync_target_map: None,
dput_target: None,
executor: Some(
"/usr/bin/ambient-execute-plan",
),
artifacts_max_size: Byte(
1000000000,
),
cache_max_size: Byte(
30000000000,
),
qemu: QemuConfig {
cpus: 2,
memory: Byte(
12000000000,
),
kvm_binary: "/usr/bin/kvm",
ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
},
}
[2025-10-03T02:56:19Z DEBUG ambient_ci::project] load project state from /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/meta.yaml
[2025-10-03T02:56:19Z DEBUG ambient_ci::run] latest commit: "0508c2145c82ac8f77e40e2bf84735918b1bd1c2"
[2025-10-03T02:56:19Z DEBUG ambient_ci::run] is a git repository
[2025-10-03T02:56:19Z DEBUG ambient_ci::run] git repository is clean
[2025-10-03T02:56:19Z DEBUG ambient_ci::run] current (HEAD) commit: c660c9e74dc52dc8c3e06398b5c39fece8790192
[2025-10-03T02:56:19Z DEBUG ambient_ci::run] no dry run requested
[2025-10-03T02:56:19Z DEBUG ambient_ci::run] forced run requested
[2025-10-03T02:56:19Z DEBUG ambient_ci::run] run? true
[2025-10-03T02:56:19Z INFO ambient_ci::run] project rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8: running CI
[2025-10-03T02:56:19Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-10-03T02:56:19Z DEBUG ambient_ci::plan] RUN: Action CargoFetch {
sourcedir: "/tmp/.tmpiiy9KS/src",
}
[2025-10-03T02:56:19Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFetch {
sourcedir: "/tmp/.tmpiiy9KS/src",
}
[2025-10-03T02:56:19Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
"CARGO_TARGET_DIR": "/home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/cache",
"CARGO_HOME": "/home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/dependencies",
},
source_dir: "/tmp/.tmpiiy9KS/src",
}
SPAWN: argv=["cargo", "--version"]
cwd=/tmp/.tmpiiy9KS/src (exists? true)
cargo 1.90.0 (840b83a10 2025-07-30)
SPAWN: argv=["cargo", "clippy", "--version"]
cwd=/tmp/.tmpiiy9KS/src (exists? true)
clippy 0.1.90 (1159e78c47 2025-09-14)
SPAWN: argv=["rustc", "--version"]
cwd=/tmp/.tmpiiy9KS/src (exists? true)
rustc 1.90.0 (1159e78c4 2025-09-14)
SPAWN: argv=["cargo", "fetch"]
cwd=/tmp/.tmpiiy9KS/src (exists? true)
[2025-10-03T02:56:20Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:56:20Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-10-03T02:56:20Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp7OqZAx/src.tar
[2025-10-03T02:56:20Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp7OqZAx/deps.tar
[2025-10-03T02:56:21Z DEBUG ambient_ci::run] create_executor_vdrive: executor="/usr/bin/ambient-execute-plan"
[2025-10-03T02:56:21Z DEBUG ambient_ci::run] create_executor_vdrive: plan=RunnablePlan {
steps: [
Mkdir {
pathname: "/workspace",
},
Mkdir {
pathname: "/workspace/artifacts",
},
TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
},
TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
},
TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
},
Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
},
Shell {
shell: "echo hello Radicle!\ncd api/rust\ncargo --locked --offline clippy --all-targets --workspace -- --deny warnings\n",
},
TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
},
TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
},
],
executor_drive: Some(
"/dev/vdb",
),
source_drive: Some(
"/dev/vdc",
),
artifact_drive: Some(
"/dev/vdd",
),
cache_drive: Some(
"/dev/vde",
),
deps_drive: Some(
"/dev/vdf",
),
workspace_dir: Some(
"/workspace",
),
source_dir: Some(
"/workspace/src",
),
deps_dir: Some(
"/workspace/deps",
),
cache_dir: Some(
"/workspace/cache",
),
artifacts_dir: Some(
"/workspace/artifacts",
),
}
[2025-10-03T02:56:21Z DEBUG ambient_ci::run] executor bin /usr/bin/ambient-execute-plan
[2025-10-03T02:56:21Z DEBUG ambient_ci::run] copying /usr/bin/ambient-execute-plan to /home/_rad/tmp/.tmp7OqZAx/ambient-execute-plan/run-ci
[2025-10-03T02:56:21Z DEBUG ambient_ci::run] copy OK: true
[2025-10-03T02:56:21Z DEBUG ambient_ci::run] create virtual drive /home/_rad/tmp/.tmp7OqZAx/executor.tar
[2025-10-03T02:56:21Z DEBUG ambient_ci::project] removing run log file /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/run.log
[2025-10-03T02:56:21Z DEBUG ambient_ci::project] statedir is /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8, exists? true
[2025-10-03T02:56:21Z DEBUG ambient_ci::project] creating run log file /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/run.log
[2025-10-03T02:56:21Z DEBUG ambient_ci::project] created run log file /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/run.log OK
[2025-10-03T02:56:21Z DEBUG ambient_ci::cloud_init] with_hostname called: "ambient"
[2025-10-03T02:56:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "echo xyzzy > /dev/ttyS1"
[2025-10-03T02:56:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n"
[2025-10-03T02:56:21Z DEBUG ambient_ci::cloud_init] with_runcmd called: "poweroff"
[2025-10-03T02:56:21Z DEBUG ambient_ci::cloud_init] LocalDataStoreBuilder: LocalDataStoreBuilder {
hostname: Some(
"ambient",
),
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2025-10-03T02:56:21Z DEBUG ambient_ci::qemu] run QEMU
[2025-10-03T02:56:21Z DEBUG ambient_ci::qemu] create copy-on-write image and UEFI vars file
[2025-10-03T02:56:21Z DEBUG ambient_ci::qemu_utils] qemu-img create /home/_rad/tmp/.tmppLAoZY/.tmpKpCIKG/vm.qcow2 backing on /home/_rad/ambient.qcow2
[2025-10-03T02:56:21Z DEBUG ambient_ci::qemu] create cloud-init ISO file
[2025-10-03T02:56:21Z DEBUG ambient_ci::cloud_init] LocalDataStore: LocalDataStore {
hostname: "ambient",
network: false,
bootcmd: [],
runcmd: [
"echo xyzzy > /dev/ttyS1",
"\n(set -xeu\nenv\ndir=\"$(mktemp -d)\"\ncd \"$dir\"\ntar -xvf /dev/vdb\nfind -ls || true\nldd ./run-ci || true\necho ================================ BEGIN ================================\nexport RUST_BACKTRACE=1\nif ./run-ci; then\n echo \"EXIT CODE: 0\"\nelse\n echo \"EXIT CODE: $?\"\nfi) > /dev/ttyS1 2>&1\n",
"poweroff",
],
}
[2025-10-03T02:56:21Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpnogy3H/meta-data
[2025-10-03T02:56:21Z DEBUG ambient_ci::cloud_init] write /tmp/.tmpnogy3H/user-data
[2025-10-03T02:56:21Z DEBUG ambient_ci::qemu] set console log file to /home/_rad/tmp/.tmppLAoZY/.tmpKpCIKG/console.log
[2025-10-03T02:56:21Z DEBUG ambient_ci::util] create file /home/_rad/tmp/.tmppLAoZY/.tmpKpCIKG/console.log
[2025-10-03T02:56:21Z DEBUG ambient_ci::qemu] set run file to /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/run.log
[2025-10-03T02:56:21Z DEBUG ambient_ci::util] create file /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/run.log
[2025-10-03T02:56:21Z DEBUG ambient_ci::qemu] run QEMU: QemuArgs {
args: [
"-m",
"11444",
"-smp",
"cpus=2",
"-cpu",
"kvm64",
"-machine",
"type=q35,accel=kvm,usb=off",
"-uuid",
"a85c9de7-edc0-4e54-bead-112e5733582c",
"-boot",
"strict=on",
"-name",
"ambient-ci-vm",
"-rtc",
"base=utc,driftfix=slew",
"-display",
"none",
"-device",
"virtio-rng-pci",
"-serial",
"file:/home/_rad/tmp/.tmppLAoZY/.tmpKpCIKG/console.log",
"-serial",
"file:/home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/run.log",
"-drive",
"if=pflash,format=raw,unit=0,file=/usr/share/ovmf/OVMF.fd,readonly=on",
"-drive",
"if=pflash,format=raw,unit=1,file=/home/_rad/tmp/.tmppLAoZY/.tmpKpCIKG/vars.fd",
"-drive",
"format=qcow2,if=virtio,file=/home/_rad/tmp/.tmppLAoZY/.tmpKpCIKG/vm.qcow2",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp7OqZAx/executor.tar,readonly=on",
"-cdrom",
"/home/_rad/tmp/.tmppLAoZY/.tmpKpCIKG/cloud_init.iso",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp7OqZAx/src.tar,readonly=on",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp7OqZAx/artifacts.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp7OqZAx/cache.tar",
"-drive",
"format=raw,if=virtio,file=/home/_rad/tmp/.tmp7OqZAx/deps.tar,readonly=on",
"-nodefaults",
"-no-user-config",
],
}
[2025-10-03T02:59:48Z DEBUG ambient_ci::qemu] QEMU finished OK
[2025-10-03T02:59:48Z DEBUG ambient_ci::qemu] run log:
--------------------==========
[2025-10-03T02:56:24Z TRACE ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-10-03T02:56:24Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-10-03T02:56:24Z INFO ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-10-03T02:56:24Z WARN ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
[2025-10-03T02:56:24Z ERROR ambient_execute_plan] ambient-execute-plan version 0.8.0@735cb79 starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
pathname: /workspace
- action: mkdir
pathname: /workspace/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /workspace/src
- action: tar_extract
archive: /dev/vdf
directory: /workspace/deps
- action: tar_extract
archive: /dev/vde
directory: /workspace/cache
- action: spawn
argv:
- find
- /workspace
- -maxdepth
- '2'
- -ls
- action: shell
shell: |
echo hello Radicle!
cd api/rust
cargo --locked --offline clippy --all-targets --workspace -- --deny warnings
- action: tar_create
archive: /dev/vde
directory: /workspace/cache
- action: tar_create
archive: /dev/vdd
directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
pathname: "/workspace/artifacts",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
pathname: "/workspace/artifacts",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdc",
directory: "/workspace/src",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:56:24Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-10-03T02:56:24Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:56:24Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vdf",
directory: "/workspace/deps",
}
[2025-10-03T02:56:24Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:56:24Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-10-03T02:56:26Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-03T02:56:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:56:26Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-10-03T02:56:26Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-10-03T02:56:26Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:56:26Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-10-03T02:56:26Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-03T02:56:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:56:26Z DEBUG ambient_ci::plan] RUN: Action Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-10-03T02:56:26Z DEBUG ambient_ci::action] Plan::execute: plan=Spawn {
argv: [
"find",
"/workspace",
"-maxdepth",
"2",
"-ls",
],
}
[2025-10-03T02:56:26Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"]
cwd=/workspace/src (exists? true)
5242881 4 drwxr-xr-x 6 root root 4096 Oct 3 02:56 /workspace
5242882 4 drwxr-xr-x 2 root root 4096 Oct 3 02:56 /workspace/artifacts
5243715 4 drwxr-xr-x 3 root root 4096 Oct 3 02:56 /workspace/deps
5243716 4 drwxr-xr-x 5 root root 4096 Oct 2 14:35 /workspace/deps/registry
5278674 0 -rw-r--r-- 1 root root 0 Oct 2 14:35 /workspace/deps/.package-cache-mutate
5278673 132 -rw-r--r-- 1 root root 135168 Oct 3 02:56 /workspace/deps/.global-cache
5278675 0 -rw-r--r-- 1 root root 0 Oct 2 14:35 /workspace/deps/.package-cache
5278676 4 drwxr-xr-x 2 root root 4096 Oct 2 14:35 /workspace/cache
5278677 4 -rw-r--r-- 1 root root 1038 Oct 2 14:35 /workspace/cache/.rustc_info.json
5242883 4 drwxr-xr-x 11 root root 4096 Oct 3 02:56 /workspace/src
5243214 4 drwxr-xr-x 4 root root 4096 Oct 3 02:56 /workspace/src/api
5243196 12 -rw-r--r-- 1 root root 9792 Oct 3 02:56 /workspace/src/compose.yaml
5243389 4 -rw-r--r-- 1 root root 105 Oct 3 02:56 /workspace/src/.gitignore
5243398 4 -rw-r--r-- 1 root root 1524 Oct 3 02:56 /workspace/src/.env.example
5243401 4 drwxr-xr-x 8 root root 4096 Oct 3 02:56 /workspace/src/.git
5243197 4 -rw-r--r-- 1 root root 3661 Oct 3 02:56 /workspace/src/compose.production.yaml
5243399 4 drwxr-xr-x 2 root root 4096 Oct 3 02:56 /workspace/src/.config
5243190 4 drwxr-xr-x 2 root root 4096 Oct 3 02:56 /workspace/src/hooks
5243198 4 drwxr-xr-x 4 root root 4096 Oct 3 02:56 /workspace/src/auth
5243382 32 -rw-r--r-- 1 root root 32475 Oct 3 02:56 /workspace/src/LICENSE
5242886 4 drwxr-xr-x 2 root root 4096 Oct 3 02:56 /workspace/src/.radicle
5243195 4 -rw-r--r-- 1 root root 811 Oct 3 02:56 /workspace/src/config.json
5242884 0 lrwxrwxrwx 1 root root 19 Oct 3 02:56 /workspace/src/Cargo.toml -> api/rust/Cargo.toml
5243381 4 -rw-r--r-- 1 root root 2077 Oct 3 02:56 /workspace/src/Makefile
5243380 4 -rw-r--r-- 1 root root 1007 Oct 3 02:56 /workspace/src/README.md
5243390 4 drwxr-xr-x 3 root root 4096 Oct 3 02:56 /workspace/src/.github
5243384 4 drwxr-xr-x 2 root root 4096 Oct 3 02:56 /workspace/src/.woodpecker
5243383 4 -rw-r--r-- 1 root root 2594 Oct 3 02:56 /workspace/src/CONTRIBUTING.md
5242885 0 lrwxrwxrwx 1 root root 19 Oct 3 02:56 /workspace/src/Cargo.lock -> api/rust/Cargo.lock
5242888 4 drwxr-xr-x 9 root root 4096 Oct 3 02:56 /workspace/src/ui
[2025-10-03T02:56:26Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:56:26Z DEBUG ambient_ci::plan] RUN: Action Shell {
shell: "echo hello Radicle!\ncd api/rust\ncargo --locked --offline clippy --all-targets --workspace -- --deny warnings\n",
}
[2025-10-03T02:56:26Z DEBUG ambient_ci::action] Plan::execute: plan=Shell {
shell: "echo hello Radicle!\ncd api/rust\ncargo --locked --offline clippy --all-targets --workspace -- --deny warnings\n",
}
[2025-10-03T02:56:26Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
SPAWN: argv=["/bin/bash", "-c", "set -xeuo pipefail\necho hello Radicle!\ncd api/rust\ncargo --locked --offline clippy --all-targets --workspace -- --deny warnings\n\n"]
cwd=/workspace/src (exists? true)
+ echo hello 'Radicle!'
hello Radicle!
+ cd api/rust
+ cargo --locked --offline clippy --all-targets --workspace -- --deny warnings
Compiling proc-macro2 v1.0.86
Compiling unicode-ident v1.0.12
Compiling libc v0.2.175
Compiling quote v1.0.37
Compiling version_check v0.9.5
Compiling syn v2.0.87
Checking cfg-if v1.0.0
Compiling jobserver v0.1.32
Compiling shlex v1.3.0
Compiling cc v1.2.31
Compiling serde v1.0.194
Checking once_cell v1.21.3
Checking pin-project-lite v0.2.14
Compiling typenum v1.17.0
Compiling generic-array v0.14.7
Checking itoa v1.0.11
Compiling synstructure v0.13.2
Compiling serde_derive v1.0.194
Checking stable_deref_trait v1.2.0
Checking log v0.4.22
Compiling zerofrom-derive v0.1.6
Checking byteorder v1.5.0
Checking zerofrom v0.1.6
Compiling yoke-derive v0.8.0
Checking crypto-common v0.1.6
Checking bytes v1.7.1
Checking yoke v0.8.0
Compiling zerovec-derive v0.11.1
Checking smallvec v1.13.2
Checking zerovec v0.11.4
Compiling displaydoc v0.2.5
Checking getrandom v0.2.15
Checking subtle v2.6.1
Checking memchr v2.7.4
Checking tinystr v0.8.1
Compiling autocfg v1.3.0
Checking litemap v0.8.0
Compiling pkg-config v0.3.30
Checking writeable v0.6.1
Checking icu_locale_core v2.0.0
Checking potential_utf v0.1.2
Checking zerotrie v0.2.2
Compiling zerocopy-derive v0.7.35
Checking tracing-core v0.1.32
Compiling icu_normalizer_data v2.0.0
Compiling icu_properties_data v2.0.1
Checking percent-encoding v2.3.1
Checking icu_provider v2.0.0
Checking icu_collections v2.0.0
Checking zerocopy v0.7.35
Compiling tracing-attributes v0.1.27
Checking futures-core v0.3.30
Checking fnv v1.0.7
Checking form_urlencoded v1.2.1
Compiling syn v1.0.109
Checking futures-sink v0.3.31
Checking icu_properties v2.0.1
Checking tracing v0.1.40
Checking icu_normalizer v2.0.0
Compiling tokio-macros v2.5.0
Checking mio v1.0.2
Checking socket2 v0.6.0
Checking idna_adapter v1.2.1
Checking tokio v1.47.1
Checking futures-channel v0.3.30
Compiling futures-macro v0.3.30
Checking bitflags v2.6.0
Checking futures-task v0.3.30
Checking utf8_iter v1.0.4
Checking futures-io v0.3.31
Checking slab v0.4.11
Checking pin-utils v0.1.0
Checking idna v1.0.3
Checking block-buffer v0.10.4
Checking futures-util v0.3.30
Checking cpufeatures v0.2.13
Compiling vcpkg v0.2.15
Checking digest v0.10.7
Checking url v2.5.4
Checking equivalent v1.0.1
Checking hashbrown v0.15.5
Checking indexmap v2.10.0
Compiling num-traits v0.2.19
Compiling ring v0.17.14
Compiling thiserror v1.0.63
Compiling thiserror-impl v1.0.63
Compiling ahash v0.8.11
Checking untrusted v0.9.0
Checking tower-service v0.3.3
Checking zeroize v1.8.1
Checking block-padding v0.3.3
Checking ryu v1.0.18
Checking allocator-api2 v0.2.18
Checking inout v0.1.3
Checking http v1.1.0
Compiling httparse v1.9.4
Compiling serde_json v1.0.143
Compiling ident_case v1.0.1
Compiling strsim v0.11.1
Compiling heck v0.5.0
Checking hashbrown v0.14.5
Checking cipher v0.4.4
Compiling rand_core v0.6.4
Checking try-lock v0.2.5
Compiling siphasher v1.0.1
Checking httpdate v1.0.3
Compiling phf_shared v0.11.3
Compiling aho-corasick v1.1.3
Checking want v0.3.1
Compiling rand v0.8.5
Compiling swc_macros_common v0.3.14
Compiling regex-syntax v0.8.4
Compiling phf_generator v0.11.3
Checking http-body v1.0.1
Checking num-integer v0.1.46
Compiling libz-sys v1.1.20
Compiling proc-macro-error-attr v1.0.4
Checking socket2 v0.5.7
Checking tower-layer v0.3.3
Compiling regex-automata v0.4.7
Checking num-bigint v0.4.6
Compiling regex v1.10.6
Compiling phf_macros v0.11.3
Checking sha2 v0.10.8
Compiling amplify_syn v2.0.1
Checking universal-hash v0.5.1
Compiling proc-macro-error v1.0.4
Checking opaque-debug v0.3.1
Checking mime v0.3.17
Compiling lazy_static v1.5.0
Checking signature v1.6.4
Checking rustc-hash v1.1.0
Checking ed25519 v1.5.3
Compiling Inflector v0.11.4
Compiling amplify_derive v4.0.1
Checking phf v0.11.3
Checking rustls-pki-types v1.12.0
Checking ppv-lite86 v0.2.20
Compiling libgit2-sys v0.17.0+1.8.1
Checking triomphe v0.1.14
Compiling openssl-src v300.5.2+3.5.2
Checking ct-codecs v1.1.2
Compiling anyhow v1.0.86
Checking amplify_num v0.5.3
Checking ascii v1.1.0
Checking new_debug_unreachable v1.0.6
Checking hstr v0.2.17
Checking ec25519 v0.1.0
Compiling openssl-sys v0.9.109
Checking amplify v4.7.0
Checking rand_chacha v0.3.1
Compiling git-ref-format-core v0.3.1
Compiling swc_visit_macros v0.5.13
Checking polyval v0.6.2
Compiling sqlite3-src v0.5.1
Compiling pin-project-internal v1.1.5
Compiling psm v0.1.26
Checking unicode-width v0.1.13
Checking scoped-tls v1.0.1
Checking either v1.15.0
Checking base64ct v1.6.0
Checking keccak v0.1.5
Checking sha3 v0.10.8
Checking pem-rfc7468 v0.7.0
Checking swc_visit v0.5.14
Checking better_scoped_tls v0.1.2
Checking pin-project v1.1.5
Checking ghash v0.5.1
Compiling git-ref-format-macro v0.3.1
Checking cyphergraphy v0.3.0
Checking swc_atoms v0.6.5
Checking http-body-util v0.1.2
Compiling ast_node v0.9.9
Compiling from_variant v0.1.9
Checking ctr v0.9.2
Checking aes v0.8.4
Checking serde_urlencoded v0.7.1
Checking http v0.2.12
Checking sync_wrapper v1.0.1
Compiling smartstring v1.0.1
Checking aead v0.5.2
Compiling swc_eq_ignore_macros v0.1.3
Compiling stacker v0.1.21
Compiling thiserror v2.0.12
Compiling rustversion v1.0.17
Compiling crossbeam-utils v0.8.20
Compiling rustls v0.21.12
Compiling num-conv v0.1.0
Checking base64 v0.21.7
Compiling data-encoding v2.6.0
Compiling rustix v0.38.35
Checking powerfmt v0.2.0
Checking base32 v0.4.0
Compiling time-core v0.1.2
Checking siphasher v0.3.11
Checking swc_common v0.33.18
Compiling time-macros v0.2.18
Checking cypheraddr v0.4.0
Checking deranged v0.3.11
Compiling data-encoding-macro-internal v0.1.13
Checking aes-gcm v0.10.3
Checking git-ref-format v0.3.1
Checking git2 v0.19.0
Checking tower v0.4.13
Checking ssh-encoding v0.2.0
Checking poly1305 v0.8.0
Checking hyper v1.4.1
Compiling string_enum v0.4.4
Checking rustls-webpki v0.101.7
Checking sct v0.7.1
Checking cbc v0.1.2
Checking blowfish v0.9.1
Checking chacha20 v0.9.1
Compiling is-macro v0.3.7
Compiling darling_core v0.21.3
Compiling darling_core v0.20.11
Checking pbkdf2 v0.12.2
Checking tokio-util v0.7.16
Compiling thiserror-impl v2.0.12
Compiling pq-src v0.3.9+libpq-17.5
Compiling rustls v0.23.31
Compiling getrandom v0.3.3
Checking static_assertions v1.1.0
Compiling typeid v1.0.3
Checking radicle-std-ext v0.1.0
Compiling rustix v1.0.8
Checking fastrand v2.1.1
Compiling linux-raw-sys v0.4.14
Checking base64 v0.22.1
Checking unicode-id v0.3.6
Checking swc_ecma_ast v0.112.4
Checking time v0.3.36
Checking data-encoding-macro v0.1.15
Checking radicle-git-ext v0.8.1
Checking h2 v0.3.27
Checking bcrypt-pbkdf v0.10.0
Compiling darling_macro v0.20.11
Compiling darling_macro v0.21.3
Checking ssh-cipher v0.2.0
Checking hyper-util v0.1.7
Checking sqlite3-sys v0.15.2
Checking socks5-client v0.4.1
Checking http-body v0.4.6
Checking rustls-webpki v0.103.4
Checking bumpalo v3.16.0
Checking serde_path_to_error v0.1.16
Checking typed-arena v2.0.2
Compiling adler2 v2.0.0
Checking utf8parse v0.2.2
Checking signature v2.2.0
Checking ipnet v2.11.0
Checking base-x v0.2.11
Checking iana-time-zone v0.1.60
Checking linux-raw-sys v0.9.4
Checking chrono v0.4.38
Checking multibase v0.9.1
Checking ssh-key v0.6.6
Checking anstyle-parse v0.2.7
Compiling miniz_oxide v0.8.0
Checking swc_ecma_parser v0.143.5
Checking hyper v0.14.32
Checking cyphernet v0.5.2
Checking axum-core v0.5.2
Checking sqlite v0.32.0
Checking tokio-rustls v0.24.1
Compiling darling v0.21.3
Compiling darling v0.20.11
Compiling xattr v1.3.1
Compiling crc32fast v1.4.2
Compiling filetime v0.2.25
Checking qcheck v1.0.0
Checking webpki-roots v1.0.2
Checking radicle-ssh v0.9.0
Compiling lock_api v0.4.13
Checking nonempty v0.9.0
Checking text_lines v0.6.0
Compiling cookie v0.18.1
Checking anstyle v1.0.11
Compiling diesel_derives v2.3.3
Checking termcolor v1.4.1
Checking is_terminal_polyfill v1.70.1
Compiling parking_lot_core v0.9.11
Compiling pq-sys v0.6.3
Checking data-url v0.3.1
Checking anstyle-query v1.1.1
Checking tinyvec_macros v0.1.1
Checking colorchoice v1.0.4
Checking anstream v0.6.20
Checking tinyvec v1.8.0
Compiling dsl_auto_type v0.2.0
Checking deno_media_type v0.1.4
Checking deno_terminal v0.1.1
Checking dprint-swc-ext v0.15.1
Checking radicle-crypto v0.12.0
Compiling tar v0.4.41
Compiling flate2 v1.0.33
Checking erased-serde v0.4.6
Checking uuid v1.18.0
Compiling derive_builder_core v0.20.2
Checking hyper-rustls v0.24.2
Checking tokio-rustls v0.26.2
Checking terminal_size v0.4.3
Checking radicle-dag v0.10.0
Checking rustls-pemfile v1.0.4
Checking tower v0.5.2
Checking headers-core v0.3.0
Checking sha1 v0.10.6
Checking deadpool-runtime v0.1.4
Compiling axum-macros v0.5.0
Compiling diesel_table_macro_syntax v0.3.0
Checking encoding_rs v0.8.35
Checking matchit v0.8.4
Checking regex-syntax v0.6.29
Checking clap_lex v0.7.5
Checking scopeguard v1.2.0
Checking sync_wrapper v0.1.2
Checking webpki-roots v0.25.4
Checking clap_builder v4.5.44
Checking reqwest v0.11.27
Checking regex-automata v0.1.10
Checking axum v0.8.4
Checking headers v0.4.1
Compiling radicle-surf v0.22.1
Checking dprint-core v0.66.2
Checking radicle-cob v0.14.0
Checking hyper-rustls v0.27.7
Compiling derive_builder_macro v0.20.2
Checking serde-untagged v0.1.7
Checking deno_ast v0.37.1
Checking tempfile v3.12.0
Checking unicode-normalization v0.1.23
Checking webpki-roots v0.26.11
Checking crossbeam-channel v0.5.13
Checking simple_asn1 v0.6.3
Checking pem v3.0.5
Checking rustls-pemfile v2.2.0
Compiling clap_derive v4.5.45
Checking futures-executor v0.3.30
Compiling dprint-core-macros v0.1.0
Checking bytesize v2.0.1
Checking localtime v1.3.1
Compiling async-trait v0.1.89
Checking num_cpus v1.17.0
Checking overload v0.1.1
Checking downcast-rs v2.0.2
Checking base64 v0.13.1
Checking oauth2 v4.4.2
Checking nu-ansi-term v0.46.0
Compiling ts-rs-macros v11.0.1
Checking deadpool v0.12.3
Checking radicle v0.16.1
Checking dprint-plugin-typescript v0.90.3
Checking futures v0.3.30
Checking clap v4.5.45
Checking reqwest v0.12.9
Checking jsonwebtoken v9.3.1
Checking dashmap v6.1.0
Checking axum-extra v0.10.1
Checking derive_builder v0.20.2
Checking matchers v0.1.0
Checking deadpool-sync v0.1.4
Checking cfb v0.7.3
Checking sharded-slab v0.1.7
Checking tracing-serde v0.1.3
Checking thread_local v1.1.8
Checking nonempty v0.11.0
Checking cookie-rs v0.4.1
Checking axum-cookie v0.2.3
Checking radicle-job v0.2.0
Checking tracing-subscriber v0.3.18
Checking infer v0.16.0
Checking axum-jwt-auth v0.5.1
Checking ts-rs v11.0.1
Checking oauth-axum v0.1.4
Checking tower-http v0.5.2
Checking lru v0.12.4
Checking lexopt v0.3.0
Checking dotenv v0.15.0
Checking yansi v0.5.1
Checking diff v0.1.13
Checking pretty_assertions v1.4.0
Checking diesel v2.3.2
Checking deadpool-diesel v0.6.1
Checking garden-rust-api v0.1.0 (/workspace/src/api/rust)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 18s
[2025-10-03T02:59:45Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:59:45Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-10-03T02:59:45Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vde",
directory: "/workspace/cache",
}
[2025-10-03T02:59:45Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:59:45Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vde",
),
root: Some(
"/workspace/cache",
),
size: None,
}
[2025-10-03T02:59:45Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vde; exists? true
[2025-10-03T02:59:45Z TRACE ambient_ci::vdrive] create archive file /dev/vde
[2025-10-03T02:59:45Z TRACE ambient_ci::vdrive] directory /workspace/cache exists? true
[2025-10-03T02:59:45Z TRACE ambient_ci::vdrive] add contents of /workspace/cache as .
[2025-10-03T02:59:45Z TRACE ambient_ci::vdrive] calling tar_create
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] created virtual drive /dev/vde
[2025-10-03T02:59:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:59:46Z DEBUG ambient_ci::plan] RUN: Action TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-10-03T02:59:46Z DEBUG ambient_ci::action] Plan::execute: plan=TarCreate {
archive: "/dev/vdd",
directory: "/workspace/artifacts",
}
[2025-10-03T02:59:46Z DEBUG ambient_ci::action] Plan::execute: context=Context {
envs: {
"PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"CARGO_HOME": "/workspace/deps",
"CARGO_TARGET_DIR": "/workspace/cache",
},
source_dir: "/workspace/src",
}
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] creating virtual drive (tar archive): VirtualDriveBuilder {
filename: Some(
"/dev/vdd",
),
root: Some(
"/workspace/artifacts",
),
size: None,
}
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] tar archive to be created: /dev/vdd; exists? true
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] create archive file /dev/vdd
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] directory /workspace/artifacts exists? true
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] add contents of /workspace/artifacts as .
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] calling tar_create
[2025-10-03T02:59:46Z TRACE ambient_ci::vdrive] created virtual drive /dev/vdd
[2025-10-03T02:59:46Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-03T02:59:46Z DEBUG ambient_ci::plan] All actions were performed successfully
ambient-execute-plan ends
EXIT CODE: 0
====================
[2025-10-03T02:59:48Z DEBUG ambient_ci::qemu] QEMU: CI run under exit code 0
[2025-10-03T02:59:48Z DEBUG ambient_ci::run] CI run exit code from QEMU: 0
[2025-10-03T02:59:48Z DEBUG ambient_ci::run] remove old cache
[2025-10-03T02:59:48Z DEBUG ambient_ci::run] extract cache
[2025-10-03T02:59:48Z DEBUG ambient_ci::run] Executing post-plan steps
[2025-10-03T02:59:48Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-10-03T02:59:48Z DEBUG ambient_ci::project] write project state to /home/_rad/ambient-state/rad:z37oHWbEomJXUAqxd9hoQHWkg2pC8/meta.yaml
[2025-10-03T02:59:49Z INFO ambient] ambient ends successfully
<empty log>