CI run for rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s

Radicle repository id rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s

Table of Contents

Run log

At: 2026-02-12 05:22:41Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-12 05:22:41Z
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-12 05:22:41Z
After: 0.03 seconds
Hoping for the best
Will run CI for project rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s
At: 2026-02-12 05:22:41Z
After: 0.03 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • cargo
  • fetch
  • --locked
exit: 0
OK: cargo fetch --locked
At: 2026-02-12 05:22:42Z
After: 0.28 seconds
End action cargo_fetch
At: 2026-02-12 05:22:42Z
After: 0.28 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-12 05:22:46Z
After: 4.92 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-12 05:22:46Z
After: 4.92 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: cargo_fmt
- action: cargo_clippy
- action: cargo_test
- action: shell
  shell: |
    subplot docgen vmadm.subplot -o /workspace/artifacts/rsync/vmadm.html
- action: shell
  shell: |
    cargo doc --workspace --no-deps

    # Clean up after tests and documentation building.
    git reset --hard
    git clean -fdx
    git status --ignored
- 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
Runnable plan
At: 2026-02-12 05:22:46Z
After: 4.92 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-12 05:22:46Z
After: 4.92 seconds
End action mkdir
At: 2026-02-12 05:22:46Z
After: 4.92 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-12 05:22:46Z
After: 4.92 seconds
End action mkdir
At: 2026-02-12 05:22:46Z
After: 4.92 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-12 05:22:46Z
After: 4.95 seconds
End action tar_extract
At: 2026-02-12 05:22:46Z
After: 4.95 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-12 05:22:47Z
After: 5.75 seconds
End action tar_extract
At: 2026-02-12 05:22:47Z
After: 5.75 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-12 05:22:48Z
After: 6.63 seconds
End action tar_extract
At: 2026-02-12 05:22:48Z
After: 6.63 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-12 05:22:53Z
After: 11.85 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-12 05:22:48Z
After: 6.64 seconds
End action shell
At: 2026-02-12 05:22:48Z
After: 6.64 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-12 05:22:53Z
After: 11.85 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-12 05:22:48Z
After: 6.66 seconds
End action shell
At: 2026-02-12 05:22:48Z
After: 6.66 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-12 05:22:53Z
After: 11.85 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-12 05:22:48Z
After: 6.67 seconds
End action shell
At: 2026-02-12 05:22:48Z
After: 6.67 seconds
CargoFmt(
    CargoFmt,
)
Start action cargo_fmt
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • cargo
  • fmt
  • --check
exit: 0
OK: cargo fmt --check
At: 2026-02-12 05:22:48Z
After: 7.09 seconds
End action cargo_fmt
At: 2026-02-12 05:22:48Z
After: 7.09 seconds
CargoClippy(
    CargoClippy,
)
Start action cargo_clippy
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • cargo
  • clippy
  • --offline
  • --locked
  • --workspace
  • --all-targets
  • --no-deps
  • --
  • --deny
  • warnings
exit: 0
Stderr:
   Compiling vmadm v0.4.1 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-02-12 05:22:49Z
After: 8.04 seconds
End action cargo_clippy
At: 2026-02-12 05:22:49Z
After: 8.04 seconds
CargoTest(
    CargoTest,
)
Start action cargo_test
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • cargo
  • test
  • --offline
  • --locked
  • --workspace
exit: 0
Stdout:
running 5 tests
test sshkeys::keypair_test::generate_key ... ok
test util::test::accepts_bridge_name ... ok
test util::test::accepts_network_name ... ok
test util::test::rejects_plain_name ... ok
test sshkeys::keypair_test::certify_host_key ... ok

test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s


running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s


running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

Stderr:
   Compiling vmadm v0.4.1 (/ci/src)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/vmadm-7db6e31bd068e664)
     Running unittests src/bin/vmadm.rs (/ci/cache/cargo-target/debug/deps/vmadm-cfb0e7a4ec231d06)
   Doc-tests vmadm
OK: cargo test --offline --locked --workspace
At: 2026-02-12 05:22:50Z
After: 8.96 seconds
End action cargo_test
At: 2026-02-12 05:22:50Z
After: 8.96 seconds
Shell(
    Shell {
        shell: "subplot docgen vmadm.subplot -o /workspace/artifacts/rsync/vmadm.html\n",
    },
)
Start action shell
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
  • bash
  • -c
  • set -xeuo pipefail subplot docgen vmadm.subplot -o /workspace/artifacts/rsync/vmadm.html
exit: 1
Stderr:
+ subplot docgen vmadm.subplot -o /workspace/artifacts/rsync/vmadm.html
 INFO Starting Subplot
ERROR Error when writing to /workspace/artifacts/rsync/vmadm.html
ERROR caused by: No such file or directory (os error 2)
FAILED: bash -c set -xeuo pipefail subplot docgen vmadm.subplot -o /workspace/artifacts/rsync/vmadm.html
At: 2026-02-12 05:22:50Z
After: 9.07 seconds
Action failed
At: 2026-02-12 05:22:50Z
After: 9.07 seconds
Exit codd 1
Executor ends, failure
At: 2026-02-12 05:22:53Z
After: 11.85 seconds
    exit: 0
    QEMU OK

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "patch",
      "repository": {
        "id": "rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s",
        "name": "vmadm",
        "description": "Virtual machine administration tool for libvirt",
        "private": false,
        "default_branch": "main",
        "delegates": [
          "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
        ]
      },
      "action": "Updated",
      "patch": {
        "id": "233f8da8615ff14a7ba0da46ad9459cfb44fe87a",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "title": "ci: drop unnecessary env vars",
        "state": {
          "status": "open",
          "conflicts": []
        },
        "before": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
        "after": "e184ba03fc5c544804762bc4958d39b1c68cf7a0",
        "commits": [
          "e184ba03fc5c544804762bc4958d39b1c68cf7a0",
          "0a9d589ed5b88d16cadd2da13c65459ef3e182f2"
        ],
        "target": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
        "labels": [],
        "assignees": [],
        "revisions": [
          {
            "id": "233f8da8615ff14a7ba0da46ad9459cfb44fe87a",
            "author": {
              "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
              "alias": "liw"
            },
            "description": "",
            "base": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
            "oid": "0a9d589ed5b88d16cadd2da13c65459ef3e182f2",
            "timestamp": 1770873532
          },
          {
            "id": "69145007dc34d2d0b8329c4af35cb7d352757c28",
            "author": {
              "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
              "alias": "liw"
            },
            "description": "ci: separate docs and deb package",
            "base": "d1f7646ffd8d26e9946fadc619d01b5bc654477c",
            "oid": "e184ba03fc5c544804762bc4958d39b1c68cf7a0",
            "timestamp": 1770873760
          }
        ]
      }
    }

    Ambient stdout

    deprecated: the `cpus` field is replaced by `qemu.cpus`
    deprecated: the `memory` field is replaced by `qemu.memory`
    run CI for rad:z3U5PDwEqz64be8vfqEyyj2rkfd1s
    ERROR: CI run failed inside QEMU
    

    Ambient stderr

    <empty log>