Skip to content

Instantly share code, notes, and snippets.

@rainydan
rainydan / gist:a884583f49500157ffbd29887289f19c
Created April 4, 2026 23:41
make check failures in gascity 2026-04-04
make check
/home/dan/go/bin/golangci-lint fmt --diff ./...
/home/dan/go/bin/golangci-lint run ./...
0 issues.
go vet ./...
go test ./...
2026/04/04 16:39:28 caching-store: pre-prime failed: prime active (open): bd list: exit status 1: bd: not in a city directory (no city.toml or .gc/ found)
2026/04/04 16:39:28 caching-store: priming ...
2026/04/04 16:39:28 caching-store: prime attempt 1/3 failed: bd list: exit status 1: bd: not in a city directory (no city.toml or .gc/ found)
2026/04/04 16:39:28 caching-store: pre-prime failed: prime active (open): bd list: exit status 1: bd: not in a city directory (no city.toml or .gc/ found)
@rainydan
rainydan / gist:b1ebbc425c3f6a109d83a7e43d84dac3
Created April 3, 2026 17:30
make check error in gas city 2026-04-03
make check
/home/dan/go/bin/golangci-lint fmt --diff ./...
/home/dan/go/bin/golangci-lint run ./...
0 issues.
go vet ./...
go test ./...
ok github.com/gastownhall/gascity/cmd/gc (cached)
ok github.com/gastownhall/gascity/cmd/gc/dashboard (cached)
? github.com/gastownhall/gascity/cmd/genschema [no test files]
? github.com/gastownhall/gascity/examples/bd [no test files]