CI run for rad:z28U8KUBvVSMQc13NydX3LBDsdEdQ

Radicle repository id rad:z28U8KUBvVSMQc13NydX3LBDsdEdQ

Table of Contents

Run log

At: 2026-02-25 05:55:33Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-25 05:55:33Z
After: 0.00 seconds
tmpdir: /home/_rad/tmp
image_store: /home/_rad/ambient-images
projects: /dev/null
state: /home/_rad/ambient-state
rsync_target: null
rsync_target_base: null
rsync_target_map: null
dput_target: null
executor: /usr/bin/ambient-execute-plan
artifacts_max_size: 1 GB
cache_max_size: 30 GB
qemu:
  cpus: 2
  memory: 12 GB
  kvm_binary: /usr/bin/kvm
  ovmf_vars_file: /usr/share/ovmf/OVMF.fd
  ovmf_code_file: /usr/share/ovmf/OVMF.fd
uefi: false
lint: true
Ambient configuration
At: 2026-02-25 05:55:33Z
After: 0.02 seconds
Hoping for the best
Will run CI for project rad:z28U8KUBvVSMQc13NydX3LBDsdEdQ
At: 2026-02-25 05:55:33Z
After: 0.02 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-25 05:55:36Z
After: 3.45 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-25 05:55:36Z
After: 3.45 seconds
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: shell
  shell: |
    echo Hello from the Radicle CI example repository.
- 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
Runnable plan
At: 2026-02-25 05:55:36Z
After: 3.47 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-25 05:55:36Z
After: 3.47 seconds
End action mkdir
At: 2026-02-25 05:55:36Z
After: 3.47 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-25 05:55:36Z
After: 3.48 seconds
End action mkdir
At: 2026-02-25 05:55:36Z
After: 3.48 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-25 05:55:36Z
After: 3.51 seconds
End action tar_extract
At: 2026-02-25 05:55:36Z
After: 3.52 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-25 05:55:36Z
After: 3.52 seconds
End action tar_extract
At: 2026-02-25 05:55:36Z
After: 3.52 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-25 05:55:36Z
After: 3.53 seconds
End action tar_extract
At: 2026-02-25 05:55:36Z
After: 3.53 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-25 05:55:38Z
After: 5.19 seconds
  • bash
  • -c
  • set -xeuo pipefail ln -sf /ci /workspace
exit: 0
Stderr:
+ ln -sf /ci /workspace
OK: bash -c set -xeuo pipefail ln -sf /ci /workspace
At: 2026-02-25 05:55:36Z
After: 3.54 seconds
End action shell
At: 2026-02-25 05:55:36Z
After: 3.54 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-25 05:55:38Z
After: 5.19 seconds
  • bash
  • -c
  • set -xeuo pipefail git config --global user.name 'Ambient CI'
exit: 0
Stderr:
+ git config --global user.name 'Ambient CI'
OK: bash -c set -xeuo pipefail git config --global user.name 'Ambient CI'
At: 2026-02-25 05:55:36Z
After: 3.56 seconds
End action shell
At: 2026-02-25 05:55:36Z
After: 3.56 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-25 05:55:38Z
After: 5.19 seconds
  • bash
  • -c
  • set -xeuo pipefail git config --global user.email ambient@example.com
exit: 0
Stderr:
+ git config --global user.email ambient@example.com
OK: bash -c set -xeuo pipefail git config --global user.email ambient@example.com
At: 2026-02-25 05:55:36Z
After: 3.57 seconds
End action shell
At: 2026-02-25 05:55:36Z
After: 3.57 seconds
Shell(
    Shell {
        shell: "echo Hello from the Radicle CI example repository.\n",
    },
)
Start action shell
At: 2026-02-25 05:55:38Z
After: 5.19 seconds
  • bash
  • -c
  • set -xeuo pipefail echo Hello from the Radicle CI example repository.
exit: 0
Stdout:
Hello from the Radicle CI example repository.
Stderr:
+ echo Hello from the Radicle CI example repository.
OK: bash -c set -xeuo pipefail echo Hello from the Radicle CI example repository.
At: 2026-02-25 05:55:36Z
After: 3.59 seconds
End action shell
At: 2026-02-25 05:55:36Z
After: 3.59 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-02-25 05:55:36Z
After: 3.59 seconds
End action tar_create
At: 2026-02-25 05:55:36Z
After: 3.59 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-02-25 05:55:36Z
After: 3.60 seconds
End action tar_create
At: 2026-02-25 05:55:36Z
After: 3.60 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-25 05:55:36Z
After: 3.60 seconds
Everything is fine.
Executor ends, success
At: 2026-02-25 05:55:38Z
After: 5.19 seconds
    exit: 0
    QEMU OK
    At: 2026-02-25 05:55:38Z
    After: 5.19 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-02-25 05:55:38Z
    After: 5.19 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "patch",
      "repository": {
        "id": "rad:z28U8KUBvVSMQc13NydX3LBDsdEdQ",
        "name": "radicle-ci-example",
        "description": "Example repository for trying out Radicle CI",
        "private": false,
        "default_branch": "main",
        "delegates": [
          "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
        ]
      },
      "action": "Created",
      "patch": {
        "id": "4ea36c8f9c91dba7c29d66af27ed722f301d4de5",
        "author": {
          "id": "did:key:z6MkwGySUdsXx22MVP5xCdarK5hzm7fFM29XnxCkHdEJ3Pkw",
          "alias": "bbigras"
        },
        "title": "trigger",
        "state": {
          "status": "open",
          "conflicts": []
        },
        "before": "a22ee15114e5fcb39029bdb0e525b6cdf2647e37",
        "after": "69e33a8be7fab7ed78026e1453bd33192a42fb77",
        "commits": [
          "69e33a8be7fab7ed78026e1453bd33192a42fb77"
        ],
        "target": "a22ee15114e5fcb39029bdb0e525b6cdf2647e37",
        "labels": [],
        "assignees": [],
        "revisions": [
          {
            "id": "4ea36c8f9c91dba7c29d66af27ed722f301d4de5",
            "author": {
              "id": "did:key:z6MkwGySUdsXx22MVP5xCdarK5hzm7fFM29XnxCkHdEJ3Pkw",
              "alias": "bbigras"
            },
            "description": "",
            "base": "a22ee15114e5fcb39029bdb0e525b6cdf2647e37",
            "oid": "69e33a8be7fab7ed78026e1453bd33192a42fb77",
            "timestamp": 1771998924
          }
        ]
      }
    }

    Ambient stdout

    deprecated: the `cpus` field is replaced by `qemu.cpus`
    deprecated: the `memory` field is replaced by `qemu.memory`
    run CI for rad:z28U8KUBvVSMQc13NydX3LBDsdEdQ
    

    Ambient stderr

    <empty log>