CI run for radicle-ci-broker

Radicle repository id rad:zwTxygwuz5LDGBq255RA2CbNGrz8

Table of Contents

Run log

[2025-10-10T08:07:18Z INFO  ambient] ambient starts
[=3h[=3hBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found
BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0)
Welcome to GRUB!


INFO: Block devices
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
vda    254:0    0   100G  0 disk 
├─vda1 254:1    0   953M  0 part 
└─vda2 254:2    0  99.1G  0 part /
vdb    254:16   0   6.1M  1 disk 
vdc    254:32   0   9.3M  1 disk 
vdd    254:48   0   9.3G  0 disk 
vde    254:64   0  46.6G  0 disk 
vdf    254:80   0 863.4M  1 disk 
INFO: Extracting tar archive from /dev/vdb
drwxr-xr-x _rad/_rad         0 2025-10-10 07:23 ./
-rw-r--r-- _rad/_rad      1789 2025-10-10 07:23 ./plan.yaml
-rwxr-xr-x _rad/_rad   6410400 2025-10-10 07:23 ./run-ci
INFO: Extracted files:
  4587530      4 drwxr-xr-x   2 1001     1001         4096 Oct 10 07:23 .
  4587526      4 -rw-r--r--   1 1001     1001         1789 Oct 10 07:23 ./plan.yaml
  4587527   6264 -rwxr-xr-x   1 1001     1001      6410400 Oct 10 07:23 ./run-ci
INFO: Running run-ci from /dev/vdb
================================ BEGIN ================================
[2025-10-10T07:24:11Z TRACE ambient_execute_plan] ambient-execute-plan version 0.8.0@d43aefe starts
[2025-10-10T07:24:11Z DEBUG ambient_execute_plan] ambient-execute-plan version 0.8.0@d43aefe starts
[2025-10-10T07:24:11Z INFO  ambient_execute_plan] ambient-execute-plan version 0.8.0@d43aefe starts
[2025-10-10T07:24:11Z WARN  ambient_execute_plan] ambient-execute-plan version 0.8.0@d43aefe starts
[2025-10-10T07:24:11Z ERROR ambient_execute_plan] ambient-execute-plan version 0.8.0@d43aefe starts
RunnablePlan::from_file: filename=plan.yaml
steps:
- action: mkdir
  pathname: /workspace
- action: mkdir
  pathname: /workspace/artifacts
- action: tar_extract
  archive: /dev/vdc
  directory: /workspace/src
- action: tar_extract
  archive: /dev/vdf
  directory: /workspace/deps
- action: tar_extract
  archive: /dev/vde
  directory: /workspace/cache
- action: spawn
  argv:
  - find
  - /workspace
  - -maxdepth
  - '2'
  - -ls
- action: cargo_fmt
- action: cargo_clippy
- action: shell
  shell: |
    export CARGO_TARGET_DIR=/workspace/cache
    export CARGO_HOME=/workspace/deps
    export HOME=/root
    export PATH="/root/.cargo/bin:/root/.radicle/bin:$PATH"

    # Check that `rad` is there.
    rad --help >/dev/null || (echo rad is not there; exit 1)

    cargo doc --workspace --no-deps

    # FIXME: We can't run upgrade tests from older versions because
    # Ambient only fetches dependencies for the current version.
    # Thus, we can't build the old versions. This is an Ambient
    # problem that we can't fix here. So we skip the upgrade tests.
    cargo test --workspace --no-fail-fast -- --skip upgrade --test-threads 2

    subplot docgen ci-broker.subplot -o doc/ci-broker.html
    subplot docgen doc/userguide.subplot -o doc/userguide.html
    make -C doc
    cp doc/*.html /workspace/artifacts/.
- action: custom
  name: dch
  args:
    debfullname: Lars Wirzenius
    debemail: liw@liw.fi
- action: deb
- action: tar_create
  archive: /dev/vde
  directory: /workspace/cache
- action: tar_create
  archive: /dev/vdd
  directory: /workspace/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /workspace
source_dir: /workspace/src
deps_dir: /workspace/deps
cache_dir: /workspace/cache
artifacts_dir: /workspace/artifacts


[2025-10-10T07:24:11Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
        pathname: "/workspace",
    }
[2025-10-10T07:24:11Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
        pathname: "/workspace",
    }
[2025-10-10T07:24:11Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-10T07:24:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-10T07:24:11Z DEBUG ambient_ci::plan] RUN: Action Mkdir {
        pathname: "/workspace/artifacts",
    }
[2025-10-10T07:24:11Z DEBUG ambient_ci::action] Plan::execute: plan=Mkdir {
        pathname: "/workspace/artifacts",
    }
[2025-10-10T07:24:11Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-10T07:24:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-10T07:24:11Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-10-10T07:24:11Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vdc",
        directory: "/workspace/src",
    }
[2025-10-10T07:24:11Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-10T07:24:11Z TRACE ambient_ci::vdrive] extracting /dev/vdc to /workspace/src
[2025-10-10T07:24:11Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-10T07:24:11Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-10T07:24:11Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-10-10T07:24:11Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vdf",
        directory: "/workspace/deps",
    }
[2025-10-10T07:24:11Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-10T07:24:11Z TRACE ambient_ci::vdrive] extracting /dev/vdf to /workspace/deps
[2025-10-10T07:25:03Z TRACE ambient_ci::vdrive] extraction OK
[2025-10-10T07:25:03Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-10T07:25:03Z DEBUG ambient_ci::plan] RUN: Action TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-10-10T07:25:03Z DEBUG ambient_ci::action] Plan::execute: plan=TarExtract {
        archive: "/dev/vde",
        directory: "/workspace/cache",
    }
[2025-10-10T07:25:03Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/workspace/deps",
            "PATH": "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "CARGO_TARGET_DIR": "/workspace/cache",
        },
        source_dir: "/workspace/src",
    }
[2025-10-10T07:25:03Z TRACE ambient_ci::vdrive] extracting /dev/vde to /workspace/cache
[2025-10-10T08:07:18Z INFO  ambient] ambient ends successfully

Trigger message

{
  "request": "trigger",
  "version": 1,
  "event_type": "push",
  "repository": {
    "id": "rad:zwTxygwuz5LDGBq255RA2CbNGrz8",
    "name": "radicle-ci-broker",
    "description": "Radicle CI broker",
    "private": false,
    "default_branch": "main",
    "delegates": [
      "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
      "did:key:z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT"
    ]
  },
  "pusher": {
    "id": "did:key:z6MkkYez6QAFWvmdudjrfMXySu1NTpSrraJotCJFwGgkmgx8",
    "alias": "ci0"
  },
  "before": "6bcf81400438044df0a11a564112fcdfbc9c381e",
  "after": "6bcf81400438044df0a11a564112fcdfbc9c381e",
  "branch": "main",
  "commits": [
    "6bcf81400438044df0a11a564112fcdfbc9c381e"
  ]
}

Ambient stdout

[2025-10-10T08:07:17Z INFO  ambient] ambient starts
[2025-10-10T08:07:17Z DEBUG ambient] load default configuration file /home/_rad/.config/ambient/config.yaml if it exists
[2025-10-10T08:07:17Z DEBUG ambient] load files named with --config: /tmp/.tmpzAHSmW/ambient_extra_values.yaml
[2025-10-10T08:07:17Z DEBUG ambient] complete configuration: Config {
        tmpdir: "/srv/tmp",
        image_store: "/home/_rad/.local/state/ambient-ci/images",
        projects: "/home/_rad/ambient-projects.yaml",
        state: "/srv/ambient-state",
        rsync_target: None,
        rsync_target_base: Some(
            "ci@http.liw.fi:/srv/http/radicle-ci.liw.fi",
        ),
        rsync_target_map: None,
        dput_target: Some(
            "apt.liw.fi",
        ),
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            10000000000,
        ),
        cache_max_size: Byte(
            50000000000,
        ),
        qemu: QemuConfig {
            cpus: 4,
            memory: Byte(
                8000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-10-10T08:07:17Z DEBUG ambient] configuration: Config {
        tmpdir: "/srv/tmp",
        image_store: "/home/_rad/.local/state/ambient-ci/images",
        projects: "/home/_rad/ambient-projects.yaml",
        state: "/srv/ambient-state",
        rsync_target: None,
        rsync_target_base: Some(
            "ci@http.liw.fi:/srv/http/radicle-ci.liw.fi",
        ),
        rsync_target_map: None,
        dput_target: Some(
            "apt.liw.fi",
        ),
        executor: Some(
            "/usr/bin/ambient-execute-plan",
        ),
        artifacts_max_size: Byte(
            10000000000,
        ),
        cache_max_size: Byte(
            50000000000,
        ),
        qemu: QemuConfig {
            cpus: 4,
            memory: Byte(
                8000000000,
            ),
            kvm_binary: "/usr/bin/kvm",
            ovmf_vars_file: "/usr/share/ovmf/OVMF.fd",
            ovmf_code_file: "/usr/share/ovmf/OVMF.fd",
        },
    }
[2025-10-10T08:07:17Z DEBUG ambient_ci::project] load project state from /srv/ambient-state/radicle-ci-broker/meta.yaml
[2025-10-10T08:07:17Z DEBUG ambient_ci::run] latest commit: "6bcf81400438044df0a11a564112fcdfbc9c381e"
[2025-10-10T08:07:17Z DEBUG ambient_ci::run] is a git repository
[2025-10-10T08:07:17Z DEBUG ambient_ci::run] git repository is clean
[2025-10-10T08:07:17Z DEBUG ambient_ci::run] current (HEAD) commit: 6bcf81400438044df0a11a564112fcdfbc9c381e
[2025-10-10T08:07:17Z DEBUG ambient_ci::run] no dry run requested
[2025-10-10T08:07:17Z DEBUG ambient_ci::run] forced run requested
[2025-10-10T08:07:17Z DEBUG ambient_ci::run] run? true
[2025-10-10T08:07:17Z INFO  ambient_ci::run] project radicle-ci-broker: running CI
[2025-10-10T08:07:17Z DEBUG ambient_ci::run] Executing pre-plan steps
[2025-10-10T08:07:17Z DEBUG ambient_ci::plan] RUN: Action CargoFetch {
        sourcedir: "/tmp/.tmputWPJX/src",
    }
[2025-10-10T08:07:17Z DEBUG ambient_ci::action] Plan::execute: plan=CargoFetch {
        sourcedir: "/tmp/.tmputWPJX/src",
    }
[2025-10-10T08:07:17Z DEBUG ambient_ci::action] Plan::execute: context=Context {
        envs: {
            "CARGO_HOME": "/srv/ambient-state/radicle-ci-broker/dependencies",
            "PATH": "/root/.cargo/bin:/bin:/home/_rad/.radicle/bin:/home/_rad/.cargo/bin",
            "CARGO_TARGET_DIR": "/srv/ambient-state/radicle-ci-broker/cache",
        },
        source_dir: "/tmp/.tmputWPJX/src",
    }
SPAWN: argv=["cargo", "--version"]
       cwd=/tmp/.tmputWPJX/src (exists? true)
cargo 1.90.0 (840b83a10 2025-07-30)
SPAWN: argv=["cargo", "clippy", "--version"]
       cwd=/tmp/.tmputWPJX/src (exists? true)
clippy 0.1.90 (1159e78c47 2025-09-14)
SPAWN: argv=["rustc", "--version"]
       cwd=/tmp/.tmputWPJX/src (exists? true)
rustc 1.90.0 (1159e78c4 2025-09-14)
SPAWN: argv=["cargo", "fetch"]
       cwd=/tmp/.tmputWPJX/src (exists? true)
[2025-10-10T08:07:17Z DEBUG ambient_ci::plan] RUN: Action finished OK
[2025-10-10T08:07:17Z DEBUG ambient_ci::plan] All actions were performed successfully
[2025-10-10T08:07:17Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmpgIQECr/src.tar
[2025-10-10T08:07:18Z DEBUG ambient_ci::run] create virtual drive /srv/tmp/.tmpgIQECr/deps.tar
[2025-10-10T08:07:18Z ERROR ambient_ci::vdrive] tar create failed: exit=2 archive=/srv/ambient-state/radicle-ci-broker/dependencies, stderr=
    tar: /srv/tmp/.tmpgIQECr/deps.tar: Wrote only 4096 of 10240 bytes
    tar: Error is not recoverable: exiting now
    
ERROR: failed to create a tar archive from /srv/ambient-state/radicle-ci-broker/dependencies
caused by: tar command failed

Ambient stderr

<empty log>