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": 1777976032,
"nanos_since_epoch": 938084233
},
"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": "deb_install"
},
{
"action": "cargo_fmt"
},
{
"action": "cargo_clippy"
},
{
"action": "cargo_build"
},
{
"action": "cargo_test"
},
{
"action": "shell",
"shell": "install -d /ci/artifacts/rsync\nsubplot docgen clab.subplot -o /ci/artifacts/rsync/clab.html\n"
},
{
"action": "custom",
"name": "dch",
"args": {
"debemail": "liw@liw.fi",
"debfullname": "Lars Wirzenius"
}
},
{
"action": "deb",
"packages": "debian"
},
{
"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": 1777976032,
"nanos_since_epoch": 942456244
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "mkdir",
"pathname": "/ci",
"timestamp": {
"secs_since_epoch": 1777976032,
"nanos_since_epoch": 962683843
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "mkdir",
"pathname": "/ci",
"timestamp": {
"secs_since_epoch": 1777976032,
"nanos_since_epoch": 965754130
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "mkdir",
"pathname": "/ci/artifacts",
"timestamp": {
"secs_since_epoch": 1777976032,
"nanos_since_epoch": 968621894
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "mkdir",
"pathname": "/ci/artifacts",
"timestamp": {
"secs_since_epoch": 1777976032,
"nanos_since_epoch": 970982554
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vdc",
"directory": "/ci/src",
"timestamp": {
"secs_since_epoch": 1777976032,
"nanos_since_epoch": 973312374
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vdc",
"directory": "/ci/src",
"timestamp": {
"secs_since_epoch": 1777976032,
"nanos_since_epoch": 986958243
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vdf",
"directory": "/ci/deps",
"timestamp": {
"secs_since_epoch": 1777976032,
"nanos_since_epoch": 989622636
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vdf",
"directory": "/ci/deps",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 624415875
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vde",
"directory": "/ci/cache",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 624452344
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vde",
"directory": "/ci/cache",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 630931766
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "ln -sf /ci /workspace",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 630953583
},
"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": 1777976033,
"nanos_since_epoch": 630964578
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ ln -sf /ci /workspace\n",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 642693098
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "ln -sf /ci /workspace",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 642713865
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "git config --global user.name 'Ambient CI'",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 642718877
},
"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": 1777976033,
"nanos_since_epoch": 642929461
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ git config --global user.name 'Ambient CI'\n",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 660087912
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "git config --global user.name 'Ambient CI'",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 660111917
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "git config --global user.email ambient@example.com",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 660117207
},
"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": 1777976033,
"nanos_since_epoch": 660332953
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ git config --global user.email ambient@example.com\n",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 675920299
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "git config --global user.email ambient@example.com",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 675943124
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "deb_install",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 675947962
},
"log_source": "Plan"
}{
"type": "start_program",
"argv": [
{
"Unix": [
47,
98,
105,
110,
47,
98,
97,
115,
104
]
},
{
"Unix": [
45,
99
]
},
{
"Unix": [
97,
112,
116,
45,
103,
101,
116,
32,
105,
110,
115,
116,
97,
108,
108,
32,
45,
121,
32,
47,
99,
105,
47,
100,
101,
112,
115,
47,
100,
101,
98,
105,
97,
110,
47,
42,
46,
100,
101,
98
]
}
],
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 676157604
},
"log_source": "Plan"
}{
"type": "program_failed",
"exit_code": 100,
"stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nSome packages could not be installed. This may mean that you have\nrequested an impossible situation or if you are using the unstable\ndistribution that some required packages have not yet been created\nor been moved out of Incoming.\nThe following information may help to resolve the situation:\n\nThe following packages have unmet dependencies:\n libc-bin : Depends: libc6 (< 2.37) but 2.41-12+deb13u2 is to be installed\n Recommends: manpages but it is not going to be installed\n libc6 : Breaks: base-files (< 13.3~) but 12.4+deb12u13 is to be installed\n python3 : PreDepends: python3-minimal (= 3.13.5-1) but 3.11.2-1+b1 is to be installed\n",
"stderr": "E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.\n",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 986956994
},
"log_source": "Plan"
}{
"type": "action_failed",
"action": "deb_install",
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 986994835
},
"log_source": "Plan"
}{
"type": "executor_ends_in_failure",
"exit_code": 1,
"timestamp": {
"secs_since_epoch": 1777976033,
"nanos_since_epoch": 987433489
},
"log_source": "Plan"
}{
"request": "trigger",
"version": 1,
"event_type": "patch",
"repository": {
"id": "rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS",
"name": "clab",
"description": "Command line address book",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"action": "Updated",
"patch": {
"id": "1192f1f00d001a1506f411c43c53db9e9e9ab896",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"title": "ci: install python3-yaml Debian package",
"state": {
"status": "open",
"conflicts": []
},
"before": "e60919c098756db90ed8ca6218ec8a57bd1e5470",
"after": "ef665d5d38f566675b50dec7995c5faab61f0391",
"commits": [
"ef665d5d38f566675b50dec7995c5faab61f0391",
"0030421ca646616bfd7713cb8aacb0450795325e",
"8a74b707c0512719e5dd100a7d4ea61d9dfb04e6"
],
"target": "e60919c098756db90ed8ca6218ec8a57bd1e5470",
"labels": [],
"assignees": [],
"revisions": [
{
"id": "1192f1f00d001a1506f411c43c53db9e9e9ab896",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "",
"base": "e60919c098756db90ed8ca6218ec8a57bd1e5470",
"oid": "521ca30ec0661cbed84521c3b606fdad3cd4f8a2",
"timestamp": 1777974687
},
{
"id": "b064c03e3357c6836ccbdff9b912326eeffd5404",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "fix suite",
"base": "e60919c098756db90ed8ca6218ec8a57bd1e5470",
"oid": "8a74b707c0512719e5dd100a7d4ea61d9dfb04e6",
"timestamp": 1777974722
},
{
"id": "54ddc07fe67228728f3ccae42f664c869bd936fa",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "ci: use deb2, dput2, and rsync2",
"base": "e60919c098756db90ed8ca6218ec8a57bd1e5470",
"oid": "0030421ca646616bfd7713cb8aacb0450795325e",
"timestamp": 1777974972
},
{
"id": "ba975a9ae51e0b4c02aac3d5eaca212431e9ceeb",
"author": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"description": "ci: create /ci/artifacts/rsync",
"base": "e60919c098756db90ed8ca6218ec8a57bd1e5470",
"oid": "ef665d5d38f566675b50dec7995c5faab61f0391",
"timestamp": 1777976023
}
]
}
}executor from config: /usr/bin/ambient-execute-plan executor from PATH: /usr/bin/ambient-execute-plan run CI for rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS ERROR: CI run failed inside QEMU
<empty log>