CI run for rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW

Radicle repository id rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW

Table of Contents

Run log

At: 2026-03-03 11:37:44Z
After: 0.00 seconds
Program: ambient
Version: 0.12.0
Ambient starts
At: 2026-03-03 11:37:44Z
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-03-03 11:37:44Z
After: 0.00 seconds
Hoping for the best
Will run CI for project rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW
At: 2026-03-03 11:37:44Z
After: 0.00 seconds
CargoFetch(
    CargoFetch,
)
Start action cargo_fetch
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • cargo
  • fetch
  • --locked
exit: 0
OK: cargo fetch --locked
At: 2026-03-03 11:37:44Z
After: 0.28 seconds
End action cargo_fetch
At: 2026-03-03 11:37:44Z
After: 0.28 seconds
Hopefully all is good.
Plan succeeded
At: 2026-03-03 11:37:48Z
After: 4.00 seconds
Program: ambient-execute-plan
Version: 0.12.0@626957c
Executor starts
At: 2026-03-03 11:37:48Z
After: 4.00 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: 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-03-03 11:37:48Z
After: 4.00 seconds
Mkdir(
    Mkdir {
        pathname: "/ci",
    },
)
Start action mkdir
At: 2026-03-03 11:37:48Z
After: 4.00 seconds
End action mkdir
At: 2026-03-03 11:37:48Z
After: 4.00 seconds
Mkdir(
    Mkdir {
        pathname: "/ci/artifacts",
    },
)
Start action mkdir
At: 2026-03-03 11:37:48Z
After: 4.00 seconds
End action mkdir
At: 2026-03-03 11:37:48Z
After: 4.00 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdc",
        directory: "/ci/src",
    },
)
Start action tar_extract
At: 2026-03-03 11:37:48Z
After: 4.03 seconds
End action tar_extract
At: 2026-03-03 11:37:48Z
After: 4.03 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vdf",
        directory: "/ci/deps",
    },
)
Start action tar_extract
At: 2026-03-03 11:37:48Z
After: 4.03 seconds
End action tar_extract
At: 2026-03-03 11:37:48Z
After: 4.03 seconds
TarExtract(
    TarExtract {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_extract
At: 2026-03-03 11:37:48Z
After: 4.08 seconds
End action tar_extract
At: 2026-03-03 11:37:48Z
After: 4.08 seconds
Shell(
    Shell {
        shell: "ln -sf /ci /workspace",
    },
)
Start action shell
At: 2026-03-03 11:37:51Z
After: 7.34 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-03-03 11:37:48Z
After: 4.09 seconds
End action shell
At: 2026-03-03 11:37:48Z
After: 4.09 seconds
Shell(
    Shell {
        shell: "git config --global user.name 'Ambient CI'",
    },
)
Start action shell
At: 2026-03-03 11:37:51Z
After: 7.34 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-03-03 11:37:48Z
After: 4.11 seconds
End action shell
At: 2026-03-03 11:37:48Z
After: 4.11 seconds
Shell(
    Shell {
        shell: "git config --global user.email ambient@example.com",
    },
)
Start action shell
At: 2026-03-03 11:37:51Z
After: 7.34 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-03-03 11:37:48Z
After: 4.12 seconds
End action shell
At: 2026-03-03 11:37:48Z
After: 4.12 seconds
CargoClippy(
    CargoClippy,
)
Start action cargo_clippy
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • cargo
  • clippy
  • --offline
  • --locked
  • --workspace
  • --all-targets
  • --no-deps
  • --
  • --deny
  • warnings
exit: 0
Stderr:
    Checking html-page v0.4.2 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s
OK: cargo clippy --offline --locked --workspace --all-targets --no-deps -- --deny warnings
At: 2026-03-03 11:37:49Z
After: 4.76 seconds
End action cargo_clippy
At: 2026-03-03 11:37:49Z
After: 4.76 seconds
CargoBuild(
    CargoBuild,
)
Start action cargo_build
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • cargo
  • build
  • --offline
  • --locked
  • --workspace
  • --all-targets
exit: 0
Stderr:
   Compiling html-page v0.4.2 (/ci/src)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
OK: cargo build --offline --locked --workspace --all-targets
At: 2026-03-03 11:37:49Z
After: 5.32 seconds
End action cargo_build
At: 2026-03-03 11:37:49Z
After: 5.32 seconds
CargoTest(
    CargoTest,
)
Start action cargo_test
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • cargo
  • --version
exit: 0
Stdout:
cargo 1.93.1 (083ac5135 2025-12-15)
OK: cargo --version
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • cargo
  • clippy
  • --version
exit: 0
Stdout:
clippy 0.1.93 (01f6ddf758 2026-02-11)
OK: cargo clippy --version
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • rustc
  • --version
exit: 0
Stdout:
rustc 1.93.1 (01f6ddf75 2026-02-11)
OK: rustc --version
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
  • cargo
  • test
  • --offline
  • --locked
  • --workspace
exit: 0
Stdout:
running 30 tests
test test::add_child_to_element ... ok
test test::attribute_can_be_serialized ... ok
test test::boolean_attribute_can_be_serialized ... ok
test test::can_add_attribute_to_element ... ok
test test::can_add_boolean_attribute_to_element ... ok
test test::can_add_class_to_element ... ok
test test::can_add_same_class_twice_to_element ... ok
test test::can_create_element_with_attribute ... ok
test test::can_create_element_with_boolan_attribute ... ok
test test::can_two_classes_to_element ... ok
test test::can_unset_attribute_in_element ... ok
test test::creates_classy_element ... ok
test test::dangerous_attribute_value_is_esacped ... ok
test test::dangerous_text_is_escaped ... ok
test test::element_adds_first_class ... ok
test test::element_adds_second_class ... ok
test test::element_can_be_serialized ... ok
test test::element_has_correct_tag ... ok
test test::element_has_no_attributes_initially ... ok
test test::element_has_no_children_initially ... ok
test test::element_has_no_class_initially ... ok
test test::element_has_no_location_initially ... ok
test test::element_returns_no_value_for_missing_attribute ... ok
test test::element_with_location ... ok
test test::unset_attribute_is_unset ... ok
test test::visits_all_children ... ok
test test_element::empty_br ... ok
test test_element::empty_p ... ok
test test_element::meta ... ok
test test_tag::can_self_close ... ok

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


running 4 tests
test src/lib.rs - (line 12) ... ok
test src/lib.rs - HtmlPage (line 30) ... ok
test src/lib.rs - TextVisitor (line 822) ... ok
test src/lib.rs - Visitor (line 766) ... ok

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

Stderr:
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
     Running unittests src/lib.rs (/ci/cache/cargo-target/debug/deps/html_page-e549e20598e72181)
   Doc-tests html_page
OK: cargo test --offline --locked --workspace
At: 2026-03-03 11:37:50Z
After: 5.75 seconds
End action cargo_test
At: 2026-03-03 11:37:50Z
After: 5.75 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vde",
        directory: "/ci/cache",
    },
)
Start action tar_create
At: 2026-03-03 11:37:50Z
After: 5.81 seconds
End action tar_create
At: 2026-03-03 11:37:50Z
After: 5.81 seconds
TarCreate(
    TarCreate {
        archive: "/dev/vdd",
        directory: "/ci/artifacts",
    },
)
Start action tar_create
At: 2026-03-03 11:37:50Z
After: 5.82 seconds
End action tar_create
At: 2026-03-03 11:37:50Z
After: 5.82 seconds
Hopefully all is good.
Plan succeeded
At: 2026-03-03 11:37:50Z
After: 5.82 seconds
Everything is fine.
Executor ends, success
At: 2026-03-03 11:37:51Z
After: 7.34 seconds
    exit: 0
    QEMU OK
    At: 2026-03-03 11:37:51Z
    After: 7.33 seconds
    Hopefully all is good.
    Plan succeeded
    At: 2026-03-03 11:37:51Z
    After: 7.34 seconds
    Everything is fine.
    Ambient ends, success

    Trigger message

    {
      "request": "trigger",
      "version": 1,
      "event_type": "patch",
      "repository": {
        "id": "rad:z2i9UF8soK1X6L9hae8UcQPSvdHjW",
        "name": "html-page",
        "description": "Rust types for HTML",
        "private": false,
        "default_branch": "main",
        "delegates": [
          "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
        ]
      },
      "action": "Created",
      "patch": {
        "id": "a3807de7009303fe350031a19f8190e037fe26fd",
        "author": {
          "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
          "alias": "liw"
        },
        "title": "feat: allow setting html element lang",
        "state": {
          "status": "open",
          "conflicts": []
        },
        "before": "5a9b42cfdbbd2aa6ddc68f15735164b329ffd650",
        "after": "3be9ec4eb7b8f843e8fe45f3e15e985e74c0eeab",
        "commits": [
          "3be9ec4eb7b8f843e8fe45f3e15e985e74c0eeab",
          "9573b462e7d1746ba004a8f30d4fc37429de2c9e"
        ],
        "target": "5a9b42cfdbbd2aa6ddc68f15735164b329ffd650",
        "labels": [],
        "assignees": [],
        "revisions": [
          {
            "id": "a3807de7009303fe350031a19f8190e037fe26fd",
            "author": {
              "id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
              "alias": "liw"
            },
            "description": "Default to \"en\".\n\n\nfix: don't end self-closing elements with />",
            "base": "5a9b42cfdbbd2aa6ddc68f15735164b329ffd650",
            "oid": "3be9ec4eb7b8f843e8fe45f3e15e985e74c0eeab",
            "timestamp": 1772537855
          }
        ]
      }
    }

    Ambient stdout

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

    Ambient stderr

    <empty log>