Radicle repository id rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E
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.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
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
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
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
CargoClippy(
CargoClippy,
)cargo 1.93.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
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
CargoBuild(
CargoBuild,
)cargo 1.93.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
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
CargoTest(
CargoTest,
)cargo 1.93.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/exfmt-a909c53d729f5a81)
CargoDoc(
CargoDoc,
)cargo 1.93.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
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
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: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"
]
}deprecated: the `cpus` field is replaced by `qemu.cpus` deprecated: the `memory` field is replaced by `qemu.memory` run CI for rad:z3ViKVext2cuYuZjVZekK4JkcmQ2E
<empty log>