~sircmpwn/#1334034

success

Owner
~sircmpwn
Created
2 months ago
Updated
2 months ago
Build manifest
view manifest »

Tasks

view log »
_apply_patch view log »
environment view log »
qbe view log »
harec view log »
hare view log »
check 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
[#1334034] 2024/09/21 18:45:06 Booting image openbsd/latest (default) on port 22711
[#1334034] 2024/09/21 18:45:07 Waiting for guest to settle
[#1334034] 2024/09/21 18:45:27 Sending tasks
[#1334034] 2024/09/21 18:45:29 Sending build environment
[#1334034] 2024/09/21 18:45:30 Installing packages
Warning: Permanently added '[localhost]:22711' (ED25519) to the list of known hosts.
quirks-7.14 signed on 2024-09-13T14:54:27Z
[#1334034] 2024/09/21 18:45:37 Cloning repositories
Cloning into 'hare'...
+ cd hare
+ git submodule update --init --recursive
Cloning into 'harec'...
+ cd harec
+ git submodule update --init --recursive
Cloning into 'qbe'...
+ cd qbe
+ git submodule update --init --recursive
[#1334034] 2024/09/21 18:45:41 Running task _apply_patch
[#1334034] 2024/09/21 18:45:41 Running task environment
[#1334034] 2024/09/21 18:45:42 Running task qbe
[#1334034] 2024/09/21 18:45:43 Running task harec
[#1334034] 2024/09/21 18:45:44 Running task hare
[#1334034] 2024/09/21 18:45:52 Running task check
[#1334034] 2024/09/21 18:46:01 Processing post-success triggers...
[#1334034] 2024/09/21 18:46:01 Skipping trigger, condition unmet
[#1334034] 2024/09/21 18:46:01 Sending webhook...
[#1334034] 2024/09/21 18:46:01 Webhook response: 200
[#1334034] 2024/09/21 18:46:01 Thanks!
_apply_patch
1
2
3
4
5
6
7
8
+ echo Applying patch from lists.sr.ht
Applying patch from lists.sr.ht
+ git config --global user.name builds.sr.ht
+ git config --global user.email builds@sr.ht
+ cd hare
+ curl -sS https://lists.sr.ht/~sircmpwn/hare-dev/patches/55156/mbox
+ git am -3 /tmp/55156.patch
Applying: cmd/hare/build: don't write commands run to cache
environment
1
2
+ cd hare
+ '[' hub.sr.ht = git.sr.ht ']'
qbe
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
+ cd qbe
+ make -j2 PREFIX=/usr
cc -std=c99 -g -Wall -Wextra -Wpedantic -c arm64/emit.c -o arm64/emit.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c main.c -o main.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c arm64/isel.c -o arm64/isel.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c arm64/abi.c -o arm64/abi.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c arm64/targ.c -o arm64/targ.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c amd64/emit.c -o amd64/emit.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c amd64/isel.c -o amd64/isel.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c amd64/sysv.c -o amd64/sysv.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c amd64/targ.c -o amd64/targ.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c emit.c -o emit.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c rega.c -o rega.o
rega.c:250:6: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
pmgen()
     ^
      void
cc -std=c99 -g -Wall -Wextra -Wpedantic -c spill.c -o spill.o
1 warning generated.
cc -std=c99 -g -Wall -Wextra -Wpedantic -c live.c -o live.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c simpl.c -o simpl.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c fold.c -o fold.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c copy.c -o copy.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c load.c -o load.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c alias.c -o alias.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c ssa.c -o ssa.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c mem.c -o mem.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c cfg.c -o cfg.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c abi.c -o abi.o
cfg.c:4:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
newblk()
      ^
       void
cc -std=c99 -g -Wall -Wextra -Wpedantic -c parse.c -o parse.o
1 warning generated.
cc -std=c99 -g -Wall -Wextra -Wpedantic -c util.c -o util.o
util.c:93:8: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
freeall()
       ^
        void
parse.c:182:8: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
lexinit()
       ^
        void
parse.c:204:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
getint()
      ^
       void
parse.c:225:4: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
lex()
   ^
    void
parse.c:335:5: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
peek()
    ^
     void
parse.c:343:5: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
next()
    ^
     void
parse.c:353:7: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
nextnl()
      ^
       void
parse.c:418:9: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
parseref()
        ^
         void
parse.c:583:9: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
closeblk()
        ^
         void
parse.c:1015:9: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
parsetyp()
        ^
         void
1 warning generated.
cc -std=c99 -g -Wall -Wextra -Wpedantic -c rv64/isel.c -o rv64/isel.o
9 warnings generated.
cc -std=c99 -g -Wall -Wextra -Wpedantic -c rv64/abi.c -o rv64/abi.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c rv64/targ.c -o rv64/targ.o
cc -std=c99 -g -Wall -Wextra -Wpedantic -c rv64/emit.c -o rv64/emit.o
cc  main.o util.o parse.o abi.o cfg.o mem.o ssa.o alias.o load.o  copy.o fold.o simpl.o live.o spill.o rega.o emit.o amd64/targ.o amd64/sysv.o amd64/isel.o amd64/emit.o arm64/targ.o arm64/abi.o arm64/isel.o arm64/emit.o rv64/targ.o rv64/abi.o rv64/isel.o rv64/emit.o -o qbe
emit.c:236 (rv64/emit.c:236)(rv64/emit.o:(loadaddr)): warning: sprintf() is often misused, please use snprintf()
util.c:191(util.o:(intern)): warning: strcpy() is almost always misused, please use strlcpy()
+ doas make install PREFIX=/usr
mkdir -p "/usr/bin"
install -m755 qbe "/usr/bin/qbe"
harec
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
+ cd harec
+ cp configs/openbsd.mk config.mk
+ make -j2
CC	src/utf8.o
CC	src/types.o
CC	src/typedef.o
CC	src/type_store.o
CC	src/scope.o
CC	src/qtype.o
CC	src/qinstr.o
CC	src/qbe.o
CC	src/parse.o
CC	src/mod.o
CC	src/main.o
CC	src/lex.o
CC	src/identifier.o
CC	src/genutil.o
CC	src/gen.o
CC	src/expr.o
CC	src/eval.o
CC	src/emit.o
CC	src/check.o
CC	src/util.o
CCLD	.bin/harec
+ doas make install
install -Dm755 .bin/harec /usr/local/bin/harec
hare
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
+ cd hare
+ cp configs/openbsd.mk config.mk
+ make -j2
HAREC	.cache/sort_cmp.ssa
HAREC	.cache/endian.ssa
QBE	.cache/sort_cmp.s
QBE	.cache/endian.s
AS	.cache/sort_cmp.o
AS	.cache/endian.o
HAREC	.cache/rt.ssa
HAREC	.cache/types.ssa
QBE	.cache/types.s
AS	.cache/types.o
HAREC	.cache/crypto_math.ssa
QBE	.cache/crypto_math.s
AS	.cache/crypto_math.o
SCDOC	docs/hare.1
SCDOC	docs/hare-build.1
SCDOC	docs/hare-cache.1
SCDOC	docs/hare-deps.1
QBE	.cache/rt.s
HAREC	.cache/math.ssa
QBE	.cache/math.s
AS	.cache/rt.o
AS	.cache/math.o
HAREC	.cache/sort.ssa
QBE	.cache/sort.s
HAREC	.cache/errors.ssa
QBE	.cache/errors.s
AS	.cache/sort.o
AS	.cache/errors.o
HAREC	.cache/time.ssa
HAREC	.cache/bytes.ssa
QBE	.cache/time.s
QBE	.cache/bytes.s
AS	.cache/time.o
HAREC	.cache/io.ssa
AS	.cache/bytes.o
HAREC	.cache/encoding_utf8.ssa
QBE	.cache/io.s
QBE	.cache/encoding_utf8.s
AS	.cache/encoding_utf8.o
AS	.cache/io.o
HAREC	.cache/types_c.ssa
HAREC	.cache/strings.ssa
QBE	.cache/types_c.s
AS	.cache/types_c.o
HAREC	.cache/hash.ssa
QBE	.cache/strings.s
QBE	.cache/hash.s
AS	.cache/hash.o
HAREC	.cache/crypto_sha256.ssa
AS	.cache/strings.o
QBE	.cache/crypto_sha256.s
HAREC	.cache/path.ssa
AS	.cache/crypto_sha256.o
HAREC	.cache/memio.ssa
QBE	.cache/path.s
QBE	.cache/memio.s
AS	.cache/memio.o
AS	.cache/path.o
HAREC	.cache/bufio.ssa
HAREC	.cache/ascii.ssa
QBE	.cache/ascii.s
QBE	.cache/bufio.s
AS	.cache/ascii.o
HAREC	.cache/shlex.ssa
AS	.cache/bufio.o
QBE	.cache/shlex.s
HAREC	.cache/strconv.ssa
AS	.cache/shlex.o
HAREC	.cache/fs.ssa
QBE	.cache/fs.s
QBE	.cache/strconv.s
AS	.cache/fs.o
HAREC	.cache/unix.ssa
QBE	.cache/unix.s
AS	.cache/unix.o
HAREC	.cache/unix_signal.ssa
AS	.cache/strconv.o
QBE	.cache/unix_signal.s
AS	.cache/unix_signal.o
HAREC	.cache/os.ssa
SCDOC	docs/haredoc.1
SCDOC	docs/hare-run.1
SCDOC	docs/hare-test.1
SCDOC	docs/haredoc.5
SCDOC	docs/hare-module.5
QBE	.cache/os.s
HAREC	.cache/fmt.ssa
AS	.cache/os.o
QBE	.cache/fmt.s
HAREC	.cache/getopt.ssa
AS	.cache/fmt.o
HAREC	.cache/dirs.ssa
QBE	.cache/getopt.s
QBE	.cache/dirs.s
AS	.cache/dirs.o
AS	.cache/getopt.o
HAREC	.cache/os_exec.ssa
HAREC	.cache/time_chrono.ssa
QBE	.cache/os_exec.s
QBE	.cache/time_chrono.s
AS	.cache/os_exec.o
HAREC	.cache/time_date.ssa
AS	.cache/time_chrono.o
HAREC	.cache/unix_tty.ssa
QBE	.cache/time_date.s
QBE	.cache/unix_tty.s
AS	.cache/unix_tty.o
HAREC	.cache/hare_lex.ssa
QBE	.cache/hare_lex.s
AS	.cache/time_date.o
HAREC	.cache/hare_ast.ssa
AS	.cache/hare_lex.o
QBE	.cache/hare_ast.s
HAREC	.cache/hare_unparse.ssa
AS	.cache/hare_ast.o
HAREC	.cache/hare_parse.ssa
QBE	.cache/hare_unparse.s
QBE	.cache/hare_parse.s
AS	.cache/hare_parse.o
HAREC	.cache/hare_module.ssa
QBE	.cache/hare_module.s
AS	.cache/hare_module.o
HAREC	.cache/encoding_hex.ssa
QBE	.cache/encoding_hex.s
AS	.cache/encoding_hex.o
HAREC	.cache/cmd_hare_build.ssa
QBE	.cache/cmd_hare_build.s
AS	.cache/cmd_hare_build.o
HAREC	.cache/cmd_hare.ssa
QBE	.cache/cmd_hare.s
AS	.cache/cmd_hare.o
AS	.cache/hare_unparse.o
LD	.bin/hare
HARE	.bin/haredoc
+ doas make install
mkdir -p --  '/usr/local/bin' '/usr/local/man/man1'  '/usr/local/bin' '/usr/local/man/man5'
install -m755 '.bin/hare' '/usr/local/bin/hare'
install -m755 '.bin/haredoc' '/usr/local/bin/haredoc'
for i in hare hare-build hare-cache hare-deps haredoc hare-run hare-test; do install -m644 docs/$i.1 '/usr/local/man'/man1/$i.1; done
for i in haredoc hare-module; do install -m644 docs/$i.5 '/usr/local/man'/man5/$i.5; done
rm -rf -- '/usr/local/src/hare/stdlib'
mkdir -p -- '/usr/local/src/hare/stdlib'
cp -R -- $(scripts/moddirs) '/usr/local/src/hare/stdlib'
check
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
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
+ cd hare
+ make -j2 check
Running 571/571 tests:

rt::unknown_errno...............................PASS in 0.000005821s
rt::sigset_invalid_signum.......................PASS in 0.000002293s
rt::sigset_valid_signum.........................PASS in 0.000004119s
bytes::trim.....................................PASS in 0.000014948s
bytes::cut......................................PASS in 0.000030106s
bytes::rtokenize................................PASS in 0.000016791s
bytes::tokenize.................................PASS in 0.000017964s
bytes::reverse..................................PASS in 0.000013095s
bytes::index....................................PASS in 0.000023202s
bytes::equal....................................PASS in 0.000006452s
bytes::hassuffix................................PASS in 0.000004788s
bytes::hasprefix................................PASS in 0.000017993s
encoding::utf8::encode..........................PASS in 0.000005960s
encoding::utf8::slice...........................PASS in 0.000016650s
encoding::utf8::decode..........................PASS in 0.000019707s
strings::utf8...................................PASS in 0.000013126s
strings::trim...................................PASS in 0.000043832s
strings::cut....................................PASS in 0.000020679s
strings::split..................................PASS in 0.000021351s
strings::tokenize...............................PASS in 0.000005680s
strings::hassuffix..............................PASS in 0.000007865s
strings::hasprefix..............................PASS in 0.000018194s
strings::sub....................................PASS in 0.000012513s
strings::fromrunes..............................PASS in 0.000050915s
strings::multireplace...........................PASS in 0.000024075s
strings::replace................................PASS in 0.000017334s
strings::rpad...................................PASS in 0.000023213s
strings::lpad...................................PASS in 0.000007925s
strings::slice..................................PASS in 0.000004999s
strings::iter...................................PASS in 0.000009519s
strings::byteindex..............................PASS in 0.000010309s
strings::index..................................PASS in 0.000008676s
strings::dupall.................................PASS in 0.000016391s
strings::dup....................................PASS in 0.000020098s
strings::contains...............................PASS in 0.000012784s
strings::join...................................PASS in 0.000007415s
strings::concat.................................PASS in 0.000012202s
strings::compare................................PASS in 0.000005811s
ascii::valid....................................PASS in 0.000008757s
ascii::strcasecmp...............................PASS in 0.000023435s
ascii::ctype....................................PASS in 0.000020178s
io::limit.......................................PASS in 0.000015950s
memio::dynamic..................................PASS in 0.000050945s
memio::fixed....................................PASS in 0.000056586s
memio::rjoin....................................PASS in 0.000018375s
memio::rconcat..................................PASS in 0.000007083s
memio::join.....................................PASS in 0.000036519s
memio::concat...................................PASS in 0.000019897s
bufio::unread...................................PASS in 0.000023265s
bufio::write....................................PASS in 0.000038933s
bufio::read.....................................PASS in 0.000033804s
bufio::scan_unread..............................PASS in 0.000039474s
bufio::scan_read................................PASS in 0.000030597s
bufio::scan_byte................................PASS in 0.000016611s
bufio::scan_rune_cutoff.........................PASS in 0.000017132s
bufio::scan_rune................................PASS in 0.000038391s
bufio::read_rune................................PASS in 0.000012833s
bufio::read_line................................PASS in 0.000006223s
bufio::read_tok.................................PASS in 0.000010862s
bufio::read_byte................................PASS in 0.000003215s
math::gcd.......................................PASS in 0.000037091s
math::remu......................................PASS in 0.000032970s
math::divu......................................PASS in 0.000003506s
math::mulu......................................PASS in 0.000008063s
math::subu......................................PASS in 0.000006882s
math::addu......................................PASS in 0.000043201s
math::popcount..................................PASS in 0.000008385s
math::trailing_zeros_u..........................PASS in 0.000005791s
math::leading_zeros_u...........................PASS in 0.000002626s
math::bit_size_u................................PASS in 0.000004268s
math::signi.....................................PASS in 0.000008876s
math::absi......................................PASS in 0.000003306s
math::isinf.....................................PASS in 0.000004448s
math::fround....................................PASS in 0.000034395s
math::fexcept...................................PASS in 0.000002945s
math::hypot.....................................PASS in 0.000043230s
math::atan2.....................................PASS in 0.000013254s
math::atanh.....................................PASS in 0.000005340s
math::acosh.....................................PASS in 0.000012454s
math::asinh.....................................PASS in 0.000031600s
math::tanh......................................PASS in 0.000014115s
math::cosh......................................PASS in 0.000017162s
math::sinh......................................PASS in 0.000015629s
math::atan......................................PASS in 0.000019156s
math::acos......................................PASS in 0.000014306s
math::asin......................................PASS in 0.000020108s
math::tan.......................................PASS in 0.000014378s
math::sin.......................................PASS in 0.000008938s
math::cos.......................................PASS in 0.000019957s
math::trig_reduce...............................PASS in 0.000008205s
math::modf64....................................PASS in 0.000052639s
math::round.....................................PASS in 0.000052470s
math::trunc.....................................PASS in 0.000014529s
math::ceil......................................PASS in 0.000006310s
math::floor.....................................PASS in 0.000004849s
math::powf64....................................PASS in 0.000040706s
math::sqrt......................................PASS in 0.000014998s
math::exp2f64...................................PASS in 0.000005060s
math::expf64....................................PASS in 0.000031800s
math::log1p.....................................PASS in 0.000003547s
math::log2f64...................................PASS in 0.000003606s
math::log10f64..................................PASS in 0.000007163s
math::logf64....................................PASS in 0.000011151s
math::eqwithin..................................PASS in 0.000009015s
math::nearbyint.................................PASS in 0.000018145s
math::nextafter.................................PASS in 0.000021240s
math::modfrac...................................PASS in 0.000014626s
math::frexp_ldexp...............................PASS in 0.000015739s
math::frexp.....................................PASS in 0.000003597s
math::normalize.................................PASS in 0.000018455s
math::signf.....................................PASS in 0.000006843s
math::copysign..................................PASS in 0.000015580s
math::absf......................................PASS in 0.000009127s
math::float_normality...........................PASS in 0.000005900s
math::isnan.....................................PASS in 0.000004358s
math::floatbits.................................PASS in 0.000025860s
path::pop.......................................PASS in 0.000011191s
path::push......................................PASS in 0.000019507s
path::prepend...................................PASS in 0.000052247s
path::dirname_basename..........................PASS in 0.000059312s
path::iter......................................PASS in 0.000008285s
path::ext.......................................PASS in 0.000033232s
time::mult......................................PASS in 0.000010980s
time::compare...................................PASS in 0.013060808s
time::add.......................................PASS in 0.000004317s
fs::modes.......................................PASS in 0.000003617s
fs::mode_str....................................PASS in 0.000012072s
types::c::strnlen...............................PASS in 0.000003587s
types::c::strlen................................PASS in 0.000007635s
types::c::strings...............................PASS in 0.000012724s
strconv::utos...................................PASS in 0.000008746s
strconv::utos_bases.............................PASS in 0.000023084s
strconv::stou_bases.............................PASS in 0.000003848s
strconv::stou...................................PASS in 0.000004637s
strconv::stoi_bases.............................PASS in 0.000034726s
strconv::stoi...................................PASS in 0.000006072s
strconv::stofhex................................PASS in 0.000074431s
strconv::stof32.................................PASS in 0.000075833s
strconv::stof64.................................PASS in 0.000061184s
strconv::numeric................................PASS in 0.000017713s
strconv::itos...................................PASS in 0.000016612s
strconv::itos_bases.............................PASS in 0.000015408s
strconv::ftosf..................................PASS in 0.000329589s
fmt::print......................................PASS in 0.000083667s
encoding::hex::dump.............................PASS in 0.000050444s
encoding::hex::decode...........................PASS in 0.000049053s
encoding::hex::encode...........................PASS in 0.000027712s
encoding::hex::encodestr........................PASS in 0.000008757s
fnmatch::fnmatch................................PASS in 0.000095879s
unix::tty::pty..................................PASS in 0.000209804s
test::exit......................................PASS in 0.000003086s
test::_abort....................................PASS in 0.000012805s
math::random::rng...............................PASS in 0.000069550s
cmp::ints.......................................PASS in 0.000017974s
sort::sorted....................................PASS in 0.000012234s
sort::big_random................................PASS in 0.023324911s
sort::big_equal.................................PASS in 0.012613979s
sort::sort......................................PASS in 0.000030078s
sort::search....................................PASS in 0.000064160s
sort::rbisect...................................PASS in 0.000055945s
sort::lbisect...................................PASS in 0.000052197s
hare::lex::access_tuple.........................PASS in 0.000140463s
hare::lex::loc..................................PASS in 0.000103975s
hare::lex::invalid..............................PASS in 0.000088115s
hare::lex::literals_underscores.................PASS in 0.000098295s
hare::lex::literals.............................PASS in 0.000083406s
hare::lex::strings..............................PASS in 0.000077124s
hare::lex::runes................................PASS in 0.000034696s
hare::lex::comments.............................PASS in 0.000032971s
hare::lex::keywords.............................PASS in 0.000123041s
hare::lex::lexname..............................PASS in 0.000010158s
hare::lex::lex3.................................PASS in 0.000046686s
hare::lex::lex2.................................PASS in 0.000034535s
hare::lex::lex1.................................PASS in 0.000012252s
hare::lex::unlex................................PASS in 0.000004699s
hare::unparse::_type............................PASS in 0.000111360s
hare::unparse::import...........................PASS in 0.000028424s
hare::unparse::ident............................PASS in 0.000011482s
hare::unparse::decl.............................PASS in 0.000082473s
hare::parse::docs...............................PASS in 0.000230522s
hare::parse::decls..............................PASS in 0.000290896s
hare::parse::imports............................PASS in 0.000103203s
hare::parse::func...............................PASS in 0.000285666s
hare::parse::enum_comments......................PASS in 0.000062458s
hare::parse::tagged_union.......................PASS in 0.000097834s
hare::parse::tuple..............................PASS in 0.000126376s
hare::parse::enum_type..........................PASS in 0.000139402s
hare::parse::array_slice........................PASS in 0.000076053s
hare::parse::struct_union.......................PASS in 0.000216906s
hare::parse::type_loc...........................PASS in 0.000358902s
hare::parse::expr_loc...........................PASS in 0.000900198s
hare::parse::ident..............................PASS in 0.000270938s
hare::parse::parenthesis........................PASS in 0.000481674s
hare::parse::yield_expr.........................PASS in 0.000092674s
hare::parse::unarithm...........................PASS in 0.000154239s
hare::parse::match_expr.........................PASS in 0.000161113s
hare::parse::switch_expr........................PASS in 0.000113653s
hare::parse::slice..............................PASS in 0.000099937s
hare::parse::postfix............................PASS in 0.000169709s
hare::parse::list...............................PASS in 0.000079027s
hare::parse::if_expr............................PASS in 0.000108263s
hare::parse::for_expr...........................PASS in 0.000183194s
hare::parse::defer_expr.........................PASS in 0.000053109s
hare::parse::control............................PASS in 0.000105177s
hare::parse::constant...........................PASS in 0.000422963s
hare::parse::compound...........................PASS in 0.000042069s
hare::parse::cast...............................PASS in 0.000188363s
hare::parse::call...............................PASS in 0.000142598s
hare::parse::builtin............................PASS in 0.000308078s
hare::parse::binding............................PASS in 0.000169269s
hare::parse::binarithm..........................PASS in 0.000060294s
hare::parse::assignment.........................PASS in 0.000254387s
endian::ntoh....................................PASS in 0.000003557s
endian::hton....................................PASS in 0.000037750s
endian::little..................................PASS in 0.000015840s
endian::big.....................................PASS in 0.000017413s
time::chrono::utc_convfrom_tai..................PASS in 0.000266580s
time::chrono::utc_convto_tai....................PASS in 0.000020187s
time::date::reckon..............................PASS in 0.000150983s
time::date::parse...............................PASS in 0.000094597s
time::date::truncate............................PASS in 0.000067777s
time::date::unitdiff............................PASS in 0.000044283s
time::date::pdiff...............................PASS in 0.000054162s
time::date::format..............................PASS in 0.000062637s
time::date::calc_janfirstweekday................PASS in 0.000015960s
time::date::calc_weekday........................PASS in 0.000007794s
time::date::calc_sundayweek.....................PASS in 0.000006181s
time::date::calc_week...........................PASS in 0.000004669s
time::date::calc_yearday........................PASS in 0.000032161s
time::date::calc_ymd............................PASS in 0.000013606s
time::date::calc_daydate__isoywd................PASS in 0.000013775s
time::date::calc_daydate__yd....................PASS in 0.000009337s
time::date::calc_daydate__ywd...................PASS in 0.000009286s
time::date::calc_daydate__ymd...................PASS in 0.000007032s
time::date::from_str............................PASS in 0.000061235s
crypto::math::cmpu32............................PASS in 0.000028393s
crypto::math::gtu32.............................PASS in 0.000007875s
crypto::math::eq0u32............................PASS in 0.000006402s
crypto::math::equ32.............................PASS in 0.000007734s
crypto::math::muxu32............................PASS in 0.000003736s
crypto::math::eqslice...........................PASS in 0.000007674s
crypto::math::lrot64............................PASS in 0.000009649s
crypto::math::lrot32............................PASS in 0.000004048s
crypto::math::divu32............................PASS in 0.000017333s
crypto::sha256::sha256_1gb......................SKIP in 0.000059281s
crypto::sha256::sha256..........................PASS in 0.000134552s
shlex::quote....................................PASS in 0.000039704s
shlex::split....................................PASS in 0.000091943s
getopt::parse...................................PASS in 0.000066594s
hare::parse::doc::invalid_ref...................PASS in 0.000096591s
hare::parse::doc::doc...........................PASS in 0.000104605s
net::ip::test_subnet_contains...................PASS in 0.000072075s
net::ip::parse_subnet...........................PASS in 0.000042290s
net::ip::parse_ip...............................PASS in 0.000117562s
net::uri::encodequery...........................PASS in 0.000051165s
net::uri::decodequery...........................PASS in 0.000054802s
net::uri::percent_encoding......................PASS in 0.000117110s
net::uri::invalid...............................PASS in 0.000040416s
net::uri::roundtrip.............................PASS in 0.000159308s
regex::rawreplace...............................PASS in 0.000322524s
regex::replace..................................PASS in 0.000332564s
regex::findall..................................PASS in 0.000223198s
regex::find.....................................PASS in 0.004045939s
cmd::haredoc::doc::html_escape..................PASS in 0.000029725s
cmd::haredoc::parseident........................PASS in 0.000119294s
hash::fnv::fnv32................................PASS in 0.000025677s
hare::types::builtins...........................PASS in 0.000042030s
hare::types::forwardref.........................PASS in 0.001081950s
hare::types::alias..............................PASS in 0.000411831s
hare::types::tagged.............................PASS in 0.000433733s
hare::types::funcs..............................PASS in 0.000423133s
hare::types::lists..............................PASS in 0.000438592s
hare::types::tuples.............................PASS in 0.000431900s
hare::types::structs............................PASS in 0.000563738s
hare::types::store..............................PASS in 0.000412644s
crypto::blake2b::blake2b_multiple_writes........PASS in 0.000026600s
crypto::blake2b::blake2b........................PASS in 0.030861606s
crypto::argon2::samples_slow....................SKIP in 0.000017131s
crypto::argon2::samples.........................PASS in 0.008042084s
crypto::argon2::rfc_id_test_vector..............PASS in 0.001126504s
crypto::argon2::rfc_i_test_vector...............PASS in 0.001352838s
crypto::argon2::rfc_d_test_vector...............PASS in 0.001085987s
crypto::argon2::mode_d_one_pass.................PASS in 0.000881253s
crypto::chacha::hchacha20.......................PASS in 0.000025678s
crypto::chacha::skipblocks......................PASS in 0.000006332s
crypto::chacha::xchacha20.......................PASS in 0.000020258s
crypto::chacha::chacha20........................PASS in 0.000015138s
crypto::poly1305::writepatterns.................PASS in 0.000019075s
crypto::poly1305::example4......................PASS in 0.000006412s
crypto::poly1305::example3......................PASS in 0.000011832s
crypto::poly1305::example2......................PASS in 0.000008186s
crypto::poly1305::example1......................PASS in 0.000004719s
crypto::chachapoly::xencrypt....................PASS in 0.000097242s
crypto::chachapoly::encrypt.....................PASS in 0.000030067s
crypto::invalidmac..............................PASS in 0.000024035s
crypto::cipheradditionswap......................PASS in 0.000011362s
crypto::invalidaddition5........................PASS in 0.000022663s
crypto::invalidaddition4........................PASS in 0.000011992s
crypto::invalidaddition3........................PASS in 0.000024616s
crypto::invalidaddition2........................PASS in 0.000043541s
crypto::invalidaddition.........................PASS in 0.000028134s
crypto::invalidcipher3..........................PASS in 0.000022473s
crypto::invalidcipher2..........................PASS in 0.000022871s
crypto::invalidcipher...........................PASS in 0.000026890s
crypto::invalidkey..............................PASS in 0.000010890s
crypto::polyaligned.............................PASS in 0.000073247s
crypto::nothing.................................PASS in 0.000020427s
crypto::nomsg...................................PASS in 0.000011291s
crypto::noadditional............................PASS in 0.000061887s
crypto::rfcmultiadditonals......................PASS in 0.000038963s
crypto::rfc.....................................PASS in 0.000021520s
crypto::aes::rt_example_vector3.................PASS in 0.000048931s
crypto::aes::rt_example_vector2.................PASS in 0.000002535s
crypto::aes::rt_example_vector1_in_place........PASS in 0.000001963s
crypto::aes::rt_example_vector1.................PASS in 0.000005591s
crypto::aes::rt_decrypt_128.....................PASS in 0.000009899s
crypto::aes::rt_decrypt_128_multiple_blocks.....PASS in 0.000002404s
crypto::aes::rt_encrypt_128_multiple_blocks.....PASS in 0.000024808s
crypto::aes::rt_encrypt_128.....................PASS in 0.000007455s
crypto::aes::rt_finish..........................PASS in 0.000006122s
crypto::aes::ctr_test_retry.....................PASS in 0.000074852s
crypto::aes::empty_write........................PASS in 0.000022994s
crypto::aes::ctr_encrypt_smaller_buf............PASS in 0.000006021s
crypto::aes::ctr_encrypt_in_place...............PASS in 0.000023624s
crypto::aes::ctr_test_multiple_calls............PASS in 0.000024917s
crypto::aes::ctr_test_multiple_blocks...........PASS in 0.000025600s
crypto::aes::ctr_encrypt_max_iv.................PASS in 0.000027592s
crypto::aes::ctr_zero_iv........................PASS in 0.000043662s
crypto::aes::test_example_vector3...............PASS in 0.000019717s
crypto::aes::test_example_vector2...............PASS in 0.000020588s
crypto::aes::test_example_vector1_in_place......PASS in 0.000027782s
crypto::aes::test_example_vector1...............PASS in 0.000008665s
crypto::aes::test_decrypt_128...................PASS in 0.000053670s
crypto::aes::test_decrypt_128_multiple_blocks...PASS in 0.000036709s
crypto::aes::test_encrypt_128_multiple_blocks...PASS in 0.000049373s
crypto::aes::test_encrypt_128...................PASS in 0.000015589s
crypto::aes::cbc_encrypt_decrypt_in_place.......PASS in 0.000042871s
crypto::aes::cbc_encrypt_decrypt................PASS in 0.000020588s
crypto::aes::ni_test_example_vector3............PASS in 0.000014076s
crypto::aes::ni_test_example_vector2............PASS in 0.000003577s
crypto::aes::ni_test_example_vector1............PASS in 0.000012053s
crypto::aes::ni_test_decrypt_128................PASS in 0.000011493s
crypto::aes::ni_test_encrypt_128................PASS in 0.000004989s
crypto::aes::ni_enc_key_expand_256..............PASS in 0.000035448s
crypto::aes::ni_enc_key_expand_192..............PASS in 0.000004478s
crypto::aes::ni_enc_key_expand_128..............PASS in 0.000022482s
crypto::aes::ni_enabled.........................PASS in 0.000006282s
crypto::aes::gcm_inplace........................PASS in 0.000403687s
crypto::aes::gcm_decrypt........................PASS in 0.000246413s
crypto::aes::gcm_encrypt........................PASS in 0.000220665s
crypto::aes::xts::multiblock....................PASS in 0.000011562s
crypto::aes::xts::oneblock......................PASS in 0.000003057s
crypto::bigint::zero............................PASS in 0.000023483s
crypto::bigint::iszero..........................PASS in 0.000048240s
crypto::bigint::montymul........................PASS in 0.000126348s
crypto::bigint::montyencode.....................PASS in 0.000039564s
crypto::bigint::word_countbits..................PASS in 0.000002123s
crypto::bigint::encreddec.......................PASS in 0.000040575s
crypto::bigint::encmoddec.......................PASS in 0.000027662s
crypto::bigint::decodebigger....................PASS in 0.000006031s
crypto::bigint::encodebigger....................PASS in 0.000003086s
crypto::bigint::encode..........................PASS in 0.000014677s
crypto::bigint::modpow..........................PASS in 0.000116729s
crypto::bigint::reduce..........................PASS in 0.000098014s
crypto::bigint::rshift..........................PASS in 0.000041669s
crypto::bigint::mulacc..........................PASS in 0.000058108s
crypto::bigint::muladd_small....................PASS in 0.000087273s
crypto::bigint::add.............................PASS in 0.000040186s
crypto::blowfish::salted........................PASS in 0.001475127s
crypto::blowfish::decrypt.......................PASS in 0.001555918s
crypto::blowfish::encrypt.......................PASS in 0.001570015s
crypto::random::reader..........................PASS in 0.000082114s
crypto::random::buffer..........................PASS in 0.000052118s
crypto::curve25519::highbitignored..............PASS in 0.004414069s
crypto::curve25519::vectors.....................PASS in 0.030915809s
crypto::curve25519::x25519basepoint.............PASS in 0.362803802s
crypto::curve25519::unpackpack..................PASS in 0.000018384s
crypto::curve25519::swap25519...................PASS in 0.000008266s
crypto::curve25519::subfe.......................PASS in 0.000015840s
crypto::curve25519::unpack25519.................PASS in 0.000015739s
crypto::ec::bigint_support......................PASS in 0.000026490s
crypto::ec::arsh................................PASS in 0.000016932s
crypto::ec::be8tole30...........................PASS in 0.000049784s
crypto::ec::keygen_p521.........................PASS in 0.000031268s
crypto::ec::keygen_p384.........................PASS in 0.000014428s
crypto::ec::keygen_p256.........................PASS in 0.000009218s
crypto::ec::p521_muladd.........................PASS in 0.134289143s
crypto::ec::p521_mulgen.........................PASS in 0.085067429s
crypto::ec::p384_muladd.........................PASS in 0.063707104s
crypto::ec::p384_mulgen.........................PASS in 0.040117718s
crypto::ec::p256_muladd.........................PASS in 0.017275162s
crypto::ec::p256_mulgen.........................PASS in 0.009378019s
crypto::ecdh::nist_p521_full....................SKIP in 0.000033954s
crypto::ecdh::nist_p384_full....................SKIP in 0.000024656s
crypto::ecdh::nist_p256_full....................SKIP in 0.000022973s
crypto::ecdh::nist_p521.........................PASS in 0.028387736s
crypto::ecdh::nist_p384.........................PASS in 0.016736913s
crypto::ecdh::nist_p256.........................PASS in 0.003946582s
crypto::ecdh::p521_invalidpoint.................PASS in 0.031298034s
crypto::ecdh::p384_invalidpoint.................PASS in 0.013371741s
crypto::ecdh::p256_invalidpoint.................PASS in 0.003146471s
crypto::sha1::sha1_1gb..........................SKIP in 0.000032141s
crypto::sha1::sha1..............................PASS in 0.000082025s
crypto::hmac::sha256............................PASS in 0.000029966s
crypto::hmac::hmac_sha1_large_key...............PASS in 0.000048391s
crypto::hmac::hmac_sha1.........................PASS in 0.000036538s
crypto::hmac::hmac_sha1_empty_key...............PASS in 0.000019987s
crypto::sha512::sha384..........................PASS in 0.000083026s
crypto::sha512::sha512_256......................PASS in 0.000038862s
crypto::sha512::sha512_224......................PASS in 0.000046317s
crypto::sha512::sha512..........................PASS in 0.000110758s
crypto::ecdsa::validate.........................PASS in 0.016333987s
crypto::ecdsa::ecdsa_rfc6979....................SKIP in 0.000022582s
crypto::ecdsa::hmac_drbg........................PASS in 0.000060423s
crypto::ed25519::issue716.......................PASS in 0.008180605s
crypto::ed25519::golden.........................PASS in 0.012281266s
crypto::ed25519::roundtrip......................PASS in 0.033118509s
crypto::hkdf::rfc6..............................PASS in 0.000034685s
crypto::hkdf::rfc5..............................PASS in 0.000078717s
crypto::hkdf::rfc4..............................PASS in 0.000027552s
crypto::hkdf::rfc3..............................PASS in 0.000070933s
crypto::hkdf::rfc2..............................PASS in 0.000090389s
crypto::hkdf::rfc1..............................PASS in 0.000064380s
crypto::rsa::countbits..........................PASS in 0.000018995s
crypto::rsa::pkcs1..............................PASS in 0.320324013s
crypto::rsa::initd..............................PASS in 0.000212839s
crypto::rsa::pubprivexp.........................PASS in 0.049111597s
crypto::rsa::smallprivexp.......................PASS in 0.000102853s
crypto::rsa::tiny...............................PASS in 0.000008336s
crypto::salsa::hsalsa20.........................PASS in 0.000041638s
crypto::salsa::xsalsa20_ctr_overflow_u64........PASS in 0.000032561s
crypto::salsa::xsalsa20_ctr_overflow_u32........PASS in 0.000012273s
crypto::salsa::xsalsa20.........................PASS in 0.000055975s
crypto::salsa::qr...............................PASS in 0.000003226s
crypto::x25519::random..........................PASS in 0.007287078s
crypto::x25519::sample..........................PASS in 0.003649836s
encoding::asn1::validutf8.......................PASS in 0.000021580s
encoding::asn1::strrawoid.......................PASS in 0.000028503s
encoding::asn1::t61encode.......................PASS in 0.000171943s
encoding::asn1::bmp.............................PASS in 0.000051156s
encoding::asn1::t61.............................PASS in 0.000046157s
encoding::asn1::utf8............................PASS in 0.000028173s
encoding::asn1::c_is_print......................PASS in 0.000048852s
encoding::asn1::c_is_num........................PASS in 0.000006291s
encoding::asn1::write_int.......................PASS in 0.000083877s
encoding::asn1::write_bool......................PASS in 0.000022312s
encoding::asn1::write_seq.......................PASS in 0.000006211s
encoding::asn1::encode_dsz......................PASS in 0.000021460s
encoding::asn1::write_prim......................PASS in 0.000023464s
encoding::asn1::write_id........................PASS in 0.000054221s
encoding::asn1::read_oid........................PASS in 0.000009979s
encoding::asn1::read_gtime......................PASS in 0.000086192s
encoding::asn1::read_utctime....................PASS in 0.000043582s
encoding::asn1::read_bitstr.....................PASS in 0.000021260s
encoding::asn1::read_int........................PASS in 0.000081312s
encoding::asn1::read_null.......................PASS in 0.000016541s
encoding::asn1::read_bool.......................PASS in 0.000023324s
encoding::asn1::read_implicit...................PASS in 0.000009387s
encoding::asn1::invalid_seq.....................PASS in 0.000017433s
encoding::asn1::seq.............................PASS in 0.000030337s
encoding::asn1::emptydata.......................PASS in 0.000010310s
encoding::asn1::parselen........................PASS in 0.000012664s
encoding::asn1::parsetag........................PASS in 0.000029155s
encoding::base32::decode........................PASS in 0.000467918s
encoding::base32::encode........................PASS in 0.000044524s
encoding::base64::sizecalc......................PASS in 0.000008136s
encoding::base64::decode........................PASS in 0.011124235s
encoding::base64::encode........................PASS in 0.000008316s
encoding::base64::partialwrite..................PASS in 0.000003516s
encoding::pem::readcrlf.........................PASS in 0.000117690s
encoding::pem::write............................PASS in 0.000105869s
encoding::pem::read_many........................PASS in 0.000127870s
encoding::pem::read.............................PASS in 0.000074359s
format::ini::invalid............................PASS in 0.000052248s
format::ini::extended...........................PASS in 0.000025798s
format::ini::simple.............................PASS in 0.000028924s
glob::pattern_parse.............................PASS in 0.000111239s
glob::glob......................................PASS in 0.002613683s
hare::unit::_return.............................PASS in 0.000641934s
hare::unit::constant............................PASS in 0.000554520s
hare::unit::compound............................PASS in 0.000557275s
hare::unit::access..............................PASS in 0.000469861s
hash::adler32::adler32..........................PASS in 0.000004478s
hash::crc16::crc16..............................PASS in 0.000047850s
hash::crc32::crc32..............................PASS in 0.000021130s
hash::crc64::crc64..............................PASS in 0.000013665s
hash::siphash::siphash..........................PASS in 0.000040567s
math::checked::sat_mulu64.......................PASS in 0.000018605s
math::checked::sat_mulu32.......................PASS in 0.000061916s
math::checked::sat_mulu16.......................PASS in 0.000007343s
math::checked::sat_mulu8........................PASS in 0.000007474s
math::checked::sat_muli64.......................PASS in 0.000008095s
math::checked::sat_muli32.......................PASS in 0.000003657s
math::checked::sat_muli16.......................PASS in 0.000015589s
math::checked::sat_muli8........................PASS in 0.000007534s
math::checked::sat_subu64.......................PASS in 0.000027261s
math::checked::sat_subu32.......................PASS in 0.000003456s
math::checked::sat_subu16.......................PASS in 0.000002685s
math::checked::sat_subu8........................PASS in 0.000012954s
math::checked::sat_subi64.......................PASS in 0.000003367s
math::checked::sat_subi32.......................PASS in 0.000002836s
math::checked::sat_subi16.......................PASS in 0.000025617s
math::checked::sat_subi8........................PASS in 0.000003487s
math::checked::sat_addu64.......................PASS in 0.000002545s
math::checked::sat_addu32.......................PASS in 0.000021189s
math::checked::sat_addu16.......................PASS in 0.000003536s
math::checked::sat_addu8........................PASS in 0.000002674s
math::checked::sat_addi64.......................PASS in 0.000026249s
math::checked::sat_addi32.......................PASS in 0.000020308s
math::checked::sat_addi16.......................PASS in 0.000002725s
math::checked::sat_addi8........................PASS in 0.000015068s
math::checked::mulu64...........................PASS in 0.000011973s
math::checked::mulu32...........................PASS in 0.000008155s
math::checked::mulu16...........................PASS in 0.000006602s
math::checked::mulu8............................PASS in 0.000024196s
math::checked::muli64...........................PASS in 0.000007805s
math::checked::muli32...........................PASS in 0.000014787s
math::checked::muli16...........................PASS in 0.000003677s
math::checked::muli8............................PASS in 0.000006632s
math::checked::subu64...........................PASS in 0.000026960s
math::checked::subu32...........................PASS in 0.000003747s
math::checked::subu16...........................PASS in 0.000007835s
math::checked::subu8............................PASS in 0.000021009s
math::checked::subi64...........................PASS in 0.000006371s
math::checked::subi32...........................PASS in 0.000027441s
math::checked::subi16...........................PASS in 0.000012273s
math::checked::subi8............................PASS in 0.000007815s
math::checked::addu64...........................PASS in 0.000004088s
math::checked::addu32...........................PASS in 0.000007935s
math::checked::addu16...........................PASS in 0.000030237s
math::checked::addu8............................PASS in 0.000002876s
math::checked::addi64...........................PASS in 0.000002825s
math::checked::addi32...........................PASS in 0.000032771s
math::checked::addi16...........................PASS in 0.000002975s
math::checked::addi8............................PASS in 0.000003116s
math::complex::tanhuge..........................PASS in 0.000048270s
math::complex::tanh.............................PASS in 0.000030478s
math::complex::tan..............................PASS in 0.000033593s
math::complex::sqrt.............................PASS in 0.000038622s
math::complex::sinh.............................PASS in 0.000017463s
math::complex::sin..............................PASS in 0.000017473s
math::complex::rect.............................PASS in 0.000020218s
math::complex::pow..............................PASS in 0.000040246s
math::complex::polar............................PASS in 0.000008015s
math::complex::log..............................PASS in 0.000025097s
math::complex::isnan............................PASS in 0.000008215s
math::complex::exp..............................PASS in 0.000052439s
math::complex::cosh.............................PASS in 0.000036589s
math::complex::cos..............................PASS in 0.000016351s
math::complex::conj.............................PASS in 0.000006632s
math::complex::atanh............................PASS in 0.000056697s
math::complex::atan.............................PASS in 0.000018274s
math::complex::asinh............................PASS in 0.000054252s
math::complex::asin.............................PASS in 0.000049402s
math::complex::acosh............................PASS in 0.000031579s
math::complex::acos.............................PASS in 0.000029415s
math::complex::abs..............................PASS in 0.000011021s
mime::parse.....................................PASS in 0.000059882s
mime::lookup_ext................................PASS in 0.000010199s
mime::lookup_mime...............................PASS in 0.000031749s
net::dns::opcode................................PASS in 0.000034445s
unix::hosts::lookup.............................PASS in 0.000060433s
unix::hosts::errors.............................PASS in 0.000037601s
unix::hosts::next...............................PASS in 0.000031829s
strings::template::template.....................PASS in 0.000066545s
unix::passwd::nextpw............................PASS in 0.000039525s
unix::passwd::nextgr............................PASS in 0.000036258s
uuid::decode....................................PASS in 0.000022673s
uuid::encode....................................PASS in 0.000024276s
wordexp::wordexp_error..........................PASS in 0.002632066s
wordexp::wordexp................................PASS in 0.015411056s

Skipped crypto::sha256::sha256_1gb: Requires HARETEST_INCLUDE='slow'
Skipped crypto::argon2::samples_slow: Requires HARETEST_INCLUDE='slow'
Skipped crypto::ecdh::nist_p521_full: Requires HARETEST_INCLUDE='slow'
Skipped crypto::ecdh::nist_p384_full: Requires HARETEST_INCLUDE='slow'
Skipped crypto::ecdh::nist_p256_full: Requires HARETEST_INCLUDE='slow'
Skipped crypto::sha1::sha1_1gb: Requires HARETEST_INCLUDE='slow'
Skipped crypto::ecdsa::ecdsa_rfc6979: Requires HARETEST_INCLUDE='slow'

564 passed; 0 failed; 7 skipped; 571 completed in 1.458295746s
Build complete: success 2 months ago (took 55 seconds)