These raw log messages are meant to help Ambient developers figure out problems. You can ignore them.
{
"type": "executor_starts",
"name": "ambient-execute-plan",
"version": "0.14.0@c37ec71",
"timestamp": {
"secs_since_epoch": 1776091525,
"nanos_since_epoch": 579559235
},
"log_source": "Plan"
}{
"type": "runnable_plan",
"steps": [
{
"action": "mkdir",
"pathname": "/ci"
},
{
"action": "mkdir",
"pathname": "/ci/artifacts"
},
{
"action": "tar_extract",
"archive": "/dev/vdc",
"directory": "/ci/src"
},
{
"action": "tar_extract",
"archive": "/dev/vdf",
"directory": "/ci/deps"
},
{
"action": "tar_extract",
"archive": "/dev/vde",
"directory": "/ci/cache"
},
{
"action": "shell",
"shell": "ln -sf /ci /workspace"
},
{
"action": "shell",
"shell": "git config --global user.name 'Ambient CI'"
},
{
"action": "shell",
"shell": "git config --global user.email ambient@example.com"
},
{
"action": "cargo_fmt"
},
{
"action": "cargo_clippy"
},
{
"action": "cargo_build"
},
{
"action": "cargo_test"
},
{
"action": "shell",
"shell": "# Because of a (temporary) limitation in Ambient, we need to set\n# these variables manually. Once Ambient manages environment\n# variables better, these can be deleted.\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\nexport RUSTDOCFLAGS='-D warnings'\n\ncargo doc --workspace --no-deps --all-features\n"
},
{
"action": "shell",
"shell": "# Because of a (temporary) limitation in Ambient, we need to set\n# these variables manually. Once Ambient manages environment\n# variables better, these can be deleted.\nexport CARGO_TARGET_DIR=/workspace/cache\nexport CARGO_HOME=/workspace/deps\nexport HOME=/root\nexport PATH=\"/root/.cargo/bin:$PATH\"\n\n# These are based on debian/control.\nexport DEBEMAIL=liw@liw.fi\nexport DEBFULLNAME=\"Lars Wirzenius\"\n\n# Clean up after tests and documentation building. The Debian\n# package building tools do not want changes outside the\n# `debian` directory, compared to what is committed to Git, from\n# which the \"upstream tarball\" is created.\ngit reset --hard\ngit clean -fdx\ngit status --ignored\n\n# Update debian/changelog with a new version so that every run\n# creates a newer version. This avoids us having to update the\n# file manually for every CI run.\nV=\"$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')\"\nT=\"$(date -u \"+%Y%m%dT%H%M%S\")\"\nversion=\"$V.ci$T-1\"\ndch -v \"$version\" \"CI build under Ambient.\"\ndch -r ''\n"
},
{
"action": "deb",
"packages": "."
},
{
"action": "tar_create",
"archive": "/dev/vde",
"directory": "/ci/cache"
},
{
"action": "tar_create",
"archive": "/dev/vdd",
"directory": "/ci/artifacts"
}
],
"executor_drive": "/dev/vdb",
"source_drive": "/dev/vdc",
"artifact_drive": "/dev/vdd",
"cache_drive": "/dev/vde",
"deps_drive": "/dev/vdf",
"workspace_dir": "/ci",
"source_dir": "/ci/src",
"deps_dir": "/ci/deps",
"cache_dir": "/ci/cache",
"artifacts_dir": "/ci/artifacts",
"envs": {},
"timestamp": {
"secs_since_epoch": 1776091525,
"nanos_since_epoch": 582998989
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "mkdir",
"pathname": "/ci",
"timestamp": {
"secs_since_epoch": 1776091525,
"nanos_since_epoch": 619753099
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "mkdir",
"pathname": "/ci",
"timestamp": {
"secs_since_epoch": 1776091525,
"nanos_since_epoch": 622061232
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "mkdir",
"pathname": "/ci/artifacts",
"timestamp": {
"secs_since_epoch": 1776091525,
"nanos_since_epoch": 624225025
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "mkdir",
"pathname": "/ci/artifacts",
"timestamp": {
"secs_since_epoch": 1776091525,
"nanos_since_epoch": 626495539
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vdc",
"directory": "/ci/src",
"timestamp": {
"secs_since_epoch": 1776091525,
"nanos_since_epoch": 628788484
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vdc",
"directory": "/ci/src",
"timestamp": {
"secs_since_epoch": 1776091525,
"nanos_since_epoch": 742919855
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vdf",
"directory": "/ci/deps",
"timestamp": {
"secs_since_epoch": 1776091525,
"nanos_since_epoch": 745519975
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vdf",
"directory": "/ci/deps",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 10073955
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vde",
"directory": "/ci/cache",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 12713771
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vde",
"directory": "/ci/cache",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 16919452
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "ln -sf /ci /workspace",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 19546473
},
"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": 1776091528,
"nanos_since_epoch": 21896041
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ ln -sf /ci /workspace\n",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 28999014
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "ln -sf /ci /workspace",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 31584365
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "git config --global user.name 'Ambient CI'",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 33944438
},
"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,
103,
105,
116,
32,
99,
111,
110,
102,
105,
103,
32,
45,
45,
103,
108,
111,
98,
97,
108,
32,
117,
115,
101,
114,
46,
110,
97,
109,
101,
32,
39,
65,
109,
98,
105,
101,
110,
116,
32,
67,
73,
39,
10
]
}
],
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 36565561
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ git config --global user.name 'Ambient CI'\n",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 46737012
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "git config --global user.name 'Ambient CI'",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 49635010
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "git config --global user.email ambient@example.com",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 52302921
},
"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,
103,
105,
116,
32,
99,
111,
110,
102,
105,
103,
32,
45,
45,
103,
108,
111,
98,
97,
108,
32,
117,
115,
101,
114,
46,
101,
109,
97,
105,
108,
32,
97,
109,
98,
105,
101,
110,
116,
64,
101,
120,
97,
109,
112,
108,
101,
46,
99,
111,
109,
10
]
}
],
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 55032116
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ git config --global user.email ambient@example.com\n",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 63001665
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "git config --global user.email ambient@example.com",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 65914399
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "cargo_fmt",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 68632207
},
"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": 1776091528,
"nanos_since_epoch": 70554041
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "cargo 1.90.0 (840b83a10 2025-07-30)\n",
"stderr": "",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 135283910
},
"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": 1776091528,
"nanos_since_epoch": 135322768
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "clippy 0.1.90 (1159e78c47 2025-09-14)\n",
"stderr": "",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 255103430
},
"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": 1776091528,
"nanos_since_epoch": 257886559
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "rustc 1.90.0 (1159e78c4 2025-09-14)\n",
"stderr": "",
"timestamp": {
"secs_since_epoch": 1776091528,
"nanos_since_epoch": 308274615
},
"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": 1776091528,
"nanos_since_epoch": 308316883
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "",
"timestamp": {
"secs_since_epoch": 1776091529,
"nanos_since_epoch": 278524569
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "cargo_fmt",
"timestamp": {
"secs_since_epoch": 1776091529,
"nanos_since_epoch": 278557427
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "cargo_clippy",
"timestamp": {
"secs_since_epoch": 1776091529,
"nanos_since_epoch": 278562855
},
"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": 1776091529,
"nanos_since_epoch": 278571031
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "cargo 1.90.0 (840b83a10 2025-07-30)\n",
"stderr": "",
"timestamp": {
"secs_since_epoch": 1776091529,
"nanos_since_epoch": 325557317
},
"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": 1776091529,
"nanos_since_epoch": 328226634
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "clippy 0.1.90 (1159e78c47 2025-09-14)\n",
"stderr": "",
"timestamp": {
"secs_since_epoch": 1776091529,
"nanos_since_epoch": 418474428
},
"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": 1776091529,
"nanos_since_epoch": 421227369
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "rustc 1.90.0 (1159e78c4 2025-09-14)\n",
"stderr": "",
"timestamp": {
"secs_since_epoch": 1776091529,
"nanos_since_epoch": 469754010
},
"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": 1776091529,
"nanos_since_epoch": 469817521
},
"log_source": "Plan"
}{
"type": "program_failed",
"exit_code": 101,
"stdout": "",
"stderr": " Compiling libc v0.2.183\n Compiling proc-macro2 v1.0.106\n Compiling quote v1.0.45\n Compiling unicode-ident v1.0.24\n Compiling syn v2.0.117\n Checking cfg-if v1.0.4\n Checking memchr v2.8.0\n Checking zeroize v1.8.2\n Compiling version_check v0.9.5\n Checking getrandom v0.2.17\n Compiling typenum v1.19.0\n Checking rand_core v0.6.4\n Compiling generic-array v0.14.7\n Checking regex-syntax v0.8.10\n Checking crypto-common v0.1.7\n Checking aho-corasick v1.1.4\n Compiling jobserver v0.1.34\n Checking subtle v2.6.1\n Compiling find-msvc-tools v0.1.9\n Compiling shlex v1.3.0\n Checking regex-automata v0.4.14\n Compiling cc v1.2.57\n Compiling serde_core v1.0.228\n Checking const-oid v0.9.6\n Checking smallvec v1.15.1\n Checking block-buffer v0.10.4\n Checking digest v0.10.7\n Checking bstr v1.12.1\n Checking cpufeatures v0.2.17\n Compiling thiserror v2.0.18\n Compiling thiserror-impl v2.0.18\n Checking stable_deref_trait v1.2.1\n Checking fastrand v2.3.0\n Compiling parking_lot_core v0.9.12\n Checking scopeguard v1.2.0\n Checking lock_api v0.4.14\n Checking parking_lot v0.12.5\n Checking tinyvec_macros v0.1.1\n Checking tinyvec v1.11.0\n Checking bitflags v2.11.0\n Compiling typeid v1.0.3\n Checking gix-trace v0.1.18\n Checking itoa v1.0.17\n Compiling crc32fast v1.5.0\n Checking unicode-normalization v0.1.25\n Checking gix-validate v0.11.0\n Compiling erased-serde v0.4.10\n Checking gix-utils v0.3.1\n Checking gix-path v0.11.1\n Checking byteorder v1.5.0\n Checking hashbrown v0.16.1\n Checking serde_fmt v1.1.0\n Checking value-bag-serde1 v1.12.0\n Checking value-bag v1.12.0\n Compiling serde v1.0.228\n Checking same-file v1.0.6\n Checking log v0.4.29\n Checking walkdir v2.5.0\n Checking prodash v31.0.0\n Compiling serde_derive v1.0.228\n Checking zlib-rs v0.6.3\n Checking gix-features v0.46.1\n Compiling heapless v0.8.0\n Checking hash32 v0.3.1\n Compiling synstructure v0.13.2\n Checking faster-hex v0.10.0\n Compiling zerofrom-derive v0.1.6\n Compiling getrandom v0.4.2\n Compiling zmij v1.0.21\n Compiling yoke-derive v0.8.1\n Checking zerofrom v0.1.6\n Checking sha1 v0.10.6\n Checking sha1-checked v0.10.0\n Compiling rustix v1.1.4\n Compiling pkg-config v0.3.32\n Checking yoke v0.8.1\n Checking gix-hash v0.22.1\n Compiling zerovec-derive v0.11.2\n Checking block-padding v0.3.3\n Checking linux-raw-sys v0.12.1\n Compiling libm v0.2.16\n Compiling autocfg v1.5.0\n Compiling zerocopy v0.8.42\n Compiling num-traits v0.2.19\n Checking zerovec v0.11.5\n Checking inout v0.1.4\n Checking sha2 v0.10.9\n Compiling displaydoc v0.2.5\n Checking cipher v0.4.4\n Compiling semver v1.0.27\n Checking equivalent v1.0.2\n Compiling serde_json v1.0.149\n Checking indexmap v2.13.0\n Compiling rustc_version v0.4.1\n Checking tinystr v0.8.2\n Checking der v0.7.10\n Checking litemap v0.8.1\n Checking once_cell v1.21.4\n Checking percent-encoding v2.3.2\n Checking writeable v0.6.2\n Checking icu_locale_core v2.1.1\n Checking zerotrie v0.2.3\n Checking potential_utf v0.1.4\n Compiling icu_properties_data v2.1.2\n Compiling syn v1.0.109\n Compiling thiserror v1.0.69\n Compiling icu_normalizer_data v2.1.1\n Checking icu_provider v2.1.1\n Checking icu_collections v2.1.1\n Checking ppv-lite86 v0.2.21\n Compiling thiserror-impl v1.0.69\n Checking num-integer v0.1.46\n Checking hmac v0.12.1\n Checking universal-hash v0.5.1\n Compiling tree-sitter-language v0.1.7\n Compiling ref-cast v1.0.25\n Compiling vcpkg v0.2.15\n Checking opaque-debug v0.3.1\n Compiling libz-sys v1.1.25\n Checking icu_properties v2.1.2\n Checking icu_normalizer v2.1.1\n Checking tempfile v3.27.0\n Checking spki v0.7.3\n Checking signature v2.2.0\n Checking ff v0.13.1\n Compiling ref-cast-impl v1.0.25\n Checking spin v0.9.8\n Checking base16ct v0.2.0\n Checking sec1 v0.7.3\n Checking lazy_static v1.5.0\n Checking group v0.13.0\n Checking idna_adapter v1.2.1\n Checking rand_chacha v0.3.1\n Checking crypto-bigint v0.5.5\n Checking jiff v0.2.23\n Checking utf8_iter v1.0.4\n Checking dyn-clone v1.0.20\n Checking idna v1.1.0\n Checking elliptic-curve v0.13.8\n Checking rand v0.8.5\n Compiling amplify_syn v2.0.1\n Checking num-iter v0.1.45\n Compiling libgit2-sys v0.18.3+1.9.2\n Checking aead v0.5.2\n Checking signature v1.6.4\n Checking ed25519 v1.5.3\n Compiling amplify_derive v4.0.1\n Checking poly1305 v0.8.0\n Checking rfc6979 v0.4.0\n Checking form_urlencoded v1.2.2\n Checking chacha20 v0.9.1\n Compiling serde_derive_internals v0.29.1\n Checking ct-codecs v1.1.6\n Checking amplify_num v0.5.3\n Checking ascii v1.1.0\n Checking amplify v4.9.0\n Checking ec25519 v0.1.0\n Compiling schemars_derive v1.2.1\n Checking url v2.5.8\n Checking ecdsa v0.16.9\n Checking git-ref-format-core v0.6.0\n Checking primeorder v0.13.6\n Checking polyval v0.6.2\n Compiling curve25519-dalek v4.1.3\n Checking base64ct v1.8.3\n Compiling num-bigint-dig v0.8.6\n Checking pem-rfc7468 v0.7.0\n Checking ghash v0.5.1\n Checking schemars v1.2.1\n Checking cyphergraphy v0.3.0\n Checking pkcs8 v0.10.2\n Checking pbkdf2 v0.12.2\n Checking aes v0.8.4\n Checking ctr v0.9.2\n Compiling sqlite3-src v0.7.0\n Compiling curve25519-dalek-derive v0.1.1\n Checking keccak v0.1.6\n Checking sha3 v0.10.8\n Checking aes-gcm v0.10.3\n Checking pkcs1 v0.7.5\n Checking ssh-encoding v0.2.0\n Checking ed25519 v2.2.3\n Checking blowfish v0.9.1\n Checking cbc v0.1.2\n Compiling data-encoding v2.10.0\n Checking base32 v0.4.0\n Checking cypheraddr v0.4.0\n Compiling data-encoding-macro-internal v0.1.17\n Checking ssh-cipher v0.2.0\n Checking bcrypt-pbkdf v0.10.0\n Checking ed25519-dalek v2.2.0\n Checking rsa v0.9.10\n Checking p384 v0.13.1\n Checking p521 v0.13.3\n Checking p256 v0.13.2\n Checking chacha20poly1305 v0.10.1\n Checking qcheck v1.0.0\n Compiling match-lookup v0.1.2\n Checking anstyle-query v1.1.5\n Checking utf8parse v0.2.2\n Checking const-str v0.4.3\n Checking base256emoji v1.0.2\n Checking data-encoding-macro v0.1.19\n Checking noise-framework v0.4.0\n Checking ssh-key v0.6.7\n Checking sqlite3-sys v0.18.0\n Checking socks5-client v0.4.1\n Checking secrecy v0.10.3\n Compiling crossbeam-utils v0.8.21\n Checking base-x v0.2.11\n Checking multibase v0.9.2\n Checking ssh-agent-lib v0.5.2\n Checking cyphernet v0.5.2\n Checking sqlite v0.37.0\n Checking is_terminal_polyfill v1.70.2\n Checking colorchoice v1.0.5\n Checking anstyle v1.0.14\n Checking winnow v0.7.15\n Checking crossbeam-channel v0.5.15\n Checking radicle-crypto v0.16.0 (/ci/src/crates/radicle-crypto)\n Checking gix-hashtable v0.12.0\n Checking nonempty v0.9.0\n Checking siphasher v1.0.2\n Checking anstyle-parse v0.2.7\n Checking radicle-git-metadata v0.2.0 (/ci/src/crates/radicle-git-metadata)\n Checking radicle-dag v0.10.0 (/ci/src/crates/radicle-dag)\n Checking gix-error v0.1.0\n Checking memmap2 v0.9.10\n Checking anstream v0.6.21\n Checking radicle-git-ref-format v0.1.0 (/ci/src/crates/radicle-git-ref-format)\n Checking base64 v0.21.7\n Checking iana-time-zone v0.1.65\n Checking chrono v0.4.44\n Checking radicle-localtime v0.1.0 (/ci/src/crates/radicle-localtime)\n Checking colored v2.2.0\n Checking serde-untagged v0.1.9\n Checking bytesize v2.3.1\n Checking gix-error v0.0.0\n Checking regex v1.12.3\n Checking errno v0.3.14\n Checking dunce v1.0.5\n Checking fast-glob v0.3.3\n Checking gix-date v0.14.0\n Checking gix-actor v0.39.0\n Checking gix-date v0.13.0\n Checking gix-fs v0.19.1\n Checking gix-tempfile v21.0.1\n Checking gix-actor v0.38.0\n Checking gix-object v0.56.0\n Checking gix-chunk v0.6.0\n Checking gix-quote v0.6.2\n Checking gix-commitgraph v0.33.0\n Checking gix-object v0.55.0\n Checking gix-chunk v0.5.0\n Checking mio v1.1.1\n Checking sem_safe v0.2.1\n Checking shell-words v1.1.1\n Checking pin-project-lite v0.2.17\n Checking either v1.15.0\n Checking gix-command v0.7.1\n Checking signals_receipts v0.2.5\n Checking gix-commitgraph v0.32.0\n Checking gix-revwalk v0.27.0\n Checking uuid v1.22.0\n Compiling object v0.37.3\n Compiling rustversion v1.0.22\n Checking gix-revwalk v0.26.0\n Checking gix-lock v21.0.1\n Checking gix-url v0.35.2\n Checking gix-config-value v0.17.1\n Checking gix-sec v0.13.1\n Compiling unicode-segmentation v1.12.0\n Compiling signal-hook v0.3.18\n Checking gimli v0.32.3\n Checking adler2 v2.0.1\n Checking miniz_oxide v0.8.9\n Checking addr2line v0.25.1\n Compiling convert_case v0.10.0\n Checking gix-prompt v0.13.1\n Checking gix-traverse v0.52.0\n Checking git2 v0.20.4\n Checking radicle-oid v0.1.0 (/ci/src/crates/radicle-oid)\n Checking radicle-core v0.2.0 (/ci/src/crates/radicle-core)\n Checking radicle-cob v0.19.0 (/ci/src/crates/radicle-cob)\n Checking gix-revision v0.41.0\n Checking radicle-signals v0.11.0 (/ci/src/crates/radicle-signals)\n Checking gix-diff v0.58.0\n Checking signal-hook-registry v1.4.8\n Checking radicle v0.23.0 (/ci/src/crates/radicle)\n Checking gix-packetline v0.21.1\n Checking gix-glob v0.24.0\n Compiling tree-sitter v0.24.7\n Compiling anyhow v1.0.102\n Checking rustc-demangle v0.1.27\n Checking backtrace v0.3.76\n Checking gix-refspec v0.37.0\n Checking gix-transport v0.54.0\n Checking gix-pack v0.65.0\n Checking arc-swap v1.8.2\n Checking gix-credentials v0.36.0\n Compiling derive_more-impl v2.1.1\n Checking gix-shallow v0.8.1\n Checking gix-ref v0.59.0\n Checking gix-negotiate v0.27.0\n Compiling maybe-async v0.2.10\n Compiling proc-macro-error-attr2 v2.0.0\n Compiling litrs v1.0.0\n Compiling simd-adler32 v0.3.8\n Compiling portable-atomic v1.13.1\n Checking unicode-width v0.2.2\n Compiling getrandom v0.3.4\n Compiling document-features v0.2.12\n Compiling proc-macro-error2 v2.0.1\n Checking gix-protocol v0.57.0\n Checking derive_more v2.1.1\n Checking gix-odb v0.75.0\n Checking signal-hook-mio v0.2.5\n Compiling xattr v1.6.1\n Compiling filetime v0.2.27\n Checking anstyle-parse v1.0.0\n Checking bytes v1.11.1\n Checking anstream v1.0.0\n Compiling tar v0.4.45\n Compiling flate2 v1.1.9\n Checking crossterm v0.29.0\n Compiling git-ref-format-macro v0.6.0\n Checking console v0.16.3\n Checking snapbox-macros v0.3.10\n Checking salsa20 v0.10.2\n Compiling heck v0.5.0\n Checking streaming-iterator v0.1.9\n Checking clap_lex v1.1.0\n Checking siphasher v0.3.11\n Checking normalize-line-endings v0.3.0\n Checking strsim v0.11.1\n Checking similar v2.7.0\n Checking unit-prefix v0.5.2\n Checking indicatif v0.18.4\n Checking snapbox v0.4.17\n Checking clap_builder v4.6.0\n Checking bloomy v1.2.0\n Compiling clap_derive v4.6.0\n Compiling radicle-surf v0.27.1\n Checking scrypt v0.11.0\n Checking git-ref-format v0.6.0\n Checking inquire v0.9.4\n Checking unicode-display-width v0.3.0\n Checking radicle-fetch v0.19.0 (/ci/src/crates/radicle-fetch)\n Checking systemd-journal-logger v2.2.2\n Checking serde_spanned v1.0.4\n Checking toml_datetime v0.7.5+spec-1.1.0\n Compiling tree-sitter-json v0.24.8\n Compiling tree-sitter-toml-ng v0.6.0\n Compiling tree-sitter-md v0.3.2\n Compiling tree-sitter-rust v0.23.3\n Compiling tree-sitter-css v0.23.2\n Compiling tree-sitter-python v0.23.6\n Compiling tree-sitter-go v0.23.4\n Compiling tree-sitter-c v0.23.4\n Compiling tree-sitter-typescript v0.23.2\n Compiling tree-sitter-ruby v0.23.1\n Compiling tree-sitter-bash v0.23.3\n Compiling tree-sitter-html v0.23.2\n Checking radicle-std-ext v0.2.0\n Checking toml_writer v1.0.7+spec-1.1.0\n Checking toml v0.9.12+spec-1.1.0\n Checking radicle-git-ext v0.12.0\n Checking clap v4.6.0\n Checking tokio v1.50.0\n Checking env_filter v1.0.0\n Checking sysinfo v0.37.2\n Compiling radicle-cli v0.20.0 (/ci/src/crates/radicle-cli)\n Checking yansi v1.0.1\n Checking futures-core v0.3.32\n Checking diff v0.1.13\n Checking futures-sink v0.3.32\n Compiling radicle-node v0.19.0 (/ci/src/crates/radicle-node)\n Checking futures-channel v0.3.32\n Checking pretty_assertions v1.4.1\n Checking human-panic v2.0.6\n Checking env_logger v0.11.9\n Checking structured-logger v1.0.5\n Checking clap_complete v4.6.0\n Checking radicle-protocol v0.7.0 (/ci/src/crates/radicle-protocol)\n Checking radicle-systemd v0.12.0 (/ci/src/crates/radicle-systemd)\n Checking radicle-term v0.17.0 (/ci/src/crates/radicle-term)\n Checking tree-sitter-highlight v0.24.7\n Checking itertools v0.14.0\n Compiling qcheck-macros v1.0.0\n Compiling futures-macro v0.3.32\n Checking socket2 v0.5.10\n Checking slab v0.4.12\n Checking timeago v0.4.2\n Checking futures-task v0.3.32\n Checking humantime v2.3.0\n Compiling indenter v0.3.4\n Checking futures-io v0.3.32\n Checking lexopt v0.3.2\n Compiling escargot v0.5.15\n Checking futures-util v0.3.32\n Compiling ruast v0.0.23\n Compiling rstest_macros v0.19.0\n Checking bit-vec v0.8.0\n Compiling radicle-simulation v0.1.0 (/ci/src/simulation/radicle-simulation)\n Checking bit-set v0.8.0\n Checking futures-executor v0.3.32\n Checking rand_core v0.9.5\n Checking num-bigint v0.4.6\n Compiling ahash v0.8.12\n Compiling glob v0.3.3\n Compiling relative-path v1.9.3\n Checking num-rational v0.4.2\n Checking futures v0.3.32\nerror: failed to run custom build command for `radicle-simulation v0.1.0 (/ci/src/simulation/radicle-simulation)`\n\nCaused by:\n process didn't exit successfully: `/ci/cache/cargo-target/debug/build/radicle-simulation-73fa9d76f24b532c/build-script-build` (exit status: 101)\n --- stdout\n cargo:rerun-if-changed=../instances\n\n --- stderr\n\n thread 'main' panicked at simulation/radicle-simulation/build.rs:250:21:\n Failed to run `cue export` on ../instances/network.cue. Ensure the CUE CLI is installed.\n note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\nwarning: build failed, waiting for other jobs to finish...\n",
"timestamp": {
"secs_since_epoch": 1776091617,
"nanos_since_epoch": 226761379
},
"log_source": "Plan"
}{
"type": "action_failed",
"action": "cargo_clippy",
"timestamp": {
"secs_since_epoch": 1776091617,
"nanos_since_epoch": 421293960
},
"log_source": "Plan"
}{
"type": "executor_ends_in_failure",
"exit_code": 1,
"timestamp": {
"secs_since_epoch": 1776091617,
"nanos_since_epoch": 424858959
},
"log_source": "Plan"
}{
"request": "trigger",
"version": 1,
"event_type": "patch",
"repository": {
"id": "rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5",
"name": "heartwood",
"description": "Radicle Heartwood Protocol & Stack",
"private": false,
"default_branch": "master",
"delegates": [
"did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT",
"did:key:z6MktaNvN1KVFMkSRAiN4qK5yvX1zuEEaseeX5sffhzPZRZW",
"did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"did:key:z6MkgFq6z5fkF2hioLLSNu1zP2qEL1aHXHZzGH1FLFGAnBGz",
"did:key:z6MkkPvBfjP4bQmco5Dm7UGsX2ruDBieEHi8n9DVJWX5sTEz"
]
},
"action": "Created",
"patch": {
"id": "630ccdea1d389a2a15e0ba328f451233a9d02d6c",
"author": {
"id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
"alias": "ade"
},
"title": "simulation: Introduce cargo test runner",
"state": {
"status": "open",
"conflicts": []
},
"before": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
"after": "44fd3630cf6101c43219f4f0b97a0626bb55661f",
"commits": [
"44fd3630cf6101c43219f4f0b97a0626bb55661f",
"0f8a5c6bc63a47b6beef118f7ee2304618f09a9d",
"b0ebf48b29eecc31739f71504590fdf4878d27bf",
"3aa436595f06d263a3ddd774532f90f7359a181e",
"f4d85a3b1df5e1a2edab2289463417bf21e1aaca",
"7c98f0ac4875e89de6e97c46db3280e388ab9ba7",
"3d80aa4c59a6c86f063132217a61fb80b295aed3",
"35ef2275e6210fad4825f86f7946c24f623da8ca",
"03f61c2bcb27f0388e42a0818027867e883a31aa",
"92f2ba48441d09481339900ea5e1f3a91cc1a2d1",
"5d9eeab871c183b385030ecbff2e4f951f0b67d2",
"090ef6028df73298a2306e774cec44e7282b166f",
"2528ac20035a83891582f23a4817ff847f4e1f36",
"4018cf0c1e6d86bb398f8296b2366c809fca4146",
"6a67d26c3a494d8735e8aa39f0db1a4ae5882c8a",
"ab8dc4c407e592e8c1e7a457de437814932202a1",
"6ae9b48c8f930dab1e7270bf4941b8117feb2cd7",
"5723bd95797c3c528f0014b811eb330e4bf269a6",
"53fd00dec66d06810bf9a73ef8619c4de2cc1e99",
"0a1601cce2dbed8ad1dd2ac0c041d678290b6757",
"74166c209ea2928e89401204c271703734f80f30",
"993b15d9370459178537cda9d49632633718a2b6",
"4fe34358719405df62f17b31449ab8356bd6e1b2",
"ba7911a1e4df9f9a47e03123f4b7f557bc43648d"
],
"target": "80c1bba76f432e70d6e766fe750bea70554cfe86",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "630ccdea1d389a2a15e0ba328f451233a9d02d6c",
"author": {
"id": "did:key:z6MkwGoyYxt6A2VE3fvZyH2rgiWdsXHBeV7jm7GSByS2aagA",
"alias": "ade"
},
"description": "Enable writing rust based tests that run over a network topology CUE file.",
"base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
"oid": "44fd3630cf6101c43219f4f0b97a0626bb55661f",
"timestamp": 1776091497
}
]
}
}executor from config: /usr/bin/ambient-execute-plan executor from PATH: /usr/bin/ambient-execute-plan run CI for rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5 ERROR: CI run failed inside QEMU
<empty log>