view log » | |
_apply_patch | view log » |
environment | view log » |
qbe | view log » |
harec | view log » |
hare | view log » |
check | view log » |
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 |
[#1365285] 2024/11/08 00:18:43 Booting image openbsd/latest (default) on port 22076 [#1365285] 2024/11/08 00:18:43 Waiting for guest to settle [#1365285] 2024/11/08 00:19:03 Sending tasks [#1365285] 2024/11/08 00:19:06 Sending build environment [#1365285] 2024/11/08 00:19:07 Installing packages Warning: Permanently added '[localhost]:22076' (ED25519) to the list of known hosts. quirks-7.14 signed on 2024-10-07T20:39:34Z [#1365285] 2024/11/08 00:19:09 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 [#1365285] 2024/11/08 00:19:13 Running task _apply_patch [#1365285] 2024/11/08 00:19:14 Running task environment [#1365285] 2024/11/08 00:19:15 Running task qbe [#1365285] 2024/11/08 00:19:16 Running task harec [#1365285] 2024/11/08 00:19:18 Running task hare [#1365285] 2024/11/08 00:19:27 Running task check [#1365285] 2024/11/08 00:19:40 Processing post-success triggers... [#1365285] 2024/11/08 00:19:40 Skipping trigger, condition unmet [#1365285] 2024/11/08 00:19:40 Sending webhook... [#1365285] 2024/11/08 00:19:40 Webhook response: 200 [#1365285] 2024/11/08 00:19:40 Thanks! |
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/55867/mbox + git am -3 /tmp/55867.patch Applying: strings::template: allow underscores in variable names |
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] cc -std=c99 -g -Wall -Wextra -Wpedantic -c spill.c -o spill.o pmgen() ^ void 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 1 warning generated. cc -std=c99 -g -Wall -Wextra -Wpedantic -c parse.c -o parse.o 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 cc -std=c99 -g -Wall -Wextra -Wpedantic -c rv64/abi.c -o rv64/abi.o 9 warnings generated. 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" |
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 |
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/endian.ssa HAREC .cache/sort_cmp.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 SCDOC docs/haredoc.1 QBE .cache/rt.s HAREC .cache/math.ssa QBE .cache/math.s AS .cache/rt.o HAREC .cache/sort.ssa AS .cache/math.o HAREC .cache/errors.ssa QBE .cache/sort.s 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/io.o AS .cache/encoding_utf8.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 HAREC .cache/path.ssa QBE .cache/crypto_sha256.s AS .cache/crypto_sha256.o QBE .cache/path.s HAREC .cache/memio.ssa QBE .cache/memio.s AS .cache/path.o AS .cache/memio.o HAREC .cache/bufio.ssa HAREC .cache/ascii.ssa QBE .cache/ascii.s AS .cache/ascii.o QBE .cache/bufio.s 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/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 AS .cache/time_chrono.o HAREC .cache/time_date.ssa 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 QBE .cache/hare_ast.s AS .cache/hare_lex.o AS .cache/hare_ast.o HAREC .cache/hare_unparse.ssa HAREC .cache/hare_parse.ssa QBE .cache/hare_parse.s QBE .cache/hare_unparse.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' |
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 586 |
+ cd hare + make -j2 check Running 572/572 tests: rt::unknown_errno...............................PASS in 0.000009478s rt::sigset_invalid_signum.......................PASS in 0.000003226s rt::sigset_valid_signum.........................PASS in 0.000020608s bytes::trim.....................................PASS in 0.000010700s bytes::cut......................................PASS in 0.000022662s bytes::rtokenize................................PASS in 0.000010379s bytes::tokenize.................................PASS in 0.000031079s bytes::reverse..................................PASS in 0.000015409s bytes::index....................................PASS in 0.000061125s bytes::equal....................................PASS in 0.000015168s bytes::hassuffix................................PASS in 0.000006131s bytes::hasprefix................................PASS in 0.000012324s encoding::utf8::encode..........................PASS in 0.000003958s encoding::utf8::slice...........................PASS in 0.000015078s encoding::utf8::decode..........................PASS in 0.000017733s strings::utf8...................................PASS in 0.000014146s strings::trim...................................PASS in 0.000038372s strings::cut....................................PASS in 0.000005451s strings::split..................................PASS in 0.000051647s strings::tokenize...............................PASS in 0.000006381s strings::hassuffix..............................PASS in 0.000016070s strings::hasprefix..............................PASS in 0.000005942s strings::sub....................................PASS in 0.000005670s strings::fromrunes..............................PASS in 0.000052529s strings::multireplace...........................PASS in 0.000029365s strings::replace................................PASS in 0.000013755s strings::rpad...................................PASS in 0.000017022s strings::lpad...................................PASS in 0.000010149s strings::slice..................................PASS in 0.000008135s strings::iter...................................PASS in 0.000003727s strings::byteindex..............................PASS in 0.000014267s strings::index..................................PASS in 0.000031709s strings::dupall.................................PASS in 0.000010229s strings::dup....................................PASS in 0.000006782s strings::contains...............................PASS in 0.000031139s strings::join...................................PASS in 0.000030627s strings::concat.................................PASS in 0.000022262s strings::compare................................PASS in 0.000015881s ascii::valid....................................PASS in 0.000007083s ascii::strcasecmp...............................PASS in 0.000052048s ascii::ctype....................................PASS in 0.000004338s io::limit.......................................PASS in 0.000022392s memio::dynamic..................................PASS in 0.000055795s memio::fixed....................................PASS in 0.000025718s memio::rjoin....................................PASS in 0.000033483s memio::rconcat..................................PASS in 0.000011762s memio::join.....................................PASS in 0.000027161s memio::concat...................................PASS in 0.000033343s bufio::unread...................................PASS in 0.000025617s bufio::write....................................PASS in 0.000028133s bufio::read.....................................PASS in 0.000041328s bufio::scan_unread..............................PASS in 0.000041849s bufio::scan_read................................PASS in 0.000023815s bufio::scan_byte................................PASS in 0.000019867s bufio::scan_rune_cutoff.........................PASS in 0.000020318s bufio::scan_rune................................PASS in 0.000029415s bufio::read_rune................................PASS in 0.000018826s bufio::read_line................................PASS in 0.000013585s bufio::read_tok.................................PASS in 0.000005591s bufio::read_byte................................PASS in 0.000002865s math::gcd.......................................PASS in 0.000016321s math::remu......................................PASS in 0.000016150s math::divu......................................PASS in 0.000009588s math::mulu......................................PASS in 0.000003466s math::subu......................................PASS in 0.000007154s math::addu......................................PASS in 0.000005019s math::popcount..................................PASS in 0.000006542s math::trailing_zeros_u..........................PASS in 0.000011943s math::leading_zeros_u...........................PASS in 0.000002635s math::bit_size_u................................PASS in 0.000006702s math::signi.....................................PASS in 0.000028703s math::absi......................................PASS in 0.000013626s math::isinf.....................................PASS in 0.000010590s math::fround....................................PASS in 0.000029254s math::fexcept...................................PASS in 0.000003056s math::hypot.....................................PASS in 0.000050595s math::atan2.....................................PASS in 0.000004538s math::atanh.....................................PASS in 0.000018275s math::acosh.....................................PASS in 0.000009819s math::asinh.....................................PASS in 0.000019437s math::tanh......................................PASS in 0.000010449s math::cosh......................................PASS in 0.000008145s math::sinh......................................PASS in 0.000015579s math::atan......................................PASS in 0.000007404s math::acos......................................PASS in 0.000005741s math::asin......................................PASS in 0.000007604s math::tan.......................................PASS in 0.000014968s math::sin.......................................PASS in 0.000009698s math::cos.......................................PASS in 0.000003867s math::trig_reduce...............................PASS in 0.000013986s math::modf64....................................PASS in 0.000048170s math::round.....................................PASS in 0.000017412s math::trunc.....................................PASS in 0.000008005s math::ceil......................................PASS in 0.000005430s math::floor.....................................PASS in 0.000009708s math::powf64....................................PASS in 0.000039814s math::sqrt......................................PASS in 0.000005841s math::exp2f64...................................PASS in 0.000028223s math::expf64....................................PASS in 0.000003587s math::log1p.....................................PASS in 0.000007574s math::log2f64...................................PASS in 0.000024196s math::log10f64..................................PASS in 0.000003867s math::logf64....................................PASS in 0.000010038s math::eqwithin..................................PASS in 0.000013455s math::nearbyint.................................PASS in 0.000013065s math::nextafter.................................PASS in 0.000013946s math::modfrac...................................PASS in 0.000031199s math::frexp_ldexp...............................PASS in 0.000004288s math::frexp.....................................PASS in 0.000020168s math::normalize.................................PASS in 0.000002895s math::signf.....................................PASS in 0.000013556s math::copysign..................................PASS in 0.000022132s math::absf......................................PASS in 0.000003497s math::float_normality...........................PASS in 0.000006372s math::isnan.....................................PASS in 0.000008556s math::floatbits.................................PASS in 0.000012694s path::pop.......................................PASS in 0.000031659s path::push......................................PASS in 0.000035987s path::prepend...................................PASS in 0.000026460s path::dirname_basename..........................PASS in 0.000055063s path::iter......................................PASS in 0.000006442s path::ext.......................................PASS in 0.000048431s time::mult......................................PASS in 0.000015278s time::compare...................................PASS in 0.010838848s time::add.......................................PASS in 0.000005721s fs::modes.......................................PASS in 0.000009698s fs::mode_str....................................PASS in 0.000015880s types::c::strnlen...............................PASS in 0.000005300s types::c::strlen................................PASS in 0.000003927s types::c::strings...............................PASS in 0.000007695s strconv::utos...................................PASS in 0.000005340s strconv::utos_bases.............................PASS in 0.000003767s strconv::stou_bases.............................PASS in 0.000012513s strconv::stou...................................PASS in 0.000010921s strconv::stoi_bases.............................PASS in 0.000034915s strconv::stoi...................................PASS in 0.000005399s strconv::stofhex................................PASS in 0.000044875s strconv::stof32.................................PASS in 0.000073758s strconv::stof64.................................PASS in 0.000076854s strconv::numeric................................PASS in 0.000027311s strconv::itos...................................PASS in 0.000009378s strconv::itos_bases.............................PASS in 0.000026640s strconv::ftosf..................................PASS in 0.000454042s fmt::print......................................PASS in 0.000107792s encoding::hex::dump.............................PASS in 0.000054743s encoding::hex::decode...........................PASS in 0.000058379s encoding::hex::encode...........................PASS in 0.000024757s encoding::hex::encodestr........................PASS in 0.000013144s fnmatch::fnmatch................................PASS in 0.000100599s unix::tty::pty..................................PASS in 0.000255990s test::exit......................................PASS in 0.000003686s test::_abort....................................PASS in 0.000013044s math::random::rng...............................PASS in 0.000042229s cmp::ints.......................................PASS in 0.000013175s sort::sorted....................................PASS in 0.000021260s sort::big_random................................PASS in 0.024169007s sort::big_equal.................................PASS in 0.016073825s sort::sort......................................PASS in 0.000018375s sort::search....................................PASS in 0.000003177s sort::rbisect...................................PASS in 0.000009197s sort::lbisect...................................PASS in 0.000005330s hare::lex::access_tuple.........................PASS in 0.000082684s hare::lex::loc..................................PASS in 0.000069911s hare::lex::invalid..............................PASS in 0.000082234s hare::lex::literals_underscores.................PASS in 0.000124343s hare::lex::literals.............................PASS in 0.000085430s hare::lex::strings..............................PASS in 0.000085100s hare::lex::runes................................PASS in 0.000037350s hare::lex::comments.............................PASS in 0.000044684s hare::lex::keywords.............................PASS in 0.000135985s hare::lex::lexname..............................PASS in 0.000034976s hare::lex::lex3.................................PASS in 0.000046217s hare::lex::lex2.................................PASS in 0.000015829s hare::lex::lex1.................................PASS in 0.000009879s hare::lex::unlex................................PASS in 0.000021049s hare::unparse::_type............................PASS in 0.000137789s hare::unparse::import...........................PASS in 0.000011250s hare::unparse::ident............................PASS in 0.000019266s hare::unparse::decl.............................PASS in 0.000087755s hare::parse::docs...............................PASS in 0.000265819s hare::parse::decls..............................PASS in 0.000408185s hare::parse::imports............................PASS in 0.000109656s hare::parse::func...............................PASS in 0.000409869s hare::parse::enum_comments......................PASS in 0.000089859s hare::parse::tagged_union.......................PASS in 0.000129162s hare::parse::tuple..............................PASS in 0.000178044s hare::parse::enum_type..........................PASS in 0.000160942s hare::parse::array_slice........................PASS in 0.000083607s hare::parse::struct_union.......................PASS in 0.000279855s hare::parse::type_loc...........................PASS in 0.000189225s hare::parse::expr_loc...........................PASS in 0.001028669s hare::parse::ident..............................PASS in 0.000368772s hare::parse::parenthesis........................PASS in 0.000522941s hare::parse::yield_expr.........................PASS in 0.000095048s hare::parse::unarithm...........................PASS in 0.000191840s hare::parse::match_expr.........................PASS in 0.000232155s hare::parse::switch_expr........................PASS in 0.000136907s hare::parse::slice..............................PASS in 0.000096531s hare::parse::postfix............................PASS in 0.000223439s hare::parse::list...............................PASS in 0.000061966s hare::parse::if_expr............................PASS in 0.000128220s hare::parse::for_expr...........................PASS in 0.000197831s hare::parse::defer_expr.........................PASS in 0.000037200s hare::parse::control............................PASS in 0.000090790s hare::parse::constant...........................PASS in 0.000416451s hare::parse::compound...........................PASS in 0.000041057s hare::parse::cast...............................PASS in 0.000167193s hare::parse::call...............................PASS in 0.000150252s hare::parse::builtin............................PASS in 0.000323236s hare::parse::binding............................PASS in 0.000153658s hare::parse::binarithm..........................PASS in 0.000046447s hare::parse::assignment.........................PASS in 0.000186931s endian::ntoh....................................PASS in 0.000002806s endian::hton....................................PASS in 0.000039795s endian::little..................................PASS in 0.000003466s endian::big.....................................PASS in 0.000017373s time::chrono::utc_convfrom_tai..................PASS in 0.000256180s time::chrono::utc_convto_tai....................PASS in 0.000030467s time::date::reckon..............................PASS in 0.000199304s time::date::parse...............................PASS in 0.000080340s time::date::truncate............................PASS in 0.000063519s time::date::unitdiff............................PASS in 0.000058429s time::date::pdiff...............................PASS in 0.000034454s time::date::format..............................PASS in 0.000078467s time::date::calc_janfirstweekday................PASS in 0.000027432s time::date::calc_weekday........................PASS in 0.000006181s time::date::calc_sundayweek.....................PASS in 0.000003818s time::date::calc_week...........................PASS in 0.000003637s time::date::calc_yearday........................PASS in 0.000006582s time::date::calc_ymd............................PASS in 0.000010149s time::date::calc_daydate__isoywd................PASS in 0.000006532s time::date::calc_daydate__yd....................PASS in 0.000011933s time::date::calc_daydate__ywd...................PASS in 0.000002936s time::date::calc_daydate__ymd...................PASS in 0.000006462s time::date::from_str............................PASS in 0.000072686s crypto::math::cmpu32............................PASS in 0.000012895s crypto::math::gtu32.............................PASS in 0.000012153s crypto::math::eq0u32............................PASS in 0.000020809s crypto::math::equ32.............................PASS in 0.000008546s crypto::math::muxu32............................PASS in 0.000002676s crypto::math::eqslice...........................PASS in 0.000004809s crypto::math::lrot64............................PASS in 0.000013425s crypto::math::lrot32............................PASS in 0.000004107s crypto::math::divu32............................PASS in 0.000003026s crypto::sha256::sha256_1gb......................SKIP in 0.000043802s crypto::sha256::sha256..........................PASS in 0.000127809s shlex::quote....................................PASS in 0.000039705s shlex::split....................................PASS in 0.000060664s getopt::parse...................................PASS in 0.000055444s hare::parse::doc::invalid_ref...................PASS in 0.000116599s hare::parse::doc::doc...........................PASS in 0.000113193s net::ip::test_subnet_contains...................PASS in 0.000061485s net::ip::parse_subnet...........................PASS in 0.000054653s net::ip::parse_ip...............................PASS in 0.000094196s net::uri::encodequery...........................PASS in 0.000049343s net::uri::decodequery...........................PASS in 0.000064150s net::uri::percent_encoding......................PASS in 0.000080441s net::uri::invalid...............................PASS in 0.000027241s net::uri::roundtrip.............................PASS in 0.000117009s regex::rawreplace...............................PASS in 0.000279153s regex::replace..................................PASS in 0.000280837s regex::findall..................................PASS in 0.000182272s regex::find.....................................PASS in 0.003912388s cmd::haredoc::doc::html_escape..................PASS in 0.000039714s cmd::haredoc::parseident........................PASS in 0.000120707s hash::fnv::fnv32................................PASS in 0.000006092s hare::types::builtins...........................PASS in 0.000021130s hare::types::forwardref.........................PASS in 0.001333170s hare::types::alias..............................PASS in 0.000650710s hare::types::tagged.............................PASS in 0.000677500s hare::types::funcs..............................PASS in 0.000675587s hare::types::lists..............................PASS in 0.000678092s hare::types::tuples.............................PASS in 0.000566222s hare::types::structs............................PASS in 0.000650871s hare::types::store..............................PASS in 0.000590587s crypto::blake2b::blake2b_multiple_writes........PASS in 0.000025809s crypto::blake2b::blake2b........................PASS in 0.033494907s crypto::argon2::samples_slow....................SKIP in 0.000056676s crypto::argon2::samples.........................PASS in 0.008733038s crypto::argon2::rfc_id_test_vector..............PASS in 0.001234626s crypto::argon2::rfc_i_test_vector...............PASS in 0.001574563s crypto::argon2::rfc_d_test_vector...............PASS in 0.001095816s crypto::argon2::mode_d_one_pass.................PASS in 0.000890300s crypto::chacha::hchacha20.......................PASS in 0.000024015s crypto::chacha::skipblocks......................PASS in 0.000009638s crypto::chacha::xchacha20.......................PASS in 0.000013786s crypto::chacha::chacha20........................PASS in 0.000073578s crypto::poly1305::writepatterns.................PASS in 0.000010350s crypto::poly1305::example4......................PASS in 0.000014788s crypto::poly1305::example3......................PASS in 0.000008305s crypto::poly1305::example2......................PASS in 0.000006702s crypto::poly1305::example1......................PASS in 0.000021670s crypto::chachapoly::xencrypt....................PASS in 0.000093536s crypto::chachapoly::encrypt.....................PASS in 0.000056295s crypto::invalidmac..............................PASS in 0.000028884s crypto::cipheradditionswap......................PASS in 0.000008326s crypto::invalidaddition5........................PASS in 0.000055444s crypto::invalidaddition4........................PASS in 0.000021781s crypto::invalidaddition3........................PASS in 0.000035216s crypto::invalidaddition2........................PASS in 0.000040827s crypto::invalidaddition.........................PASS in 0.000034896s crypto::invalidcipher3..........................PASS in 0.000015449s crypto::invalidcipher2..........................PASS in 0.000030898s crypto::invalidcipher...........................PASS in 0.000036970s crypto::invalidkey..............................PASS in 0.000041277s crypto::polyaligned.............................PASS in 0.000030668s crypto::nothing.................................PASS in 0.000041708s crypto::nomsg...................................PASS in 0.000033122s crypto::noadditional............................PASS in 0.000021631s crypto::rfcmultiadditonals......................PASS in 0.000028113s crypto::rfc.....................................PASS in 0.000028373s crypto::aes::rt_example_vector3.................PASS in 0.000038161s crypto::aes::rt_example_vector2.................PASS in 0.000013275s crypto::aes::rt_example_vector1_in_place........PASS in 0.000003827s crypto::aes::rt_example_vector1.................PASS in 0.000002385s crypto::aes::rt_decrypt_128.....................PASS in 0.000007264s crypto::aes::rt_decrypt_128_multiple_blocks.....PASS in 0.000012724s crypto::aes::rt_encrypt_128_multiple_blocks.....PASS in 0.000002925s crypto::aes::rt_encrypt_128.....................PASS in 0.000030687s crypto::aes::rt_finish..........................PASS in 0.000006803s crypto::aes::ctr_test_retry.....................PASS in 0.000048662s crypto::aes::empty_write........................PASS in 0.000031720s crypto::aes::ctr_encrypt_smaller_buf............PASS in 0.000006742s crypto::aes::ctr_encrypt_in_place...............PASS in 0.000028152s crypto::aes::ctr_test_multiple_calls............PASS in 0.000038151s crypto::aes::ctr_test_multiple_blocks...........PASS in 0.000042119s crypto::aes::ctr_encrypt_max_iv.................PASS in 0.000017733s crypto::aes::ctr_zero_iv........................PASS in 0.000041057s crypto::aes::test_example_vector3...............PASS in 0.000027251s crypto::aes::test_example_vector2...............PASS in 0.000027712s crypto::aes::test_example_vector1_in_place......PASS in 0.000015839s crypto::aes::test_example_vector1...............PASS in 0.000025618s crypto::aes::test_decrypt_128...................PASS in 0.000011431s crypto::aes::test_decrypt_128_multiple_blocks...PASS in 0.000048591s crypto::aes::test_encrypt_128_multiple_blocks...PASS in 0.000014638s crypto::aes::test_encrypt_128...................PASS in 0.000015961s crypto::aes::cbc_encrypt_decrypt_in_place.......PASS in 0.000050405s crypto::aes::cbc_encrypt_decrypt................PASS in 0.000033543s crypto::aes::ni_test_example_vector3............PASS in 0.000029025s crypto::aes::ni_test_example_vector2............PASS in 0.000014246s crypto::aes::ni_test_example_vector1............PASS in 0.000025297s crypto::aes::ni_test_decrypt_128................PASS in 0.000033553s crypto::aes::ni_test_encrypt_128................PASS in 0.000008065s crypto::aes::ni_enc_key_expand_256..............PASS in 0.000019616s crypto::aes::ni_enc_key_expand_192..............PASS in 0.000031900s crypto::aes::ni_enc_key_expand_128..............PASS in 0.000007834s crypto::aes::ni_enabled.........................PASS in 0.000027261s crypto::aes::gcm_inplace........................PASS in 0.000379572s crypto::aes::gcm_decrypt........................PASS in 0.000241784s crypto::aes::gcm_encrypt........................PASS in 0.000265458s crypto::aes::xts::multiblock....................PASS in 0.000027462s crypto::aes::xts::oneblock......................PASS in 0.000016841s crypto::bigint::zero............................PASS in 0.000016722s crypto::bigint::iszero..........................PASS in 0.000068849s crypto::bigint::montymul........................PASS in 0.000123091s crypto::bigint::montyencode.....................PASS in 0.000042560s crypto::bigint::word_countbits..................PASS in 0.000002164s crypto::bigint::encreddec.......................PASS in 0.000049753s crypto::bigint::encmoddec.......................PASS in 0.000040747s crypto::bigint::decodebigger....................PASS in 0.000016251s crypto::bigint::encodebigger....................PASS in 0.000013886s crypto::bigint::encode..........................PASS in 0.000031499s crypto::bigint::modpow..........................PASS in 0.000087474s crypto::bigint::reduce..........................PASS in 0.000081433s crypto::bigint::rshift..........................PASS in 0.000060904s crypto::bigint::mulacc..........................PASS in 0.000065754s crypto::bigint::muladd_small....................PASS in 0.000083607s crypto::bigint::add.............................PASS in 0.000044233s crypto::blowfish::salted........................PASS in 0.001238313s crypto::blowfish::decrypt.......................PASS in 0.001322982s crypto::blowfish::encrypt.......................PASS in 0.001385158s crypto::random::reader..........................PASS in 0.000073147s crypto::random::buffer..........................PASS in 0.000049824s crypto::curve25519::highbitignored..............PASS in 0.004169118s crypto::curve25519::vectors.....................PASS in 0.034534527s crypto::curve25519::x25519basepoint.............PASS in 0.396261621s crypto::curve25519::unpackpack..................PASS in 0.000002725s crypto::curve25519::swap25519...................PASS in 0.000043151s crypto::curve25519::subfe.......................PASS in 0.000002595s crypto::curve25519::unpack25519.................PASS in 0.000019537s crypto::ec::bigint_support......................PASS in 0.000033072s crypto::ec::arsh................................PASS in 0.000011412s crypto::ec::be8tole30...........................PASS in 0.000003016s crypto::ec::keygen_p521.........................PASS in 0.000034605s crypto::ec::keygen_p384.........................PASS in 0.000015299s crypto::ec::keygen_p256.........................PASS in 0.000018535s crypto::ec::p521_muladd.........................PASS in 0.143063962s crypto::ec::p521_mulgen.........................PASS in 0.091466597s crypto::ec::p384_muladd.........................PASS in 0.068678219s crypto::ec::p384_mulgen.........................PASS in 0.051484254s crypto::ec::p256_muladd.........................PASS in 0.019734050s crypto::ec::p256_mulgen.........................PASS in 0.010661626s crypto::ecdh::nist_p521_full....................SKIP in 0.000015579s crypto::ecdh::nist_p384_full....................SKIP in 0.000011753s crypto::ecdh::nist_p256_full....................SKIP in 0.000069941s crypto::ecdh::nist_p521.........................PASS in 0.030489601s crypto::ecdh::nist_p384.........................PASS in 0.022186308s crypto::ecdh::nist_p256.........................PASS in 0.005656789s crypto::ecdh::p521_invalidpoint.................PASS in 0.040028330s crypto::ecdh::p384_invalidpoint.................PASS in 0.025445060s crypto::ecdh::p256_invalidpoint.................PASS in 0.003600092s crypto::sha1::sha1_1gb..........................SKIP in 0.000041358s crypto::sha1::sha1..............................PASS in 0.000109686s crypto::hmac::sha256............................PASS in 0.000031048s crypto::hmac::hmac_sha1_large_key...............PASS in 0.000058590s crypto::hmac::hmac_sha1.........................PASS in 0.000022843s crypto::hmac::hmac_sha1_empty_key...............PASS in 0.000039224s crypto::sha512::sha384..........................PASS in 0.000074099s crypto::sha512::sha512_256......................PASS in 0.000045625s crypto::sha512::sha512_224......................PASS in 0.000046807s crypto::sha512::sha512..........................PASS in 0.000133751s crypto::ecdsa::validate.........................PASS in 0.026157166s crypto::ecdsa::ecdsa_rfc6979....................SKIP in 0.000023554s crypto::ecdsa::hmac_drbg........................PASS in 0.000065493s crypto::ed25519::issue716.......................PASS in 0.010529547s crypto::ed25519::golden.........................PASS in 0.014413792s crypto::ed25519::roundtrip......................PASS in 0.038800908s crypto::hkdf::rfc6..............................PASS in 0.000044523s crypto::hkdf::rfc5..............................PASS in 0.000066525s crypto::hkdf::rfc4..............................PASS in 0.000050114s crypto::hkdf::rfc3..............................PASS in 0.000060283s crypto::hkdf::rfc2..............................PASS in 0.000081463s crypto::hkdf::rfc1..............................PASS in 0.000056255s crypto::rsa::countbits..........................PASS in 0.000018054s crypto::rsa::pss_sig............................PASS in 0.061510828s crypto::rsa::pkcs1..............................PASS in 0.381775423s crypto::rsa::initd..............................PASS in 0.000261700s crypto::rsa::pubprivexp.........................PASS in 0.058405184s crypto::rsa::smallprivexp.......................PASS in 0.000152636s crypto::rsa::tiny...............................PASS in 0.000039344s crypto::salsa::hsalsa20.........................PASS in 0.000055263s crypto::salsa::xsalsa20_ctr_overflow_u64........PASS in 0.000017874s crypto::salsa::xsalsa20_ctr_overflow_u32........PASS in 0.000024576s crypto::salsa::xsalsa20.........................PASS in 0.000052128s crypto::salsa::qr...............................PASS in 0.000008446s crypto::x25519::random..........................PASS in 0.012822968s crypto::x25519::sample..........................PASS in 0.006465135s encoding::asn1::validutf8.......................PASS in 0.000027903s encoding::asn1::strrawoid.......................PASS in 0.000013496s encoding::asn1::t61encode.......................PASS in 0.000209513s encoding::asn1::bmp.............................PASS in 0.000050605s encoding::asn1::t61.............................PASS in 0.000059401s encoding::asn1::utf8............................PASS in 0.000043792s encoding::asn1::c_is_print......................PASS in 0.000055855s encoding::asn1::c_is_num........................PASS in 0.000026890s encoding::asn1::write_int.......................PASS in 0.000073949s encoding::asn1::write_bool......................PASS in 0.000046227s encoding::asn1::write_seq.......................PASS in 0.000058450s encoding::asn1::encode_dsz......................PASS in 0.000007394s encoding::asn1::write_prim......................PASS in 0.000016460s encoding::asn1::write_id........................PASS in 0.000040536s encoding::asn1::read_oid........................PASS in 0.000012593s encoding::asn1::read_gtime......................PASS in 0.000104125s encoding::asn1::read_utctime....................PASS in 0.000040937s encoding::asn1::read_bitstr.....................PASS in 0.000062216s encoding::asn1::read_int........................PASS in 0.000057208s encoding::asn1::read_null.......................PASS in 0.000022512s encoding::asn1::read_bool.......................PASS in 0.000039174s encoding::asn1::read_implicit...................PASS in 0.000009027s encoding::asn1::invalid_seq.....................PASS in 0.000007614s encoding::asn1::seq.............................PASS in 0.000038884s encoding::asn1::emptydata.......................PASS in 0.000010299s encoding::asn1::parselen........................PASS in 0.000014707s encoding::asn1::parsetag........................PASS in 0.000014207s encoding::base32::decode........................PASS in 0.000499617s encoding::base32::encode........................PASS in 0.000041608s encoding::base64::sizecalc......................PASS in 0.000008837s encoding::base64::decode........................PASS in 0.009414336s encoding::base64::encode........................PASS in 0.000037441s encoding::base64::partialwrite..................PASS in 0.000004308s encoding::pem::readcrlf.........................PASS in 0.000107492s encoding::pem::write............................PASS in 0.000115887s encoding::pem::read_many........................PASS in 0.000123872s encoding::pem::read.............................PASS in 0.000108514s format::ini::invalid............................PASS in 0.000081172s format::ini::extended...........................PASS in 0.000048241s format::ini::simple.............................PASS in 0.000038232s glob::pattern_parse.............................PASS in 0.000117570s glob::glob......................................PASS in 0.011100618s hare::unit::_return.............................PASS in 0.000685917s hare::unit::constant............................PASS in 0.001084102s hare::unit::compound............................PASS in 0.000908784s hare::unit::access..............................PASS in 0.000793047s hash::adler32::adler32..........................PASS in 0.000006332s hash::crc16::crc16..............................PASS in 0.000034134s hash::crc32::crc32..............................PASS in 0.000020208s hash::crc64::crc64..............................PASS in 0.000029545s hash::siphash::siphash..........................PASS in 0.000072216s math::checked::sat_mulu64.......................PASS in 0.000003407s math::checked::sat_mulu32.......................PASS in 0.000003096s math::checked::sat_mulu16.......................PASS in 0.000004559s math::checked::sat_mulu8........................PASS in 0.000014948s math::checked::sat_muli64.......................PASS in 0.000013546s math::checked::sat_muli32.......................PASS in 0.000013996s math::checked::sat_muli16.......................PASS in 0.000008075s math::checked::sat_muli8........................PASS in 0.000017553s math::checked::sat_subu64.......................PASS in 0.000018174s math::checked::sat_subu32.......................PASS in 0.000017753s math::checked::sat_subu16.......................PASS in 0.000016981s math::checked::sat_subu8........................PASS in 0.000018815s math::checked::sat_subi64.......................PASS in 0.000014747s math::checked::sat_subi32.......................PASS in 0.000005791s math::checked::sat_subi16.......................PASS in 0.000003687s math::checked::sat_subi8........................PASS in 0.000006251s math::checked::sat_addu64.......................PASS in 0.000008847s math::checked::sat_addu32.......................PASS in 0.000014607s math::checked::sat_addu16.......................PASS in 0.000003978s math::checked::sat_addu8........................PASS in 0.000010219s math::checked::sat_addi64.......................PASS in 0.000040977s math::checked::sat_addi32.......................PASS in 0.000010199s math::checked::sat_addi16.......................PASS in 0.000004138s math::checked::sat_addi8........................PASS in 0.000008326s math::checked::mulu64...........................PASS in 0.000034444s math::checked::mulu32...........................PASS in 0.000004217s math::checked::mulu16...........................PASS in 0.000004679s math::checked::mulu8............................PASS in 0.000005501s math::checked::muli64...........................PASS in 0.000008366s math::checked::muli32...........................PASS in 0.000017593s math::checked::muli16...........................PASS in 0.000021310s math::checked::muli8............................PASS in 0.000017603s math::checked::subu64...........................PASS in 0.000048090s math::checked::subu32...........................PASS in 0.000008627s math::checked::subu16...........................PASS in 0.000034184s math::checked::subu8............................PASS in 0.000007815s math::checked::subi64...........................PASS in 0.000007293s math::checked::subi32...........................PASS in 0.000005871s math::checked::subi16...........................PASS in 0.000008105s math::checked::subi8............................PASS in 0.000006623s math::checked::addu64...........................PASS in 0.000007464s math::checked::addu32...........................PASS in 0.000005730s math::checked::addu16...........................PASS in 0.000008386s math::checked::addu8............................PASS in 0.000018214s math::checked::addi64...........................PASS in 0.000019006s math::checked::addi32...........................PASS in 0.000004548s math::checked::addi16...........................PASS in 0.000008997s math::checked::addi8............................PASS in 0.000006613s math::complex::tanhuge..........................PASS in 0.000071554s math::complex::tanh.............................PASS in 0.000017644s math::complex::tan..............................PASS in 0.000025247s math::complex::sqrt.............................PASS in 0.000057778s math::complex::sinh.............................PASS in 0.000043491s math::complex::sin..............................PASS in 0.000053981s math::complex::rect.............................PASS in 0.000014297s math::complex::pow..............................PASS in 0.000063338s math::complex::polar............................PASS in 0.000011441s math::complex::log..............................PASS in 0.000068078s math::complex::isnan............................PASS in 0.000003867s math::complex::exp..............................PASS in 0.000024867s math::complex::cosh.............................PASS in 0.000041728s math::complex::cos..............................PASS in 0.000024325s math::complex::conj.............................PASS in 0.000008677s math::complex::atanh............................PASS in 0.000042560s math::complex::atan.............................PASS in 0.000019146s math::complex::asinh............................PASS in 0.000031229s math::complex::asin.............................PASS in 0.000073087s math::complex::acosh............................PASS in 0.000054783s math::complex::acos.............................PASS in 0.000073828s math::complex::abs..............................PASS in 0.000005711s mime::parse.....................................PASS in 0.000094297s mime::lookup_ext................................PASS in 0.000006513s mime::lookup_mime...............................PASS in 0.000021691s net::dns::opcode................................PASS in 0.000026359s unix::hosts::lookup.............................PASS in 0.000081833s unix::hosts::errors.............................PASS in 0.000020378s unix::hosts::next...............................PASS in 0.000066164s strings::template::template.....................PASS in 0.000081483s unix::passwd::nextpw............................PASS in 0.000062397s unix::passwd::nextgr............................PASS in 0.000049964s uuid::decode....................................PASS in 0.000038182s uuid::encode....................................PASS in 0.000020499s wordexp::wordexp_error..........................PASS in 0.003365311s wordexp::wordexp................................PASS in 0.022659556s 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' 565 passed; 0 failed; 7 skipped; 572 completed in 1.745697094s |