[MASTER] Scanning for test definitions in /home/user/GD/tests/batch
==================================================
[MASTER] Executing Test: 01_echo_test.json
==================================================
[TEST RUNNER] Orchestrating test for tests/fixtures/echo.c on port 5000
[VM STDOUT] HAUKI> [VM STDOUT] HAUKI REPL ready. Serving 1 network port(s).
[NetServer] Listening on port 5000 tests/fixtures/echo.c
[TEST RUNNER] Socket connected to localhost:5000. Initiating sequence...
[TEST RUNNER] Socket connected to localhost:5000. Initiating sequence...
::ffff:127.0.0.1:60456
[VM STDOUT] [VM DEBUG] net_write emitted String: "ECHO: Hello HAUKI"
[PASS] Sent: "Hello HAUKI" | Recv: "ECHO: Hello HAUKI"
[VM STDOUT] [VM DEBUG] net_write emitted String: "ECHO: Testing Mesh"
[PASS] Sent: "Testing Mesh" | Recv: "ECHO: Testing Mesh"
[TEST RUNNER] Sequence complete. All assertions passed.
[MASTER] 01_echo_test.json PASSED
==================================================
[MASTER] Executing Test: 02_array_test.json
==================================================
[TEST RUNNER] Orchestrating test for tests/fixtures/array_math.c on port 5001
[VM STDOUT] HAUKI> [VM STDOUT] HAUKI REPL ready. Serving 1 network port(s).
[NetServer] Listening on port 5001 tests/fixtures/array_math.c
[NetServer] Listening on port 5001 tests/fixtures/array_math.c
::ffff:127.0.0.1:33190
[VM STDOUT] [VM DEBUG] net_write emitted String: "MATH: -150"
[PASS] Sent: "calculate" | Recv: "MATH: -150"
[TEST RUNNER] Sequence complete. All assertions passed.
[MASTER] 02_array_test.json PASSED
==================================================
[MASTER] Executing Test: 03_inherit_test.json
==============================================
==== [TEST RUNNER] Orchestrating test
for tests/fixtures/child.c on port 5002
[VM STDOUT] HAUKI> [VM STDOUT] HAUKI REPL ready. Serving 1 network port(s).
[NetServer] Listening on port 5002 tests/fixtures/child.c
[VM STDOUT] HAUKI> [VM STDOUT] HAUKI REPL ready. Serving 1 network port(s).
[NetServer] Listening on port 5002 tests/fixtures/child.c
::ffff:127.0.0.1:42650 [VM STDOUT] [VM DEBUG] net_write
emitted String: "SECRET: "
[VM STDOUT] [VM DEBUG] net_write emitted Integer: "42"
[PASS] Sent: "reveal" | Recv: "SECRET: 42"
[TEST RUNNER] Sequence complete. All assertions passed.
[MASTER] 03_inherit_test.json PASSED
==================================================
[MASTER] Executing Test: 04_stress_test.json
==================================================
[TEST RUNNER] Orchestrating test for tests/fixtures/life.
c on port 5003
[VM STDOUT] HAUKI> [VM STDOUT] HAUKI REPL ready. Serving 1 network port(s).
[NetServer] Listening on port 5003 tests/fixtures/life.c
[TEST RUNNER] Socket connected to localhost:5003. Initiating sequence...
[TEST RUNNER] Socket connected to localhost:5003. Initiating sequence...
::ffff:127.0.0.1:55672
[VM STDOUT] [VM DEBUG] net_write emitted String: ".#...
.#...
.#...
.....
.....
"
[PASS] Sent: "step" | Recv: ".#...
.#...
.#...
.....
....."
[TEST RUNNER] Sequence complete. All assertions passed.
[MASTER] 04_stress_test.json PASSED
==================================================
[MASTER] Executing Test: 05_game_test.json
==================================================
[TEST RUNNER] Orchestrating test for tests/fixtures/adventure.c on port 5004
[VM STDOUT] HAUKI> [VM STDOUT] HAUKI REPL ready. Serving 1 network port(s).
[NetServer] Listening on port 5004 tests/fixtures/adventure.c
[TEST RUNNER] Socket connected to localhost:5004. Initiating sequence...
[TEST RUNNER] Socket connected to localhost:5004. Initiating sequence...
::ffff:127.0.0.1:39594
[VM STDOUT] [VM DEBUG] net_write emitted String: "You wander into the void."