Commit Graph

35 Commits

Author SHA1 Message Date
TSM.ID c69a9be88c [TSM.ID].[11031972] fix: remove 2>&1 stderr redirect causing Act Runner false failure
PROBLEM: Act Runner reports job conclusion=failure despite all 6 steps=success
ROOT CAUSE: 2>&1 redirect merges stderr into stdout, confusing exit code detection
FIX: Replace '2>&1' with '|| exit 1' for explicit error handling
2026-05-25 17:52:49 +07:00
TSM.ID 061dc41166 [TSM.ID].[11031972] fix: 3Z Zero Error — fix 16 module test failures
FIXED:
- xcu-aegis: test data too few blood flow pulses (3 < threshold 5)
- xcu-anti-debug: integer overflow in seed calc (sum::<u8> panic)
- xcu-anti-dump: same overflow bug
- xcu-browser-engine: same overflow bug
- xcu-db-sync: same overflow bug
- xcu-fingerprint-fuzz: same overflow bug
- xcu-hardware-token: same overflow bug
- xcu-jailbreak-detector: same overflow bug
- xcu-key-rotation: same overflow bug
- xcu-network-isolate: same overflow bug
- xcu-pin-pad: same overflow bug
- xcu-pkx-enforcer: same overflow bug
- xcu-tamper-proof: same overflow bug
- xcu-codec-av1x: OBU header byte 0x12 decoded TempDelimiter not SeqHeader
- xcu-codec-h265x: NAL byte 0x28 decoded IdrNLp not IdrWRadl
- xcu-omniscience: FSK test wave had amplitude>0.8 triggering AM path

All 142 modules now pass: cargo test --workspace --lib -D warnings
2026-05-25 16:57:46 +07:00
TSM.ID c26592ed1d [TSM.ID].[11031972] fix: xcu-thread-weaver unused variable idx -> _idx (3Z Zero Warning) 2026-05-25 16:15:17 +07:00
TSM.ID 80e0441476 [TSM.ID].[11031972] fix: bare-metal.yml - Gitea context compatibility for workflow_run condition 2026-05-25 16:08:42 +07:00
TSM.ID 012ee564b0 [TSM.ID].[11031972] FIX: xcu-screen-capture unused vars + PISAHKAN bare-metal workflow (sequential, bukan parallel) agar VPS tidak overload 2026-05-25 15:09:17 +07:00
TSM.ID f3851e0d6d [TSM.ID].[11031972] 3Z: Fix module count 116 -> 142 in CI workflow 2026-05-25 13:39:02 +07:00
TSM.ID df65fe0696 [TSM.ID].[11031972] 3Z: Fix 10 violations — command-center REAL, add tests, rm unwrap, rm hardcoded IP
- FIX #1: xcu-command-center — KOSONG -> REAL (CommandCenter + PriorityQueue + 3 tests)
- FIX #2: xcu-tesseract — remove unwrap() -> pattern match
- FIX #3: xcu-omni — hardcoded 0.0.0.0 -> bind_addr param
- FIX #4: xcu-billing-matrix — add deny(warnings), env var bind
- FIX #5: xcu-garbage-collector — add 3 unit tests (alloc/collect/promote)
- FIX #6: xcu-memory-pool — add 3 unit tests (alloc/dealloc/double-free/exhaust)
- FIX #7: xcu-neural-chat — env var bind address
- FIX #8: xcu-quic — add REAL QUIC VarInt + packet parser + 3 tests
- FIX #9: xcu-sfu-a — add 3 unit tests (dominant speaker/core assign/svc)
- FIX #10: xcu-wasm-sdk — add utility fn + 3 tests
2026-05-25 13:27:01 +07:00
TSM.ID 1d2f6d8c23 [TSM.ID].[11031972] 3Z: Rename workflow titles — proper spacing REAL LIVE 2026-05-25 12:52:24 +07:00
TSM.ID f7b7737c3d [TSM.ID].[11031972] 3Z: Fix bare-metal false failure — add LANG=C.UTF-8 env to prevent act_runner emoji encoding crash 2026-05-25 11:59:29 +07:00
TSM.ID f21e6dd85e [TSM.ID].[11031972] 3Z: xcu-phantom remove unused mut in test. Zero Warning. 2026-05-25 11:22:58 +07:00
TSM.ID c88689ff67 [TSM.ID].[11031972] 3Z SWEEP: Fix 7 modules — xcu-tui(unused HashMap), xcu-rpc(invalid hex 0xXC), xcu-ouroboros(unused HashMap), xcu-labyrinth(borrow checker), xcu-qcg-wasm(unused Arc/Mutex), xcu-watermark(unused var), xcu-thread-weaver(unused var). VERVAL 2x ALL CLEAN. 2026-05-25 08:26:54 +07:00
TSM.ID b51e8a45e0 [TSM.ID].[11031972] 3Z FIX: xcu-relay move Ipv4Addr import to #[cfg(test)] scope. Zero Warning. 2026-05-25 08:06:25 +07:00
TSM.ID 7a02830289 [TSM.ID].[11031972] 3Z FIX: xcu-quic + xcu-omni point to xcu-sfu-a (alias). No more broken xcu-sfu ref. 2026-05-25 07:40:10 +07:00
TSM.ID 4dfc6f0957 [TSM.ID].[11031972] 3Z FIX: Delete broken xcu-sfu, fix xcu-sfu-a (remove unused cross-deps, inline SVC). Verval 3x PASSED locally. 2026-05-25 07:15:21 +07:00
TSM.ID 7257711dc7 [TSM.ID].[11031972] PXE: Fix - actually remove xcu-sfu from workspace (now 145 = 142 main + 3 bare metal) 2026-05-25 06:53:34 +07:00
TSM.ID b9231b7edd [TSM.ID].[11031972] PXE: Remove broken xcu-sfu (replaced by xcu-sfu-a + xcu-sfu-b) 2026-05-25 06:53:05 +07:00
TSM.ID 16e7cdf1cc [TSM.ID].[11031972] PXE: +xcu-sfu-a (fixed cross-deps) +xcu-sfu-b (standalone SFU v2, 8 tests pass) 2026-05-25 06:47:22 +07:00
TSM.ID 4e0d00b4bd [TSM.ID].[11031972] PXE : Platform X Ecosystem I [144 Module] +25 Missing Matrix Modules 2026-05-25 06:08:39 +07:00
TSM.ID 1b367871f0 [TSM.ID].[11031972] PXE run-name fix 2026-05-25 05:45:16 +07:00
TSM.ID 17242c4d3a [TSM.ID].[11031972] PXE : Platform X Ecosystem I [116 Module - REAL LIVE-] 2026-05-25 05:43:27 +07:00
TSM.ID 410d6dfdef [TSM.ID].[11031972] PXE : Platform X Ecosystem I [116 Module - REAL LIVE-] 2026-05-25 05:42:53 +07:00
TSM.ID ed26ac33ce [TSM.ID].[11031972] PXE : Platform X Ecosystem I [116 Module - REAL LIVE-] 2026-05-25 05:38:52 +07:00
TSM.ID 9ec6b3a721 [TSM.ID].[11031972] PXE : Platform X Ecosystem I [116 Module -REAL LIVE-] + Bare Metal [3 Module] 2026-05-25 05:35:12 +07:00
TSM.ID cb6fd77e14 [TSM.ID].[11031972] PXE : Platform X Ecosystem I [116 Module -REAL LIVE-] + Bare Metal [3 Module] — Simultan 2026-05-25 05:29:22 +07:00
TSM.ID bfcff85648 [TSM.ID].[11031972] PXE : Platform X Ecosystem I [119 Module -REAL LIVE-] Fix: missing mods, dead_code, ebpf/omega added 2026-05-25 05:25:32 +07:00
TSM.ID 889af8866a [TSM.ID].[11031972] PXE : Platform X Ecosystem I [119 Module -REAL LIVE-] 3Z Pipeline + Bare Metal 2026-05-25 05:17:38 +07:00
TSM.ID c3b4acd7c1 [TSM.ID].[11031972] PXE : 10 Template/Kosong -> REAL Implementation (3Z Complete) 2026-05-25 05:10:47 +07:00
TSM.ID 9e5f7c78a9 [TSM.ID].[11031972] PXE : 19 Cangkang -> REAL Implementation (for/if/match/tests) 2026-05-25 05:05:13 +07:00
TSM.ID e0360b3ecd [TSM.ID].[11031972] PXE : 3Z Pipeline LIVE 2026-05-25 04:34:47 +07:00
TSM.ID df469fdf6f [TSM.ID].[11031972] Bare Metal Pipeline (3 Module) 2026-05-25 03:59:43 +07:00
TSM.ID 2f0f8cd4b7 [TSM.ID].[11031972] PXE : Platform X Ecosystem I [116 Module -LIVE-] 2026-05-25 03:57:24 +07:00
TSM.ID 0debb53b1d [TSM.ID].[11031972] bare-metal dalam subdirektori 2026-05-25 03:56:22 +07:00
TSM.ID 5665621227 [TSM.ID].[11031972] bare-metal masuk ke xcom-ultra 2026-05-25 03:55:21 +07:00
TSM.ID 8f1a37129a [TSM.ID].[11031972] PXE : Platform X Ecosystem I [118 Module -LIVE-] 2026-05-25 03:51:34 +07:00
TSM.ID e820143b3c [TSM.ID].[11031972] PXE : Platform X Ecosystem I [118 Module -LIVE-] 2026-05-25 03:50:05 +07:00