{
  "status": "passed",
  "candidate_head": "6d2072f7ea2316903ec14870880584e0c1cb196a",
  "lab_tree": "435358ccbc912dba6244ee1b923b4a9ff208ff9d",
  "completed_at": "2026-09-05T15:02:00.414877+00:00",
  "upstream_validation": "Read selected source and test excerpts only; no upstream builds or full-repository audit.",
  "scope": "Go lab verification from the original source candidate; website deployment is verified separately.",
  "environment": {
    "go": "go version go1.26.2 darwin/arm64"
  },
  "checks": [
    {
      "command": [
        "go",
        "test",
        "-race",
        "./..."
      ],
      "passed": true,
      "exit_code": 0,
      "output": "?   \texample.com/go-oss-lab/cmd/syncdemo\t[no test files]\nok  \texample.com/go-oss-lab/internal/batch\t1.263s\nok  \texample.com/go-oss-lab/internal/memstore\t1.470s\nok  \texample.com/go-oss-lab/internal/middleware\t1.284s\nok  \texample.com/go-oss-lab/internal/reconcile\t1.464s\n",
      "finished_at": "2026-09-05T14:59:38.211872+00:00"
    },
    {
      "command": [
        "go",
        "vet",
        "./..."
      ],
      "passed": true,
      "exit_code": 0,
      "output": "",
      "finished_at": "2026-09-05T14:59:39.009196+00:00"
    },
    {
      "command": [
        "go",
        "run",
        "./cmd/syncdemo"
      ],
      "passed": true,
      "exit_code": 0,
      "output": "pass 1: changed=2\npass 2: changed=0\nafter source update: changed=1\n",
      "finished_at": "2026-09-05T14:59:39.425701+00:00"
    },
    {
      "command": [
        "go",
        "test",
        "./internal/memstore",
        "-run",
        "^$",
        "-bench",
        "BenchmarkReadCopy",
        "-benchmem",
        "-benchtime=100ms"
      ],
      "passed": true,
      "exit_code": 0,
      "output": "goos: darwin\ngoarch: arm64\npkg: example.com/go-oss-lab/internal/memstore\ncpu: Apple M4\nBenchmarkReadCopy-10    \t  277280\t       361.1 ns/op\t    4096 B/op\t       1 allocs/op\nPASS\nok  \texample.com/go-oss-lab/internal/memstore\t0.333s\n",
      "finished_at": "2026-09-05T14:59:39.969490+00:00"
    },
    {
      "command": [
        "gofmt",
        "-l",
        "."
      ],
      "passed": true,
      "exit_code": 0,
      "output": "",
      "finished_at": "2026-09-05T14:59:39.979702+00:00"
    }
  ]
}
