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": 1778500750,
"nanos_since_epoch": 33533830
},
"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": 1778500750,
"nanos_since_epoch": 33906172
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "mkdir",
"pathname": "/ci",
"timestamp": {
"secs_since_epoch": 1778500750,
"nanos_since_epoch": 34146496
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "mkdir",
"pathname": "/ci",
"timestamp": {
"secs_since_epoch": 1778500750,
"nanos_since_epoch": 34838166
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "mkdir",
"pathname": "/ci/artifacts",
"timestamp": {
"secs_since_epoch": 1778500750,
"nanos_since_epoch": 35185792
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "mkdir",
"pathname": "/ci/artifacts",
"timestamp": {
"secs_since_epoch": 1778500750,
"nanos_since_epoch": 35218479
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vdc",
"directory": "/ci/src",
"timestamp": {
"secs_since_epoch": 1778500750,
"nanos_since_epoch": 35395440
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vdc",
"directory": "/ci/src",
"timestamp": {
"secs_since_epoch": 1778500750,
"nanos_since_epoch": 184769425
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vdf",
"directory": "/ci/deps",
"timestamp": {
"secs_since_epoch": 1778500750,
"nanos_since_epoch": 185240401
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vdf",
"directory": "/ci/deps",
"timestamp": {
"secs_since_epoch": 1778500752,
"nanos_since_epoch": 158584286
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vde",
"directory": "/ci/cache",
"timestamp": {
"secs_since_epoch": 1778500752,
"nanos_since_epoch": 159262146
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vde",
"directory": "/ci/cache",
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 382420918
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "ln -sf /ci /workspace",
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 384961176
},
"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": 1778500764,
"nanos_since_epoch": 387220475
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ ln -sf /ci /workspace\n",
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 395017291
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "ln -sf /ci /workspace",
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 397447555
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "git config --global user.name 'Ambient CI'",
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 399763433
},
"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": 1778500764,
"nanos_since_epoch": 402271116
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ git config --global user.name 'Ambient CI'\n",
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 412892450
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "git config --global user.name 'Ambient CI'",
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 415672740
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "git config --global user.email ambient@example.com",
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 418188229
},
"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": 1778500764,
"nanos_since_epoch": 420776123
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ git config --global user.email ambient@example.com\n",
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 428582615
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "git config --global user.email ambient@example.com",
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 431421732
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "cargo_fmt",
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 434023202
},
"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": 1778500764,
"nanos_since_epoch": 435967564
},
"log_source": "Plan"
}{
"type": "program_failed",
"exit_code": 1,
"stdout": "",
"stderr": "info: syncing channel updates for 1.95-x86_64-unknown-linux-gnu\nerror: could not download file from 'https://static.rust-lang.org/dist/channel-rust-1.95.toml.sha256' to '/root/.rustup/tmp/3ilqhhudvyrqrsof_file': error downloading file: error sending request for url (https://static.rust-lang.org/dist/channel-rust-1.95.toml.sha256): client error (Connect): dns error: failed to lookup address information: Temporary failure in name resolution\n",
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 483571903
},
"log_source": "Plan"
}{
"type": "action_failed",
"action": "cargo_fmt",
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 491455648
},
"log_source": "Plan"
}{
"type": "executor_ends_in_failure",
"exit_code": 1,
"timestamp": {
"secs_since_epoch": 1778500764,
"nanos_since_epoch": 494751530
},
"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": "Updated",
"patch": {
"id": "1a437f7b0679cff046983b3e0c68172466d05308",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"title": "simulation: Manual simulation with Timoni & K8s",
"state": {
"status": "open",
"conflicts": []
},
"before": "0d7bc8d1db6cfa3fc6ad3f633463e99f5da75947",
"after": "f22811e0159b1ff25df40221a4d2595927543f89",
"commits": [
"f22811e0159b1ff25df40221a4d2595927543f89",
"277f2615c944828a95ba31c1aaa8be14996b9555",
"9dda890fb54c00507629b1bd46a9e472b9604ccc",
"ac6759b74b220d3d9ac70cc0a665715405eca338",
"d6488920096b8a8601ff3bc82ca089f90e27b672",
"f41bea1d69e451eb597b0aefc1a23314aaad679b",
"ae4a70e3b6ae33ba4714508b896de2f995600a81",
"d197ab613952427c917110af6930a57366d99cdc",
"8622a466c56312199e2b58070a4c7fb3a23697b2",
"620a1ec69792805b7263c13b438585e3cedeb646",
"be5a1742fbc9be2d033b5b6fbc5fb28e081bb6f6"
],
"target": "0d7bc8d1db6cfa3fc6ad3f633463e99f5da75947",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "1a437f7b0679cff046983b3e0c68172466d05308",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"description": "In anticipation of `cargo test` based simulation tests, this patch \nintroduces a Timoni module and justfile to manaually deploy a basic\nRadicle network inside of K8s defined in the `instances/network.cue`.\n\nThe Timoni module creates a set of roles: `peer`, `seed`, `bootstrap` \nthat can be arranged into toplogies for deployment in a k8s system. \nImages are provided by Radicle Garden via quay.io.\n\nTalos is the K8s cluster manager, provisioning by default on QEMU.\n\nThe `network.cue` topology definition creates a v1.8.0 `peer` and\n`bootstrap` node that can be manually interacted with inside the \nsimulation network.",
"base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
"oid": "f4d85a3b1df5e1a2edab2289463417bf21e1aaca",
"timestamp": 1776076020
},
{
"id": "544abbb26c909f353858a6993e86e69161318286",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"description": "",
"base": "48551cde934370c0cf8a4127385d4a4a41c5ba4d",
"oid": "fdb5b31a6aaeb2fe4c8622eb7bd77c378abe34fc",
"timestamp": 1776335191
},
{
"id": "46894bd268d80cdc146407e70b947f5ad7aac268",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"description": "Rebased",
"base": "07c624499cdc34a7804f673ed373c66ce2af1acc",
"oid": "b6231ddb5e0e3ed8b823db4120a56c7b8cf35a26",
"timestamp": 1776438028
},
{
"id": "5afe029feab9270e80c490fcf617531cab54df1d",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"description": "simulation: Extract external address configuration bash commands\n\nNames the set of commands that extract the external address and set in\nthe configuration of the `start` script for `seed` and `bootstrap` nodes.",
"base": "07c624499cdc34a7804f673ed373c66ce2af1acc",
"oid": "ce34d6fd42ce66ed483111a83262cbca58c86460",
"timestamp": 1776698846
},
{
"id": "1c07129f151ef72fb9aa84f1901d0a367556fe79",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"description": "simulation: Switch externalAddress config parsing to jq",
"base": "07c624499cdc34a7804f673ed373c66ce2af1acc",
"oid": "f5b7431ebf90e88153c7ce331a711382f6c10d91",
"timestamp": 1776858492
},
{
"id": "d7d05cf7da3a8821b74273dbc8dc177f66cfe331",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"description": "Changes:\n- Rebase\n- Introduced requirements to flake.nix\n- Applied fix to find OVMF when on NixOS\n- Added note in simulation/README.md for required `configuration.nix` additions on NixOS",
"base": "b687817696bb6de77dd906a89750c2051b36d325",
"oid": "f015e708489c97f572f6cd8d3c4053b87b7bbba0",
"timestamp": 1776961178
},
{
"id": "ff85cf8eb4d4b873cf3f095bcda4363b10c9ee05",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"description": "Changes:\n- Rebase\n- Run `nix flake update nixpgs-stable` to get latest `talosctl`",
"base": "b482845e712d54fdee00b0548c828e6694a3f359",
"oid": "48b68c972d9650ef45e0f11031ff748b9ff0c190",
"timestamp": 1777563321
},
{
"id": "bf028eb3b18c41a3a1c1d0d66e03f865ae499f03",
"author": {
"id": "did:key:z6MkireRatUThvd3qzfKht1S44wpm4FEWSSa4PRMTSQZ3voM",
"alias": "fintohaps"
},
"description": "Rebase",
"base": "0d7bc8d1db6cfa3fc6ad3f633463e99f5da75947",
"oid": "f22811e0159b1ff25df40221a4d2595927543f89",
"timestamp": 1778500711
}
]
}
}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>