CI: FAILURE clab

Table of Contents

Run log

Plan, inside VM without network

plan: Executor starts
After 0.00 seconds at 2026-05-18 05:11:56ZProgram: ambient-execute-plan
Version: 0.14.0@c37ec71
plan: Runnable plan
After 0.02 seconds at 2026-05-18 05:11:56Z
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
    subplot docgen clab.subplot -o /ci/artifacts/rsync/clab.html
- 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: {}
plan: Successful action mkdir: /ci
After 0.05 seconds at 2026-05-18 05:11:56Z
  • plan: Start action mkdir: /ci
    After 0.00 seconds at 2026-05-18 05:11:56Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
  • plan: Action succeeded mkdir: /ci
    After 0.00 seconds at 2026-05-18 05:11:56Z
    Mkdir(
        Mkdir {
            pathname: "/ci",
        },
    )
plan: Successful action mkdir: /ci/artifacts
After 0.05 seconds at 2026-05-18 05:11:56Z
  • plan: Start action mkdir: /ci/artifacts
    After 0.00 seconds at 2026-05-18 05:11:56Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
  • plan: Action succeeded mkdir: /ci/artifacts
    After 0.00 seconds at 2026-05-18 05:11:56Z
    Mkdir(
        Mkdir {
            pathname: "/ci/artifacts",
        },
    )
plan: Successful action tar_extract
After 0.05 seconds at 2026-05-18 05:11:56Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-05-18 05:11:56Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-05-18 05:11:56Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdc",
            directory: "/ci/src",
        },
    )
plan: Successful action tar_extract
After 0.25 seconds at 2026-05-18 05:11:56Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-05-18 05:11:56Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-05-18 05:11:58Z
    TarExtract(
        TarExtract {
            archive: "/dev/vdf",
            directory: "/ci/deps",
        },
    )
plan: Successful action tar_extract
After 1.79 seconds at 2026-05-18 05:11:58Z
  • plan: Start action tar_extract
    After 0.00 seconds at 2026-05-18 05:11:58Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
  • plan: Action succeeded tar_extract
    After 0.00 seconds at 2026-05-18 05:11:58Z
    TarExtract(
        TarExtract {
            archive: "/dev/vde",
            directory: "/ci/cache",
        },
    )
plan: Successful action shell: ln -sf /ci /workspace
After 1.81 seconds at 2026-05-18 05:11:58Z
  • plan: Start action shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-05-18 05:11:58Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-05-18 05:11:58Z
    • bash
    • -c
    • set -xeuo pipefail ln -sf /ci /workspace
  • plan: Program succeeded
    After 0.00 seconds at 2026-05-18 05:11:58Z
    Exit code: 0
    Stderr:
    + ln -sf /ci /workspace
    
  • plan: Action succeeded shell: ln -sf /ci /workspace
    After 0.00 seconds at 2026-05-18 05:11:58Z
    Shell(
        Shell {
            shell: "ln -sf /ci /workspace",
        },
    )
plan: Successful action shell: git config --global user.name 'Ambient CI'
After 1.83 seconds at 2026-05-18 05:11:58Z
  • plan: Start action shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-05-18 05:11:58Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-05-18 05:11:58Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.name 'Ambient CI'
  • plan: Program succeeded
    After 0.00 seconds at 2026-05-18 05:11:58Z
    Exit code: 0
    Stderr:
    + git config --global user.name 'Ambient CI'
    
  • plan: Action succeeded shell: git config --global user.name 'Ambient CI'
    After 0.00 seconds at 2026-05-18 05:11:58Z
    Shell(
        Shell {
            shell: "git config --global user.name 'Ambient CI'",
        },
    )
plan: Successful action shell: git config --global user.email ambient@example.com
After 1.87 seconds at 2026-05-18 05:11:58Z
  • plan: Start action shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-05-18 05:11:58Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
  • plan: Start program bash
    After 0.00 seconds at 2026-05-18 05:11:58Z
    • bash
    • -c
    • set -xeuo pipefail git config --global user.email ambient@example.com
  • plan: Program succeeded
    After 0.00 seconds at 2026-05-18 05:11:58Z
    Exit code: 0
    Stderr:
    + git config --global user.email ambient@example.com
    
  • plan: Action succeeded shell: git config --global user.email ambient@example.com
    After 0.00 seconds at 2026-05-18 05:11:58Z
    Shell(
        Shell {
            shell: "git config --global user.email ambient@example.com",
        },
    )
plan: Start action deb_install
After 1.90 seconds at 2026-05-18 05:11:58Z
DebInstall(
    DebInstall,
)
plan: Start program /bin/bash
After 1.90 seconds at 2026-05-18 05:11:58Z
  • /bin/bash
  • -c
  • apt-get install -y /ci/deps/debian/*.deb
plan: ERROR: Program failed
After 10.38 seconds at 2026-05-18 05:12:07Z
Exit code: 100
Stdout:
Reading package lists...
Building dependency tree...
Reading state information...
debconf is already the newest version (1.5.91).
gcc-14-base is already the newest version (14.2.0-19).
libbz2-1.0 is already the newest version (1.0.8-6).
libdb5.3t64 is already the newest version (5.3.28+dfsg2-9).
libexpat1 is already the newest version (2.7.1-2).
libffi8 is already the newest version (3.4.8-2).
libgcc-s1 is already the newest version (14.2.0-19).
liblzma5 is already the newest version (5.8.1-1).
libncursesw6 is already the newest version (6.5+20250216-2).
libpython3-stdlib is already the newest version (3.13.5-1).
libreadline8t64 is already the newest version (8.2-6).
libsqlite3-0 is already the newest version (3.46.1-7+deb13u1).
libssl3t64 is already the newest version (3.5.6-1~deb13u1).
libtinfo6 is already the newest version (6.5+20250216-2).
libuuid1 is already the newest version (2.41-5).
libyaml-0-2 is already the newest version (0.2.5-2).
libyaml-0-2 set to manually installed.
libzstd1 is already the newest version (1.5.7+dfsg-1).
media-types is already the newest version (13.0.0).
netbase is already the newest version (6.5).
openssl-provider-legacy is already the newest version (3.5.6-1~deb13u1).
python3 is already the newest version (3.13.5-1).
readline-common is already the newest version (8.2-6).
zlib1g is already the newest version (1:1.3.dfsg+really1.3.1-1+b1).
The following additional packages will be installed:
  libc-bin libc-dev-bin libc6-dev
The following NEW packages will be installed:
  python3-yaml
The following packages will be upgraded:
  libc-bin libc-dev-bin libc6 libc6-dev libpython3.13-minimal
  libpython3.13-stdlib python3.13 python3.13-minimal tzdata
9 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 11.7 MB of archives.
After this operation, 560 kB of additional disk space will be used.
Ign:1 http://deb.debian.org/debian trixie/main amd64 libc6-dev amd64 2.41-12+deb13u3
Ign:2 http://deb.debian.org/debian trixie/main amd64 libc-dev-bin amd64 2.41-12+deb13u3
Ign:3 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u3
Ign:4 http://deb.debian.org/debian trixie/main amd64 libc-bin amd64 2.41-12+deb13u3
Ign:5 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u2
Ign:6 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u2
Ign:7 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u2
Ign:8 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u2
Ign:9 http://deb.debian.org/debian trixie/main amd64 tzdata all 2026b-0+deb13u1
Ign:10 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2
Ign:10 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2
Ign:9 http://deb.debian.org/debian trixie/main amd64 tzdata all 2026b-0+deb13u1
Ign:8 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u2
Ign:7 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u2
Ign:6 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u2
Ign:5 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u2
Ign:4 http://deb.debian.org/debian trixie/main amd64 libc-bin amd64 2.41-12+deb13u3
Ign:3 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u3
Ign:2 http://deb.debian.org/debian trixie/main amd64 libc-dev-bin amd64 2.41-12+deb13u3
Ign:1 http://deb.debian.org/debian trixie/main amd64 libc6-dev amd64 2.41-12+deb13u3
Ign:1 http://deb.debian.org/debian trixie/main amd64 libc6-dev amd64 2.41-12+deb13u3
Ign:2 http://deb.debian.org/debian trixie/main amd64 libc-dev-bin amd64 2.41-12+deb13u3
Ign:3 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u3
Ign:4 http://deb.debian.org/debian trixie/main amd64 libc-bin amd64 2.41-12+deb13u3
Ign:5 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u2
Ign:6 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u2
Ign:7 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u2
Ign:8 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u2
Ign:9 http://deb.debian.org/debian trixie/main amd64 tzdata all 2026b-0+deb13u1
Ign:10 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2
Ign:10 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2
Ign:9 http://deb.debian.org/debian trixie/main amd64 tzdata all 2026b-0+deb13u1
Ign:8 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u2
Ign:7 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u2
Ign:6 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u2
Ign:5 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u2
Err:4 http://deb.debian.org/debian trixie/main amd64 libc-bin amd64 2.41-12+deb13u3
  Temporary failure resolving 'deb.debian.org'
Ign:3 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u3
Err:2 http://deb.debian.org/debian trixie/main amd64 libc-dev-bin amd64 2.41-12+deb13u3
  Temporary failure resolving 'deb.debian.org'
Err:1 http://deb.debian.org/debian trixie/main amd64 libc6-dev amd64 2.41-12+deb13u3
  Temporary failure resolving 'deb.debian.org'
Get:10 http://deb.debian.org/debian trixie/main amd64 python3-yaml amd64 6.0.2-1+b2 [136 kB]
Get:9 http://deb.debian.org/debian trixie/main amd64 tzdata all 2026b-0+deb13u1 [264 kB]
Get:8 http://deb.debian.org/debian trixie/main amd64 libpython3.13-minimal amd64 3.13.5-2+deb13u2 [862 kB]
Get:7 http://deb.debian.org/debian trixie/main amd64 python3.13-minimal amd64 3.13.5-2+deb13u2 [2217 kB]
Get:6 http://deb.debian.org/debian trixie/main amd64 libpython3.13-stdlib amd64 3.13.5-2+deb13u2 [1958 kB]
Get:5 http://deb.debian.org/debian trixie/main amd64 python3.13 amd64 3.13.5-2+deb13u2 [757 kB]
Get:3 http://deb.debian.org/debian trixie/main amd64 libc6 amd64 2.41-12+deb13u3 [2850 kB]
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'
E: 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'
E: 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'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
plan: Action failed: deb_install
After 10.47 seconds at 2026-05-18 05:12:07Z
DebInstall(
    DebInstall,
)

Raw log messages for Ambient troubleshooting

Raw log messages

These raw log messages are meant to help Ambient developers figure out problems. You can ignore them.

  1. {
      "type": "executor_starts",
      "name": "ambient-execute-plan",
      "version": "0.14.0@c37ec71",
      "timestamp": {
        "secs_since_epoch": 1779081116,
        "nanos_since_epoch": 709904525
      },
      "log_source": "Plan"
    }
  2. {
      "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"
    }
  3. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1779081116,
        "nanos_since_epoch": 762051905
      },
      "log_source": "Plan"
    }
  4. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci",
      "timestamp": {
        "secs_since_epoch": 1779081116,
        "nanos_since_epoch": 762666094
      },
      "log_source": "Plan"
    }
  5. {
      "type": "execute_action",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1779081116,
        "nanos_since_epoch": 762687191
      },
      "log_source": "Plan"
    }
  6. {
      "type": "action_succeeded",
      "action": "mkdir",
      "pathname": "/ci/artifacts",
      "timestamp": {
        "secs_since_epoch": 1779081116,
        "nanos_since_epoch": 763089901
      },
      "log_source": "Plan"
    }
  7. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1779081116,
        "nanos_since_epoch": 763320647
      },
      "log_source": "Plan"
    }
  8. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdc",
      "directory": "/ci/src",
      "timestamp": {
        "secs_since_epoch": 1779081116,
        "nanos_since_epoch": 950046999
      },
      "log_source": "Plan"
    }
  9. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1779081116,
        "nanos_since_epoch": 957898194
      },
      "log_source": "Plan"
    }
  10. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vdf",
      "directory": "/ci/deps",
      "timestamp": {
        "secs_since_epoch": 1779081118,
        "nanos_since_epoch": 498277163
      },
      "log_source": "Plan"
    }
  11. {
      "type": "execute_action",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1779081118,
        "nanos_since_epoch": 502414862
      },
      "log_source": "Plan"
    }
  12. {
      "type": "action_succeeded",
      "action": "tar_extract",
      "archive": "/dev/vde",
      "directory": "/ci/cache",
      "timestamp": {
        "secs_since_epoch": 1779081118,
        "nanos_since_epoch": 514987796
      },
      "log_source": "Plan"
    }
  13. {
      "type": "execute_action",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1779081118,
        "nanos_since_epoch": 518820455
      },
      "log_source": "Plan"
    }
  14. {
      "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"
    }
  15. {
      "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"
    }
  16. {
      "type": "action_succeeded",
      "action": "shell",
      "shell": "ln -sf /ci /workspace",
      "timestamp": {
        "secs_since_epoch": 1779081118,
        "nanos_since_epoch": 542444147
      },
      "log_source": "Plan"
    }
  17. {
      "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"
    }
  18. {
      "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"
    }
  19. {
      "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"
    }
  20. {
      "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"
    }
  21. {
      "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"
    }
  22. {
      "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"
    }
  23. {
      "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"
    }
  24. {
      "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"
    }
  25. {
      "type": "execute_action",
      "action": "deb_install",
      "timestamp": {
        "secs_since_epoch": 1779081118,
        "nanos_since_epoch": 610224547
      },
      "log_source": "Plan"
    }
  26. {
      "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"
    }
  27. {
      "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"
    }
  28. {
      "type": "action_failed",
      "action": "deb_install",
      "timestamp": {
        "secs_since_epoch": 1779081127,
        "nanos_since_epoch": 176572892
      },
      "log_source": "Plan"
    }
  29. {
      "type": "executor_ends_in_failure",
      "exit_code": 1,
      "timestamp": {
        "secs_since_epoch": 1779081127,
        "nanos_since_epoch": 181553245
      },
      "log_source": "Plan"
    }

Trigger message

{
  "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"
  ]
}

Ambient stdout

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

Ambient stderr

<empty log>