CI run for rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E

Radicle repository id rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E

Table of Contents

Run log

At: 2026-02-17 04:31:43Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-17 04:31:43Z
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-17 04:31:43Z
After: 0.01 seconds
Hoping for the best
Will run CI for project rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E
At: 2026-02-17 04:31:43Z
After: 0.01 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • cargo
  • fetch
  • --locked
exit: 0
Stderr:
    Updating crates.io index
    Updating git repository `https://github.com/kinnison/juntakami.git`
 Downloading crates ...
  Downloaded thiserror v2.0.17
  Downloaded unicode-ident v1.0.22
  Downloaded thiserror-impl v2.0.17
  Downloaded windows-targets v0.53.5
  Downloaded anstyle-query v1.1.5
  Downloaded unicase v2.8.1
  Downloaded anstyle-parse v0.2.7
  Downloaded clap_derive v4.5.49
  Downloaded clap v4.5.53
  Downloaded proc-macro2 v1.0.104
  Downloaded memchr v2.7.6
  Downloaded pulldown-cmark-to-cmark v22.0.0
  Downloaded bitflags v2.10.0
  Downloaded pulldown-cmark v0.13.0
  Downloaded getopts v0.2.24
  Downloaded clap_builder v4.5.53
  Downloaded anstream v0.6.21
  Downloaded anstyle v1.0.13
  Downloaded clap_lex v0.7.6
  Downloaded unicode-width v0.2.2
  Downloaded syn v2.0.112
  Downloaded quote v1.0.42
  Downloaded once_cell_polyfill v1.70.2
  Downloaded anstyle-wincon v3.0.11
  Downloaded colorchoice v1.0.4
  Downloaded is_terminal_polyfill v1.70.2
  Downloaded rustix v1.1.3
  Downloaded utf8parse v0.2.2
  Downloaded strsim v0.11.1
  Downloaded errno v0.3.14
  Downloaded windows-link v0.2.1
  Downloaded pulldown-cmark-escape v0.11.0
  Downloaded terminal_size v0.4.3
  Downloaded heck v0.5.0
  Downloaded windows_x86_64_gnullvm v0.53.1
  Downloaded libc v0.2.178
  Downloaded windows_aarch64_gnullvm v0.53.1
  Downloaded windows_i686_gnullvm v0.53.1
  Downloaded windows_aarch64_msvc v0.53.1
  Downloaded windows_x86_64_gnu v0.53.1
  Downloaded windows_x86_64_msvc v0.53.1
  Downloaded windows_i686_msvc v0.53.1
  Downloaded windows_i686_gnu v0.53.1
  Downloaded windows-sys v0.60.2
  Downloaded windows-sys v0.61.2
  Downloaded linux-raw-sys v0.11.0
OK: cargo fetch --locked
At: 2026-02-17 04:31:46Z
After: 3.36 seconds
End action cargo_fetch
At: 2026-02-17 04:31:46Z
After: 3.36 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-17 04:31:53Z
After: 10.28 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-17 04:31:53Z
After: 10.28 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_clippy
- action: cargo_build
- action: cargo_test
- action: cargo_doc
- 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-17 04:31:53Z
After: 10.29 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-17 04:31:53Z
After: 10.29 seconds
End action mkdir
At: 2026-02-17 04:31:53Z
After: 10.29 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-17 04:31:53Z
After: 10.29 seconds
End action mkdir
At: 2026-02-17 04:31:53Z
After: 10.29 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-17 04:31:53Z
After: 10.33 seconds
End action tar_extract
At: 2026-02-17 04:31:53Z
After: 10.33 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-17 04:31:54Z
After: 11.31 seconds
End action tar_extract
At: 2026-02-17 04:31:54Z
After: 11.32 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-17 04:31:54Z
After: 11.32 seconds
End action tar_extract
At: 2026-02-17 04:31:54Z
After: 11.33 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-17 04:32:48Z
After: 64.90 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-17 04:31:54Z
After: 11.35 seconds
End action shell
At: 2026-02-17 04:31:54Z
After: 11.35 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-17 04:32:48Z
After: 64.90 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-17 04:31:54Z
After: 11.38 seconds
End action shell
At: 2026-02-17 04:31:54Z
After: 11.38 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-17 04:32:48Z
After: 64.90 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-17 04:31:54Z
After: 11.40 seconds
End action shell
At: 2026-02-17 04:31:54Z
After: 11.40 seconds
CargoClippy(
    CargoClippy,
)
Start action cargo_clippy
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • cargo
  • clippy
  • --offline
  • --locked
  • --workspace
  • --all-targets
  • --no-deps
  • --
  • --deny
  • warnings
exit: 0
Stderr:
   Compiling proc-macro2 v1.0.104
   Compiling quote v1.0.42
    Checking bitflags v2.10.0
   Compiling unicode-ident v1.0.22
   Compiling rustix v1.1.3
   Compiling pulldown-cmark v0.13.0
    Checking unicode-width v0.2.2
    Checking linux-raw-sys v0.11.0
   Compiling syn v2.0.112
    Checking utf8parse v0.2.2
    Checking anstyle-parse v0.2.7
    Checking getopts v0.2.24
    Checking anstyle v1.0.13
    Checking pulldown-cmark-escape v0.11.0
    Checking unicase v2.8.1
    Checking anstyle-query v1.1.5
    Checking memchr v2.7.6
    Checking colorchoice v1.0.4
    Checking is_terminal_polyfill v1.70.2
    Checking anstream v0.6.21
    Checking terminal_size v0.4.3
   Compiling thiserror v2.0.17
    Checking strsim v0.11.1
    Checking clap_lex v0.7.6
   Compiling heck v0.5.0
    Checking clap_builder v4.5.53
   Compiling clap_derive v4.5.49
   Compiling thiserror-impl v2.0.17
    Checking pulldown-cmark-to-cmark v22.0.0
    Checking pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
    Checking clap v4.5.53
    Checking exfmt v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.35s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-02-17 04:32:08Z
After: 25.50 seconds
End action cargo_clippy
At: 2026-02-17 04:32:08Z
After: 25.50 seconds
CargoBuild(
    CargoBuild,
)
Start action cargo_build
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • cargo
  • build
  • --offline
  • --locked
  • --workspace
  • --all-targets
exit: 0
Stderr:
   Compiling bitflags v2.10.0
   Compiling linux-raw-sys v0.11.0
   Compiling unicode-width v0.2.2
   Compiling utf8parse v0.2.2
   Compiling rustix v1.1.3
   Compiling anstyle-parse v0.2.7
   Compiling getopts v0.2.24
   Compiling colorchoice v1.0.4
   Compiling memchr v2.7.6
   Compiling unicase v2.8.1
   Compiling anstyle v1.0.13
   Compiling pulldown-cmark-escape v0.11.0
   Compiling is_terminal_polyfill v1.70.2
   Compiling anstyle-query v1.1.5
   Compiling anstream v0.6.21
   Compiling pulldown-cmark v0.13.0
   Compiling terminal_size v0.4.3
   Compiling strsim v0.11.1
   Compiling clap_lex v0.7.6
   Compiling clap_builder v4.5.53
   Compiling pulldown-cmark-to-cmark v22.0.0
   Compiling thiserror v2.0.17
   Compiling pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
   Compiling clap v4.5.53
   Compiling exfmt v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.94s
OK: cargo build --offline --locked --workspace --all-targets
At: 2026-02-17 04:32:20Z
After: 37.17 seconds
End action cargo_build
At: 2026-02-17 04:32:20Z
After: 37.17 seconds
CargoTest(
    CargoTest,
)
Start action cargo_test
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:32:48Z
After: 64.90 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

Stderr:
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
     Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/exfmt-a909c53d729f5a81)
OK: cargo test --offline --locked --workspace
At: 2026-02-17 04:32:20Z
After: 37.79 seconds
End action cargo_test
At: 2026-02-17 04:32:20Z
After: 37.79 seconds
CargoDoc(
    CargoDoc,
)
Start action cargo_doc
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
  • env
  • RUSTDOCFLAGS=-D warnings
  • cargo
  • doc
  • --workspace
exit: 0
Stderr:
    Checking unicode-ident v1.0.22
 Documenting unicode-ident v1.0.22
    Checking proc-macro2 v1.0.104
 Documenting bitflags v2.10.0
 Documenting proc-macro2 v1.0.104
    Checking quote v1.0.42
    Checking syn v2.0.112
 Documenting quote v1.0.42
 Documenting syn v2.0.112
 Documenting unicode-width v0.2.2
 Documenting linux-raw-sys v0.11.0
 Documenting utf8parse v0.2.2
 Documenting rustix v1.1.3
 Documenting anstyle-parse v0.2.7
 Documenting getopts v0.2.24
 Documenting anstyle-query v1.1.5
 Documenting unicase v2.8.1
 Documenting is_terminal_polyfill v1.70.2
 Documenting anstyle v1.0.13
 Documenting colorchoice v1.0.4
 Documenting memchr v2.7.6
 Documenting pulldown-cmark-escape v0.11.0
 Documenting anstream v0.6.21
 Documenting pulldown-cmark v0.13.0
 Documenting terminal_size v0.4.3
 Documenting clap_lex v0.7.6
 Documenting heck v0.5.0
 Documenting strsim v0.11.1
    Checking heck v0.5.0
 Documenting clap_derive v4.5.49
 Documenting clap_builder v4.5.53
 Documenting pulldown-cmark-to-cmark v22.0.0
 Documenting thiserror-impl v2.0.17
 Documenting pulldown-cmark-ast v0.1.0 (https://github.com/kinnison/juntakami.git#90c68f31)
 Documenting thiserror v2.0.17
 Documenting clap v4.5.53
 Documenting exfmt v0.1.0 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.36s
   Generated /ci/cache/cargo-target/doc/exfmt/index.html
OK: env RUSTDOCFLAGS=-D warnings cargo doc --workspace
At: 2026-02-17 04:32:44Z
After: 61.72 seconds
End action cargo_doc
At: 2026-02-17 04:32:44Z
After: 61.72 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-02-17 04:32:45Z
After: 62.83 seconds
End action tar_create
At: 2026-02-17 04:32:45Z
After: 62.83 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-02-17 04:32:45Z
After: 62.85 seconds
End action tar_create
At: 2026-02-17 04:32:45Z
After: 62.85 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-17 04:32:45Z
After: 62.85 seconds
Everything is fine.
Executor ends, success
At: 2026-02-17 04:32:48Z
After: 64.90 seconds
    exit: 0
    QEMU OK
    At: 2026-02-17 04:32:47Z
    After: 64.81 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-02-17 04:32:48Z
    After: 64.89 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "push",
      "repository": {
        "id": "rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E",
        "name": "exfmt",
        "description": "Format shell examples in documentation",
        "private": false,
        "default_branch": "main",
        "delegates": [
          "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
        ]
      },
      "pusher": {
        "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
        "alias": "callisto.liw.fi"
      },
      "before": "aa4a36ba562080114d54317b378f01a37132056b",
      "after": "aa4a36ba562080114d54317b378f01a37132056b",
      "branch": "main",
      "commits": [
        "aa4a36ba562080114d54317b378f01a37132056b"
      ]
    }

    Ambient stdout

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

    Ambient stderr

    <empty log>