CI run for rad:z37EycTqZeuGMYpUSCM3v2e2qe16s

Radicle repository id rad:z37EycTqZeuGMYpUSCM3v2e2qe16s

Table of Contents

Run log

At: 2026-02-05 16:22:56Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-05 16:22:56Z
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-05 16:22:56Z
After: 0.03 seconds
Hoping for the best
Will run CI for project rad:z37EycTqZeuGMYpUSCM3v2e2qe16s
At: 2026-02-05 16:22:56Z
After: 0.03 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • cargo
  • fetch
  • --locked
exit: 0
OK: cargo fetch --locked
At: 2026-02-05 16:22:57Z
After: 0.91 seconds
End action cargo_fetch
At: 2026-02-05 16:22:57Z
After: 0.91 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-05 16:23:25Z
After: 28.65 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-05 16:23:25Z
After: 28.65 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: shell
  shell: |
    cargo build
    cargo build --features json
    cargo build --no-default-features
- action: cargo_test
- 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-05 16:23:25Z
After: 28.65 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-05 16:23:25Z
After: 28.65 seconds
End action mkdir
At: 2026-02-05 16:23:25Z
After: 28.65 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-05 16:23:25Z
After: 28.65 seconds
End action mkdir
At: 2026-02-05 16:23:25Z
After: 28.65 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-05 16:23:25Z
After: 28.83 seconds
End action tar_extract
At: 2026-02-05 16:23:25Z
After: 28.83 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-05 16:23:30Z
After: 33.59 seconds
End action tar_extract
At: 2026-02-05 16:23:30Z
After: 33.59 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-05 16:24:07Z
After: 70.39 seconds
End action tar_extract
At: 2026-02-05 16:24:07Z
After: 70.40 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-05 16:24:47Z
After: 110.83 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-05 16:24:07Z
After: 70.43 seconds
End action shell
At: 2026-02-05 16:24:07Z
After: 70.43 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-05 16:24:47Z
After: 110.83 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-05 16:24:07Z
After: 70.51 seconds
End action shell
At: 2026-02-05 16:24:07Z
After: 70.51 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-05 16:24:47Z
After: 110.83 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-05 16:24:07Z
After: 70.53 seconds
End action shell
At: 2026-02-05 16:24:07Z
After: 70.53 seconds
CargoFmt(
    CargoFmt,
)
Start action cargo_fmt
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • cargo
  • fmt
  • --check
exit: 0
OK: cargo fmt --check
At: 2026-02-05 16:24:08Z
After: 71.74 seconds
End action cargo_fmt
At: 2026-02-05 16:24:08Z
After: 71.74 seconds
CargoClippy(
    CargoClippy,
)
Start action cargo_clippy
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • cargo
  • clippy
  • --offline
  • --locked
  • --workspace
  • --all-targets
  • --no-deps
  • --
  • --deny
  • warnings
exit: 0
Stderr:
    Checking mrh v0.13.2 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-02-05 16:24:10Z
After: 73.52 seconds
End action cargo_clippy
At: 2026-02-05 16:24:10Z
After: 73.52 seconds
Shell(
    Shell {
        shell: "cargo build\ncargo build --features json\ncargo build --no-default-features\n",
    },
)
Start action shell
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • bash
  • -c
  • set -xeuo pipefail cargo build cargo build --features json cargo build --no-default-features
exit: 0
Stderr:
+ cargo build
   Compiling mrh v0.13.2 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
+ cargo build --features json
   Compiling mrh v0.13.2 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
+ cargo build --no-default-features
   Compiling mrh v0.13.2 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
OK: bash -c set -xeuo pipefail cargo build cargo build --features json cargo build --no-default-features
At: 2026-02-05 16:24:14Z
After: 77.33 seconds
End action shell
At: 2026-02-05 16:24:14Z
After: 77.33 seconds
CargoTest(
    CargoTest,
)
Start action cargo_test
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.0 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (254b59607d 2026-01-19)
OK: cargo clippy --version
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.0 (254b59607 2026-01-19)
OK: rustc --version
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
  • cargo
  • test
  • --offline
  • --locked
  • --workspace
exit: 0
Stdout:
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


running 1 test
test src/lib.rs - (line 24) ... ok

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

Stderr:
   Compiling mrh v0.13.2 (/ci/src)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.82s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/mrh-63b875f7976bff42)
     Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/mrh-47f6df9adc4b0d98)
   Doc-tests mrh
OK: cargo test --offline --locked --workspace
At: 2026-02-05 16:24:16Z
After: 79.44 seconds
End action cargo_test
At: 2026-02-05 16:24:16Z
After: 79.44 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-02-05 16:24:32Z
After: 95.33 seconds
End action tar_create
At: 2026-02-05 16:24:32Z
After: 95.34 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-02-05 16:24:32Z
After: 95.34 seconds
End action tar_create
At: 2026-02-05 16:24:32Z
After: 95.35 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-05 16:24:32Z
After: 95.35 seconds
Everything is fine.
Executor ends, success
At: 2026-02-05 16:24:47Z
After: 110.83 seconds
    exit: 0
    QEMU OK
    At: 2026-02-05 16:24:46Z
    After: 109.75 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-02-05 16:24:47Z
    After: 110.82 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "push",
      "repository": {
        "id": "rad:z37EycTqZeuGMYpUSCM3v2e2qe16s",
        "name": "mrh",
        "description": "Multi-(git)Repo Helper",
        "private": false,
        "default_branch": "main",
        "delegates": [
          "did:key:z6MkfPSKW7AgQqXSi8fgEJMduHpm9ABmsPYwPhMeF7PssonK",
          "did:key:z6Mkknjd1cBaQuGefJG8T3nKLSGm76eoVqsntCmxGLk23sNG",
          "did:key:z6Mkrr427WTq62SsbZMFqbGZR7oRrE9dqwHU1uVRCNJYAmzc"
        ]
      },
      "pusher": {
        "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
        "alias": "callisto.liw.fi"
      },
      "before": "0e887e5b9f4a9b0286628d11f16b46ebeba19f41",
      "after": "0e887e5b9f4a9b0286628d11f16b46ebeba19f41",
      "branch": "main",
      "commits": [
        "0e887e5b9f4a9b0286628d11f16b46ebeba19f41"
      ]
    }

    Ambient stdout

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

    Ambient stderr

    <empty log>