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
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505 |
+ gmake -C aerc validate
gmake: Entering directory '/home/build/aerc'
go build -trimpath -tags=notmuch -ldflags "-X main.Version=0.18.2-106-g6736cf04020f -X main.Date=2024-12-09 -X git.sr.ht/~rjarry/aerc/config.shareDir=/usr/local/share/aerc -X git.sr.ht/~rjarry/aerc/config.libexecDir=/usr/local/libexec/aerc" -o aerc
go: downloading git.sr.ht/~rjarry/go-opt/v2 v2.0.1
go: downloading git.sr.ht/~rockorager/vaxis v0.10.3
go: downloading github.com/lithammer/fuzzysearch v1.1.8
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/riywo/loginshell v0.0.0-20200815045211-7d26008be1ab
go: downloading github.com/ProtonMail/go-crypto v1.0.0
go: downloading github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
go: downloading github.com/emersion/go-imap-sortthread v1.2.0
go: downloading github.com/emersion/go-message v0.18.0
go: downloading github.com/go-ini/ini v1.67.0
go: downloading github.com/mattn/go-runewidth v0.0.15
go: downloading golang.org/x/image v0.15.0
go: downloading golang.org/x/sys v0.18.0
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/emersion/go-imap v1.2.1
go: downloading github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
go: downloading github.com/gatherstars-com/jwz v1.4.0
go: downloading golang.org/x/oauth2 v0.18.0
go: downloading github.com/emersion/go-msgauth v0.6.8
go: downloading golang.org/x/text v0.14.0
go: downloading github.com/emersion/go-smtp v0.21.3
go: downloading github.com/containerd/console v1.0.4
go: downloading github.com/mattn/go-sixel v0.0.5
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/creack/pty v1.1.21
go: downloading golang.org/x/crypto v0.21.0
go: downloading github.com/arran4/golang-ical v0.2.7
go: downloading github.com/emersion/go-mbox v1.0.3
go: downloading github.com/emersion/go-pgpmail v0.2.1
go: downloading github.com/syndtr/goleveldb v1.0.0
go: downloading git.sr.ht/~rockorager/go-jmap v0.5.0
go: downloading github.com/emersion/go-maildir v0.5.0
go: downloading github.com/soniakeys/quant v1.0.0
go: downloading github.com/cloudflare/circl v1.3.7
go: downloading github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/golang/snappy v0.0.4
scdoc < doc/aerc-search.1.scd > aerc-search.1
scdoc < doc/aerc.1.scd > aerc.1
scdoc < doc/carddav-query.1.scd > carddav-query.1
scdoc < doc/aerc-accounts.5.scd > aerc-accounts.5
scdoc < doc/aerc-binds.5.scd > aerc-binds.5
scdoc < doc/aerc-config.5.scd > aerc-config.5
scdoc < doc/aerc-imap.5.scd > aerc-imap.5
scdoc < doc/aerc-jmap.5.scd > aerc-jmap.5
scdoc < doc/aerc-maildir.5.scd > aerc-maildir.5
scdoc < doc/aerc-notmuch.5.scd > aerc-notmuch.5
scdoc < doc/aerc-sendmail.5.scd > aerc-sendmail.5
scdoc < doc/aerc-smtp.5.scd > aerc-smtp.5
scdoc < doc/aerc-patch.7.scd > aerc-patch.7
scdoc < doc/aerc-stylesets.7.scd > aerc-stylesets.7
scdoc < doc/aerc-templates.7.scd > aerc-templates.7
scdoc < doc/aerc-tutorial.7.scd > aerc-tutorial.7
gcc -Wall -Wextra -Wconversion -Werror -Wformat-security -Wstack-protector -Wpedantic -Wmissing-prototypes -o colorize filters/colorize.c
gcc -Wall -Wextra -Wconversion -Werror -Wformat-security -Wstack-protector -Wpedantic -Wmissing-prototypes -o wrap filters/wrap.c
go test -tags=notmuch ./...
go: downloading github.com/stretchr/testify v1.8.4
go: downloading golang.org/x/tools v0.17.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading golang.org/x/mod v0.14.0
? git.sr.ht/~rjarry/aerc [no test files]
? git.sr.ht/~rjarry/aerc/app [no test files]
? git.sr.ht/~rjarry/aerc/commands/account [no test files]
? git.sr.ht/~rjarry/aerc/commands/compose [no test files]
? git.sr.ht/~rjarry/aerc/commands/mode [no test files]
ok git.sr.ht/~rjarry/aerc/commands 0.008s
ok git.sr.ht/~rjarry/aerc/commands/msg 0.005s
ok git.sr.ht/~rjarry/aerc/commands/msgview 0.009s
? git.sr.ht/~rjarry/aerc/completer [no test files]
ok git.sr.ht/~rjarry/aerc/commands/patch 0.006s
ok git.sr.ht/~rjarry/aerc/config 0.002s
? git.sr.ht/~rjarry/aerc/contrib [no test files]
? git.sr.ht/~rjarry/aerc/lib/auth [no test files]
? git.sr.ht/~rjarry/aerc/lib/calendar [no test files]
? git.sr.ht/~rjarry/aerc/lib/crypto [no test files]
ok git.sr.ht/~rjarry/aerc/lib 0.009s
? git.sr.ht/~rjarry/aerc/lib/crypto/gpg/gpgbin [no test files]
? git.sr.ht/~rjarry/aerc/lib/crypto/pgp [no test files]
? git.sr.ht/~rjarry/aerc/lib/crypto/util [no test files]
? git.sr.ht/~rjarry/aerc/lib/format [no test files]
? git.sr.ht/~rjarry/aerc/lib/hooks [no test files]
? git.sr.ht/~rjarry/aerc/lib/ipc [no test files]
ok git.sr.ht/~rjarry/aerc/lib/crypto/gpg 0.088s
? git.sr.ht/~rjarry/aerc/lib/log [no test files]
ok git.sr.ht/~rjarry/aerc/lib/iterator 0.001s
? git.sr.ht/~rjarry/aerc/lib/notmuch [no test files]
ok git.sr.ht/~rjarry/aerc/lib/marker 0.002s
? git.sr.ht/~rjarry/aerc/lib/pama/models [no test files]
? git.sr.ht/~rjarry/aerc/lib/pama/revctrl [no test files]
? git.sr.ht/~rjarry/aerc/lib/pama/store [no test files]
ok git.sr.ht/~rjarry/aerc/lib/pama 0.002s
? git.sr.ht/~rjarry/aerc/lib/pinentry [no test files]
ok git.sr.ht/~rjarry/aerc/lib/parse 0.002s
? git.sr.ht/~rjarry/aerc/lib/send [no test files]
? git.sr.ht/~rjarry/aerc/lib/sort [no test files]
? git.sr.ht/~rjarry/aerc/lib/state [no test files]
ok git.sr.ht/~rjarry/aerc/lib/rfc822 0.002s
ok git.sr.ht/~rjarry/aerc/lib/templates 0.002s
? git.sr.ht/~rjarry/aerc/lib/watchers [no test files]
ok git.sr.ht/~rjarry/aerc/lib/ui 0.002s
? git.sr.ht/~rjarry/aerc/models [no test files]
? git.sr.ht/~rjarry/aerc/worker [no test files]
? git.sr.ht/~rjarry/aerc/worker/handlers [no test files]
ok git.sr.ht/~rjarry/aerc/lib/xdg 0.002s
? git.sr.ht/~rjarry/aerc/worker/imap/extensions [no test files]
ok git.sr.ht/~rjarry/aerc/worker/imap 0.007s
? git.sr.ht/~rjarry/aerc/worker/jmap [no test files]
? git.sr.ht/~rjarry/aerc/worker/jmap/cache [no test files]
ok git.sr.ht/~rjarry/aerc/worker/imap/extensions/xgmext 0.001s
? git.sr.ht/~rjarry/aerc/worker/maildir [no test files]
? git.sr.ht/~rjarry/aerc/worker/mbox [no test files]
ok git.sr.ht/~rjarry/aerc/worker/lib 0.007s
ok git.sr.ht/~rjarry/aerc/worker/middleware 0.002s
? git.sr.ht/~rjarry/aerc/worker/notmuch/lib [no test files]
ok git.sr.ht/~rjarry/aerc/worker/notmuch 0.006s
ok git.sr.ht/~rjarry/aerc/worker/types 0.002s
filters/test.sh
ok calendar < filters/vectors/calendar-invite.in > /tmp/tmp.EJGMob
awk: warning: option -W is ignored
ok calendar (posix) < filters/vectors/calendar-invite.in > /tmp/tmp.FbiBCc
==9370== Memcheck, a memory error detector
==9370== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==9370== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==9370== Command: filters/../colorize
==9370==
==9370==
==9370== HEAP SUMMARY:
==9370== in use at exit: 23,441 bytes in 97 blocks
==9370== total heap usage: 466 allocs, 369 frees, 834,329 bytes allocated
==9370==
==9370== LEAK SUMMARY:
==9370== definitely lost: 0 bytes in 0 blocks
==9370== indirectly lost: 0 bytes in 0 blocks
==9370== possibly lost: 0 bytes in 0 blocks
==9370== still reachable: 23,441 bytes in 97 blocks
==9370== suppressed: 0 bytes in 0 blocks
==9370== Reachable blocks (those to which a pointer was found) are not shown.
==9370== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==9370==
==9370== For lists of detected and suppressed errors, rerun with: -s
==9370== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
ok colorize < filters/vectors/colorize-diff-cvs-bsd.in > /tmp/tmp.AGeCGc
==9377== Memcheck, a memory error detector
==9377== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==9377== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==9377== Command: filters/../colorize
==9377==
==9377==
==9377== HEAP SUMMARY:
==9377== in use at exit: 23,637 bytes in 101 blocks
==9377== total heap usage: 592 allocs, 491 frees, 2,262,217 bytes allocated
==9377==
==9377== LEAK SUMMARY:
==9377== definitely lost: 0 bytes in 0 blocks
==9377== indirectly lost: 0 bytes in 0 blocks
==9377== possibly lost: 0 bytes in 0 blocks
==9377== still reachable: 23,637 bytes in 101 blocks
==9377== suppressed: 0 bytes in 0 blocks
==9377== Reachable blocks (those to which a pointer was found) are not shown.
==9377== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==9377==
==9377== For lists of detected and suppressed errors, rerun with: -s
==9377== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
ok colorize < filters/vectors/colorize-diff-cvs-bsd2.in > /tmp/tmp.INIPJh
==9384== Memcheck, a memory error detector
==9384== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==9384== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==9384== Command: filters/../colorize
==9384==
==9384==
==9384== HEAP SUMMARY:
==9384== in use at exit: 23,588 bytes in 100 blocks
==9384== total heap usage: 519 allocs, 419 frees, 1,498,760 bytes allocated
==9384==
==9384== LEAK SUMMARY:
==9384== definitely lost: 0 bytes in 0 blocks
==9384== indirectly lost: 0 bytes in 0 blocks
==9384== possibly lost: 0 bytes in 0 blocks
==9384== still reachable: 23,588 bytes in 100 blocks
==9384== suppressed: 0 bytes in 0 blocks
==9384== Reachable blocks (those to which a pointer was found) are not shown.
==9384== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==9384==
==9384== For lists of detected and suppressed errors, rerun with: -s
==9384== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
ok colorize < filters/vectors/colorize-patch.in > /tmp/tmp.KbIKfo
==9391== Memcheck, a memory error detector
==9391== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==9391== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==9391== Command: filters/../colorize
==9391==
==9391==
==9391== HEAP SUMMARY:
==9391== in use at exit: 23,539 bytes in 99 blocks
==9391== total heap usage: 746 allocs, 647 frees, 1,865,407 bytes allocated
==9391==
==9391== LEAK SUMMARY:
==9391== definitely lost: 0 bytes in 0 blocks
==9391== indirectly lost: 0 bytes in 0 blocks
==9391== possibly lost: 0 bytes in 0 blocks
==9391== still reachable: 23,539 bytes in 99 blocks
==9391== suppressed: 0 bytes in 0 blocks
==9391== Reachable blocks (those to which a pointer was found) are not shown.
==9391== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==9391==
==9391== For lists of detected and suppressed errors, rerun with: -s
==9391== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
ok colorize < filters/vectors/colorize-quotes.in > /tmp/tmp.DfenFI
==9398== Memcheck, a memory error detector
==9398== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==9398== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==9398== Command: filters/../wrap
==9398==
==9398==
==9398== HEAP SUMMARY:
==9398== in use at exit: 0 bytes in 0 blocks
==9398== total heap usage: 153 allocs, 153 frees, 20,440 bytes allocated
==9398==
==9398== All heap blocks were freed -- no leaks are possible
==9398==
==9398== For lists of detected and suppressed errors, rerun with: -s
==9398== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
ok wrap < filters/vectors/wrap-asciiart.in > /tmp/tmp.bIofgN
==9405== Memcheck, a memory error detector
==9405== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==9405== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==9405== Command: filters/../wrap
==9405==
==9405==
==9405== HEAP SUMMARY:
==9405== in use at exit: 0 bytes in 0 blocks
==9405== total heap usage: 149 allocs, 149 frees, 19,592 bytes allocated
==9405==
==9405== All heap blocks were freed -- no leaks are possible
==9405==
==9405== For lists of detected and suppressed errors, rerun with: -s
==9405== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
ok wrap < filters/vectors/wrap-cjk.in > /tmp/tmp.bgobdb
==9412== Memcheck, a memory error detector
==9412== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==9412== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==9412== Command: filters/../wrap
==9412==
==9412==
==9412== HEAP SUMMARY:
==9412== in use at exit: 0 bytes in 0 blocks
==9412== total heap usage: 677 allocs, 677 frees, 181,476 bytes allocated
==9412==
==9412== All heap blocks were freed -- no leaks are possible
==9412==
==9412== For lists of detected and suppressed errors, rerun with: -s
==9412== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
ok wrap < filters/vectors/wrap-flowed.in > /tmp/tmp.POhfff
==9419== Memcheck, a memory error detector
==9419== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==9419== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==9419== Command: filters/../wrap
==9419==
==9419==
==9419== HEAP SUMMARY:
==9419== in use at exit: 0 bytes in 0 blocks
==9419== total heap usage: 137 allocs, 137 frees, 20,276 bytes allocated
==9419==
==9419== All heap blocks were freed -- no leaks are possible
==9419==
==9419== For lists of detected and suppressed errors, rerun with: -s
==9419== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
ok wrap < filters/vectors/wrap-lists.in > /tmp/tmp.DNkmfk
==9426== Memcheck, a memory error detector
==9426== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==9426== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==9426== Command: filters/../wrap
==9426==
==9426==
==9426== HEAP SUMMARY:
==9426== in use at exit: 0 bytes in 0 blocks
==9426== total heap usage: 113 allocs, 113 frees, 124,012 bytes allocated
==9426==
==9426== All heap blocks were freed -- no leaks are possible
==9426==
==9426== For lists of detected and suppressed errors, rerun with: -s
==9426== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
ok wrap < filters/vectors/wrap-quotes.in > /tmp/tmp.pgPafo
==9433== Memcheck, a memory error detector
==9433== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==9433== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==9433== Command: filters/../wrap
==9433==
==9433==
==9433== HEAP SUMMARY:
==9433== in use at exit: 0 bytes in 0 blocks
==9433== total heap usage: 62 allocs, 62 frees, 102,284 bytes allocated
==9433==
==9433== All heap blocks were freed -- no leaks are possible
==9433==
==9433== For lists of detected and suppressed errors, rerun with: -s
==9433== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
ok wrap < filters/vectors/wrap-simple.in > /tmp/tmp.FIMfJD
==9440== Memcheck, a memory error detector
==9440== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==9440== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
==9440== Command: filters/../wrap
==9440==
==9440==
==9440== HEAP SUMMARY:
==9440== in use at exit: 0 bytes in 0 blocks
==9440== total heap usage: 49 allocs, 49 frees, 13,504 bytes allocated
==9440==
==9440== All heap blocks were freed -- no leaks are possible
==9440==
==9440== For lists of detected and suppressed errors, rerun with: -s
==9440== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
ok wrap < filters/vectors/wrap-unicode.in > /tmp/tmp.oKENjJ
white space ok.
docs ok.
go: downloading mvdan.cc/gofumpt v0.5.0
go: downloading golang.org/x/sync v0.1.0
go: downloading github.com/google/go-cmp v0.5.9
go: downloading golang.org/x/mod v0.10.0
go: downloading golang.org/x/tools v0.8.0
all files formatted.
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0 run \
$(echo -tags=notmuch | sed s/-tags=/--build-tags=/)
go: downloading github.com/golangci/golangci-lint v1.61.0
go: downloading github.com/fatih/color v1.17.0
go: downloading github.com/gofrs/flock v0.12.1
go: downloading github.com/hashicorp/go-version v1.7.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.3
go: downloading github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/spf13/viper v1.12.0
go: downloading go.uber.org/automaxprocs v1.5.3
go: downloading golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading golang.org/x/tools v0.24.0
go: downloading github.com/go-viper/mapstructure/v2 v2.1.0
go: downloading github.com/ldez/gomoddirectives v0.2.4
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/golangci/plugin-module-register v0.1.1
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
go: downloading github.com/golangci/revgrep v0.5.3
go: downloading golang.org/x/sys v0.25.0
go: downloading github.com/fsnotify/fsnotify v1.5.4
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/spf13/afero v1.11.0
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading golang.org/x/mod v0.21.0
go: downloading github.com/alingse/asasalint v0.0.11
go: downloading github.com/tdakkota/asciicheck v0.2.0
go: downloading github.com/breml/bidichk v0.2.7
go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
go: downloading github.com/lasiar/canonicalheader v1.1.1
go: downloading github.com/sivchari/containedctx v1.0.3
go: downloading github.com/kkHAIKE/contextcheck v1.1.5
go: downloading github.com/karamaru-alpha/copyloopvar v1.1.0
go: downloading github.com/bkielbasa/cyclop v1.2.1
go: downloading gitlab.com/bosi/decorder v0.4.2
go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.2.0
go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
go: downloading github.com/Abirdcfly/dupword v0.1.1
go: downloading github.com/charithe/durationcheck v0.0.10
go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
go: downloading github.com/kisielk/errcheck v1.7.0
go: downloading github.com/breml/errchkjson v0.3.6
go: downloading github.com/Antonboom/errname v0.1.13
go: downloading github.com/polyfloyd/go-errorlint v1.6.0
go: downloading github.com/lufeee/execinquery v1.2.1
go: downloading github.com/nishanths/exhaustive v0.12.0
go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0
go: downloading github.com/kyoh86/exportloopref v0.1.11
go: downloading github.com/Crocmagnon/fatcontext v0.5.2
go: downloading github.com/ashanbrown/forbidigo v1.6.0
go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
go: downloading github.com/ultraware/funlen v0.1.0
go: downloading github.com/daixiang0/gci v0.13.5
go: downloading github.com/golangci/modinfo v0.3.4
go: downloading github.com/hexops/gotextdiff v1.0.3
go: downloading github.com/nunnatsa/ginkgolinter v0.16.2
go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
go: downloading 4d63.com/gochecknoglobals v0.2.1
go: downloading github.com/alecthomas/go-check-sumtype v0.1.4
go: downloading github.com/uudashr/gocognit v1.1.3
go: downloading github.com/jgautheron/goconst v1.7.1
go: downloading github.com/go-critic/go-critic v0.11.4
go: downloading github.com/quasilyte/go-ruleguard/dsl v0.3.22
go: downloading github.com/fzipp/gocyclo v0.6.0
go: downloading github.com/quasilyte/go-ruleguard v0.4.3-0.20240823090925-0fe6f58b47b1
go: downloading github.com/tetafro/godot v1.4.17
go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
go: downloading github.com/golangci/gofmt v0.0.0-20240816233607-d8596aa466a9
go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
go: downloading mvdan.cc/gofumpt v0.7.0
go: downloading github.com/denis-tingaikin/go-header v0.5.0
go: downloading github.com/ryancurrah/gomodguard v1.3.5
go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
go: downloading github.com/securego/gosec/v2 v2.21.2
go: downloading honnef.co/go/tools v0.5.1
go: downloading github.com/xen0n/gosmopolitan v1.2.2
go: downloading github.com/leonklingele/grouper v1.1.2
go: downloading github.com/julz/importas v0.1.0
go: downloading github.com/macabu/inamedparam v0.1.3
go: downloading github.com/gordonklaus/ineffassign v0.1.0
go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
go: downloading github.com/ckaznocha/intrange v0.2.0
go: downloading github.com/butuzov/ireturn v0.3.0
go: downloading github.com/timonwong/loggercheck v0.9.4
go: downloading github.com/yagipy/maintidx v1.0.0
go: downloading github.com/ashanbrown/makezero v1.1.1
go: downloading github.com/butuzov/mirror v1.2.0
go: downloading github.com/golangci/misspell v0.6.0
go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
go: downloading go-simpler.org/musttag v0.12.2
go: downloading github.com/alexkohler/nakedret/v2 v2.0.4
go: downloading github.com/nakabonne/nestif v0.3.1
go: downloading github.com/gostaticanalysis/nilerr v0.1.1
go: downloading github.com/Antonboom/nilnil v0.1.9
go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
go: downloading github.com/sonatard/noctx v0.0.2
go: downloading github.com/firefart/nonamedreturns v1.0.5
go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
go: downloading github.com/kunwardeep/paralleltest v1.0.10
go: downloading github.com/catenacyber/perfsprint v0.7.1
go: downloading github.com/alexkohler/prealloc v1.0.0
go: downloading github.com/nishanths/predeclared v0.2.2
go: downloading github.com/yeya24/promlinter v0.3.0
go: downloading github.com/ghostiam/protogetter v0.3.6
go: downloading github.com/curioswitch/go-reassign v0.2.0
go: downloading github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c
go: downloading github.com/mgechev/revive v1.3.9
go: downloading github.com/jingyugao/rowserrcheck v1.1.1
go: downloading go-simpler.org/sloglint v0.7.2
go: downloading github.com/jjti/go-spancheck v0.6.2
go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1
go: downloading github.com/4meepo/tagalign v1.3.4
go: downloading github.com/ldez/tagliatelle v0.5.0
go: downloading github.com/sivchari/tenv v1.10.0
go: downloading github.com/maratori/testableexamples v1.0.0
go: downloading github.com/Antonboom/testifylint v1.4.3
go: downloading github.com/maratori/testpackage v1.1.1
go: downloading github.com/kulti/thelper v0.6.3
go: downloading github.com/moricho/tparallel v0.3.2
go: downloading github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed
go: downloading mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f
go: downloading github.com/sashamelentyev/usestdlibvars v1.27.0
go: downloading github.com/blizzy78/varnamelen v0.8.0
go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
go: downloading github.com/ultraware/whitespace v0.1.1
go: downloading github.com/tomarrell/wrapcheck/v2 v2.9.0
go: downloading github.com/bombsimon/wsl/v4 v4.4.1
go: downloading github.com/ykadowak/zerologlint v0.1.5
go: downloading golang.org/x/sync v0.8.0
go: downloading github.com/stretchr/objx v0.5.2
go: downloading golang.org/x/text v0.18.0
go: downloading github.com/subosito/gotenv v1.4.1
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.6
go: downloading github.com/sourcegraph/go-diff v0.7.0
go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
go: downloading github.com/go-toolsmith/astcast v1.1.0
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/google/go-cmp v0.6.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading go.uber.org/zap v1.24.0
go: downloading github.com/go-toolsmith/astcopy v1.1.0
go: downloading github.com/go-toolsmith/astequal v1.2.0
go: downloading github.com/go-toolsmith/astfmt v1.1.0
go: downloading github.com/go-toolsmith/astp v1.1.0
go: downloading github.com/go-toolsmith/strparse v1.1.0
go: downloading github.com/go-toolsmith/typep v1.1.0
go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
go: downloading github.com/Masterminds/semver/v3 v3.3.0
go: downloading github.com/ccojocar/zxcvbn-go v1.0.2
go: downloading github.com/gostaticanalysis/comment v1.4.2
go: downloading github.com/prometheus/client_golang v1.12.1
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading github.com/fatih/structtag v1.2.0
go: downloading github.com/ettle/strcase v0.2.0
go: downloading go.uber.org/atomic v1.7.0
go: downloading go.uber.org/multierr v1.6.0
go: downloading golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f
go: downloading github.com/quasilyte/gogrep v0.5.0
go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.1.2
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/prometheus/common v0.32.1
go: downloading github.com/prometheus/procfs v0.7.3
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/chavacava/garif v0.1.0
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/mattn/go-runewidth v0.0.9
go run -tags=notmuch contrib/linters.go ./...
gmake: Leaving directory '/home/build/aerc'
|