d process legitimately carries endpoint id without sid) is exactly the flow the guard must not break — that flow is sid-absent, never sid-mismatched. WHY CORE AND NOT ONLY THE ADAPTER: the measured entry path is closed adapter-side (perri's REQ-HAZARD-INHERITED-IDENTITY-ADOPTION @ their a7558aa + claude-spt KNOWN-HAZARDS 7.4, shipped: whoami child calls scrub SPT_ENDPOINT_ID/SPT_AGENT_ID; rig discipline now detached AND env-scrubbed — the scrub is the operative half), but the inconsistency being fixed is CORE'S: the adapter fastpath's verified_env_id REFUSES an inherited SPT_ENDPOINT_ID on carrier-proof mismatch (carrier sid != payload sid) and core's fallback then RE-GRANTS what that layer just refused — one layer's refusal must not be another layer's grant, and every other harness/adapter gets the defense only if core holds it. SEVERITY UPGRADE recorded at mint: unlike the KH 7.1–7.3 shapes (lost reads), this adoption was WRITE-CAPABLE in the field — the adopting descendant re-pointed the ANCESTOR's session pin, so the ancestor went dark while the descendant looked healthy (perri's own pin, probe v1). KIN, same review same milestone: leg (b) SPT_AGENT_ID returns UNCONDITIONALLY today — not even perch-checked, weaker than leg b2's bound-perch gate; align it when this lands. MEASURED on the live node, not just code-read (perri, same probe run, reported 2026-07-26): SPT_AGENT_ID=nobody-xyz with a bogus OWL_SESSION_ID returned {'id':'nobody-xyz','ready':false,'alive':true,'unbound':false}, exit 0 — a phantom identity for an endpoint that does not exist, beating both the sid leg and ancestry; the returned shape has no state key and ready:false but a populated id, and the adapter parser takes .id first, so a whoami-trusting adapter writes state under the phantom — the same write-capable class as the inherited-adoption case, sourced from a made-up name instead of a real ancestor. perri's adapter scrub covers SPT_AGENT_ID as well as SPT_ENDPOINT_ID for exactly this reason. POSTURE UNCHANGED: whoami legs remain from-label/routing only, never authentication (KH 7.3/7.5, F-024 stays parked) — refusal tightens label discipline, it promotes nothing to auth. Gate at activation: unit — sid-unmatched + ambient endpoint id present → refusal with the distinct diagnostic (probe shape 2 goes loud); sid-absent + ambient endpoint id on a bound perch → still resolves (leg-b2 field root preserved); sid-matched → unchanged (probe shape 3). [OK] REQ-WHOAMI-IDENTITY-ONLY required: [doc, impl, unit, int] stages: +doc +impl +unit +int PROJECT-INDEX W1 (F-040, perri filing claude-spt docs/SPT-CORE-FINDINGS.md @d775b38; correctness-critical opener — the 2026-07-15 message-bodies incident root): a core IDENTITY-ONLY resolution — session -> endpoint|null — that touches NO list/registry/project/git/network path, and `spt whoami` DE-ALIASED from cmd_endpoint_list (cli.rs ~6609 aliases the full list = 100+ git children under hook deadlines). endpoint-info is DISQUALIFIED as the carrier (runs latest_project_ref). Adapters/hooks get a bounded-time identity verb; the harness-hosted adapter fallback stays deadline-vulnerable until this ships. Gate: impl — the resolver + whoami de-alias; unit — resolver returns endpoint|null with zero project derivation (assert no git spawn seam); int — whoami on a multi-perch home answers fast-path without touching context branches; doc — harness-contract api.md names the identity verb + its no-derivation bound. Kin REQ-PROJECT-INDEX-READER-CUTOVER (list-shaped verbs), REQ-WHOAMI-1, docs/PROJECT-INDEX-TRIAGE.md. [OK] REQ-WORKER-LIST-VISIBILITY required: [impl, int] stages: -doc +impl -unit +int V-1 (WORKER-TRUTH triage, operator rider): worker perches leave the DEFAULT `spt endpoint list` view — they are process-local machinery, not subnet citizens; leaked-or-live worker rows rendering as permanent OFFLINE endpoints is the operator-visible symptom root. A dedicated flag (--workers) reveals them (one command + flag per the --all/--detail precedent, NOT a separate list-working command — sister divergence deliberate). Applies to the human render, --json (additive default-absent filter), and the registry/projection legs; verify-and-stop any worker gossip into the subnet registry as peer endpoints. [OK] REQ-WORKER-MINTED-NAME required: [doc, impl, unit, int] stages: +doc +impl +unit +int N-1 (WORKER-TRUTH triage, operator rider): worker perch identity is CORE-MINTED and parent-derived — `{parent}-w{N}` with a per-parent counter at registration (sister shape: claude_skill_owl hook_subagent_start.rs) — never the adapter-presented agent id (CC Task ids render as random-named rows). worker-start mints + echoes the id (WORKER_STARTED:{parent}-w{N}); the adapter's agent_id/agent_type ride the record as correlation METADATA, not identity. Verb-shape contract change — freeze with W-2 in ONE coordination with perri. [OK] REQ-WORKER-PICKER-EXCLUDED required: [impl, unit] stages: -doc +impl +unit -int V-2 (WORKER-TRUTH triage, operator rider): non-drivable endpoint classes never render as picker rows — a worker perch cannot be driven, instantiated, or controlled; offering it is a lie the picker then fails on. Filter endpoint_type worker (and the psyche class if it ever surfaces — same non-drivable family) at every picker source leg, extend-not-multiply for future non-drivable classes. [OK] REQ-WORKER-REAP required: [impl, unit, int] stages: -doc +impl +unit +int W-3 (WORKER-TRUTH triage): worker records must not persist indefinitely past their useful life — 6 dead-pid workers leaked OFFLINE on flynn (kill-paths where SubagentStop never fires: parent killed, abort, timeout). The stored rec.pid is the ephemeral worker-start hook process (dead by design — the REQ-HAZARD-DEAD-REC-PID class; NEVER an alive-gate signal). Honest reap signals: (a) parent-session lifecycle — reap the parent's soft-stopped + orphaned workers at parent session-end/boundary and on parent-death detection (a worker cannot outlive its parent's live session); (b) a generous TTL floor since `created` as belt-and-braces. Soft-stop preservation semantics (REQ-HAZARD-SOFT-CLEANUP: results drain before reap) stay honored — reap after drain-or-expiry, never mid-flight hard-delete (cascade-wipe guard rationale stands). Sister shape: claude_skill_owl doctor D-21 orphan-worker GC. [OK] REQ-WORKER-SID-SYMMETRIC-AUTH required: [doc, impl, unit, int] stages: +doc +impl +unit +int W-2 (WORKER-TRUTH triage, operator-ruled 2026-07-06): worker verbs go sid-symmetric with every sibling id-scoped verb — worker-start mints NO token and worker-stop takes NONE (token custody is undue adapter burden, ruling via perri). Registration STORES the sid it authenticated (the parent's sid at start; today cmd_worker_start hardcodes session_id="" — worker.rs:44 — so a sid-authed stop compares against empty and refuses 100%). Stop accepts the parent's CURRENT sid OR the stored registration sid (a /clear between start and stop rotates the parent's sid; either rotation endpoint is honest custody — the REQ-PSYCHE-SID-CUSTODY rotation reasoning). Under the ruling the field adapter's existing emission (worker-stop --session-id ) becomes contract-correct as-is. Publish the frozen verb shape to the docs-site with the landing wave (perri blind-builds from published docs). [OK] REQ-XTASK-SPT-BIN-TARGET-DIR required: [impl, unit] stages: -doc +impl +unit -int #13 (F026 micro, tooling): xtask `spt_bin()` (crates/xtask/src/main.rs) BUILDS `spt` via cargo (which honors CARGO_TARGET_DIR) but returns a HARDCODED `/target/debug/spt` path — so under a redirected target dir (CI / isolated-gate rigs that set CARGO_TARGET_DIR to a throwaway) the binary lands in `$CARGO_TARGET_DIR/debug` while xtask looks in `/target/debug` -> NotFound -> `xtask check` (docs-drift gate) spuriously fails. Workaround was running `xtask check` with CARGO_TARGET_DIR unset. FIX: a pure `target_debug_dir(root, CARGO_TARGET_DIR)` seam mirroring cargo's resolution — absolute override as-is, relative resolved against `root` (the dir cargo is invoked in), default `/target` — join `debug`; `spt_bin` returns from it. See docs/NEXT-MILESTONE-PICKER-TRIAGE.md. xtask check: OK warning: in the working copy of 'adapters/mock/src/console_mode_probe.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'adapters/mock/src/main.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/access.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/activity.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/answerop.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/applyhost.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/attach.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/autostart.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/bin/xlate_choreo_fixture.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/brain.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/brainproc.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/broker.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/config.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/conn.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/crc_swap.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/daemon.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/deadline.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/deelevate.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/digest.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/dispatch.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/docshost.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/drivehub.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/effect.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/failedaddr.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/firewall.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/forkop.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/harnesshost.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/inject.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/iobus.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/lib.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/lifecycle.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/linkhost.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/livehost.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/msg.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/nethost.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/notif.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/notifgate.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/notifsync.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/pairhost.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/projwriter.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/propagate.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/psyrelay.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/pump/health.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/pump/mod.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/pump/registry.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/pump/sync.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/pump/update.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/reap.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/redeemop.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/registryhost.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/relay.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/release.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/resting.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/rollback_compat.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/sealsync.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/seedmap.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/seedproofx.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/serveprobe.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/service.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/servicehost.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/shellchan.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/shellhost.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/shellwake.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/stderrlog.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/sync.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/translation.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/tunnelhub.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/src/wan.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/attach.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/brain_decouple.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/broker.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/commune_io_events_int.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/conn_blackhole_lifecycle.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/controller_lease.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/daemon_lifecycle_real_brain.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/digest.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/digest_cross_node.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/dispatch.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/docs_server_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/endpoint_lifecycle.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/er_inbound_local_notify.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/false_promote.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/fixtures/dispatch_fixture.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/fixtures/service_fixture.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/idempotent.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/inject_control_wedge.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/input_ack_deadlock.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/legacy_resident_sweep_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/mesh.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/mesh_recovery.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/net_worker_starve.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/netbroker.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/netstream.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/notif_drain_validity.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/notif_quiet_delivery.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/notifsync.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/propagate.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/psyche_context_file_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/psyche_event_turn_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/psyche_residency_expectation_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/pump.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/pumpdeadline.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/redispatch_stall.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/registry_lifecycle.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/render_lifecycle.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/replicate.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/reseed.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/resume_custody_aba.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/rosterprop.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/servicehost_supervision_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/two_origin_spanning.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/twohost.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/wake_single_flight.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-daemon/tests/xfer.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-live/src/digest.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-live/src/echo.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-live/src/ingest.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-live/src/inject.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-live/src/lib.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-live/src/pulse.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-live/src/resume.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-live/src/turn.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-msg/src/deliver.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-msg/src/emit.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-msg/src/ready.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-msg/src/ring.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-msg/src/wire.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/answermsg.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/attach.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/codeseal.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/knockmsg.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/mesh/seedproof.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/notif.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/pairing/ntp.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/pairing/spake.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/pairing/wire.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/presencemsg.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/registry.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/replicate.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/sealmsg.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-net/src/net/wanmsg.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-poolguard/src/lib.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-procident/src/lib.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-proto/src/emit.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-proto/src/envelope.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-proto/src/event.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-proto/src/lib.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-proto/src/shortform.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-runtime/src/manifest.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-runtime/src/profile.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-runtime/src/registry.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-runtime/src/resolve.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-runtime/src/runtime.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/access.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/atomic.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/attachment.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/branchstore.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/briefing.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/commune_intent.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/contacts.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/contextstore.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/dispatchresults.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/empower.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/engineroom.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/enroll.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/epoch.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/erole.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/gate.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/home.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/inbound.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/info.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/iolog.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/knock.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/lastmsg.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/lib.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/liveness.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/matchrule.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/monic.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/notif.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/obstap.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/peeraddrs.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/perch.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/perchgc.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/proc.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/projderive.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/project.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/projinval.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/recent_home.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/resume_custody.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/roster.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/rotation.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/seal.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/sessions.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/shellinfo.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/spool.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/subnet.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/trustwarn.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/worker_reap.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/worker_seq.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/src/wtlock.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/tests/carrier_claim_int.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-store/tests/wtlock_two_process_int.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-term/src/lib.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-term/src/projection.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-term/src/reader.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-term/src/screen.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-term/src/winprog.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-term/tests/capture_vehicle_fidelity.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-term/tests/rc_console_newline_presentation.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-term/tests/resize_console_mode_integrity.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-term/tests/screengrid_width_oracle.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt-term/tests/winspawn.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/accessview.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/api/auth.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/api/delivery.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/api/engineroom.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/api/ioevents.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/api/mod.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/api/nowsignal.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/api/reporting.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/api/seal.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/api/startup.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/api/worker.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/authseam.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/cli.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/elevation.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/helpfmt.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/main.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/picker/data.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/picker/mod.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/picker/model.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/picker/shortcut.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/picker/view.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/rc.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/roster.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/sealverb.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/teardown.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/trustwarnverb.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/unlisted.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/src/wansend.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/access_positional_allow_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/access_precise_allow_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/active_only_never_relay_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/activity_link_push_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/adapter_post_step.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/attach_wedge_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/bind_adapter_profile_persist_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/bind_cwd_project_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/bind_honest_cross_perch_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/boundary_ready_strand_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/brain_respawn_rename.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/brain_survive.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/broker_stop_endpoint_deny_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/common/reap.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/commune_two_cwd_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/composite_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/contract_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/coordinator_image_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/create_bind_rest_active_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/daemon_refresh_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/docs_bundle_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/drive_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/dummy_harness_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/endpoint_autostart_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/endpoint_teardown_authority_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/engine_room_bringup_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/er_brief_once_per_session_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/er_briefing_presentation_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/er_briefing_presented_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/er_briefing_session_scoped_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/er_inbound_local.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/er_sequestered_cwd_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/fixtures/gh_fixture.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/fixtures/git_fixture.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/fork_surface_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/gateway_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/gateway_owner_shell_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/hide_new_remote_rows_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/human_redeem_msg_code_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/idle_edge_drain_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/idle_edge_seal_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/intra_node_degrade.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/intra_node_self.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/io_events_poll_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/io_events_undriven_kinds_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/io_state_payload_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/job_escape_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/json_emit.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/knock_approve_not_hostage_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/knock_mutual_cross_node_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/knock_notfound_refuses_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/list_json_liveness_parity_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/listen_seed_retry_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/live_adapt_translation_swap_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/live_bind_firsthost_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/live_firsthost_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/live_resolve_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/livehost_bootgate_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/multi_subnet_bringup_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/nested_resolution_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/oneliner_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/poll_envelope_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/projindex_reader_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/projindex_writer_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/psyche_download_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/psyche_sid_custody_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/rc_attach_truth.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/ready_resume_ledger_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/release_verify_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/resident_service_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/resume_no_control_steal_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/resume_template_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/run_no_dup_session_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/seal_shortform_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/send_stamp_agent_id_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/shell_actgate_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/shell_perch_dir_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/shortform_dispatch_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/translate_proof.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/trial_drain_drive_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/tunnel_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/twohost_cli.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/wake_resume_bind_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/worker_lifecycle_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/spt/tests/worker_visibility_e2e.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/xtask/src/binedge.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/xtask/src/binnames.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/xtask/src/main.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/xtask/src/perjob.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/xtask/src/spacerun.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/xtask/tests/bench_row_parity.rs', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'crates/xtask/tests/pool_claim.rs', LF will be replaced by CRLF the next time Git touches it [raw output: artifact://1676] Wall time: 240.65 seconds