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": 1779081116,
"nanos_since_epoch": 709904525
},
"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": {
"debfullname": "Lars Wirzenius",
"debemail": "liw@liw.fi"
}
},
{
"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": 1779081116,
"nanos_since_epoch": 726658683
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "mkdir",
"pathname": "/ci",
"timestamp": {
"secs_since_epoch": 1779081116,
"nanos_since_epoch": 762051905
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "mkdir",
"pathname": "/ci",
"timestamp": {
"secs_since_epoch": 1779081116,
"nanos_since_epoch": 762666094
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "mkdir",
"pathname": "/ci/artifacts",
"timestamp": {
"secs_since_epoch": 1779081116,
"nanos_since_epoch": 762687191
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "mkdir",
"pathname": "/ci/artifacts",
"timestamp": {
"secs_since_epoch": 1779081116,
"nanos_since_epoch": 763089901
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vdc",
"directory": "/ci/src",
"timestamp": {
"secs_since_epoch": 1779081116,
"nanos_since_epoch": 763320647
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vdc",
"directory": "/ci/src",
"timestamp": {
"secs_since_epoch": 1779081116,
"nanos_since_epoch": 950046999
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vdf",
"directory": "/ci/deps",
"timestamp": {
"secs_since_epoch": 1779081116,
"nanos_since_epoch": 957898194
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vdf",
"directory": "/ci/deps",
"timestamp": {
"secs_since_epoch": 1779081118,
"nanos_since_epoch": 498277163
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "tar_extract",
"archive": "/dev/vde",
"directory": "/ci/cache",
"timestamp": {
"secs_since_epoch": 1779081118,
"nanos_since_epoch": 502414862
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "tar_extract",
"archive": "/dev/vde",
"directory": "/ci/cache",
"timestamp": {
"secs_since_epoch": 1779081118,
"nanos_since_epoch": 514987796
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "ln -sf /ci /workspace",
"timestamp": {
"secs_since_epoch": 1779081118,
"nanos_since_epoch": 518820455
},
"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": 1779081118,
"nanos_since_epoch": 522601704
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ ln -sf /ci /workspace\n",
"timestamp": {
"secs_since_epoch": 1779081118,
"nanos_since_epoch": 535530372
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "ln -sf /ci /workspace",
"timestamp": {
"secs_since_epoch": 1779081118,
"nanos_since_epoch": 542444147
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "git config --global user.name 'Ambient CI'",
"timestamp": {
"secs_since_epoch": 1779081118,
"nanos_since_epoch": 542468970
},
"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": 1779081118,
"nanos_since_epoch": 542486762
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ git config --global user.name 'Ambient CI'\n",
"timestamp": {
"secs_since_epoch": 1779081118,
"nanos_since_epoch": 573436299
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "git config --global user.name 'Ambient CI'",
"timestamp": {
"secs_since_epoch": 1779081118,
"nanos_since_epoch": 578425544
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "shell",
"shell": "git config --global user.email ambient@example.com",
"timestamp": {
"secs_since_epoch": 1779081118,
"nanos_since_epoch": 578448176
},
"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": 1779081118,
"nanos_since_epoch": 578464598
},
"log_source": "Plan"
}{
"type": "program_succeeded",
"exit_code": 0,
"stdout": "",
"stderr": "+ git config --global user.email ambient@example.com\n",
"timestamp": {
"secs_since_epoch": 1779081118,
"nanos_since_epoch": 606581052
},
"log_source": "Plan"
}{
"type": "action_succeeded",
"action": "shell",
"shell": "git config --global user.email ambient@example.com",
"timestamp": {
"secs_since_epoch": 1779081118,
"nanos_since_epoch": 610201544
},
"log_source": "Plan"
}{
"type": "execute_action",
"action": "deb_install",
"timestamp": {
"secs_since_epoch": 1779081118,
"nanos_since_epoch": 610224547
},
"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": 1779081118,
"nanos_since_epoch": 610242196
},
"log_source": "Plan"
}{
"type": "program_failed",
"exit_code": 100,
"stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\ndebconf is already the newest version (1.5.91).\ngcc-14-base is already the newest version (14.2.0-19).\nlibbz2-1.0 is already the newest version (1.0.8-6).\nlibdb5.3t64 is already the newest version (5.3.28+dfsg2-9).\nlibexpat1 is already the newest version (2.7.1-2).\nlibffi8 is already the newest version (3.4.8-2).\nlibgcc-s1 is already the newest version (14.2.0-19).\nliblzma5 is already the newest version (5.8.1-1).\nlibncursesw6 is already the newest version (6.5+20250216-2).\nlibpython3-stdlib is already the newest version (3.13.5-1).\nlibreadline8t64 is already the newest version (8.2-6).\nlibsqlite3-0 is already the newest version (3.46.1-7+deb13u1).\nlibssl3t64 is already the newest version (3.5.6-1~deb13u1).\nlibtinfo6 is already the newest version (6.5+20250216-2).\nlibuuid1 is already the newest version (2.41-5).\nlibyaml-0-2 is already the newest version (0.2.5-2).\nlibyaml-0-2 set to manually installed.\nlibzstd1 is already the newest version (1.5.7+dfsg-1).\nmedia-types is already the newest version (13.0.0).\nnetbase is already the newest version (6.5).\nopenssl-provider-legacy is already the newest version (3.5.6-1~deb13u1).\npython3 is already the newest version (3.13.5-1).\nreadline-common is already the newest version (8.2-6).\nzlib1g is already the newest version (1:1.3.dfsg+really1.3.1-1+b1).\nThe following additional packages will be installed:\n libc-bin libc-dev-bin libc6-dev\nThe following NEW packages will be installed:\n python3-yaml\nThe following packages will be upgraded:\n libc-bin libc-dev-bin libc6 libc6-dev libpython3.13-minimal\n libpython3.13-stdlib python3.13 python3.13-minimal tzdata\n9 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.\nNeed to get 11.7 MB of archives.\nAfter this operation, 560 kB of additional disk space will be used.\nIgn:1 http://deb.debian.org/debian trixie/main amd64 libc6-dev amd64 2.41-12+deb13u3\nIgn:2 http://deb.debian.org/debian trixie/main amd64 libc-dev-bin amd64 2.41-12+deb13u3\nIgn:3 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u3\nIgn:4 http://deb.debian.org/debian trixie/main amd64 libc-bin amd64 2.41-12+deb13u3\nIgn:5 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u2\nIgn:6 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u2\nIgn:7 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u2\nIgn:8 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u2\nIgn:9 http://deb.debian.org/debian trixie/main amd64 tzdata all 2026b-0+deb13u1\nIgn:10 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2\nIgn:10 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2\nIgn:9 http://deb.debian.org/debian trixie/main amd64 tzdata all 2026b-0+deb13u1\nIgn:8 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u2\nIgn:7 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u2\nIgn:6 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u2\nIgn:5 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u2\nIgn:4 http://deb.debian.org/debian trixie/main amd64 libc-bin amd64 2.41-12+deb13u3\nIgn:3 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u3\nIgn:2 http://deb.debian.org/debian trixie/main amd64 libc-dev-bin amd64 2.41-12+deb13u3\nIgn:1 http://deb.debian.org/debian trixie/main amd64 libc6-dev amd64 2.41-12+deb13u3\nIgn:1 http://deb.debian.org/debian trixie/main amd64 libc6-dev amd64 2.41-12+deb13u3\nIgn:2 http://deb.debian.org/debian trixie/main amd64 libc-dev-bin amd64 2.41-12+deb13u3\nIgn:3 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u3\nIgn:4 http://deb.debian.org/debian trixie/main amd64 libc-bin amd64 2.41-12+deb13u3\nIgn:5 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u2\nIgn:6 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u2\nIgn:7 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u2\nIgn:8 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u2\nIgn:9 http://deb.debian.org/debian trixie/main amd64 tzdata all 2026b-0+deb13u1\nIgn:10 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2\nIgn:10 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2\nIgn:9 http://deb.debian.org/debian trixie/main amd64 tzdata all 2026b-0+deb13u1\nIgn:8 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u2\nIgn:7 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u2\nIgn:6 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u2\nIgn:5 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u2\nErr:4 http://deb.debian.org/debian trixie/main amd64 libc-bin amd64 2.41-12+deb13u3\n Temporary failure resolving 'deb.debian.org'\nIgn:3 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u3\nErr:2 http://deb.debian.org/debian trixie/main amd64 libc-dev-bin amd64 2.41-12+deb13u3\n Temporary failure resolving 'deb.debian.org'\nErr:1 http://deb.debian.org/debian trixie/main amd64 libc6-dev amd64 2.41-12+deb13u3\n Temporary failure resolving 'deb.debian.org'\nGet:10 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2 [136 kB]\nGet:9 http://deb.debian.org/debian trixie/main amd64 tzdata all 2026b-0+deb13u1 [264 kB]\nGet:8 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u2 [862 kB]\nGet:7 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u2 [2217 kB]\nGet:6 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u2 [1958 kB]\nGet:5 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u2 [757 kB]\nGet:3 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u3 [2850 kB]\n",
"stderr": "E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glibc/libc6-dev_2.41-12%2bdeb13u3_amd64.deb Temporary failure resolving 'deb.debian.org'\nE: Failed to fetch http://deb.debian.org/debian/pool/main/g/glibc/libc-dev-bin_2.41-12%2bdeb13u3_amd64.deb Temporary failure resolving 'deb.debian.org'\nE: Failed to fetch http://deb.debian.org/debian/pool/main/g/glibc/libc-bin_2.41-12%2bdeb13u3_amd64.deb Temporary failure resolving 'deb.debian.org'\nE: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?\n",
"timestamp": {
"secs_since_epoch": 1779081127,
"nanos_since_epoch": 88654353
},
"log_source": "Plan"
}{
"type": "action_failed",
"action": "deb_install",
"timestamp": {
"secs_since_epoch": 1779081127,
"nanos_since_epoch": 176572892
},
"log_source": "Plan"
}{
"type": "executor_ends_in_failure",
"exit_code": 1,
"timestamp": {
"secs_since_epoch": 1779081127,
"nanos_since_epoch": 181553245
},
"log_source": "Plan"
}{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:z2aW1bujxH96GsWdKBcFqDpzSNnUS",
"name": "clab",
"description": "Command line address book",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "b44746aa1323e38467e0d5d283d3a2218cabcd99",
"after": "b44746aa1323e38467e0d5d283d3a2218cabcd99",
"branch": "main",
"commits": [
"b44746aa1323e38467e0d5d283d3a2218cabcd99"
]
}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>