Run artifact

workspace/targets/toml/evidence/block-12.md

Evidence: Block 12 ยท Service (block-12)

Stories built

Missing context

Stacked context

Build directory changes

Pre-build acceptance observation

intent: The implementation rejects the authoritative invalid table-ordering and conflict cases. return code: 0 stdout: toml-test v2.2.0 [/mnt/c/Users/barlo/projects/drydock/uat/Toml/runs/20260814.050011/build/toml/toml-decoder] [no encoder] skipped tests: 822 valid tests: 0 passed, 0 failed encoder tests: no encoder command given invalid tests: 62 passed, 0 failed stderr: harness: /home/barlo/.local/bin/toml-test toml-test v2.2.0; go1.24.6 linux/amd64; race=false; cgo=true

intent: An invalid array-of-table ordering document exits unsuccessfully. return code: 1 error: malformed check: the assertion itself raised NameError (name 'subprocess' is not defined. Did you forget to import 'subprocess'?) in its own frame, before reaching the code under test. No implementation can satisfy it. Each check runs as its own script in its own process, so a name bound by another check is not in scope. Repair the assertion in the Blueprint specification. stderr: Traceback (most recent call last): File "arrays-of-tables-ordering-exit.py", line 2, in <module> result = subprocess.run( ^^^^^^^^^^
NameError: name 'subprocess' is not defined. Did you forget to import 'subprocess'?

Post-build programmatic acceptance

intent: The implementation rejects the authoritative invalid table-ordering and conflict cases. target interpreter: /mnt/c/Users/barlo/projects/drydock/.venv/bin/python3 provisioning: not required return code: 0 stdout: toml-test v2.2.0 [/mnt/c/Users/barlo/projects/drydock/uat/Toml/runs/20260814.050011/build/toml/toml-decoder] [no encoder] skipped tests: 822 valid tests: 0 passed, 0 failed encoder tests: no encoder command given invalid tests: 62 passed, 0 failed stderr: harness: /home/barlo/.local/bin/toml-test toml-test v2.2.0; go1.24.6 linux/amd64; race=false; cgo=true

intent: An invalid array-of-table ordering document exits unsuccessfully. target interpreter: /mnt/c/Users/barlo/projects/drydock/.venv/bin/python3 provisioning: not required return code: 1 error: malformed check: the assertion itself raised NameError (name 'subprocess' is not defined. Did you forget to import 'subprocess'?) in its own frame, before reaching the code under test. No implementation can satisfy it. Each check runs as its own script in its own process, so a name bound by another check is not in scope. Repair the assertion in the Blueprint specification. stderr: Traceback (most recent call last): File "arrays-of-tables-ordering-exit.py", line 2, in <module> result = subprocess.run( ^^^^^^^^^^
NameError: name 'subprocess' is not defined. Did you forget to import 'subprocess'?

Build summary

RESULT: SUCCESS

FILES CHANGED:

SUMMARY: Added static-array ancestor validation for nested array-of-table headers and regression tests for ordering/conflict rules. Scoped suite: 62/62 invalid cases passed. Go tests, race tests, vet, and build passed.

BLOCKERS: