Radicle repository id rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8
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 Downloading crates ... Downloaded unicode-linebreak v0.1.5 Downloaded quote v1.0.37 Downloaded itoa v1.0.14 Downloaded unicode-ident v1.0.14 Downloaded heck v0.5.0 Downloaded colorchoice v1.0.3 Downloaded anstyle-query v1.1.2 Downloaded is_terminal_polyfill v1.70.1 Downloaded utf8parse v0.2.2 Downloaded once_cell v1.20.2 Downloaded anstyle-wincon v3.0.6 Downloaded doc-comment v0.3.3 Downloaded bitflags v2.6.0 Downloaded anstyle v1.0.10 Downloaded strsim v0.11.1 Downloaded windows-targets v0.52.6 Downloaded clap_lex v0.7.4 Downloaded anstream v0.6.18 Downloaded arraydeque v0.5.1 Downloaded anstyle-parse v0.2.6 Downloaded proc-macro2 v1.0.92 Downloaded clap_derive v4.5.18 Downloaded cfg-if v1.0.0 Downloaded fastrand v2.3.0 Downloaded serde_path_to_error v0.1.16 Downloaded tempfile v3.14.0 Downloaded zerocopy-derive v0.7.35 Downloaded hashlink v0.9.1 Downloaded marked-yaml v0.7.2 Downloaded smawk v0.3.2 Downloaded ahash v0.8.11 Downloaded anyhow v1.0.94 Downloaded serde_derive v1.0.216 Downloaded version_check v0.9.5 Downloaded errno v0.3.10 Downloaded clap v4.5.23 Downloaded serde v1.0.216 Downloaded textwrap v0.16.1 Downloaded thiserror-impl v2.0.8 Downloaded thiserror v2.0.8 Downloaded hashbrown v0.14.5 Downloaded zerocopy v0.7.35 Downloaded clap_builder v4.5.23 Downloaded yaml-rust2 v0.9.0 Downloaded unicode-width v0.1.14 Downloaded syn v2.0.90 Downloaded rustix v0.38.42 Downloaded windows_aarch64_gnullvm v0.52.6 Downloaded windows_i686_gnullvm v0.52.6 Downloaded windows_x86_64_gnullvm v0.52.6 Downloaded libc v0.2.169 Downloaded windows_aarch64_msvc v0.52.6 Downloaded windows_x86_64_msvc v0.52.6 Downloaded windows_x86_64_gnu v0.52.6 Downloaded windows_i686_gnu v0.52.6 Downloaded windows_i686_msvc v0.52.6 Downloaded encoding_rs v0.8.35 Downloaded linux-raw-sys v0.4.14 Downloaded windows-sys v0.59.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_fmt - 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
CargoFmt(
CargoFmt,
)cargo 1.93.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
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.92
Compiling unicode-ident v1.0.14
Checking cfg-if v1.0.0
Compiling version_check v0.9.5
Compiling ahash v0.8.11
Checking once_cell v1.20.2
Checking zerocopy v0.7.35
Compiling quote v1.0.37
Compiling syn v2.0.90
Compiling serde v1.0.216
Checking utf8parse v0.2.2
Checking anstyle-parse v0.2.6
Checking hashbrown v0.14.5
Checking colorchoice v1.0.3
Checking is_terminal_polyfill v1.70.1
Checking anstyle v1.0.10
Checking anstyle-query v1.1.2
Compiling doc-comment v0.3.3
Compiling rustix v0.38.42
Checking anstream v0.6.18
Checking hashlink v0.9.1
Checking encoding_rs v0.8.35
Checking strsim v0.11.1
Compiling anyhow v1.0.94
Compiling heck v0.5.0
Compiling thiserror v2.0.8
Checking bitflags v2.6.0
Checking linux-raw-sys v0.4.14
Checking clap_lex v0.7.4
Checking itoa v1.0.14
Checking arraydeque v0.5.1
Compiling serde_derive v1.0.216
Checking yaml-rust2 v0.9.0
Compiling clap_derive v4.5.18
Compiling thiserror-impl v2.0.8
Checking clap_builder v4.5.23
Checking serde_path_to_error v0.1.16
Checking fastrand v2.3.0
Checking smawk v0.3.2
Checking unicode-linebreak v0.1.5
Checking unicode-width v0.1.14
Checking tempfile v3.14.0
Checking textwrap v0.16.1
Checking marked-yaml v0.7.2
Checking clap v4.5.23
Checking roadmap v0.7.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.41s
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 cfg-if v1.0.0
Compiling once_cell v1.20.2
Compiling zerocopy v0.7.35
Compiling utf8parse v0.2.2
Compiling anstyle-parse v0.2.6
Compiling ahash v0.8.11
Compiling is_terminal_polyfill v1.70.1
Compiling anstyle v1.0.10
Compiling hashbrown v0.14.5
Compiling anstyle-query v1.1.2
Compiling colorchoice v1.0.3
Compiling anstream v0.6.18
Compiling hashlink v0.9.1
Compiling serde v1.0.216
Compiling encoding_rs v0.8.35
Compiling bitflags v2.6.0
Compiling arraydeque v0.5.1
Compiling itoa v1.0.14
Compiling clap_lex v0.7.4
Compiling strsim v0.11.1
Compiling linux-raw-sys v0.4.14
Compiling clap_builder v4.5.23
Compiling rustix v0.38.42
Compiling serde_path_to_error v0.1.16
Compiling yaml-rust2 v0.9.0
Compiling doc-comment v0.3.3
Compiling unicode-width v0.1.14
Compiling unicode-linebreak v0.1.5
Compiling fastrand v2.3.0
Compiling smawk v0.3.2
Compiling tempfile v3.14.0
Compiling textwrap v0.16.1
Compiling thiserror v2.0.8
Compiling marked-yaml v0.7.2
Compiling anyhow v1.0.94
Compiling clap v4.5.23
Compiling roadmap v0.7.0 (/ci/src)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.43s
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 16 tests test map::tests::add_step_to_roadmap ... ok test map::tests::empty_dot ... ok test map::tests::get_step_from_roadmap ... ok test map::tests::new_roadmap ... ok test map::tests::set_missing_goal_status ... ok test map::tests::simple_dot ... ok test parser::tests::yaml_happy ... ok test parser::tests::yaml_is_empty ... ok test parser::tests::yaml_is_list ... ok test parser::tests::yaml_unknown_dep ... ok test parser::tests::yaml_unknown_status ... ok test status::test::happy_from_text ... ok test status::test::sad_from_text ... ok test step::tests::add_step_dependency ... ok test step::tests::new_step ... ok test step::tests::set_status ... ok test result: ok. 16 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 11) ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/roadmap-8765c913f3ea398d)
Running unittests src/main.rs (/ci/cache/cargo-target/debug/deps/roadmap-e7153a98dc1b2608)
Doc-tests roadmap
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:z4PiGKYWcz3XPzLf91DAgSHxjNvg8",
"name": "roadmap",
"description": "Visualize a project roadmap as a dependency graph",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6Mki2ago1X2A5UWgKpoSxyCRLLhyZMwpam4T3EKvRmFTyuy",
"alias": "callisto.liw.fi"
},
"before": "8c75ac4fd6c37862ea4da972c2b464cd8afd9c3b",
"after": "8c75ac4fd6c37862ea4da972c2b464cd8afd9c3b",
"branch": "main",
"commits": [
"8c75ac4fd6c37862ea4da972c2b464cd8afd9c3b"
]
}deprecated: the `cpus` field is replaced by `qemu.cpus` deprecated: the `memory` field is replaced by `qemu.memory` run CI for rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8
<empty log>