2026-08-27 22:09:26 +00:00
|
|
|
[package]
|
|
|
|
|
name = "myelin-e2e-fuzz"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
license = "AGPL-3.0-only"
|
|
|
|
|
publish = false
|
fuzz: checkpoint reusable fleet campaigns and ordered qualification
Extend the existing IR, generated Python workloads, independent oracle, regression corpus, resource accounting, and shrinker for the five-node normal/recovery/survivor campaign. Retain exact fixture identities across attempts and persist coverage, failure, timing, and cleanup evidence.
Add raw Docker/SSH redeployment fixtures, bounded campaign execution, durable paid-run cleanup state, ordered gate attestation, and scripted-provider safety scenarios. Include the offline oracle reproduction utility for focused diagnosis. Preserve paid access guards; no paid acceptance is claimed.
Review verification: 169 harness library tests and 4 ordered-attestation tests passed. The retained ordered run passed Gate A and the full local campaign, then exceeded the complete workflow timing ceiling before later safety checks.
2026-09-14 09:21:09 +00:00
|
|
|
default-run = "myelin-e2e-fuzz"
|
2026-08-27 22:09:26 +00:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
base64 = "0.22"
|
|
|
|
|
flate2 = "1"
|
|
|
|
|
libc = "0.2"
|
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
|
serde_json = "1"
|
|
|
|
|
sha2 = "0.10"
|
|
|
|
|
ureq = "2"
|
fuzz: checkpoint reusable fleet campaigns and ordered qualification
Extend the existing IR, generated Python workloads, independent oracle, regression corpus, resource accounting, and shrinker for the five-node normal/recovery/survivor campaign. Retain exact fixture identities across attempts and persist coverage, failure, timing, and cleanup evidence.
Add raw Docker/SSH redeployment fixtures, bounded campaign execution, durable paid-run cleanup state, ordered gate attestation, and scripted-provider safety scenarios. Include the offline oracle reproduction utility for focused diagnosis. Preserve paid access guards; no paid acceptance is claimed.
Review verification: 169 harness library tests and 4 ordered-attestation tests passed. The retained ordered run passed Gate A and the full local campaign, then exceeded the complete workflow timing ceiling before later safety checks.
2026-09-14 09:21:09 +00:00
|
|
|
myelin-control-contract = { path = "../../crates/myelin-control-contract" }
|
|
|
|
|
provisioning = { path = "../../crates/provisioning" }
|
|
|
|
|
swactor-vastai = { path = "../vastai" }
|
|
|
|
|
tempfile = "3"
|
2026-08-27 22:09:26 +00:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|