1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164 |
+ cd sr-ht-spec
+ REPODEST=/home/build/packages
+ abuild -d
>>> spec.sr.ht: Building build/spec.sr.ht 0.0.87-r0 (using abuild 3.18.0_rc5-r0) started Wed, 05 Aug 2026 10:52:52 +0000
>>> spec.sr.ht: Validating /home/build/sr-ht-spec/APKBUILD...
>>> WARNING: spec.sr.ht: AGENTS.md is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: CLAUDE.md is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: Makefile is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: api is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: authn is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: cmd is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: core is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: coreauth is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: db is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: doc is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: docs is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: gitx is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: go.mod is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: go.sum is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: graph is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: hooks is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: mcpsrv is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: migrations is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: prosediff is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: schema.sql is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: scss is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: search is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: service is not in $source/$install/$triggers
>>> WARNING: spec.sr.ht: web is not in $source/$install/$triggers
>>> spec.sr.ht: Cleaning up srcdir
>>> spec.sr.ht: Cleaning up pkgdir
>>> spec.sr.ht: Cleaning up tmpdir
mkdir -p web/static
rm -f web/static/main.css web/static/main.min.*.css
sassc -I/usr/share/sourcehut/scss scss/main.scss web/static/main.css
/usr/share/sourcehut/scss/contrast.scss:72 DEBUG: #fff was adjusted to #fff but this is not enough contrast to #007bff (AERT).
/usr/share/sourcehut/scss/contrast.scss:72 DEBUG: #fff was adjusted to #fff but this is not enough contrast to #17a2b8 (AERT).
/usr/share/sourcehut/scss/contrast.scss:72 DEBUG: #fff was adjusted to #fff but this is not enough contrast to #dc3545 (AERT).
minify -o web/static/main.min.css web/static/main.css
(3.0 ms, 168 kB, 129 kB, 77.2%, 55 MB/s) - web/static/main.css to web/static/main.min.css
mv web/static/main.min.css \
web/static/main.min.$(sha256sum web/static/main.min.css | cut -c1-8).css
rm -f web/static/main.css
go build -o specsrht ./cmd/specsrht
go build -o specsrht-migrate ./cmd/specsrht-migrate
go: downloading git.sr.ht/~sircmpwn/dowork v0.0.0-20241216125407-2b00aa42322c
go: downloading github.com/99designs/gqlgen v0.17.36
go: downloading git.sr.ht/~bitfehler/brant v0.5.1
go: downloading github.com/alexflint/go-arg v1.6.0
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/Masterminds/squirrel v1.5.4
go: downloading github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
go: downloading sourcecraft.dev/bigbes/sr-ht-core v0.0.0-20260718185800-dd418a200152
go: downloading github.com/alexflint/go-scalar v1.2.0
go: downloading github.com/go-chi/chi/v5 v5.3.1
go: downloading github.com/mfridman/interpolate v0.0.2
go: downloading github.com/google/uuid v1.6.0
go: downloading go.bigb.es/auxilia v0.5.0
go: downloading github.com/prometheus/client_golang v1.16.0
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/vektah/gqlparser/v2 v2.5.8
go: downloading git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
go: downloading git.sr.ht/~sircmpwn/getopt v1.0.0
go: downloading github.com/emersion/go-message v0.18.2
go: downloading github.com/go-chi/cors v1.2.2
go: downloading github.com/kavu/go_reuseport v1.5.0
go: downloading github.com/go-redis/redis/v8 v8.11.5
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/go-git/go-git/v5 v5.19.1
go: downloading github.com/modelcontextprotocol/go-sdk v1.6.1
go: downloading github.com/blevesearch/bleve/v2 v2.6.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/client_model v0.4.0
go: downloading github.com/prometheus/common v0.44.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading google.golang.org/protobuf v1.36.6
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading github.com/ProtonMail/go-crypto v1.3.0
go: downloading github.com/emersion/go-pgpmail v0.2.2
go: downloading github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
go: downloading github.com/emersion/go-smtp v0.21.3
go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
go: downloading github.com/yuin/goldmark v1.8.2
go: downloading github.com/yosida95/uritemplate/v3 v3.0.2
go: downloading github.com/google/jsonschema-go v0.4.3
go: downloading dario.cat/mergo v1.0.0
go: downloading github.com/go-git/go-billy/v5 v5.9.0
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: downloading github.com/blevesearch/bleve_index_api v1.3.11
go: downloading github.com/blevesearch/geo v0.2.5
go: downloading github.com/blevesearch/snowballstem v0.9.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading golang.org/x/sys v0.45.0
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading golang.org/x/text v0.37.0
go: downloading golang.org/x/crypto v0.52.0
go: downloading github.com/agnivade/levenshtein v1.1.1
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading golang.org/x/oauth2 v0.35.0
go: downloading github.com/segmentio/encoding v0.5.4
go: downloading github.com/cyphar/filepath-securejoin v0.6.1
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.6.0
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/RoaringBitmap/roaring/v2 v2.14.5
go: downloading github.com/blevesearch/scorch_segment_api/v2 v2.4.7
go: downloading github.com/blevesearch/vellum v1.2.0
go: downloading github.com/blevesearch/zapx/v11 v11.4.3
go: downloading github.com/blevesearch/zapx/v12 v12.4.3
go: downloading github.com/blevesearch/zapx/v13 v13.4.3
go: downloading github.com/blevesearch/zapx/v14 v14.4.3
go: downloading github.com/blevesearch/zapx/v15 v15.4.3
go: downloading github.com/blevesearch/zapx/v16 v16.3.4
go: downloading github.com/blevesearch/zapx/v17 v17.1.2
go: downloading go.etcd.io/bbolt v1.4.0
go: downloading github.com/blevesearch/upsidedown_store_api v1.0.2
go: downloading github.com/blevesearch/gtreap v0.1.1
go: downloading github.com/blevesearch/go-porterstemmer v1.0.3
go: downloading github.com/blevesearch/segment v0.9.1
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/cloudflare/circl v1.6.3
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/klauspost/cpuid/v2 v2.3.0
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading github.com/kevinburke/ssh_config v1.6.0
go: downloading github.com/skeema/knownhosts v1.3.1
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading golang.org/x/net v0.54.0
go: downloading github.com/segmentio/asm v1.1.3
go: downloading github.com/bits-and-blooms/bitset v1.24.2
go: downloading github.com/blevesearch/mmap-go v1.2.0
go: downloading github.com/golang/snappy v1.0.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/mschoch/smat v0.2.0
>>> spec.sr.ht: Entering fakeroot...
go build -o specsrht ./cmd/specsrht
go build -o specsrht-migrate ./cmd/specsrht-migrate
install -Dm755 specsrht /home/build/sr-ht-spec/pkg/spec.sr.ht/usr/bin/specsrht
install -Dm755 specsrht-migrate /home/build/sr-ht-spec/pkg/spec.sr.ht/usr/bin/specsrht-migrate
mkdir -p /home/build/sr-ht-spec/pkg/spec.sr.ht/usr/share/sourcehut/migrations/spec.sr.ht
install -Dm644 -t /home/build/sr-ht-spec/pkg/spec.sr.ht/usr/share/sourcehut/migrations/spec.sr.ht migrations/*.sql
install -Dm644 schema.sql /home/build/sr-ht-spec/pkg/spec.sr.ht/usr/share/sourcehut/spec.sr.ht.sql
>>> spec.sr.ht*: Running postcheck for spec.sr.ht
>>> spec.sr.ht*: Preparing package spec.sr.ht...
>>> spec.sr.ht*: Stripping binaries
>>> spec.sr.ht*: Tracing dependencies...
>>> spec.sr.ht*: Package size: 43.9 MB
>>> spec.sr.ht*: Compressing data...
>>> spec.sr.ht*: Create checksum...
>>> spec.sr.ht*: Create spec.sr.ht-0.0.87-r0.apk
>>> spec.sr.ht: Build complete at Wed, 05 Aug 2026 10:53:25 +0000 elapsed time 0h 0m 33s
>>> spec.sr.ht: Cleaning up srcdir
>>> spec.sr.ht: Cleaning up pkgdir
>>> spec.sr.ht: Cleaning up tmpdir
>>> spec.sr.ht: Updating the build/x86_64 repository index...
>>> spec.sr.ht: Signing the index...
+ find /home/build/packages -name '*.apk'
/home/build/packages/build/x86_64/spec.sr.ht-0.0.87-r0.apk
|