Radicle repository id rad:z4PiGKYWcz3XPzLf91DAgSHxjNvg8
{ "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:z6MkkYez6QAFWvmdudjrfMXySu1NTpSrraJotCJFwGgkmgx8", "alias": "ci0" }, "before": "13780bf04f4f47a70e0b74ff270c8c2c3e26cb6b", "after": "13780bf04f4f47a70e0b74ff270c8c2c3e26cb6b", "branch": "main", "commits": [ "13780bf04f4f47a70e0b74ff270c8c2c3e26cb6b" ] }
[2025-06-07T11:10:35Z INFO ambient] ambient starts [2J[01;01H[=3h[2J[01;01H[2J[01;01H[=3h[2J[01;01HBdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00005 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x2,0xFFFF,0x0): Not Found BdsDxe: loading Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0) BdsDxe: starting Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x2,0x0) [0m[30m[47mWelcome to GRUB! [0m[37m[40m[0m[30m[40m[2J[01;01H[0m[37m[40mINFO: Extracting tar archive from /dev/vdb ./ ./plan.yaml ./run-ci INFO: Running run-ci from /dev/vdb ================================ BEGIN ================================ ambient-execute-plan starts RunnablePlan::from_file: filename=plan.yaml steps: - action: mkdir pathname: /workspace - action: mkdir pathname: /workspace/artifacts - action: tar_extract archive: /dev/vdc directory: /workspace/src - action: tar_extract archive: /dev/vdf directory: /workspace/deps - action: tar_extract archive: /dev/vde directory: /workspace/cache - action: spawn argv: - find - /workspace - '-maxdepth' - '2' - '-ls' - action: cargo_fmt - action: cargo_clippy - action: cargo_build - action: cargo_test - action: tar_create archive: /dev/vde directory: /workspace/cache - action: tar_create archive: /dev/vdd directory: /workspace/artifacts executor_drive: /dev/vdb source_drive: /dev/vdc artifact_drive: /dev/vdd cache_drive: /dev/vde deps_drive: /dev/vdf workspace_dir: /workspace source_dir: /workspace/src deps_dir: /workspace/deps cache_dir: /workspace/cache artifacts_dir: /workspace/artifacts RUN: Action Mkdir { pathname: "/workspace", } RUN: Action finished OK RUN: Action Mkdir { pathname: "/workspace/artifacts", } RUN: Action finished OK RUN: Action TarExtract { archive: "/dev/vdc", directory: "/workspace/src", } RUN: Action finished OK RUN: Action TarExtract { archive: "/dev/vdf", directory: "/workspace/deps", } RUN: Action finished OK RUN: Action TarExtract { archive: "/dev/vde", directory: "/workspace/cache", } RUN: Action finished OK RUN: Action Spawn { argv: [ "find", "/workspace", "-maxdepth", "2", "-ls", ], } SPAWN: argv=["find", "/workspace", "-maxdepth", "2", "-ls"] cwd=/workspace/src (exists? true) extra_env=[] 1572865 4 drwxr-xr-x 6 root root 4096 Jun 7 11:09 /workspace 1577058 4 drwxr-xr-x 2 root root 4096 Jun 7 11:09 /workspace/cache 1572867 4 drwxr-xr-x 5 root root 4096 Jun 7 11:09 /workspace/src 1572868 4 drwxr-xr-x 2 root root 4096 Jun 7 11:09 /workspace/src/.radicle 1572880 4 -rw-r--r-- 1 root root 2149 Jun 7 11:09 /workspace/src/README.md 1572882 4 -rw-r--r-- 1 root root 19 Jun 7 11:09 /workspace/src/.gitignore 1572870 4 -rwxr-xr-x 1 root root 113 Jun 7 11:09 /workspace/src/check 1572879 8 -rw-r--r-- 1 root root 5285 Jun 7 11:09 /workspace/src/legend.svg 1572871 4 drwxr-xr-x 2 root root 4096 Jun 7 11:09 /workspace/src/src 1572935 16 -rw-r--r-- 1 root root 13543 Jun 7 11:09 /workspace/src/Cargo.lock 1572883 4 -rw-r--r-- 1 root root 717 Jun 7 11:09 /workspace/src/Cargo.toml 1572881 4 -rw-r--r-- 1 root root 599 Jun 7 11:09 /workspace/src/legend.yaml 1572884 4 drwxr-xr-x 8 root root 4096 Jun 7 11:09 /workspace/src/.git 1572866 4 drwxr-xr-x 2 root root 4096 Jun 7 11:09 /workspace/artifacts 1572936 4 drwxr-xr-x 3 root root 4096 Jun 7 11:09 /workspace/deps 1572939 4 drwxr-xr-x 5 root root 4096 Jun 7 11:09 /workspace/deps/registry 1572937 56 -rw-r--r-- 1 root root 57344 Jun 7 11:09 /workspace/deps/.global-cache 1572938 0 -rw-r--r-- 1 root root 0 Jun 7 11:09 /workspace/deps/.package-cache RUN: Action finished OK RUN: Action CargoFmt SPAWN: argv=["cargo", "fmt", "--check"] cwd=/workspace/src (exists? true) extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")] RUN: Action finished OK RUN: Action CargoClippy SPAWN: argv=["cargo", "clippy", "--offline", "--locked", "--workspace", "--all-targets", "--no-deps", "--", "--deny", "warnings"] cwd=/workspace/src (exists? true) extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")] Compiling proc-macro2 v1.0.92 Compiling unicode-ident v1.0.14 Compiling version_check v0.9.5 Checking cfg-if v1.0.0 Checking once_cell v1.20.2 Checking zerocopy v0.7.35 Compiling serde v1.0.216 Compiling ahash v0.8.11 Checking utf8parse v0.2.2 Checking anstyle-parse v0.2.6 Checking anstyle v1.0.10 Checking colorchoice v1.0.3 Checking hashbrown v0.14.5 Compiling rustix v0.38.42 Compiling doc-comment v0.3.3 Compiling quote v1.0.37 Checking is_terminal_polyfill v1.70.1 Checking anstyle-query v1.1.2 Compiling syn v2.0.90 Checking hashlink v0.9.1 Checking anstream v0.6.18 Checking encoding_rs v0.8.35 Compiling thiserror v2.0.8 Checking clap_lex v0.7.4 Checking bitflags v2.6.0 Compiling heck v0.5.0 Checking itoa v1.0.14 Checking arraydeque v0.5.1 Compiling anyhow v1.0.94 Checking linux-raw-sys v0.4.14 Checking strsim v0.11.1 Checking clap_builder v4.5.23 Checking yaml-rust2 v0.9.0 Checking fastrand v2.3.0 Checking unicode-linebreak v0.1.5 Checking smawk v0.3.2 Checking unicode-width v0.1.14 Checking textwrap v0.16.1 Checking tempfile v3.14.0 Compiling serde_derive v1.0.216 Compiling clap_derive v4.5.18 Compiling thiserror-impl v2.0.8 Checking clap v4.5.23 Checking serde_path_to_error v0.1.16 Checking marked-yaml v0.7.2 Checking roadmap v0.7.0 (/workspace/src) Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.26s RUN: Action finished OK RUN: Action CargoBuild SPAWN: argv=["cargo", "build", "--offline", "--locked", "--workspace", "--all-targets"] cwd=/workspace/src (exists? true) extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")] Compiling cfg-if v1.0.0 Compiling once_cell v1.20.2 Compiling zerocopy v0.7.35 Compiling utf8parse v0.2.2 Compiling anstyle v1.0.10 Compiling anstyle-parse v0.2.6 Compiling anstyle-query v1.1.2 Compiling is_terminal_polyfill v1.70.1 Compiling colorchoice v1.0.3 Compiling serde v1.0.216 Compiling encoding_rs v0.8.35 Compiling ahash v0.8.11 Compiling anstream v0.6.18 Compiling hashbrown v0.14.5 Compiling bitflags v2.6.0 Compiling hashlink v0.9.1 Compiling linux-raw-sys v0.4.14 Compiling arraydeque v0.5.1 Compiling clap_lex v0.7.4 Compiling strsim v0.11.1 Compiling itoa v1.0.14 Compiling clap_builder v4.5.23 Compiling yaml-rust2 v0.9.0 Compiling rustix v0.38.42 Compiling serde_path_to_error v0.1.16 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 textwrap v0.16.1 Compiling marked-yaml v0.7.2 Compiling thiserror v2.0.8 Compiling anyhow v1.0.94 Compiling tempfile v3.14.0 Compiling clap v4.5.23 Compiling roadmap v0.7.0 (/workspace/src) Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.75s RUN: Action finished OK RUN: Action CargoTest SPAWN: argv=["cargo", "test", "--offline", "--locked", "--workspace"] cwd=/workspace/src (exists? true) extra_env=[("CARGO_TARGET_DIR", "/workspace/cache"), ("CARGO_HOME", "/workspace/deps"), ("PATH", "/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin")] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s Running unittests src/lib.rs (/workspace/cache/debug/deps/roadmap-f501f47f67d103b7) running 16 tests test map::tests::add_step_to_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 map::tests::get_step_from_roadmap ... ok test map::tests::empty_dot ... ok test parser::tests::yaml_unknown_dep ... ok test parser::tests::yaml_is_list ... ok test parser::tests::yaml_is_empty ... 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.06s Running unittests src/main.rs (/workspace/cache/debug/deps/roadmap-d1c14d4639b774c3) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests roadmap 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.46s RUN: Action finished OK RUN: Action TarCreate { archive: "/dev/vde", directory: "/workspace/cache", } RUN: Action finished OK RUN: Action TarCreate { archive: "/dev/vdd", directory: "/workspace/artifacts", } RUN: Action finished OK ambient-execute-plan ends EXIT CODE: 0 [2025-06-07T11:10:35Z INFO ambient] ambient ends successfully