Radicle repository id rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5
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
CargoFetch(
CargoFetch,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
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
Mkdir(
Mkdir {
pathname: "/ci",
},
)Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)+ ln -sf /ci /workspace
Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)+ git config --global user.name 'Ambient CI'
Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)+ git config --global user.email ambient@example.com
Shell(
Shell {
shell: "echo >> \"$HOME/.ssh/config StrictHostKeyChecking no\"\nsystemctl start sshd\nssh -o StrictHostKeyChecking=no localhost /bin/true\n",
},
)+ echo + systemctl start sshd + ssh -o StrictHostKeyChecking=no localhost /bin/true Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
CargoClippy(
CargoClippy,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
Checking clingwrap v0.6.1 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
CargoBuild(
CargoBuild,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
Compiling clingwrap v0.6.1 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
CargoTest(
CargoTest,
)cargo 1.93.0 (083ac5135 2025-12-15)
clippy 0.1.93 (254b59607d 2026-01-19)
rustc 1.93.0 (254b59607 2026-01-19)
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::load_configs ... ok test config::test::parse_toml ... ok test config::test::xdg ... ok test config::test::parse_yaml ... 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::capture_stderr ... ok test runner::test::run_feed_stdin_capture_outputs_separately ... ok test runner::test::run_non_exec ... ok test runner::test::run_nonexistent ... 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 runner::test::run_inherit_stdin_combine_outputs ... ok test tildepathbuf::test::just_tilde ... ok test tildepathbuf::test::no_tilde ... ok test tildepathbuf::test::pathbuf_from ... ok test tildepathbuf::test::tilde_slash_with_home_from_var ... ok test tildepathbuf::test::tilde_slash ... ok test tildepathbuf::test::tilde_username ... ok test tildepathbuf::test::to_path_buf ... ok test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s running 3 tests test run_false ... ok test hello_world ... ok test run_true ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s running 5 tests test src/config.rs - config (line 75) ... ok test src/runner.rs - runner (line 8) ... 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.27s all doctests ran in 0.62s; merged doctests compilation took 0.34s
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/clingwrap-a30f6d2ab157b352)
Running tests/ssh.rs (/ci/cache/cargo-target/debug/deps/ssh-31398dc1d8408fd0)
Doc-tests clingwrap
TarCreate(
TarCreate {
archive: "/dev/vde",
directory: "/ci/cache",
},
)TarCreate(
TarCreate {
archive: "/dev/vdd",
directory: "/ci/artifacts",
},
){
"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:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"before": "bdbbd44e94c942700c0da4e75bbf3ae1260d3140",
"after": "bdbbd44e94c942700c0da4e75bbf3ae1260d3140",
"branch": "main",
"commits": [
"bdbbd44e94c942700c0da4e75bbf3ae1260d3140",
"eb6921b6358f7c4247b48a31cae52ef7c24211af"
]
}deprecated: the `cpus` field is replaced by `qemu.cpus` deprecated: the `memory` field is replaced by `qemu.memory` run CI for rad:z3248z9KmBQ6Tf4mwXih1zKPtuSw5
<empty log>