CI run for rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5

Radicle repository id rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5

Table of Contents

Run log

At: 2026-02-17 04:31:39Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-02-17 04:31:39Z
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:39Z
After: 0.03 seconds
Hoping for the best
Will run CI for project rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5
At: 2026-02-17 04:31:39Z
After: 0.03 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-02-17 04:32:38Z
After: 59.73 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:32:38Z
After: 59.73 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:38Z
After: 59.73 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:32:38Z
After: 59.73 seconds
  • cargo
  • fetch
  • --locked
exit: 0
Stderr:
    Updating crates.io index
 Downloading crates ...
  Downloaded errno v0.3.14
  Downloaded cfg-if v1.0.4
  Downloaded toml_datetime v0.7.3
  Downloaded dirs-sys-next v0.1.2
  Downloaded windows-link v0.2.1
  Downloaded thiserror-impl v1.0.69
  Downloaded toml_parser v1.0.4
  Downloaded libredox v0.1.10
  Downloaded wasi v0.11.1+wasi-snapshot-preview1
  Downloaded getrandom v0.2.16
  Downloaded unsafe-libyaml-norway v0.2.15
  Downloaded serde_norway v0.9.42
  Downloaded memchr v2.7.6
  Downloaded indexmap v2.12.0
  Downloaded wasip2 v1.0.1+wasi-0.2.4
  Downloaded hashbrown v0.16.0
  Downloaded serde_json v1.0.145
  Downloaded winnow v0.7.13
  Downloaded serde v1.0.228
  Downloaded r-efi v5.3.0
  Downloaded wit-bindgen v0.46.0
  Downloaded getrandom v0.3.4
  Downloaded syn v2.0.108
  Downloaded tempfile v3.23.0
  Downloaded proc-macro2 v1.0.103
  Downloaded ryu v1.0.20
  Downloaded thiserror v2.0.17
  Downloaded fastrand v2.3.0
  Downloaded once_cell v1.21.3
  Downloaded rustix v1.1.2
  Downloaded bitflags v2.10.0
  Downloaded thiserror-impl v2.0.17
  Downloaded quote v1.0.41
  Downloaded unicode-ident v1.0.22
  Downloaded serde_derive v1.0.228
  Downloaded serde_core v1.0.228
  Downloaded thiserror v1.0.69
  Downloaded redox_users v0.4.6
  Downloaded directories-next v2.0.0
  Downloaded itoa v1.0.15
  Downloaded toml v0.9.8
  Downloaded serde_spanned v1.0.3
  Downloaded mutants v0.0.3
  Downloaded equivalent v1.0.2
  Downloaded toml_writer v1.0.4
  Downloaded libc v0.2.177
  Downloaded winapi v0.3.9
  Downloaded windows-sys v0.61.2
  Downloaded linux-raw-sys v0.11.0
  Downloaded winapi-i686-pc-windows-gnu v0.4.0
  Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
OK: cargo fetch --locked
At: 2026-02-17 04:31:43Z
After: 4.70 seconds
End action cargo_fetch
At: 2026-02-17 04:31:43Z
After: 4.70 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-17 04:31:49Z
After: 10.54 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-02-17 04:31:49Z
After: 10.55 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 >> "$HOME/.ssh/config StrictHostKeyChecking no"
    systemctl start sshd
    ssh -o StrictHostKeyChecking=no localhost /bin/true
- action: cargo_clippy
- action: cargo_build
- 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-17 04:31:49Z
After: 10.55 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-02-17 04:31:49Z
After: 10.55 seconds
End action mkdir
At: 2026-02-17 04:31:49Z
After: 10.55 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-02-17 04:31:49Z
After: 10.55 seconds
End action mkdir
At: 2026-02-17 04:31:49Z
After: 10.55 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-02-17 04:31:49Z
After: 10.64 seconds
End action tar_extract
At: 2026-02-17 04:31:49Z
After: 10.64 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-02-17 04:31:50Z
After: 11.82 seconds
End action tar_extract
At: 2026-02-17 04:31:50Z
After: 11.83 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-02-17 04:31:50Z
After: 11.84 seconds
End action tar_extract
At: 2026-02-17 04:31:50Z
After: 11.84 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-02-17 04:32:38Z
After: 59.73 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:50Z
After: 11.86 seconds
End action shell
At: 2026-02-17 04:31:50Z
After: 11.86 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-02-17 04:32:38Z
After: 59.73 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:50Z
After: 11.89 seconds
End action shell
At: 2026-02-17 04:31:50Z
After: 11.89 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-02-17 04:32:38Z
After: 59.73 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:50Z
After: 11.92 seconds
End action shell
At: 2026-02-17 04:31:50Z
After: 11.92 seconds
Shell(
    Shell {
        shell: "echo >> \"$HOME/.ssh/config StrictHostKeyChecking no\"\nsystemctl start sshd\nssh -o StrictHostKeyChecking=no localhost /bin/true\n",
    },
)
Start action shell
At: 2026-02-17 04:32:38Z
After: 59.73 seconds
  • bash
  • -c
  • set -xeuo pipefail echo >> "$HOME/.ssh/config StrictHostKeyChecking no" systemctl start sshd ssh -o StrictHostKeyChecking=no localhost /bin/true
exit: 0
Stderr:
+ echo
+ systemctl start sshd
+ ssh -o StrictHostKeyChecking=no localhost /bin/true
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
OK: bash -c set -xeuo pipefail echo >> "$HOME/.ssh/config StrictHostKeyChecking no" systemctl start sshd ssh -o StrictHostKeyChecking=no localhost /bin/true
At: 2026-02-17 04:31:51Z
After: 12.67 seconds
End action shell
At: 2026-02-17 04:31:51Z
After: 12.69 seconds
CargoClippy(
    CargoClippy,
)
Start action cargo_clippy
At: 2026-02-17 04:32:38Z
After: 59.73 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:32:38Z
After: 59.73 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:38Z
After: 59.73 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:32:38Z
After: 59.73 seconds
  • cargo
  • clippy
  • --offline
  • --locked
  • --workspace
  • --all-targets
  • --no-deps
  • --
  • --deny
  • warnings
exit: 0
Stderr:
   Compiling proc-macro2 v1.0.103
   Compiling serde_core v1.0.228
   Compiling quote v1.0.41
   Compiling unicode-ident v1.0.22
   Compiling libc v0.2.177
   Compiling syn v2.0.108
   Compiling serde v1.0.228
   Compiling rustix v1.1.2
   Compiling getrandom v0.3.4
    Checking cfg-if v1.0.4
   Compiling serde_derive v1.0.228
    Checking linux-raw-sys v0.11.0
   Compiling serde_json v1.0.145
    Checking winnow v0.7.13
    Checking equivalent v1.0.2
    Checking itoa v1.0.15
    Checking bitflags v2.10.0
   Compiling thiserror v2.0.17
    Checking hashbrown v0.16.0
    Checking ryu v1.0.20
    Checking indexmap v2.12.0
    Checking toml_parser v1.0.4
   Compiling thiserror-impl v2.0.17
    Checking dirs-sys-next v0.1.2
    Checking toml_datetime v0.7.3
    Checking serde_spanned v1.0.3
    Checking memchr v2.7.6
    Checking unsafe-libyaml-norway v0.2.15
    Checking fastrand v2.3.0
    Checking once_cell v1.21.3
    Checking toml_writer v1.0.4
    Checking tempfile v3.23.0
    Checking toml v0.9.8
    Checking serde_norway v0.9.42
    Checking directories-next v2.0.0
   Compiling mutants v0.0.3
    Checking clingwrap v0.6.1 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.75s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-02-17 04:32:11Z
After: 32.14 seconds
End action cargo_clippy
At: 2026-02-17 04:32:11Z
After: 32.14 seconds
CargoBuild(
    CargoBuild,
)
Start action cargo_build
At: 2026-02-17 04:32:38Z
After: 59.73 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:32:38Z
After: 59.73 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:38Z
After: 59.73 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:32:38Z
After: 59.73 seconds
  • cargo
  • build
  • --offline
  • --locked
  • --workspace
  • --all-targets
exit: 0
Stderr:
   Compiling serde_core v1.0.228
   Compiling libc v0.2.177
   Compiling cfg-if v1.0.4
   Compiling linux-raw-sys v0.11.0
   Compiling equivalent v1.0.2
   Compiling ryu v1.0.20
   Compiling hashbrown v0.16.0
   Compiling itoa v1.0.15
   Compiling winnow v0.7.13
   Compiling bitflags v2.10.0
   Compiling rustix v1.1.2
   Compiling toml_parser v1.0.4
   Compiling serde v1.0.228
   Compiling toml_datetime v0.7.3
   Compiling serde_spanned v1.0.3
   Compiling indexmap v2.12.0
   Compiling getrandom v0.3.4
   Compiling dirs-sys-next v0.1.2
   Compiling toml_writer v1.0.4
   Compiling fastrand v2.3.0
   Compiling once_cell v1.21.3
   Compiling memchr v2.7.6
   Compiling unsafe-libyaml-norway v0.2.15
   Compiling serde_norway v0.9.42
   Compiling serde_json v1.0.145
   Compiling tempfile v3.23.0
   Compiling toml v0.9.8
   Compiling thiserror v2.0.17
   Compiling directories-next v2.0.0
   Compiling clingwrap v0.6.1 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.02s
OK: cargo build --offline --locked --workspace --all-targets
At: 2026-02-17 04:32:30Z
After: 51.71 seconds
End action cargo_build
At: 2026-02-17 04:32:30Z
After: 51.71 seconds
CargoTest(
    CargoTest,
)
Start action cargo_test
At: 2026-02-17 04:32:38Z
After: 59.73 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-02-17 04:32:38Z
After: 59.73 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:38Z
After: 59.73 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-02-17 04:32:38Z
After: 59.73 seconds
  • cargo
  • test
  • --offline
  • --locked
  • --workspace
exit: 0
Stdout:
running 32 tests
test config::test::filenames ... ok
test config::test::builtin_defaults ... ok
test config::test::merge_simple ... ok
test config::test::overrides ... ok
test config::test::parse_json ... ok
test config::test::parse_toml ... ok
test config::test::parse_yaml ... ok
test config::test::xdg ... ok
test config::test::load_configs ... ok
test runner::test::empty ... ok
test runner::test::minimal_quote_safe ... ok
test runner::test::minimal_quote_unsafe ... ok
test runner::test::mix ... ok
test runner::test::quote_safe_bytes ... ok
test runner::test::run_feed_stdin_capture_outputs_separately ... ok
test runner::test::capture_stderr ... ok
test runner::test::run_inherit_stdin_combine_outputs ... ok
test runner::test::run_non_exec ... ok
test runner::test::single_quote ... ok
test ssh::test::from_iter ... ok
test tildepathbuf::test::as_ref ... ok
test tildepathbuf::test::deref ... ok
test tildepathbuf::test::deser ... ok
test tildepathbuf::test::eq ... ok
test tildepathbuf::test::just_tilde ... ok
test tildepathbuf::test::no_tilde ... ok
test tildepathbuf::test::pathbuf_from ... ok
test tildepathbuf::test::tilde_slash ... ok
test tildepathbuf::test::tilde_slash_with_home_from_var ... ok
test tildepathbuf::test::tilde_username ... ok
test tildepathbuf::test::to_path_buf ... ok
test runner::test::run_nonexistent ... ok

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


running 3 tests
test hello_world ... ok
test run_false ... ok
test run_true ... ok

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


running 5 tests
test src/runner.rs - runner (line 8) ... ok
test src/config.rs - config (line 75) ... ok
test src/ssh.rs - ssh::Args (line 23) ... ok
test src/tildepathbuf.rs - tildepathbuf (line 9) ... ok
test src/ssh.rs - ssh (line 6) ... ok

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

all doctests ran in 1.49s; merged doctests compilation took 0.97s
Stderr:
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/clingwrap-3d3a80568f62e8fb)
     Running tests/ssh.rs (/ci/cache/cargo-target/debug/deps/ssh-ab6681bc2b8176f5)
   Doc-tests clingwrap
OK: cargo test --offline --locked --workspace
At: 2026-02-17 04:32:34Z
After: 55.74 seconds
End action cargo_test
At: 2026-02-17 04:32:34Z
After: 55.75 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-02-17 04:32:36Z
After: 56.94 seconds
End action tar_create
At: 2026-02-17 04:32:36Z
After: 56.95 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-02-17 04:32:36Z
After: 56.97 seconds
End action tar_create
At: 2026-02-17 04:32:36Z
After: 56.98 seconds
Hopefully all is good.
Plan succeeded
At: 2026-02-17 04:32:36Z
After: 56.98 seconds
Everything is fine.
Executor ends, success
At: 2026-02-17 04:32:38Z
After: 59.73 seconds
    exit: 0
    QEMU OK
    At: 2026-02-17 04:32:38Z
    After: 59.63 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-02-17 04:32:38Z
    After: 59.72 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "push",
      "repository": {
        "id": "rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5",
        "name": "clingwrap",
        "description": "Utilities for making command line apps in Rust",
        "private": false,
        "default_branch": "main",
        "delegates": [
          "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
        ]
      },
      "pusher": {
        "id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
        "alias": "callisto.liw.fi"
      },
      "before": "bdbbd44e94c942700c0da4e75bbf3ae1260d3140",
      "after": "bdbbd44e94c942700c0da4e75bbf3ae1260d3140",
      "branch": "main",
      "commits": [
        "bdbbd44e94c942700c0da4e75bbf3ae1260d3140"
      ]
    }

    Ambient stdout

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

    Ambient stderr

    <empty log>