github source

github.builds

fail

List GitHub Pages builds

Requires owner and repo. Most useful optional filters: build_id. Add build_id to jump from the default list call to a specific record lookup.

owner, repo captured 2026-08-31 05:40:32Zmedian 26533 ms
Verdict: FALSE

All variants failed: 6 errors, 0 successful.

What to do

GitHub returned 404
upstream.not_found

Either the resource is private, doesn't exist, or your filter values don't match a real resource.

Try a known public repo (anomalyco/opencode, sst/opencode, octocat/Hello-World)
GitHub returned 404
upstream.not_found

Either the resource is private, doesn't exist, or your filter values don't match a real resource.

Confirm the resource exists: it may be private, removed, or org-scoped
Retry with alternate repos
retry-strategy

If the failure is 404 on `anomalyco/opencode`, try `sst/opencode` or `octocat/Hello-World`. The retry script does this automatically.

python3 scripts/retry_batch.py --source github --only-category <category>
rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal223518 ms27584 ms31650 ms[0, 0]2
realistic225253 ms26533 ms27814 ms[0, 0]2
edge225059 ms25460 ms25861 ms[0, 0]2

Latency per trial

minimalmedian 27584ms
t131650mst223518ms
scale: 0–31650 ms
realisticmedian 26533ms
t125253mst227814ms
scale: 0–27814 ms
edgemedian 25460ms
t125861mst225059ms
scale: 0–25861 ms

Probe variants — every command + output

minimal2 trials
min 23518ms · median 27584ms · max 31650ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.builds WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1
Trials + output
trial 1·31650ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/pages/pages#list-apiname-pages-builds","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/pages/builds
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·23518ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/pages/pages#list-apiname-pages-builds","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/pages/builds
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
realistic2 trials
min 25253ms · median 26533ms · max 27814ms · rows 0,0

typical user query

Command
SELECT * FROM github.builds WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25
Trials + output
trial 1·25253ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/pages/pages#list-apiname-pages-builds","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/pages/builds
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·27814ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/pages/pages#list-apiname-pages-builds","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/pages/builds
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
edge2 trials
min 25059ms · median 25460ms · max 25861ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.builds WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200
Trials + output
trial 1·25861ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/pages/pages#list-apiname-pages-builds","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/pages/builds
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·25059ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/pages/pages#list-apiname-pages-builds","status":"404"} [GET] https://api.github.com/repos/anomalyco/opencode/pages/builds
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.

All returned rowsacross all non-errored trials · filterable · paginated

0 rows stored · 0 returned · page 1/1
No rows captured. Trials either returned isError=true (errors shown above) or the probe runner didn't capture full output rows.

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt131650ms0error
minimalt223518ms0error
realistict125253ms0error
realistict227814ms0error
edget125861ms0error
edget225059ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T05:40:32Z
JSON record: reports/github/tables/builds.json
first_run_at: 2026-08-31T05:40:32Z
last_retried_at: 2026-08-31T05:40:32Z
retry_count: 0
View version history →