#281

~bigbes/sr-ht-dolt/commits/master/.build.yml

success

e8a202eEugene Blikh

web: mirror the git twin's description onto companion databases

Owner
~bigbes
Created
11 days ago
Updated
11 days ago
Build manifest
view manifest »

Tasks

view log »
cacher view log »
scss view log »
keygen view log »
version view log »
cache_restore view log »
build view log »
cache_save view log »
publish view log »
go to bottom »
go to top »
setup
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
[#281] 2026/08/06 20:10:26 Running build on srht-build-1.lab.local
[#281] 2026/08/06 20:10:26 Booting image alpine/edge (default) on port 22380
Waiting for VM to come up...
ssh: connect to host localhost port 22380: Connection refused
Attempt 1...
kex_exchange_identification: read: Connection reset by peer
Connection reset by 127.0.0.1 port 22380
Attempt 2...
Warning: Permanently added '[localhost]:22380' (ED25519) to the list of known hosts.
Warning: Permanently added '[localhost]:22380' (ED25519) to the list of known hosts.
[#281] 2026/08/06 20:10:36 preconfigure: ok
[#281] 2026/08/06 20:10:36 Waiting for guest to settle
[#281] 2026/08/06 20:10:36 Sending tasks
[#281] 2026/08/06 20:10:37 Sending build environment
[#281] 2026/08/06 20:10:37 Sending secrets
[#281] 2026/08/06 20:10:37 Resolving secret apk-ci-s3
[#281] 2026/08/06 20:10:38 Resolving secret 7dde4219-0783-4581-a67d-c94749de3600
[#281] 2026/08/06 20:10:38 Resolving secret 0e5b3530-6f19-4f30-9b73-9339dd382e46
[#281] 2026/08/06 20:10:38 Installing packages
Warning: Permanently added '[localhost]:22380' (ED25519) to the list of known hosts.
( 1/14) Upgrading alpine-release (3.24.0-r0 -> 3.25.0_alpha20260805-r0)
( 2/14) Upgrading alpine-base (3.24.0-r0 -> 3.25.0_alpha20260805-r0)
( 3/14) Upgrading git (2.55.0-r0 -> 2.55.0-r1)
( 4/14) Upgrading git-init-template (2.55.0-r0 -> 2.55.0-r1)
( 5/14) Upgrading haveged (1.9.21-r0 -> 1.9.26-r0)
( 6/14) Upgrading haveged-openrc (1.9.21-r0 -> 1.9.26-r0)
( 7/14) Upgrading openssh-keygen (10.4_p1-r1 -> 10.4_p1-r2)
( 8/14) Upgrading openssh-client-common (10.4_p1-r1 -> 10.4_p1-r2)
( 9/14) Upgrading openssh-client-default (10.4_p1-r1 -> 10.4_p1-r2)
(10/14) Upgrading openssh-sftp-server (10.4_p1-r1 -> 10.4_p1-r2)
(11/14) Upgrading openssh-server-common (10.4_p1-r1 -> 10.4_p1-r2)
  Installing file to etc/ssh/sshd_config.apk-new
(12/14) Upgrading openssh-server-common-openrc (10.4_p1-r1 -> 10.4_p1-r2)
(13/14) Upgrading openssh-server (10.4_p1-r1 -> 10.4_p1-r2)
  Executing openssh-server-10.4_p1-r2.post-upgrade
(14/14) Upgrading openssh (10.4_p1-r1 -> 10.4_p1-r2)
Executing busybox-1.38.0-r4.trigger
OK: 526.9 MiB in 142 packages
Warning: Permanently added '[localhost]:22380' (ED25519) to the list of known hosts.
(1/5) Installing go (1.26.5-r0)
(2/5) Installing minify (2.24.13-r1)
(3/5) Installing rclone (1.74.4-r1)
(4/5) Installing libsass (3.6.6-r0)
(5/5) Installing sassc (3.6.2-r5)
Executing busybox-1.38.0-r4.trigger
OK: 818.4 MiB in 147 packages
[#281] 2026/08/06 20:10:45 Cloning repositories
Cloning into 'sr-ht-dolt'...
+ git -C sr-ht-dolt checkout -q e8a202e5138d5b3cd879eb276ee5cf370a79c3d2
+ git -C sr-ht-dolt submodule update --init --recursive
[#281] 2026/08/06 20:10:46 Running task cacher
[#281] 2026/08/06 20:10:46 Running task scss
[#281] 2026/08/06 20:10:47 Running task keygen
[#281] 2026/08/06 20:10:47 Running task version
[#281] 2026/08/06 20:10:48 Running task cache_restore
[#281] 2026/08/06 20:10:48 Running task build
[#281] 2026/08/06 20:13:41 Running task cache_save
[#281] 2026/08/06 20:13:59 Running task publish
qemu-system-x86_64: terminating on signal 15 from pid 2575940 (/bin/sh)
cacher
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
+ mkdir -p /home/build/.local/bin
+ curl -sSL https://bigbes.pages.srht.bigb.es/ci-cacher/cacher-linux-amd64 -o /home/build/.local/bin/cacher
+ chmod +x /home/build/.local/bin/cacher
+ echo 'export PATH="$HOME/.local/bin:$PATH"'
+ export PATH=/home/build/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/home/build/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ cacher init --endpoint https://s3.bigb.es --region garage --bucket docker-cache --prefix sr-ht-dolt/deps --key-file /home/build/.s3-cache-key-id --secret-file /home/build/.s3-cache-key-secret
wrote /home/build/.config/cacher/config.toml
endpoint=https://s3.bigb.es region=garage bucket=docker-cache prefix=sr-ht-dolt/deps
key_id_len=26 key_id_prefix=GK secret_len=64
ping bucket: OK
put canary: OK
get canary: OK
delete canary: OK
doctor: all checks passed
scss
1
2
3
4
5
+ KEY_SCSS=scss/0.84.5-779ad9f174ea5ab7e755f6df0ec9e5912d67dd16.tar.zst
+ cacher dir download scss/0.84.5-779ad9f174ea5ab7e755f6df0ec9e5912d67dd16.tar.zst /home/build/scss
Cache HIT  — scss/0.84.5-779ad9f174ea5ab7e755f6df0ec9e5912d67dd16.tar.zst → extract /home/build/scss
+ sudo mkdir -p /usr/share/sourcehut
+ sudo cp -r /home/build/scss /usr/share/sourcehut/scss
keygen
1
2
3
+ SUDO=sudo
+ abuild-keygen -a -n -i -q
writing RSA key
version
1
2
3
4
5
6
7
+ cd sr-ht-dolt
++ git rev-list --count HEAD
+ ver=0.0.41
+ sed -i 's/^pkgver=.*/pkgver=0.0.41/' APKBUILD
building 0.0.41
+ echo 'export PKGVER=0.0.41'
+ echo 'building 0.0.41'
cache_restore
1
2
3
4
5
6
7
8
9
10
11
++ cacher key 'gomod/{hash}.tar.zst' --hash-from sr-ht-dolt/go.sum
+ KEY_MOD=gomod/01fa25f9938aa51c.tar.zst
++ cacher key 'gocache/{hash}.tar.zst' --hash-from sr-ht-dolt/go.sum
+ KEY_GOC=gocache/01fa25f9938aa51c.tar.zst
+ echo 'export KEY_MOD=gomod/01fa25f9938aa51c.tar.zst KEY_GOC=gocache/01fa25f9938aa51c.tar.zst'
+ cacher dir download gomod/01fa25f9938aa51c.tar.zst /home/build/go/pkg/mod
Error: cacher: key not found: gomod/01fa25f9938aa51c.tar.zst
+ true
+ cacher dir download gocache/01fa25f9938aa51c.tar.zst /home/build/.cache/go-build
Error: cacher: key not found: gocache/01fa25f9938aa51c.tar.zst
+ true
build
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
+ cd sr-ht-dolt
+ REPODEST=/home/build/packages
+ abuild -d
>>> dolt.sr.ht: Building build/dolt.sr.ht 0.0.41-r0 (using abuild 3.18.0_rc5-r0) started Thu, 06 Aug 2026 20:10:47 +0000
>>> dolt.sr.ht: Validating /home/build/sr-ht-dolt/APKBUILD...
>>> WARNING: dolt.sr.ht: Makefile is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: README.md is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: authn is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: browse is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: cmd is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: config.example.ini is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: contrib is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: core is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: db is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: docs is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: go.mod is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: go.sum is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: migrations is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: remoteapi is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: schema.sql is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: scss is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: static is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: storage is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: third_party is not in $source/$install/$triggers
>>> WARNING: dolt.sr.ht: web is not in $source/$install/$triggers
>>> dolt.sr.ht: Cleaning up srcdir
>>> dolt.sr.ht: Cleaning up pkgdir
>>> dolt.sr.ht: Cleaning up tmpdir
go build -tags gms_pure_go -o doltsrht ./cmd/doltsrht
go build -tags gms_pure_go -o doltsrht-migrate ./cmd/doltsrht-migrate
go: downloading git.sr.ht/~bitfehler/brant v0.5.1
go: downloading github.com/go-chi/chi/v5 v5.3.1
go: downloading github.com/alexflint/go-arg v1.6.0
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/sirupsen/logrus v1.8.3
go: downloading github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
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 sourcecraft.dev/bigbes/sr-ht-core v0.0.0-20260718185800-dd418a200152
go: downloading github.com/alexflint/go-scalar v1.2.0
go: downloading golang.org/x/sys v0.45.0
go: downloading github.com/mfridman/interpolate v0.0.2
go: downloading git.sr.ht/~sircmpwn/dowork v0.0.0-20241216125407-2b00aa42322c
go: downloading git.sr.ht/~sircmpwn/getopt v1.0.0
go: downloading github.com/99designs/gqlgen v0.17.36
go: downloading github.com/emersion/go-message v0.18.2
go: downloading github.com/go-chi/cors v1.2.2
go: downloading github.com/go-redis/redis/v8 v8.11.5
go: downloading github.com/kavu/go_reuseport v1.5.0
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading github.com/vektah/gqlparser/v2 v2.5.8
go: downloading github.com/Masterminds/squirrel v1.5.4
go: downloading github.com/dolthub/dolt/go v0.40.5-0.20260626152440-45335d44ad79
go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3
go: downloading google.golang.org/grpc v1.79.3
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/common v0.66.1
go: downloading github.com/prometheus/procfs v0.16.1
go: downloading google.golang.org/protobuf v1.36.11
go: downloading git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
go: downloading github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee
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/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading golang.org/x/crypto v0.51.0
go: downloading github.com/dolthub/fslock v0.0.5
go: downloading golang.org/x/net v0.54.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217
go: downloading github.com/dolthub/flatbuffers/v23 v23.3.3-dh.2
go: downloading google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2
go: downloading github.com/dolthub/go-mysql-server v0.20.1-0.20260625171506-68aec8237480
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading cloud.google.com/go/storage v1.50.0
go: downloading cloud.google.com/go v0.120.0
go: downloading github.com/aws/aws-sdk-go-v2 v1.41.5
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.64
go: downloading github.com/aws/aws-sdk-go-v2/service/dynamodb v1.41.0
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.97.3
go: downloading github.com/cenkalti/backoff/v4 v4.1.3
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/oracle/oci-go-sdk/v65 v65.55.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.opentelemetry.io/otel v1.43.0
go: downloading go.opentelemetry.io/otel/trace v1.43.0
go: downloading golang.org/x/sync v0.20.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading go.yaml.in/yaml/v2 v2.4.2
go: downloading golang.org/x/text v0.37.0
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/edsrzf/mmap-go v1.2.0
go: downloading github.com/HdrHistogram/hdrhistogram-go v1.1.2
go: downloading github.com/dolthub/eventsapi_schema v0.0.0-20260310172945-37a9265ade69
go: downloading github.com/fatih/color v1.13.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.4
go: downloading github.com/aliyun/aliyun-oss-go-sdk v2.2.5+incompatible
go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.8
go: downloading github.com/xtaci/smux v1.5.56
go: downloading github.com/dolthub/vitess v0.0.0-20260624214226-81d034e0fde8
go: downloading gopkg.in/src-d/go-errors.v1 v1.0.0
go: downloading github.com/zeebo/xxh3 v1.0.2
go: downloading github.com/cockroachdb/apd/v3 v3.2.3
go: downloading github.com/esote/minmaxheap v1.0.0
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/kch42/buzhash v0.0.0-20160816060738-9bdec3dec7c6
go: downloading github.com/mohae/uvarint v0.0.0-20160208145430-c3f9e62bf2b0
go: downloading cloud.google.com/go/compute/metadata v0.9.0
go: downloading cloud.google.com/go/iam v1.5.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50.0
go: downloading github.com/googleapis/gax-go/v2 v2.14.2
go: downloading go.opentelemetry.io/otel/sdk/metric v1.43.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.39.0
go build -tags gms_pure_go -o dolt-git-hook ./cmd/dolt-git-hook
go: downloading go.opentelemetry.io/otel/sdk v1.43.0
go: downloading golang.org/x/oauth2 v0.34.0
go: downloading google.golang.org/api v0.241.0
go: downloading github.com/aws/smithy-go v1.24.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.15
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.22
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.13
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.21
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d
go: downloading github.com/klauspost/compress v1.18.0
go: downloading golang.org/x/tools v0.45.0
go: downloading github.com/gofrs/flock v0.8.1
go: downloading github.com/sony/gobreaker v0.5.0
go: downloading github.com/go-logr/logr v1.4.3
go: downloading go.opentelemetry.io/otel/metric v1.43.0
go: downloading github.com/dolthub/jsonpath v0.0.2-0.20240227200619-19675ab05c71
go: downloading github.com/agnivade/levenshtein v1.1.1
go: downloading github.com/cloudflare/circl v1.6.0
go: downloading github.com/google/btree v1.1.2
go: downloading github.com/denisbrodbeck/machineid v1.0.1
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0
go: downloading golang.org/x/time v0.12.0
go: downloading github.com/dolthub/aws-sdk-go-ini-parser v0.0.0-20250305001723-2821c37f6c12
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.18.2
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.1
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.26.1
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.31.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.35.1
go: downloading github.com/klauspost/cpuid/v2 v2.0.12
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217
go: downloading cloud.google.com/go/monitoring v1.24.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0
go: downloading cloud.google.com/go/auth v0.16.2
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21
go: downloading go.uber.org/multierr v1.10.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0
go: downloading github.com/google/s2a-go v0.1.9
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.6
go: downloading github.com/envoyproxy/go-control-plane/envoy v1.36.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/golang-jwt/jwt/v5 v5.3.0
go: downloading github.com/lestrrat-go/strftime v1.2.0
go: downloading github.com/spiffe/go-spiffe/v2 v2.6.0
go: downloading github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5
go: downloading github.com/envoyproxy/protoc-gen-validate v1.3.0
go: downloading github.com/go-jose/go-jose/v4 v4.1.4
go: downloading cel.dev/expr v0.25.1
mkdir -p static
sassc -I/usr/share/sourcehut/scss/ scss/main.scss 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 static/main.min.css static/main.css
(2.9 ms, 159 kB, 123 kB,  77.1%,  56 MB/s) - static/main.css to static/main.min.css
cp static/main.min.css static/main.min.$(sha256sum static/main.min.css | cut -c1-8).css
>>> dolt.sr.ht: Entering fakeroot...
go build -tags gms_pure_go -o doltsrht ./cmd/doltsrht
go build -tags gms_pure_go -o doltsrht-migrate ./cmd/doltsrht-migrate
go: downloading github.com/go-chi/chi/v5 v5.3.1
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/lib/pq v1.10.9
go: downloading github.com/sirupsen/logrus v1.8.3
go: downloading github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
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 sourcecraft.dev/bigbes/sr-ht-core v0.0.0-20260718185800-dd418a200152
go: downloading github.com/alexflint/go-scalar v1.2.0
go: downloading golang.org/x/sys v0.45.0
go: downloading git.sr.ht/~sircmpwn/dowork v0.0.0-20241216125407-2b00aa42322c
go: downloading github.com/mfridman/interpolate v0.0.2
go: downloading git.sr.ht/~sircmpwn/getopt v1.0.0
go: downloading github.com/99designs/gqlgen v0.17.36
go build -tags gms_pure_go -o dolt-git-hook ./cmd/dolt-git-hook
go: downloading github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee
go: downloading github.com/emersion/go-message v0.18.2
go: downloading github.com/go-chi/cors v1.2.2
mkdir -p /home/build/sr-ht-dolt/pkg/dolt.sr.ht/usr/share/sourcehut/static/dolt.sr.ht
mkdir -p /home/build/sr-ht-dolt/pkg/dolt.sr.ht/usr/share/sourcehut/migrations/dolt.sr.ht
install -Dm644 schema.sql /home/build/sr-ht-dolt/pkg/dolt.sr.ht/usr/share/sourcehut/dolt.sr.ht.sql
install -Dm644 migrations/*.sql /home/build/sr-ht-dolt/pkg/dolt.sr.ht/usr/share/sourcehut/migrations/dolt.sr.ht
if [ -d static ]; then install -Dm644 static/*.css static/*.svg /home/build/sr-ht-dolt/pkg/dolt.sr.ht/usr/share/sourcehut/static/dolt.sr.ht 2>/dev/null || true; fi
go: downloading github.com/go-redis/redis/v8 v8.11.5
go: downloading github.com/kavu/go_reuseport v1.5.0
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading github.com/vektah/gqlparser/v2 v2.5.8
go: downloading github.com/Masterminds/squirrel v1.5.4
go: downloading github.com/dolthub/dolt/go v0.40.5-0.20260626152440-45335d44ad79
go: downloading google.golang.org/grpc v1.79.3
go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/common v0.66.1
go: downloading github.com/prometheus/procfs v0.16.1
go: downloading google.golang.org/protobuf v1.36.11
go: downloading git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
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/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/dolthub/fslock v0.0.5
go: downloading golang.org/x/net v0.54.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217
go: downloading github.com/dolthub/flatbuffers/v23 v23.3.3-dh.2
go: downloading google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2
go: downloading github.com/dolthub/go-mysql-server v0.20.1-0.20260625171506-68aec8237480
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading cloud.google.com/go/storage v1.50.0
go: downloading cloud.google.com/go v0.120.0
go: downloading github.com/aws/aws-sdk-go-v2 v1.41.5
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.64
go: downloading github.com/aws/aws-sdk-go-v2/service/dynamodb v1.41.0
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.97.3
go: downloading github.com/cenkalti/backoff/v4 v4.1.3
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/oracle/oci-go-sdk/v65 v65.55.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.opentelemetry.io/otel v1.43.0
go: downloading go.opentelemetry.io/otel/trace v1.43.0
go: downloading golang.org/x/sync v0.20.0
go: downloading github.com/google/uuid v1.6.0
go: downloading golang.org/x/crypto v0.51.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading go.yaml.in/yaml/v2 v2.4.2
go: downloading golang.org/x/text v0.37.0
go: downloading github.com/edsrzf/mmap-go v1.2.0
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/HdrHistogram/hdrhistogram-go v1.1.2
go: downloading github.com/dolthub/eventsapi_schema v0.0.0-20260310172945-37a9265ade69
go: downloading github.com/fatih/color v1.13.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.4
go: downloading github.com/aliyun/aliyun-oss-go-sdk v2.2.5+incompatible
go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.8
go: downloading github.com/xtaci/smux v1.5.56
go: downloading github.com/dolthub/vitess v0.0.0-20260624214226-81d034e0fde8
go: downloading gopkg.in/src-d/go-errors.v1 v1.0.0
go: downloading github.com/zeebo/xxh3 v1.0.2
go: downloading github.com/cockroachdb/apd/v3 v3.2.3
go: downloading github.com/esote/minmaxheap v1.0.0
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/kch42/buzhash v0.0.0-20160816060738-9bdec3dec7c6
go: downloading github.com/mohae/uvarint v0.0.0-20160208145430-c3f9e62bf2b0
go: downloading cloud.google.com/go/compute/metadata v0.9.0
go: downloading cloud.google.com/go/iam v1.5.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50.0
go: downloading github.com/googleapis/gax-go/v2 v2.14.2
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.39.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.43.0
go: downloading go.opentelemetry.io/otel/sdk v1.43.0
go: downloading golang.org/x/oauth2 v0.34.0
go: downloading google.golang.org/api v0.241.0
go: downloading github.com/aws/smithy-go v1.24.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.15
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.22
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.13
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.21
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
go: downloading github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/klauspost/compress v1.18.0
go: downloading golang.org/x/tools v0.45.0
go: downloading github.com/gofrs/flock v0.8.1
go: downloading github.com/sony/gobreaker v0.5.0
go: downloading github.com/go-logr/logr v1.4.3
go: downloading go.opentelemetry.io/otel/metric v1.43.0
go: downloading github.com/dolthub/jsonpath v0.0.2-0.20240227200619-19675ab05c71
go: downloading github.com/agnivade/levenshtein v1.1.1
go: downloading github.com/cloudflare/circl v1.6.0
go: downloading github.com/google/btree v1.1.2
go: downloading github.com/denisbrodbeck/machineid v1.0.1
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0
go: downloading golang.org/x/time v0.12.0
go: downloading github.com/dolthub/aws-sdk-go-ini-parser v0.0.0-20250305001723-2821c37f6c12
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.18.2
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.1
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.26.1
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.31.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.35.1
go: downloading github.com/klauspost/cpuid/v2 v2.0.12
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217
go: downloading cloud.google.com/go/monitoring v1.24.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0
go: downloading cloud.google.com/go/auth v0.16.2
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21
go: downloading go.uber.org/multierr v1.10.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0
go: downloading github.com/google/s2a-go v0.1.9
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.6
go: downloading github.com/envoyproxy/go-control-plane/envoy v1.36.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/golang-jwt/jwt/v5 v5.3.0
go: downloading github.com/lestrrat-go/strftime v1.2.0
go: downloading github.com/spiffe/go-spiffe/v2 v2.6.0
go: downloading github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5
go: downloading github.com/envoyproxy/protoc-gen-validate v1.3.0
go: downloading github.com/go-jose/go-jose/v4 v4.1.4
go: downloading cel.dev/expr v0.25.1
mkdir -p /home/build/sr-ht-dolt/pkg/dolt.sr.ht/usr/bin
for bin in doltsrht doltsrht-migrate dolt-git-hook; do \
	if [ -x $bin ]; then install -Dm755 $bin /home/build/sr-ht-dolt/pkg/dolt.sr.ht/usr/bin/; fi; \
done
>>> dolt.sr.ht-hook*: Running split function hook...
'usr/bin/dolt-git-hook' -> '/home/build/sr-ht-dolt/pkg/dolt.sr.ht-hook/usr/bin/dolt-git-hook'
>>> dolt.sr.ht-hook*: Preparing subpackage dolt.sr.ht-hook...
>>> dolt.sr.ht-hook*: Stripping binaries
>>> dolt.sr.ht-hook*: Running postcheck for dolt.sr.ht-hook
>>> dolt.sr.ht*: Running postcheck for dolt.sr.ht
>>> dolt.sr.ht*: Preparing package dolt.sr.ht...
>>> dolt.sr.ht*: Stripping binaries
libfakeroot internal error: payload not recognized!
>>> dolt.sr.ht*: Tracing dependencies...
>>> dolt.sr.ht*: Package size: 109.7 MB
>>> dolt.sr.ht*: Compressing data...
>>> dolt.sr.ht*: Create checksum...
>>> dolt.sr.ht*: Create dolt.sr.ht-0.0.41-r0.apk
>>> dolt.sr.ht-hook*: Tracing dependencies...
>>> dolt.sr.ht-hook*: Package size: 6.9 MB
>>> dolt.sr.ht-hook*: Compressing data...
>>> dolt.sr.ht-hook*: Create checksum...
>>> dolt.sr.ht-hook*: Create dolt.sr.ht-hook-0.0.41-r0.apk
>>> dolt.sr.ht: Build complete at Thu, 06 Aug 2026 20:13:41 +0000 elapsed time 0h 2m 54s
>>> dolt.sr.ht: Cleaning up srcdir
>>> dolt.sr.ht: Cleaning up pkgdir
>>> dolt.sr.ht: Cleaning up tmpdir
>>> dolt.sr.ht: Updating the build/x86_64 repository index...
>>> dolt.sr.ht: Signing the index...
+ find /home/build/packages -name '*.apk'
/home/build/packages/build/x86_64/dolt.sr.ht-hook-0.0.41-r0.apk
/home/build/packages/build/x86_64/dolt.sr.ht-0.0.41-r0.apk
cache_save
1
2
3
4
5
6
7
8
9
10
+ cacher exists gomod/01fa25f9938aa51c.tar.zst
gomod/01fa25f9938aa51c.tar.zst
Error: cacher: key not found
+ cacher dir upload gomod/01fa25f9938aa51c.tar.zst /home/build/go/pkg/mod
Packing /home/build/go/pkg/mod → gomod/01fa25f9938aa51c.tar.zst
+ cacher exists gocache/01fa25f9938aa51c.tar.zst
gocache/01fa25f9938aa51c.tar.zst
Error: cacher: key not found
+ cacher dir upload gocache/01fa25f9938aa51c.tar.zst /home/build/.cache/go-build
Packing /home/build/.cache/go-build → gocache/01fa25f9938aa51c.tar.zst
publish
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
+ set +x
+ + find /home/build/packages read -name -r f'*.apk' 
-print
++ basename /home/build/packages/build/x86_64/dolt.sr.ht-hook-0.0.41-r0.apk
+ rclone copyto /home/build/packages/build/x86_64/dolt.sr.ht-hook-0.0.41-r0.apk garage:repo/alpine/v3.22/bigbes/x86_64/dolt.sr.ht-hook-0.0.41-r0.apk
2026/08/06 20:13:59 NOTICE: Config file "/home/build/.config/rclone/rclone.conf" not found - using defaults
++ basename /home/build/packages/build/x86_64/dolt.sr.ht-hook-0.0.41-r0.apk
uploaded dolt.sr.ht-hook-0.0.41-r0.apk
+ echo 'uploaded dolt.sr.ht-hook-0.0.41-r0.apk'
+ read -r f
++ basename /home/build/packages/build/x86_64/dolt.sr.ht-0.0.41-r0.apk
+ rclone copyto /home/build/packages/build/x86_64/dolt.sr.ht-0.0.41-r0.apk garage:repo/alpine/v3.22/bigbes/x86_64/dolt.sr.ht-0.0.41-r0.apk
2026/08/06 20:13:59 NOTICE: Config file "/home/build/.config/rclone/rclone.conf" not found - using defaults
++ basename /home/build/packages/build/x86_64/dolt.sr.ht-0.0.41-r0.apk
uploaded dolt.sr.ht-0.0.41-r0.apk
+ echo 'uploaded dolt.sr.ht-0.0.41-r0.apk'
+ read -r f
+ echo 'published; apk-mirror on phoebe re-indexes within 15 minutes'
published; apk-mirror on phoebe re-indexes within 15 minutes
Build complete: success 11 days ago (took 3 minutes)