WIP: Align signed runtime dependencies #2

Draft
erikinkinen wants to merge 4 commits from feature/posix-compat into main
Owner

Summary and rationale

Align the existing immutable dependency selections for coordinated runtime adoption. This review changes Cargo selections and the applicable roadmap; the repository's Rust implementation files are unchanged.

Tracking and scope

Tracks #1 and erix/integration#1. This review remains WIP until the complete runtime graph and product-image validation are accepted.

Architecture, authority and failure behavior

Preserve original signed Git objects and full commit selectors. This update adds no dependency, API declaration, capability grant or runtime fallback. Actual product VM validation remains necessary for the complete adopted graph.

Validation evidence

Coherent realm image service prerequisites — 18 September 2026: Signed 4e233e7aa4eb1b25c89136196d2fa0f1f9c70a65 selects the original shared wire/startup dependency graph. Direct Rust implementation bytes are unchanged. All 8 default, all-feature and separate production development/release configurations pass 45 unit tests per configuration, strict host/native Clippy and freestanding linking with fatal linker warnings. Formatting, private-item rustdoc and Markdown pass, with zero warnings. Original push/PR CI is under observation. Matching catalog adoption and real consumer VMs remain requirements; complete realm and full in-guest build acceptance remain open.

Signed c8e0463d4044fdae28622b2dfdfb3dc94b483ebc aligns the existing dependency selections with the original signed runtime graph. This checkpoint changes Cargo selections and the roadmap; this repository's Rust implementation files are unchanged. Formatting, strict Clippy, private rustdoc and canonical documentation checks pass without warnings. Default/all-feature development/release tests pass 45 default / 45 all-feature tests. Independent production configurations also pass strict host/native Clippy and native builds: seriald-runtime: 45 development / 45 release tests, seriald-runtime-serial: 45 development / 45 release tests. There are 8 supported native builds in total. Push/review CI 97/98 passes with complete classified logs and no final warnings. The product catalog, product VM acceptance and guest build remain pending.

Review checklist

  • Original dependency commits and signed source publication verified.
  • Supported local configurations and documentation checks pass.
  • Complete classified push/review CI with no final warnings.
  • Complete coherent product catalog and runtime-image validation.

Coherent dependency checkpoint — 20 September 2026: signed/pushed commit 264a9ccf0d67d5c8786404d133a335f8b5295a2a aligns original shared dependency pins with the explicit installer-rights contract. Only the manifest and roadmap change; local implementation, APIs and authority policy are unchanged. Four strict 45-unit configurations, four native builds with the maintained linker layout, host/native Clippy, formatting, private rustdoc and dependency checks pass without warnings. Original CI 101/102 passes with four complete hashed logs (73,206 bytes), zero warning candidates.

Full catalog equality and actual consumer-image validation remain required under Integration regression 68. The broader work remains tracked by phase completion, including native external Rust/LLVM/runtime rebuilding and both complete EriX-in-EriX generations. This dependency checkpoint does not close full lifecycle, frame or self-hosting acceptance.

Acknowledged terminal service dependencies — 21 September 2026: signed 3614fbdefd0c769560e1e697bfb0ae7df93040b9 selects the original shared libraries for repeated terminal observation, exact acknowledgement and final CPU measurements under Kernel design 20. All 4 strict 45-test selected development/release feature configurations, warning-denied host/native builds with the maintained linker layout, host/native Clippy, private rustdoc, applicable doctests, formatting and dependency/Markdown checks pass. All authored code remains below 1,000 lines. Original CI 103, 104 passes; complete hashed logs total 73,252 bytes with zero warning candidates. Full service CPU/profiler VM acceptance and guest builds remain open in Phase 6 completion.

## Summary and rationale Align the existing immutable dependency selections for coordinated runtime adoption. This review changes Cargo selections and the applicable roadmap; the repository's Rust implementation files are unchanged. ## Tracking and scope Tracks https://git.erikinkinen.fi/erix/seriald/issues/1 and https://git.erikinkinen.fi/erix/integration/issues/1. This review remains WIP until the complete runtime graph and product-image validation are accepted. ## Architecture, authority and failure behavior Preserve original signed Git objects and full commit selectors. This update adds no dependency, API declaration, capability grant or runtime fallback. Actual product VM validation remains necessary for the complete adopted graph. ## Validation evidence Coherent realm image service prerequisites — 18 September 2026: Signed `4e233e7aa4eb1b25c89136196d2fa0f1f9c70a65` selects the original shared wire/startup dependency graph. Direct Rust implementation bytes are unchanged. All 8 default, all-feature and separate production development/release configurations pass 45 unit tests per configuration, strict host/native Clippy and freestanding linking with fatal linker warnings. Formatting, private-item rustdoc and Markdown pass, with zero warnings. Original push/PR CI is under observation. Matching catalog adoption and real consumer VMs remain requirements; complete realm and full in-guest build acceptance remain open. Signed `c8e0463d4044fdae28622b2dfdfb3dc94b483ebc` aligns the existing dependency selections with the original signed runtime graph. This checkpoint changes Cargo selections and the roadmap; this repository's Rust implementation files are unchanged. Formatting, strict Clippy, private rustdoc and canonical documentation checks pass without warnings. Default/all-feature development/release tests pass 45 default / 45 all-feature tests. Independent production configurations also pass strict host/native Clippy and native builds: `seriald-runtime`: 45 development / 45 release tests, `seriald-runtime-serial`: 45 development / 45 release tests. There are 8 supported native builds in total. Push/review CI 97/98 passes with complete classified logs and no final warnings. The product catalog, product VM acceptance and guest build remain pending. ## Review checklist - [x] Original dependency commits and signed source publication verified. - [x] Supported local configurations and documentation checks pass. - [x] Complete classified push/review CI with no final warnings. - [ ] Complete coherent product catalog and runtime-image validation. Coherent dependency checkpoint — 20 September 2026: signed/pushed commit [264a9ccf0d67d5c8786404d133a335f8b5295a2a](https://git.erikinkinen.fi/erix/seriald/commit/264a9ccf0d67d5c8786404d133a335f8b5295a2a) aligns original shared dependency pins with the explicit installer-rights contract. Only the manifest and roadmap change; local implementation, APIs and authority policy are unchanged. Four strict 45-unit configurations, four native builds with the maintained linker layout, host/native Clippy, formatting, private rustdoc and dependency checks pass without warnings. Original CI 101/102 passes with four complete hashed logs (73,206 bytes), zero warning candidates. Full catalog equality and actual consumer-image validation remain required under [Integration regression 68](https://git.erikinkinen.fi/erix/integration/issues/68). The broader work remains tracked by [phase completion](https://git.erikinkinen.fi/erix/integration/issues/65), including native external Rust/LLVM/runtime rebuilding and both complete EriX-in-EriX generations. This dependency checkpoint does not close full lifecycle, frame or self-hosting acceptance. Acknowledged terminal service dependencies — 21 September 2026: signed [3614fbdefd0c769560e1e697bfb0ae7df93040b9](https://git.erikinkinen.fi/erix/seriald/commit/3614fbdefd0c769560e1e697bfb0ae7df93040b9) selects the original shared libraries for repeated terminal observation, exact acknowledgement and final CPU measurements under [Kernel design 20](https://git.erikinkinen.fi/erix/kernel/issues/20). All 4 strict 45-test selected development/release feature configurations, warning-denied host/native builds with the maintained linker layout, host/native Clippy, private rustdoc, applicable doctests, formatting and dependency/Markdown checks pass. All authored code remains below 1,000 lines. Original CI [103](https://git.erikinkinen.fi/erix/seriald/actions/runs/103), [104](https://git.erikinkinen.fi/erix/seriald/actions/runs/104) passes; complete hashed logs total 73,252 bytes with zero warning candidates. Full service CPU/profiler VM acceptance and guest builds remain open in [Phase 6 completion](https://git.erikinkinen.fi/erix/integration/issues/65).
build: Align dependencies for coherent runtime adoption
All checks were successful
CI / markdown (push) Successful in 12s
CI / test (push) Successful in 1m12s
CI / markdown (pull_request) Successful in 12s
CI / test (pull_request) Successful in 1m15s
c8e0463d40
Select the current original signed foundation commits in the existing Git
dependencies. Keep Rust implementation files unchanged and record the
separate product-image acceptance requirement in the roadmap.

The complete supported feature/profile matrix passes with formatting,
strict Clippy, unit tests, builds and private rustdoc. Product runtime
adoption remains pending the complete dependency graph.
build: Adopt coherent realm contract dependencies
All checks were successful
CI / markdown (push) Successful in 10s
CI / test (push) Successful in 1m7s
CI / markdown (pull_request) Successful in 13s
CI / test (pull_request) Successful in 1m1s
4e233e7aa4
Select original signed shared revisions so coordinated runtime images can
resolve one source identity for every dependency. Preserve the component
implementation and update the roadmap to keep consumer VM acceptance explicit.

Validate default and all-feature development/release tests, strict host/native
Clippy, freestanding builds, formatting and private-item rustdoc with warnings
denied. Full image and in-guest build acceptance remain separate requirements.
build: Align the original installer authority graph
All checks were successful
CI / markdown (pull_request) Successful in 3s
CI / markdown (push) Successful in 3s
CI / test (push) Successful in 21s
CI / test (pull_request) Successful in 21s
264a9ccf0d
Select the signed shared dependency revisions required by the component
catalog. Preserve local runtime behavior and capability policy while removing
mixed wire and capability sources. Track complete graph validation in
Integration issue 68; full consumer VM acceptance remains open.

Four strict host test matrices and native builds, host/native Clippy,
private rustdoc, formatting and policy checks pass without warnings.
build: Adopt acknowledged terminal accounting dependencies
All checks were successful
CI / markdown (push) Successful in 12s
CI / markdown (pull_request) Successful in 12s
CI / test (push) Successful in 1m15s
CI / test (pull_request) Successful in 1m21s
3614fbdefd
Select the original signed shared revisions for repeated terminal observation,
exact acknowledgement and retained final CPU measurements. Preserve the local
component implementation while keeping the complete transitive wire graph
consistent with Kernel design 20. Full service CPU/profiler VM acceptance and
Phase 6 self-hosting remain open in Integration issue 65.

All 4 strict host test matrices, host/native Clippy, warning-denied host/native
builds, private rustdoc, formatting and dependency/Markdown policies pass.
All checks were successful
CI / markdown (push) Successful in 12s
CI / markdown (pull_request) Successful in 12s
CI / test (push) Successful in 1m15s
CI / test (pull_request) Successful in 1m21s
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/posix-compat:feature/posix-compat
git switch feature/posix-compat

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff feature/posix-compat
git switch feature/posix-compat
git rebase main
git switch main
git merge --ff-only feature/posix-compat
git switch feature/posix-compat
git rebase main
git switch main
git merge --no-ff feature/posix-compat
git switch main
git merge --squash feature/posix-compat
git switch main
git merge --ff-only feature/posix-compat
git switch main
git merge feature/posix-compat
git push origin main
Sign in to join this conversation.
No description provided.