MidnightBSD Magus

lang/v

V Programming Language

Flavor Version Run OSVersion Arch License Restricted Status
0.4 541 3.1 i386 mit 0 fail

License Permissions:

Events

Machine Type Time Message
m3132b info 2023-10-07 13:51:31.391843 Test Started
m3132b fail 2023-10-07 14:19:10.291172 make test returned non-zero: 1
m3132b fail 2023-10-07 14:19:10.417183 Test complete.

Log

===>  Testing for v-0.4
gmake[1]: Entering directory '/magus/work/usr/mports/lang/v/work/v-0.4'
./v test-all
==================
/tmp/v_0/vtmp_werror.8432399043581409979.tmp.c:1459:76: error: incompatible pointer types passing 'unsigned long *' to parameter of type 'uintptr_t *' (aka 'unsigned int *') [-Werror,-Wincompatible-pointer-types]
        return (int)atomic_compare_exchange_weak_explicit((_Atomic(uintptr_t)*)x, (unsigned long *)expected, (uintptr_t)y, memory_order_seq_cst, memory_order_seq_cst);
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/stdatomic.h:238:45: note: expanded from macro 'atomic_compare_exchange_weak_explicit'
        __c11_atomic_compare_exchange_weak(object, expected, desired,   \
                                                   ^~~~~~~~
/tmp/v_0/vtmp_werror.8432399043581409979.tmp.c:1462:78: error: incompatible pointer types passing 'unsigned long *' to parameter of type 'uintptr_t *' (aka 'unsigned int *') [-Werror,-Wincompatible-pointer-types]
        return (int)atomic_compare_exchange_strong_explicit((_Atomic(uintptr_t)*)x, (unsigned long *)expected, (uintptr_t)y, memory_order_seq_cst, memory_order_seq_cst);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/stdatomic.h:234:47: note: expanded from macro 'atomic_compare_exchange_strong_explicit'
        __c11_atomic_compare_exchange_strong(object, expected, desired, \
                                                     ^~~~~~~~
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang

> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' examples/hello_world.v" took: 2503 ms ... OK
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' -o hhww.c examples/hello_world.v" took: 59 ms ... OK
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' -skip-unused examples/hello_world.v" took: 1393 ms ... OK
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' -skip-unused -profile - examples/hello_world.v" took: 1829 ms ... OK
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' -e "print(84/2)"" took: 4283 ms ... OK
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' -o vtmp cmd/v" took: 65388 ms ... OK
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' -o vtmp_werror -cstrict cmd/v" took: 1908 ms ... FAILED
Expected file did not exist: vtmp_werror
---- running '/magus/work/usr/mports/lang/v/work/v-0.4/v' vet over most .v files 

                                                                                
OK    [   1/1642]     7.335 ms cmd/tools/builders/golang_builder.v
                                                                                
OK    [   2/1642]     7.837 ms cmd/tools/bench/wyhash.v
                                                                                
OK    [   3/1642]     8.235 ms cmd/tools/builders/c_builder.v
                                                                                
OK    [   4/1642]     9.724 ms cmd/tools/builders/interpret_builder.v
                                                                                
OK    [   5/1642]     9.809 ms cmd/tools/builders/js_builder.v
                                                                                
OK    [   6/1642]     7.397 ms cmd/tools/builders/wasm_builder.v
                                                                                
OK    [   7/1642]     9.646 ms cmd/tools/builders/native_builder.v
                                                                                
OK    [   8/1642]     7.575 ms cmd/tools/detect_tcc.v
                                                                                
OK    [   9/1642]     8.019 ms cmd/tools/fast/fast.v
                                                                                
OK    [  10/1642]     9.905 ms cmd/tools/check_os_api_parity.v
                                                                                
OK    [  11/1642]     8.777 ms cmd/tools/fast/fast_job.v
                                                                                
OK    [  12/1642]     8.016 ms cmd/tools/gen1m.v
                                                                                
OK    [  13/1642]     8.097 ms cmd/tools/git_pre_commit_hook.vsh
                                                                                
OK    [  14/1642]     9.194 ms cmd/tools/fuzz/map_fuzz.v
                                                                                
OK    [  15/1642]     9.302 ms cmd/tools/gen_vc.v
                                                                                
OK    [  16/1642]     7.631 ms cmd/tools/install_binaryen.vsh
                                                                                
OK    [  17/1642]     8.245 ms cmd/tools/install_wabt.vsh
                                                                                
OK    [  18/1642]     8.869 ms cmd/tools/measure/scanner_speed.v
                                                                                
OK    [  19/1642]     8.851 ms cmd/tools/modules/scripting/scripting.v
                                                                                
OK    [  20/1642]    10.635 ms cmd/tools/measure/parser_speed.v
                                                                                
OK    [  21/1642]     7.877 ms cmd/tools/modules/testing/output.v
                                                                                
OK    [  22/1642]     7.836 ms cmd/tools/modules/testing/output_dump.v
                                                                                
OK    [  23/1642]    12.661 ms cmd/tools/modules/testing/common.v
                                                                                
OK    [  24/1642]     8.374 ms cmd/tools/modules/testing/output_normal.v
                                                                                
OK    [  25/1642]    11.026 ms cmd/tools/modules/testing/output_teamcity.v
                                                                                
OK    [  26/1642]     9.627 ms cmd/tools/modules/vgit/vgit.v
                                                                                
OK    [  27/1642]     8.660 ms cmd/tools/performance_compare.v
                                                                                
OK    [  28/1642]     8.622 ms cmd/tools/regress.v
                                                                                
OK    [  29/1642]     9.880 ms cmd/tools/oldv.v
                                                                                
OK    [  30/1642]     9.626 ms cmd/tools/repeat.v
                                                                                
OK    [  31/1642]     8.393 ms cmd/tools/report_v_module_folders_without_tests.v
                                                                                
OK    [  32/1642]     7.882 ms cmd/tools/test_if_v_test_system_works.v
                                                                                
OK    [  33/1642]     7.939 ms cmd/tools/translate.v
                                                                                
OK    [  34/1642]     9.325 ms cmd/tools/test_os_process.v
                                                                                
OK    [  35/1642]     8.192 ms cmd/tools/vast/test/demo.v
                                                                                
OK    [  36/1642]    10.855 ms cmd/tools/vast/cjson.v
                                                                                
OK    [  37/1642]     9.015 ms cmd/tools/vbin2v.v
                                                                                
OK    [  38/1642]     8.498 ms cmd/tools/vbug.v
                                                                                
OK    [  39/1642]     7.455 ms cmd/tools/vbuild-examples.v
                                                                                
OK    [  40/1642]     7.717 ms cmd/tools/vbuild-tools.v
                                                                                
OK    [  41/1642]     7.047 ms cmd/tools/vbuild-vbinaries.v
                                                                                
OK    [  42/1642]    10.893 ms cmd/tools/vbump.v
                                                                                
OK    [  43/1642]     7.829 ms cmd/tools/vbump_test.v
                                                                                
OK    [  44/1642]    24.702 ms cmd/tools/vast/vast.v
                                                                                
OK    [  45/1642]     9.658 ms cmd/tools/vcomplete.v
                                                                                
OK    [  46/1642]    11.911 ms cmd/tools/vcheck-md.v
                                                                                
OK    [  47/1642]     8.573 ms cmd/tools/vcomplete_test.v
                                                                                
OK    [  48/1642]     9.585 ms cmd/tools/vcompress.v
                                                                                
OK    [  49/1642]    10.783 ms cmd/tools/vcreate/vcreate.v
                                                                                
OK    [  50/1642]     8.863 ms cmd/tools/vcreate/vcreate_test.v
                                                                                
OK    [  51/1642]     7.317 ms cmd/tools/vdoc/html_tag_escape_test.v
                                                                                
OK    [  52/1642]    11.107 ms cmd/tools/vdoc/html.v
                                                                                
OK    [  53/1642]     7.377 ms cmd/tools/vdoc/markdown.v
                                                                                
OK    [  54/1642]     7.003 ms cmd/tools/vdoc/tests/testdata/basic/main.v
                                                                                
OK    [  55/1642]     7.272 ms cmd/tools/vdoc/tests/testdata/multiline/main.v
                                                                                
OK    [  56/1642]     7.598 ms cmd/tools/vdoc/tests/testdata/newlines/main.v
                                                                                
OK    [  57/1642]     8.951 ms cmd/tools/vdoc/tests/testdata/unsorted/main.v
                                                                                
OK    [  58/1642]     9.018 ms cmd/tools/vdoc/tests/vdoc_file_test.v
                                                                                
OK    [  59/1642]     9.387 ms cmd/tools/vdoc/utils.v
                                                                                
OK    [  60/1642]     8.231 ms cmd/tools/vdoctor.v
                                                                                
OK    [  61/1642]    10.790 ms cmd/tools/vdoc/vdoc.v
                                                                                
OK    [  62/1642]     9.297 ms cmd/tools/vfmt.v
                                                                                
OK    [  63/1642]    10.895 ms cmd/tools/vgret.v
                                                                                
OK    [  64/1642]     8.572 ms cmd/tools/vmissdoc.v
                                                                                
OK    [  65/1642]    11.091 ms cmd/tools/vls.v
                                                                                
OK    [  66/1642]    11.106 ms cmd/tools/vpm.v
                                                                                
OK    [  67/1642]     9.802 ms cmd/tools/vrepl.v
                                                                                
OK    [  68/1642]     7.611 ms cmd/tools/vscan.v
                                                                                
OK    [  69/1642]     9.076 ms cmd/tools/vself.v
                                                                                
OK    [  70/1642]     8.707 ms cmd/tools/vsetup-freetype.v
                                                                                
OK    [  71/1642]     6.981 ms cmd/tools/vshare.v
                                                                                
OK    [  72/1642]     6.846 ms cmd/tools/vshould-compile-all.v
                                                                                
OK    [  73/1642]     9.588 ms cmd/tools/vshader.v
                                                                                
OK    [  74/1642]     8.507 ms cmd/tools/vsymlink.v
                                                                                
OK    [  75/1642]     8.885 ms cmd/tools/vtest-all.v
                                                                                
OK    [  76/1642]     7.506 ms cmd/tools/vtest-fmt.v
                                                                                
OK    [  77/1642]     7.899 ms cmd/tools/vtest-cleancode.v
                                                                                
OK    [  78/1642]     9.522 ms cmd/tools/vtest-parser.v
                                                                                
OK    [  79/1642]     7.355 ms cmd/tools/vtracev.v
                                                                                
OK    [  80/1642]     8.719 ms cmd/tools/vtest.v
                                                                                
OK    [  81/1642]     8.349 ms cmd/tools/vup.v
                                                                                
OK    [  82/1642]    11.092 ms cmd/tools/vtest-self.v
                                                                                
OK    [  83/1642]     7.527 ms cmd/tools/vvet/vet_test.v
                                                                                
OK    [  84/1642]     8.545 ms cmd/tools/vvet/vvet.v
                                                                                
OK    [  85/1642]     7.348 ms cmd/tools/vwhere/test/file_one.v
                                                                                
OK    [  86/1642]     8.898 ms cmd/tools/vwhere/finder_utils.v
                                                                                
OK    [  87/1642]     9.839 ms cmd/tools/vwhere/finder.v
                                                                                
OK    [  88/1642]    11.361 ms cmd/tools/vwatch.v
                                                                                
OK    [  89/1642]     7.417 ms cmd/tools/vwhere/test/nested_mod/nested_file.v
                                                                                
OK    [  90/1642]     8.779 ms cmd/tools/vwhere/test/file_two.v
                                                                                
OK    [  91/1642]     7.732 ms cmd/tools/vwhere/vwhere.v
                                                                                
OK    [  92/1642]     8.128 ms cmd/tools/vwhere/vwhere_test.v
                                                                                
OK    [  93/1642]     7.859 ms cmd/tools/vwipe-cache.v
                                                                                
OK    [  94/1642]     8.816 ms cmd/v/v.v
                                                                                
OK    [  95/1642]     7.978 ms examples/term.ui/event_viewer.v
                                                                                
OK    [  96/1642]     9.423 ms examples/term.ui/cursor_chaser.v
                                                                                
OK    [  97/1642]     9.713 ms examples/term.ui/pong.v
                                                                                
OK    [  98/1642]    13.678 ms examples/2048/2048.v
                                                                                
OK    [  99/1642]     7.518 ms examples/term.ui/rectangles.v
                                                                                
OK    [ 100/1642]     9.176 ms examples/term.ui/vyper.v
                                                                                
OK    [ 101/1642]    11.933 ms examples/term.ui/term_drawing.v
                                                                                
OK    [ 102/1642]     9.373 ms examples/tetris/tetris.js.v
                                                                                
OK    [ 103/1642]    13.407 ms examples/term.ui/text_editor.v
                                                                                
OK    [ 104/1642]     8.280 ms examples/tetris/tetris.v
                                                                                
OK    [ 105/1642]     8.651 ms vlib/sqlite/result_code.v
                                                                                
OK    [ 106/1642]     9.956 ms vlib/sqlite/orm.v
                                                                                
OK    [ 107/1642]     7.875 ms vlib/sqlite/stmt.v
                                                                                
OK    [ 108/1642]     8.123 ms vlib/sqlite/vfs_lowlevel.v
                                                                                
OK    [ 109/1642]    10.773 ms vlib/sqlite/sqlite.v
                                                                                
OK    [ 110/1642]     7.264 ms vlib/sqlite/z_deprecated.v
                                                                                
OK    [ 111/1642]     8.198 ms vlib/v/ast/attr.v
                                                                                
OK    [ 112/1642]     8.093 ms vlib/v/ast/cflags.v
                                                                                
OK    [ 113/1642]     9.138 ms vlib/v/ast/cflags_test.v
                                                                                
OK    [ 114/1642]     8.450 ms vlib/v/ast/comptime_const_values.v
                                                                                
OK    [ 115/1642]    15.960 ms vlib/v/ast/ast.v
                                                                                
OK    [ 116/1642]     7.772 ms vlib/v/ast/comptime_valid_idents.v
                                                                                
OK    [ 117/1642]     8.222 ms vlib/v/ast/embed_file.v
                                                                                
OK    [ 118/1642]     7.464 ms vlib/v/ast/native.v
                                                                                
OK    [ 119/1642]    11.143 ms vlib/v/ast/init.v
                                                                                
OK    [ 120/1642]     9.320 ms vlib/v/ast/scope.v
                                                                                
OK    [ 121/1642]    11.031 ms vlib/v/ast/str.v
                                                                                
OK    [ 122/1642]     6.894 ms vlib/v/ast/type_size_test.v
                                                                                
OK    [ 123/1642]     7.174 ms vlib/v/ast/types_test.v
                                                                                
OK    [ 124/1642]     6.248 ms vlib/v/ast/walker/walker.v
                                                                                
OK    [ 125/1642]     6.324 ms vlib/v/ast/walker/walker_test.v
                                                                                
OK    [ 126/1642]    16.236 ms vlib/v/ast/types.v
                                                                                
OK    [ 127/1642]    22.054 ms vlib/v/ast/table.v
                                                                                
OK    [ 128/1642]     6.134 ms vlib/v/builder/builder_test.v
                                                                                
OK    [ 129/1642]    10.770 ms vlib/v/builder/builder.v
                                                                                
OK    [ 130/1642]     8.204 ms vlib/v/builder/cbuilder/cbuilder.v
                                                                                
OK    [ 131/1642]     7.238 ms vlib/v/builder/cc_windows.v
                                                                                
OK    [ 132/1642]    10.171 ms vlib/v/builder/cbuilder/parallel_cc.v
                                                                                
OK    [ 133/1642]     7.096 ms vlib/v/builder/cflags.v
                                                                                
OK    [ 134/1642]     9.245 ms vlib/v/builder/compile.v
                                                                                
OK    [ 135/1642]    13.580 ms vlib/v/builder/cc.v
                                                                                
OK    [ 136/1642]     6.862 ms vlib/v/builder/dump_lists.v
                                                                                
OK    [ 137/1642]     8.514 ms vlib/v/builder/interpreterbuilder/ibuilder.v
                                                                                
OK    [ 138/1642]     6.692 ms vlib/v/builder/jsbuilder/jsbuilder.v
                                                                                
OK    [ 139/1642]     5.908 ms vlib/v/builder/msvc.v
                                                                                
OK    [ 140/1642]    12.112 ms vlib/v/builder/golangbuilder/golangbuilder.v
                                                                                
OK    [ 141/1642]    14.700 ms vlib/v/builder/interpreterbuilder/v_interpret_test.v
                                                                                
OK    [ 142/1642]     6.867 ms vlib/v/builder/wasmbuilder/wasmbuilder.v
                                                                                
OK    [ 143/1642]    10.369 ms vlib/v/builder/msvc_windows.v
                                                                                
OK    [ 144/1642]     9.471 ms vlib/v/builder/rebuilding.v
                                                                                
OK    [ 145/1642]    11.302 ms vlib/v/builder/nativebuilder/nativebuilder.v
                                                                                
OK    [ 146/1642]     9.999 ms vlib/v/callgraph/callgraph.v
                                                                                
OK    [ 147/1642]    10.062 ms vlib/v/cflag/cflags.v
                                                                                
OK    [ 148/1642]    11.689 ms vlib/v/checker/assign.v
                                                                                
OK    [ 149/1642]    15.063 ms vlib/v/checker/check_types.v
                                                                                
OK    [ 150/1642]     9.062 ms vlib/v/checker/containers.v
                                                                                
OK    [ 151/1642]    13.295 ms vlib/v/checker/comptime.v
                                                                                
OK    [ 152/1642]     7.627 ms vlib/v/checker/for.v
                                                                                
OK    [ 153/1642]     9.360 ms vlib/v/checker/if.v
                                                                                
OK    [ 154/1642]    28.927 ms vlib/v/checker/checker.v
                                                                                
OK    [ 155/1642]    21.309 ms vlib/v/checker/fn.v
                                                                                
OK    [ 156/1642]    10.573 ms vlib/v/checker/interface.v
                                                                                
OK    [ 157/1642]    13.765 ms vlib/v/checker/infix.v
                                                                                
OK    [ 158/1642]     9.806 ms vlib/v/checker/match.v
                                                                                
OK    [ 159/1642]     7.205 ms vlib/v/checker/postfix.v
                                                                                
OK    [ 160/1642]    11.610 ms vlib/v/checker/orm.v
                                                                                
OK    [ 161/1642]     9.073 ms vlib/v/checker/str.v
                                                                                
OK    [ 162/1642]    11.216 ms vlib/v/checker/return.v
                                                                                
OK    [ 163/1642]     7.567 ms vlib/v/checker/tests/amod/amod.v
                                                                                
OK    [ 164/1642]     7.119 ms vlib/v/checker/tests/anon_structs_visibility/amod/amod.v
                                                                                
OK    [ 165/1642]    12.980 ms vlib/v/checker/struct.v
                                                                                
OK    [ 166/1642]     8.264 ms vlib/v/checker/tests/anon_structs_visibility/main.v
                                                                                
OK    [ 167/1642]     6.905 ms vlib/v/checker/tests/modules/deprecated_module/bbb/ccc/ccc.v
                                                                                
OK    [ 168/1642]     9.577 ms vlib/v/checker/tests/module_with_structs_with_deprecated_fields/fields.v
                                                                                
OK    [ 169/1642]     6.357 ms vlib/v/checker/tests/modules/deprecated_module/main.v
                                                                                
OK    [ 170/1642]     7.625 ms vlib/v/checker/tests/modules/deprecated_module/www/ttt/ttt.v
                                                                                
OK    [ 171/1642]     7.380 ms vlib/v/checker/tests/modules/deprecated_module/xxx/yyy/yyy.v
                                                                                
OK    [ 172/1642]     7.497 ms vlib/v/checker/tests/modules/module_alias_started_with_underscore/main.v
                                                                                
OK    [ 173/1642]     8.900 ms vlib/v/checker/tests/modules/module_alias_started_with_underscore/underscore.v
                                                                                
OK    [ 174/1642]     8.781 ms vlib/v/checker/tests/modules/module_with_redeclaration/redeclare_time_structs.v
                                                                                
OK    [ 175/1642]     7.714 ms vlib/v/checker/tests/modules/overload_return_type/main.v
                                                                                
OK    [ 176/1642]     6.676 ms vlib/v/checker/tests/modules/overload_return_type/point.v
                                                                                
OK    [ 177/1642]    10.184 ms vlib/v/compiler_errors_test.v
                                                                                
OK    [ 178/1642]     7.824 ms vlib/v/doc/comment.v
                                                                                
OK    [ 179/1642]    10.817 ms vlib/v/depgraph/depgraph.v
                                                                                
OK    [ 180/1642]     7.463 ms vlib/v/doc/doc_private_fn_test.v
                                                                                
OK    [ 181/1642]    11.856 ms vlib/v/doc/doc.v
                                                                                
OK    [ 182/1642]     7.303 ms vlib/v/doc/doc_test.v
                                                                                
OK    [ 183/1642]     7.597 ms vlib/v/doc/module.v
                                                                                
OK    [ 184/1642]     8.127 ms vlib/v/doc/utils.v
                                                                                
OK    [ 185/1642]     9.531 ms vlib/v/doc/node.v
                                                                                
OK    [ 186/1642]     8.297 ms vlib/v/dotgraph/dotgraph.c.v
                                                                                
OK    [ 187/1642]     6.915 ms vlib/v/dotgraph/dotgraph.js.v
                                                                                
OK    [ 188/1642]     9.014 ms vlib/v/dotgraph/dotgraph.v
                                                                                
OK    [ 189/1642]     7.935 ms vlib/v/embed_file/embed_file.v
                                                                                
OK    [ 190/1642]     8.941 ms vlib/v/embed_file/decoder.v
                                                                                
OK    [ 191/1642]     6.225 ms vlib/v/embed_file/tests/embed_file_to_string_test.v
                                                                                
OK    [ 192/1642]    10.253 ms vlib/v/embed_file/tests/embed_file_test.v
                                                                                
OK    [ 193/1642]     6.624 ms vlib/v/embed_file/tests/embed_file_with_variable_arg_test.v
                                                                                
OK    [ 194/1642]     7.212 ms vlib/v/errors/errors.v
                                                                                
OK    [ 195/1642]    10.404 ms vlib/v/embed_file/tests/embed_file_with_import_test.v
                                                                                
OK    [ 196/1642]     9.221 ms vlib/v/eval/eval.v
                                                                                
OK    [ 197/1642]    10.876 ms vlib/v/eval/expr.v
                                                                                
OK    [ 198/1642]     7.463 ms vlib/v/eval/interpret_test.v
                                                                                
OK    [ 199/1642]     9.365 ms vlib/v/eval/gen/infix_gen.v
                                                                                
OK    [ 200/1642]     6.761 ms vlib/v/eval/object.v
                                                                                
OK    [ 201/1642]     6.944 ms vlib/v/eval/var.v
                                                                                
OK    [ 202/1642]     7.572 ms vlib/v/eval/tests/push_val_test.v
                                                                                
OK    [ 203/1642]     6.481 ms vlib/v/fmt/align.v
                                                                                
OK    [ 204/1642]     8.411 ms vlib/v/eval/stmt.v
                                                                                
OK    [ 205/1642]     6.700 ms vlib/v/fmt/attrs.v
                                                                                
OK    [ 206/1642]     7.989 ms vlib/v/fmt/asm.v
                                                                                
OK    [ 207/1642]     7.709 ms vlib/v/fmt/comments.v
                                                                                
OK    [ 208/1642]    26.860 ms vlib/v/eval/infix.v
                                                                                
OK    [ 209/1642]     8.371 ms vlib/v/fmt/fmt_keep_test.v
                                                                                
OK    [ 210/1642]     8.259 ms vlib/v/fmt/fmt_test.v
                                                                                
OK    [ 211/1642]     8.695 ms vlib/v/fmt/fmt_vlib_test.v
                                                                                
OK    [ 212/1642]     9.226 ms vlib/v/fmt/struct.v
                                                                                
OK    [ 213/1642]     6.421 ms vlib/v/fmt/tests/manualfree_keep.v
                                                                                
OK    [ 214/1642]     6.486 ms vlib/v/fmt/tests/obj/obj.v
                                                                                
OK    [ 215/1642]     6.741 ms vlib/v/fmt/vfmt_on_off.v
                                                                                
OK    [ 216/1642]    29.024 ms vlib/v/fmt/fmt.v
                                                                                
OK    [ 217/1642]     7.895 ms vlib/v/gen/c/assert.v
                                                                                
OK    [ 218/1642]     9.145 ms vlib/v/gen/c/auto_eq_methods.v
                                                                                
OK    [ 219/1642]    15.883 ms vlib/v/gen/c/array.v
                                                                                
OK    [ 220/1642]    13.718 ms vlib/v/gen/c/assign.v
                                                                                
OK    [ 221/1642]     7.789 ms vlib/v/gen/c/auto_free_methods.v
                                                                                
OK    [ 222/1642]     7.510 ms vlib/v/gen/c/cheaders.v
                                                                                
OK    [ 223/1642]     8.881 ms vlib/v/gen/c/cmain.v
                                                                                
OK    [ 224/1642]    16.041 ms vlib/v/gen/c/auto_str_methods.v
                                                                                
OK    [ 225/1642]     7.910 ms vlib/v/gen/c/coutput_test.v
                                                                                
OK    [ 226/1642]     6.717 ms vlib/v/gen/c/ctempvars.v
                                                                                
OK    [ 227/1642]    15.281 ms vlib/v/gen/c/comptime.v
                                                                                
OK    [ 228/1642]     7.612 ms vlib/v/gen/c/dumpexpr.v
                                                                                
OK    [ 229/1642]     9.357 ms vlib/v/gen/c/embed.v
                                                                                
OK    [ 230/1642]     7.919 ms vlib/v/gen/c/if.v
                                                                                
OK    [ 231/1642]     9.247 ms vlib/v/gen/c/for.v
                                                                                
OK    [ 232/1642]     8.439 ms vlib/v/gen/c/index.v
                                                                                
OK    [ 233/1642]    39.498 ms vlib/v/gen/c/cgen.v
                                                                                
OK    [ 234/1642]    10.508 ms vlib/v/gen/c/json.v
                                                                                
OK    [ 235/1642]    11.914 ms vlib/v/gen/c/infix.v
                                                                                
OK    [ 236/1642]    22.297 ms vlib/v/gen/c/fn.v
                                                                                
OK    [ 237/1642]     8.697 ms vlib/v/gen/c/live.v
                                                                                
OK    [ 238/1642]     7.554 ms vlib/v/gen/c/profile.v
                                                                                
OK    [ 239/1642]    10.201 ms vlib/v/gen/c/match.v
                                                                                
OK    [ 240/1642]    10.669 ms vlib/v/gen/c/reflection.v
                                                                                
OK    [ 241/1642]    13.093 ms vlib/v/gen/c/orm.v
                                                                                
OK    [ 242/1642]     8.999 ms vlib/v/gen/c/spawn_and_go.v
                                                                                
OK    [ 243/1642]     7.295 ms vlib/v/gen/c/str.v
                                                                                
OK    [ 244/1642]     8.618 ms vlib/v/gen/c/str_intp.v
                                                                                
OK    [ 245/1642]     6.836 ms vlib/v/gen/c/text_manipulation.v
                                                                                
OK    [ 246/1642]     9.426 ms vlib/v/gen/c/testdata/translated/translated_module_actual.v
                                                                                
OK    [ 247/1642]     8.606 ms vlib/v/gen/c/utils.v
                                                                                
OK    [ 248/1642]    12.713 ms vlib/v/gen/c/struct.v
                                                                                
OK    [ 249/1642]     6.550 ms vlib/v/gen/golang/attrs.v
                                                                                
OK    [ 250/1642]     8.523 ms vlib/v/gen/golang/struct.v
                                                                                
OK    [ 251/1642]     7.157 ms vlib/v/gen/golang/tests/golang_test.v
                                                                                
OK    [ 252/1642]    10.436 ms vlib/v/gen/js/auto_eq_methods.v
                                                                                
OK    [ 253/1642]    11.030 ms vlib/v/gen/js/array.v
                                                                                
OK    [ 254/1642]    17.066 ms vlib/v/gen/golang/golang.v
                                                                                
OK    [ 255/1642]     9.330 ms vlib/v/gen/js/builtin_types.v
                                                                                
OK    [ 256/1642]    10.608 ms vlib/v/gen/js/auto_str_methods.v
                                                                                
OK    [ 257/1642]     7.710 ms vlib/v/gen/js/comptime.v
                                                                                
OK    [ 258/1642]     7.454 ms vlib/v/gen/js/deep_copy.v
                                                                                
OK    [ 259/1642]    10.965 ms vlib/v/gen/js/fn.v
                                                                                
OK    [ 260/1642]     7.461 ms vlib/v/gen/js/jsgen_test.v
                                                                                
OK    [ 261/1642]    10.913 ms vlib/v/gen/js/infix.v
                                                                                
OK    [ 262/1642]     8.801 ms vlib/v/gen/js/jsdoc.v
                                                                                
OK    [ 263/1642]     7.375 ms vlib/v/gen/js/program_test.v
                                                                                
OK    [ 264/1642]     7.297 ms vlib/v/gen/js/sourcemap/mappings.v
                                                                                
OK    [ 265/1642]     7.940 ms vlib/v/gen/js/sourcemap/compare_test.v
                                                                                
OK    [ 266/1642]     8.956 ms vlib/v/gen/js/sourcemap/basic_test.v
                                                                                
OK    [ 267/1642]    22.587 ms vlib/v/gen/js/js.v
                                                                                
OK    [ 268/1642]     7.565 ms vlib/v/gen/js/sourcemap/sets.v
                                                                                
OK    [ 269/1642]     8.143 ms vlib/v/gen/js/sourcemap/source_map_generator.v
                                                                                
OK    [ 270/1642]     8.268 ms vlib/v/gen/js/sourcemap/vlq/vlq.v
                                                                                
OK    [ 271/1642]     9.950 ms vlib/v/gen/js/sourcemap/source_map.v
                                                                                
OK    [ 272/1642]     6.546 ms vlib/v/gen/js/sourcemap/vlq/vlq_encode_test.v
                                                                                
OK    [ 273/1642]     9.692 ms vlib/v/gen/js/sourcemap/vlq/vlq_decode_test.v
                                                                                
OK    [ 274/1642]     6.230 ms vlib/v/gen/js/tests/array.v
                                                                                
OK    [ 275/1642]     8.239 ms vlib/v/gen/js/str.v
                                                                                
OK    [ 276/1642]     8.023 ms vlib/v/gen/js/temp_fast_deep_equal.v
                                                                                
OK    [ 277/1642]     7.411 ms vlib/v/gen/js/tests/auto_deref_args.v
                                                                                
OK    [ 278/1642]     7.775 ms vlib/v/gen/js/tests/enum.v
                                                                                
OK    [ 279/1642]     7.914 ms vlib/v/gen/js/tests/hello/hello1/hello1.v
                                                                                
OK    [ 280/1642]     8.429 ms vlib/v/gen/js/tests/hello/hello.v
                                                                                
OK    [ 281/1642]     9.591 ms vlib/v/gen/js/tests/hello/hello.js.v
                                                                                
OK    [ 282/1642]     7.877 ms vlib/v/gen/js/tests/interface.v
                                                                                
OK    [ 283/1642]     6.526 ms vlib/v/gen/js/tests/interp.v
                                                                                
OK    [ 284/1642]     7.674 ms vlib/v/gen/js/tests/js.v
                                                                                
OK    [ 285/1642]     7.039 ms vlib/v/gen/js/tests/option.v
                                                                                
OK    [ 286/1642]     5.938 ms vlib/v/gen/js/tests/simple.v
                                                                                
OK    [ 287/1642]     6.251 ms vlib/v/gen/js/tests/simple_sourcemap.v
                                                                                
OK    [ 288/1642]    14.407 ms vlib/v/gen/js/tests/life.v
                                                                                
OK    [ 289/1642]     7.189 ms vlib/v/gen/js/tests/struct.v
                                                                                
OK    [ 290/1642]     7.625 ms vlib/v/gen/js/tests/testdata/compare_ints.v
                                                                                
OK    [ 291/1642]     6.210 ms vlib/v/gen/js/tests/testdata/hw.v
                                                                                
OK    [ 292/1642]     9.594 ms vlib/v/gen/js/tests/testdata/byte_is_space.v
                                                                                
OK    [ 293/1642]     7.484 ms vlib/v/gen/js/tests/testdata/overloading.v
                                                                                
OK    [ 294/1642]     8.049 ms vlib/v/gen/js/tests/testdata/match.v
                                                                                
OK    [ 295/1642]     7.327 ms vlib/v/gen/js/tests/testdata/string_methods.v
                                                                                
OK    [ 296/1642]     8.036 ms vlib/v/gen/js/tests/testdata/string.v
                                                                                
OK    [ 297/1642]     7.394 ms vlib/v/gen/js/tests/testdata/u64.v
                                                                                
OK    [ 298/1642]     7.181 ms vlib/v/gen/js/util.v
                                                                                
OK    [ 299/1642]     7.126 ms vlib/v/gen/native/builtins.v
                                                                                
OK    [ 300/1642]     8.681 ms vlib/v/gen/native/comptime.v
                                                                                
OK    [ 301/1642]     9.779 ms vlib/v/gen/native/arm64.v
                                                                                
OK    [ 302/1642]     9.133 ms vlib/v/gen/native/elf.v
                                                                                
OK    [ 303/1642]     8.376 ms vlib/v/gen/native/expr.v
                                                                                
OK    [ 304/1642]     7.452 ms vlib/v/gen/native/macho.v
                                                                                
OK    [ 305/1642]     5.590 ms vlib/v/gen/native/macho_test.v
                                                                                
OK    [ 306/1642]     6.898 ms vlib/v/gen/native/pe.v
                                                                                
OK    [ 307/1642]    14.029 ms vlib/v/gen/native/gen.v
                                                                                
OK    [ 308/1642]     7.314 ms vlib/v/gen/native/stmt.v
                                                                                
OK    [ 309/1642]    28.805 ms vlib/v/gen/native/amd64.v
                                                                                
OK    [ 310/1642]     7.412 ms vlib/v/gen/native/syscall.v
                                                                                
OK    [ 311/1642]     6.987 ms vlib/v/gen/native/tests/native_test.v
                                                                                
OK    [ 312/1642]     8.049 ms vlib/v/gen/wasm/cast.v
                                                                                
OK    [ 313/1642]     7.255 ms vlib/v/gen/wasm/ops.v
                                                                                
OK    [ 314/1642]     9.502 ms vlib/v/gen/wasm/mem.v
                                                                                
OK    [ 315/1642]     6.539 ms vlib/v/gen/wasm/serialisation.v
                                                                                
OK    [ 316/1642]    13.268 ms vlib/v/gen/wasm/gen.v
                                                                                
OK    [ 317/1642]     7.592 ms vlib/v/gen/wasm/tests/wasm_test.v
                                                                                
OK    [ 318/1642]     7.944 ms vlib/v/help/help.v
                                                                                
OK    [ 319/1642]     8.109 ms vlib/v/help/help_test.v
                                                                                
OK    [ 320/1642]     7.341 ms vlib/v/live/common.v
                                                                                
OK    [ 321/1642]     7.202 ms vlib/v/live/executable/reloader.v
                                                                                
OK    [ 322/1642]     7.755 ms vlib/v/live/live_test.v
                                                                                
OK    [ 323/1642]     6.749 ms vlib/v/live/sharedlib/live_sharedlib.v
                                                                                
OK    [ 324/1642]     7.682 ms vlib/v/markused/markused.v
                                                                                
OK    [ 325/1642]     7.052 ms vlib/v/mathutil/mathutil.v
                                                                                
OK    [ 326/1642]     8.916 ms vlib/v/markused/walker.v
                                                                                
OK    [ 327/1642]     7.221 ms vlib/v/mathutil/mathutil_test.v
                                                                                
OK    [ 328/1642]     7.293 ms vlib/v/parser/assign.v
                                                                                
OK    [ 329/1642]     8.388 ms vlib/v/parser/comptime.v
                                                                                
OK    [ 330/1642]     7.846 ms vlib/v/parser/containers.v
                                                                                
OK    [ 331/1642]     8.559 ms vlib/v/parser/expr.v
                                                                                
OK    [ 332/1642]    11.551 ms vlib/v/parser/fn.v
                                                                                
OK    [ 333/1642]     7.136 ms vlib/v/parser/for.v
                                                                                
OK    [ 334/1642]     6.439 ms vlib/v/parser/lock.v
                                                                                
OK    [ 335/1642]     8.253 ms vlib/v/parser/if_match.v
                                                                                
OK    [ 336/1642]     7.166 ms vlib/v/parser/module.v
                                                                                
OK    [ 337/1642]     7.758 ms vlib/v/parser/orm.v
                                                                                
OK    [ 338/1642]    10.528 ms vlib/v/parser/parse_type.v
                                                                                
OK    [ 339/1642]     8.228 ms vlib/v/parser/struct.v
                                                                                
OK    [ 340/1642]     6.822 ms vlib/v/parser/tmpl.v
                                                                                
OK    [ 341/1642]     7.479 ms vlib/v/parser/v_parser_test.v
                                                                                
OK    [ 342/1642]     5.303 ms vlib/v/pkgconfig/bin/pkgconfig_test.v
                                                                                
OK    [ 343/1642]     5.911 ms vlib/v/pkgconfig/bin/pkgconfig.v
                                                                                
OK    [ 344/1642]    23.402 ms vlib/v/parser/parser.v
                                                                                
OK    [ 345/1642]     7.282 ms vlib/v/pkgconfig/main.v
                                                                                
OK    [ 346/1642]     6.924 ms vlib/v/pkgconfig/pkgconfig_test.v
                                                                                
OK    [ 347/1642]     7.771 ms vlib/v/pkgconfig/pkgconfig.v
                                                                                
OK    [ 348/1642]     6.526 ms vlib/v/pref/options_test.v
                                                                                
OK    [ 349/1642]     8.107 ms vlib/v/pref/default.v
                                                                                
OK    [ 350/1642]     7.192 ms vlib/v/pref/os.v
                                                                                
OK    [ 351/1642]    10.664 ms vlib/v/pref/pref.v
                                                                                
OK    [ 352/1642]     5.386 ms vlib/v/preludes/embed_file/embed_file.v
                                                                                
OK    [ 353/1642]     6.990 ms vlib/v/pref/should_compile.v
                                                                                
OK    [ 354/1642]     8.203 ms vlib/v/pref/pref_test.v
                                                                                
OK    [ 355/1642]     6.697 ms vlib/v/preludes/embed_file/zlib/embed_file_zlib.v
                                                                                
OK    [ 356/1642]     6.471 ms vlib/v/preludes/live_main.v
                                                                                
OK    [ 357/1642]     6.172 ms vlib/v/preludes/live_shared.v
                                                                                
OK    [ 358/1642]     7.390 ms vlib/v/preludes/live.v
                                                                                
OK    [ 359/1642]     7.357 ms vlib/v/preludes/profiled_program.v
                                                                                
OK    [ 360/1642]     6.796 ms vlib/v/preludes/test_runner.v
                                                                                
OK    [ 361/1642]     6.875 ms vlib/v/preludes/test_runner_dump.v
                                                                                
OK    [ 362/1642]     7.598 ms vlib/v/preludes/test_runner_normal.v
                                                                                
OK    [ 363/1642]     6.719 ms vlib/v/preludes/test_runner_simple.v
                                                                                
OK    [ 364/1642]     6.652 ms vlib/v/preludes/test_runner_tap.v
                                                                                
OK    [ 365/1642]     6.502 ms vlib/v/preludes/tests_with_stats.v
                                                                                
OK    [ 366/1642]     7.924 ms vlib/v/preludes/test_runner_teamcity.v
                                                                                
OK    [ 367/1642]     6.207 ms vlib/v/preludes/trace_calls.v
                                                                                
OK    [ 368/1642]     6.706 ms vlib/v/preludes_js/stats_import.js.v
                                                                                
OK    [ 369/1642]     6.822 ms vlib/v/preludes_js/test_runner.v
                                                                                
OK    [ 370/1642]     7.305 ms vlib/v/preludes_js/test_runner_normal.v
                                                                                
OK    [ 371/1642]     6.940 ms vlib/v/preludes_js/test_runner_simple.v
                                                                                
OK    [ 372/1642]     6.090 ms vlib/v/preludes_js/test_runner_tap.v
                                                                                
OK    [ 373/1642]     6.661 ms vlib/v/preludes_js/tests_with_stats.v
                                                                                
OK    [ 374/1642]     7.121 ms vlib/v/profile/api.v
                                                                                
OK    [ 375/1642]     6.464 ms vlib/v/scanner/scanner_test.v
                                                                                
OK    [ 376/1642]     9.234 ms vlib/v/reflection/reflection.v
                                                                                
OK    [ 377/1642]     5.651 ms vlib/v/slow_tests/assembly/asm_test.amd64.v
                                                                                
OK    [ 378/1642]    13.966 ms vlib/v/scanner/scanner.v
                                                                                
OK    [ 379/1642]     5.954 ms vlib/v/slow_tests/assembly/asm_test.i386.v
                                                                                
OK    [ 380/1642]     6.698 ms vlib/v/slow_tests/assembly/naked_attr_test.i386.v
                                                                                
OK    [ 381/1642]     7.402 ms vlib/v/slow_tests/assembly/naked_attr_test.amd64.v
                                                                                
OK    [ 382/1642]     5.688 ms vlib/v/slow_tests/comptime_if_expr_threads_test.v
                                                                                
OK    [ 383/1642]     6.424 ms vlib/v/slow_tests/assembly/util/dot_amd64_util.amd64.v
                                                                                
OK    [ 384/1642]     6.196 ms vlib/v/slow_tests/crun_mode/crun_test.v
                                                                                
OK    [ 385/1642]     7.120 ms vlib/v/slow_tests/inout/compiler_test.v
                                                                                
OK    [ 386/1642]     6.018 ms vlib/v/slow_tests/inout/vscript_using_generics_in_os.vsh
                                                                                
OK    [ 387/1642]     6.841 ms vlib/v/slow_tests/keep_args_alive_test.v
                                                                                
OK    [ 388/1642]     7.045 ms vlib/v/slow_tests/modules/acommentedmodule/commentedfile.v
                                                                                
OK    [ 389/1642]     6.193 ms vlib/v/slow_tests/prod/asserts_should_be_skipped.prod.v
                                                                                
OK    [ 390/1642]     6.128 ms vlib/v/slow_tests/prod/assoc.prod.v
                                                                                
OK    [ 391/1642]     6.775 ms vlib/v/slow_tests/prod/f64_literals_and_simple_expressions_should_not_round_as_f32.prod.v
                                                                                
OK    [ 392/1642]     6.816 ms vlib/v/slow_tests/prod_test.v
                                                                                
OK    [ 393/1642]     6.983 ms vlib/v/slow_tests/profile/profile_test.v
                                                                                
OK    [ 394/1642]     7.092 ms vlib/v/slow_tests/profile/profile_test_1.v
                                                                                
OK    [ 395/1642]     6.529 ms vlib/v/slow_tests/profile/profile_test_2.v
                                                                                
OK    [ 396/1642]     6.791 ms vlib/v/slow_tests/profile/profile_test_3.v
                                                                                
OK    [ 397/1642]     8.259 ms vlib/v/slow_tests/repl/repl_test.v
                                                                                
OK    [ 398/1642]     5.719 ms vlib/v/slow_tests/run_project_folders/go_fns_in_different_files_over_the_same_struct/f1.v
                                                                                
OK    [ 399/1642]     7.434 ms vlib/v/slow_tests/repl/runner/runner.v
                                                                                
OK    [ 400/1642]     6.802 ms vlib/v/slow_tests/run_project_folders/go_fns_in_different_files_over_the_same_struct/f2.v
                                                                                
OK    [ 401/1642]     7.597 ms vlib/v/slow_tests/run_project_folders/go_fns_in_different_files_over_the_same_struct/main.v
                                                                                
OK    [ 402/1642]     6.545 ms vlib/v/slow_tests/run_project_folders/issue_10023_multiple_anon_fns_with_same_position/a.v
                                                                                
OK    [ 403/1642]     6.728 ms vlib/v/slow_tests/run_project_folders/issue_10023_multiple_anon_fns_with_same_position/b.v
                                                                                
OK    [ 404/1642]     6.324 ms vlib/v/slow_tests/run_project_folders/issue_13443_test_prefixed_fns_in_normal_v_files/any_test.v
                                                                                
OK    [ 405/1642]     5.715 ms vlib/v/slow_tests/valgrind/1.strings_and_arrays.v
                                                                                
OK    [ 406/1642]     7.387 ms vlib/v/slow_tests/run_project_folders_test.v
                                                                                
OK    [ 407/1642]     8.435 ms vlib/v/slow_tests/run_project_folders/issue_13443_test_prefixed_fns_in_normal_v_files/main.v
                                                                                
OK    [ 408/1642]     6.109 ms vlib/v/slow_tests/valgrind/2.heap_objects.v
                                                                                
OK    [ 409/1642]     7.256 ms vlib/v/slow_tests/valgrind/array_init_with_string_variable.v
                                                                                
OK    [ 410/1642]     7.135 ms vlib/v/slow_tests/valgrind/base64.v
                                                                                
OK    [ 411/1642]     6.816 ms vlib/v/slow_tests/valgrind/buffer_passed_in_fn_that_uses_tos_on_it.v
                                                                                
OK    [ 412/1642]     6.389 ms vlib/v/slow_tests/valgrind/cross_var_assign.v
                                                                                
OK    [ 413/1642]     6.234 ms vlib/v/slow_tests/valgrind/dump_nested_structs.v
                                                                                
OK    [ 414/1642]     6.837 ms vlib/v/slow_tests/valgrind/fn_with_return_should_free_local_vars.v
                                                                                
OK    [ 415/1642]     6.900 ms vlib/v/slow_tests/valgrind/free_heap_foos.v
                                                                                
OK    [ 416/1642]     7.973 ms vlib/v/slow_tests/valgrind/fn_returning_string_param.v
                                                                                
OK    [ 417/1642]     5.625 ms vlib/v/slow_tests/valgrind/free_variables_in_reverse_order_of_creation.v
                                                                                
OK    [ 418/1642]     5.492 ms vlib/v/slow_tests/valgrind/import_os_and_use_its_constants.v
                                                                                
OK    [ 419/1642]     6.687 ms vlib/v/slow_tests/valgrind/if_expr.v
                                                                                
OK    [ 420/1642]     5.095 ms vlib/v/slow_tests/valgrind/import_x_json2.v
                                                                                
OK    [ 421/1642]     5.211 ms vlib/v/slow_tests/valgrind/option_reassigned.v
                                                                                
OK    [ 422/1642]     6.586 ms vlib/v/slow_tests/valgrind/logging.v
                                                                                
OK    [ 423/1642]     6.396 ms vlib/v/slow_tests/valgrind/option_simple.v
                                                                                
OK    [ 424/1642]    16.668 ms vlib/v/slow_tests/valgrind/if_expr_skip.v
                                                                                
OK    [ 425/1642]     6.261 ms vlib/v/slow_tests/valgrind/rand_module.v
                                                                                
OK    [ 426/1642]     7.637 ms vlib/v/slow_tests/valgrind/rune_methods.v
                                                                                
OK    [ 427/1642]     6.115 ms vlib/v/slow_tests/valgrind/simple_interpolation.v
                                                                                
OK    [ 428/1642]     6.409 ms vlib/v/slow_tests/valgrind/simple_interpolation_script_mode.v
                                                                                
OK    [ 429/1642]     6.211 ms vlib/v/slow_tests/valgrind/simple_interpolation_script_mode_more_scopes.v
                                                                                
OK    [ 430/1642]     7.202 ms vlib/v/slow_tests/valgrind/string_plus_string_plus.v
                                                                                
OK    [ 431/1642]     7.503 ms vlib/v/slow_tests/valgrind/string_str_method.v
                                                                                
OK    [ 432/1642]     6.354 ms vlib/v/slow_tests/valgrind/strings_builder.v
                                                                                
OK    [ 433/1642]     7.733 ms vlib/v/slow_tests/valgrind/struct_field.v
                                                                                
OK    [ 434/1642]     6.604 ms vlib/v/slow_tests/valgrind/struct_of_array_of_same_struct.v
                                                                                
OK    [ 435/1642]     6.273 ms vlib/v/slow_tests/valgrind/valgrind_test.v
                                                                                
OK    [ 436/1642]     8.376 ms vlib/v/slow_tests/valgrind/sync.v
                                                                                
OK    [ 437/1642]     5.873 ms vlib/v/tests/addr_test.v
                                                                                
OK    [ 438/1642]     6.676 ms vlib/v/tests/aggregate_is_nodetype_test.v
                                                                                
OK    [ 439/1642]     5.909 ms vlib/v/tests/alias_array_has_method_test.v
                                                                                
OK    [ 440/1642]     6.649 ms vlib/v/tests/alias_array_operator_overloading_test.v
                                                                                
OK    [ 441/1642]     8.298 ms vlib/v/tests/alias_array_plus_operator_test.v
                                                                                
OK    [ 442/1642]     6.962 ms vlib/v/tests/alias_basic_types_test.v
                                                                                
OK    [ 443/1642]     6.986 ms vlib/v/tests/alias_char_type_reference_test.v
                                                                                
OK    [ 444/1642]     6.598 ms vlib/v/tests/alias_custom_type_map_test.v
                                                                                
OK    [ 445/1642]     6.192 ms vlib/v/tests/alias_fixed_array_init_test.v
                                                                                
OK    [ 446/1642]     7.461 ms vlib/v/tests/alias_fixed_array_of_struct_test.v
                                                                                
OK    [ 447/1642]     6.168 ms vlib/v/tests/alias_fixed_array_test.v
                                                                                
OK    [ 448/1642]     6.198 ms vlib/v/tests/alias_in_a_struct_field_autostr_test.v
                                                                                
OK    [ 449/1642]     8.330 ms vlib/v/tests/alias_map_clone_test.v
                                                                                
OK    [ 450/1642]     6.365 ms vlib/v/tests/alias_map_operator_overloading_test.v
                                                                                
OK    [ 451/1642]     7.318 ms vlib/v/tests/alias_map_keys_test.v
                                                                                
OK    [ 452/1642]     7.089 ms vlib/v/tests/alias_operator_overloading_test.v
                                                                                
OK    [ 453/1642]     7.987 ms vlib/v/tests/alias_sumtype_method_call_test.v
                                                                                
OK    [ 454/1642]     6.918 ms vlib/v/tests/alias_to_ptr_arg_test.v
                                                                                
OK    [ 455/1642]     6.979 ms vlib/v/tests/aliased_array_method_call_test.v
                                                                                
OK    [ 456/1642]     6.732 ms vlib/v/tests/aliased_array_operations_test.v
                                                                                
OK    [ 457/1642]     7.047 ms vlib/v/tests/aliased_field_access_test.v
                                                                                
OK    [ 458/1642]     6.824 ms vlib/v/tests/aliased_option_fn_call_test.v
                                                                                
OK    [ 459/1642]     6.893 ms vlib/v/tests/aliasing_c_structs/eq_operator_overload_of_c_struct_alias_test.v
                                                                                
OK    [ 460/1642]     7.375 ms vlib/v/tests/anon_fn_call_test.v
                                                                                
OK    [ 461/1642]     6.787 ms vlib/v/tests/anon_fn_decl_with_anon_fn_params_test.v
                                                                                
OK    [ 462/1642]     7.886 ms vlib/v/tests/anon_fn_decl_inside_ternary_test.v
                                                                                
OK    [ 463/1642]     7.455 ms vlib/v/tests/anon_fn_fixed_arr_test.v
                                                                                
OK    [ 464/1642]     6.149 ms vlib/v/tests/anon_fn_in_containers_test.v
                                                                                
OK    [ 465/1642]     7.035 ms vlib/v/tests/anon_fn_option_call_in_if_expr_test.v
                                                                                
OK    [ 466/1642]     6.691 ms vlib/v/tests/anon_fn_redefinition_test.v
                                                                                
OK    [ 467/1642]     6.386 ms vlib/v/tests/anon_fn_test.v
                                                                                
OK    [ 468/1642]     6.943 ms vlib/v/tests/anon_fn_returning_question_test.v
                                                                                
OK    [ 469/1642]     6.264 ms vlib/v/tests/anon_fn_with_alias_args_test.v
                                                                                
OK    [ 470/1642]     6.611 ms vlib/v/tests/anon_fn_with_option_test.v
                                                                                
OK    [ 471/1642]     7.761 ms vlib/v/tests/anon_fn_with_nested_anon_fn_args_test.v
                                                                                
OK    [ 472/1642]     9.260 ms vlib/v/tests/anon_fn_with_array_arguments_test.v
                                                                                
OK    [ 473/1642]     6.979 ms vlib/v/tests/anon_struct_assign_test.v
                                                                                
OK    [ 474/1642]     7.166 ms vlib/v/tests/anon_struct_type_test.v
                                                                                
OK    [ 475/1642]     6.879 ms vlib/v/tests/anon_sum_type_test.v
                                                                                
OK    [ 476/1642]     7.562 ms vlib/v/tests/append_struct_to_interface_array_test.v
                                                                                
OK    [ 477/1642]     5.955 ms vlib/v/tests/appending_to_mut_array_in_fn_param_test.v
                                                                                
OK    [ 478/1642]     7.317 ms vlib/v/tests/array_access_optimisation_test.v
                                                                                
OK    [ 479/1642]     7.960 ms vlib/v/tests/array_append_short_struct_test.v
                                                                                
OK    [ 480/1642]     7.603 ms vlib/v/tests/array_as_interface_test.v
                                                                                
OK    [ 481/1642]     6.338 ms vlib/v/tests/array_cast_test.v
                                                                                
OK    [ 482/1642]   321.792 ms vlib/v/gen/wasm/binaryen/binaryen.c.v
                                                                                
OK    [ 483/1642]     8.114 ms vlib/v/tests/array_elements_with_option_test.v
                                                                                
OK    [ 484/1642]     7.774 ms vlib/v/tests/array_equality_test.v
                                                                                
OK    [ 485/1642]     7.599 ms vlib/v/tests/array_filter_using_direct_closure_test.v
                                                                                
OK    [ 486/1642]     8.771 ms vlib/v/tests/array_filter_of_fn_mut_arg_test.v
                                                                                
OK    [ 487/1642]     9.023 ms vlib/v/tests/array_get_anon_fn_value_test.v
                                                                                
OK    [ 488/1642]     8.038 ms vlib/v/tests/array_init_element_size_equal_array_size_test.v
                                                                                
OK    [ 489/1642]     7.463 ms vlib/v/tests/array_init_test.v
                                                                                
OK    [ 490/1642]    10.260 ms vlib/v/tests/array_index_option_test.v
                                                                                
OK    [ 491/1642]     7.952 ms vlib/v/tests/array_init_with_fields_test.v
                                                                                
OK    [ 492/1642]     7.750 ms vlib/v/tests/array_insert_as_mut_receiver_test.v
                                                                                
OK    [ 493/1642]     7.640 ms vlib/v/tests/array_map_or_test.v
                                                                                
OK    [ 494/1642]     7.389 ms vlib/v/tests/array_map_ref_test.v
                                                                                
OK    [ 495/1642]     7.939 ms vlib/v/tests/array_methods_test.v
                                                                                
OK    [ 496/1642]     9.991 ms vlib/v/tests/array_method_using_it_in_defer_test.v
                                                                                
OK    [ 497/1642]     7.049 ms vlib/v/tests/array_nested_call_test.v
                                                                                
OK    [ 498/1642]     7.251 ms vlib/v/tests/array_of_alias_pop_test.v
                                                                                
OK    [ 499/1642]     8.406 ms vlib/v/tests/array_of_alias_slice_test.v
                                                                                
OK    [ 500/1642]     7.805 ms vlib/v/tests/array_of_anon_fn_call_test.v
                                                                                
OK    [ 501/1642]     7.484 ms vlib/v/tests/array_of_fixed_array_map_test.v
                                                                                
OK    [ 502/1642]     7.131 ms vlib/v/tests/array_of_functions_direct_call_test.v
                                                                                
OK    [ 503/1642]     7.941 ms vlib/v/tests/array_of_fixed_array_test.v
                                                                                
OK    [ 504/1642]     7.408 ms vlib/v/tests/array_of_interface_init_test.v
                                                                                
OK    [ 505/1642]     8.150 ms vlib/v/tests/array_of_interfaces_builtin_method_test.v
                                                                                
OK    [ 506/1642]     8.670 ms vlib/v/tests/array_of_interfaces_equality_test.v
                                                                                
OK    [ 507/1642]     7.481 ms vlib/v/tests/array_of_ptrs_test.v
                                                                                
OK    [ 508/1642]     7.844 ms vlib/v/tests/array_of_map_with_default_test.v
                                                                                
OK    [ 509/1642]     7.661 ms vlib/v/tests/array_of_reference_sumtype_test.v
                                                                                
OK    [ 510/1642]     7.559 ms vlib/v/tests/array_of_sumtype_append_aggregate_type_test.v
                                                                                
OK    [ 511/1642]     7.981 ms vlib/v/tests/array_of_sumtype_append_alias_test.v
                                                                                
OK    [ 512/1642]     7.879 ms vlib/v/tests/array_of_sumtype_append_array_of_sumtype_test.v
                                                                                
OK    [ 513/1642]     6.144 ms vlib/v/tests/array_of_sumtype_init_test.v
                                                                                
OK    [ 514/1642]     7.370 ms vlib/v/tests/array_of_sumtype_with_default_test.v
                                                                                
OK    [ 515/1642]     6.282 ms vlib/v/tests/array_of_sumtypes_test.v
                                                                                
OK    [ 516/1642]     6.142 ms vlib/v/tests/array_slice_test.v
                                                                                
OK    [ 517/1642]     7.045 ms vlib/v/tests/array_of_threads_wait_test.v
                                                                                
OK    [ 518/1642]    17.519 ms vlib/v/tests/array_of_sumtype_append_literal_type_test.v
                                                                                
OK    [ 519/1642]     7.605 ms vlib/v/tests/array_sort_lt_overload_test.v
                                                                                
OK    [ 520/1642]     7.435 ms vlib/v/tests/array_string_test.v
                                                                                
OK    [ 521/1642]     7.218 ms vlib/v/tests/array_to_string_test.v
                                                                                
OK    [ 522/1642]     8.190 ms vlib/v/tests/array_test.v
                                                                                
OK    [ 523/1642]     7.665 ms vlib/v/tests/array_type_alias_test.v
                                                                                
OK    [ 524/1642]     7.261 ms vlib/v/tests/array_with_it_test.v
                                                                                
OK    [ 525/1642]     7.728 ms vlib/v/tests/arraydecompose_nonvariadic_test.v
                                                                                
OK    [ 526/1642]     7.001 ms vlib/v/tests/arrays_and_maps_of_empty_structs_should_work_test.v
                                                                                
OK    [ 527/1642]     7.529 ms vlib/v/tests/as_cast_already_smartcast_sumtype_test.v
                                                                                
OK    [ 528/1642]     7.422 ms vlib/v/tests/as_cast_is_expr_sumtype_fn_result_test.v
                                                                                
OK    [ 529/1642]     7.425 ms vlib/v/tests/assert_fn_call_with_parentheses_test.v
                                                                                
OK    [ 530/1642]     6.410 ms vlib/v/tests/assert_if_guard_expr_test.v
                                                                                
OK    [ 531/1642]    10.136 ms vlib/v/tests/as_cast_literal_test.v
                                                                                
OK    [ 532/1642]     7.936 ms vlib/v/tests/assert_should_evaluate_args_just_once_test.v
                                                                                
OK    [ 533/1642]     6.240 ms vlib/v/tests/assert_sumtype_test.v
                                                                                
OK    [ 534/1642]     7.977 ms vlib/v/tests/assert_with_array_ref_test.v
                                                                                
OK    [ 535/1642]     7.596 ms vlib/v/tests/assert_with_newlines_test.v
                                                                                
OK    [ 536/1642]     8.041 ms vlib/v/tests/assign_array_of_aliases_test.v
                                                                                
OK    [ 537/1642]     7.737 ms vlib/v/tests/assign_bitops_with_type_aliases_test.v
                                                                                
OK    [ 538/1642]     7.590 ms vlib/v/tests/assign_literal_with_closure_test.v
                                                                                
OK    [ 539/1642]     6.830 ms vlib/v/tests/assign_option_of_multi_return_with_heap_test.v
                                                                                
OK    [ 540/1642]     7.425 ms vlib/v/tests/assign_option_of_struct_fntype_field_test.v
                                                                                
OK    [ 541/1642]     9.253 ms vlib/v/tests/assign_map_value_of_fixed_array_test.v
                                                                                
OK    [ 542/1642]     7.801 ms vlib/v/tests/assign_shared_test.v
                                                                                
OK    [ 543/1642]     8.798 ms vlib/v/tests/atomic_test.v
                                                                                
OK    [ 544/1642]     6.466 ms vlib/v/tests/attribute_test.v
                                                                                
OK    [ 545/1642]     7.543 ms vlib/v/tests/autocast_in_if_conds_1_test.v
                                                                                
OK    [ 546/1642]     8.319 ms vlib/v/tests/autocast_in_if_conds_2_test.v
                                                                                
OK    [ 547/1642]     8.054 ms vlib/v/tests/autocast_in_if_conds_3_test.v
                                                                                
OK    [ 548/1642]     7.282 ms vlib/v/tests/autocast_in_if_conds_4_test.v
                                                                                
OK    [ 549/1642]     8.586 ms vlib/v/tests/autogen_free_test.v
                                                                                
OK    [ 550/1642]     8.526 ms vlib/v/tests/autolock_array1_test.v
                                                                                
OK    [ 551/1642]     8.488 ms vlib/v/tests/autolock_array2_test.v
                                                                                
OK    [ 552/1642]     8.172 ms vlib/v/tests/backtrace_test.v
                                                                                
OK    [ 553/1642]     7.824 ms vlib/v/tests/bench/bench_compare_tokens.v
                                                                                
OK    [ 554/1642]     6.198 ms vlib/v/tests/bench/bench_json_vs_json2.v
                                                                                
OK    [ 555/1642]     6.870 ms vlib/v/tests/bench/bench_random_number_generation.v
                                                                                
OK    [ 556/1642]     7.106 ms vlib/v/tests/bench/bench_string_key_in_map_vs_string_value_in_array.v
                                                                                
OK    [ 557/1642]     9.063 ms vlib/v/tests/bench/bench_stbi_load.v
                                                                                
OK    [ 558/1642]     7.390 ms vlib/v/tests/bench/gcboehm/GC_bench.v
                                                                                
OK    [ 559/1642]    10.655 ms vlib/v/tests/bench/bench_string_int.v
                                                                                
OK    [ 560/1642]     8.220 ms vlib/v/tests/bench/math_big_gcd/bench_euclid.v
                                                                                
OK    [ 561/1642]     6.842 ms vlib/v/tests/bench/math_big_gcd/prime/maker.v
                                                                                
OK    [ 562/1642]     7.727 ms vlib/v/tests/big_array_allocation_test.v
                                                                                
OK    [ 563/1642]     7.276 ms vlib/v/tests/blank_ident_test.v
                                                                                
OK    [ 564/1642]     7.376 ms vlib/v/tests/break_in_lock_test.v
                                                                                
OK    [ 565/1642]     7.159 ms vlib/v/tests/c_function_mut_param/code_test.v
                                                                                
OK    [ 566/1642]     9.261 ms vlib/v/tests/c_array_test.v
                                                                                
OK    [ 567/1642]     7.656 ms vlib/v/tests/c_struct_free/c_struct_free_property_test.v
                                                                                
OK    [ 568/1642]     8.489 ms vlib/v/tests/c_function_mut_param/option_args_test.v
                                                                                
OK    [ 569/1642]     9.883 ms vlib/v/tests/c_struct_with_reserved_field_name_test.v
                                                                                
OK    [ 570/1642]     7.011 ms vlib/v/tests/call_on_anon_test.v
                                                                                
OK    [ 571/1642]     7.016 ms vlib/v/tests/call_to_str_on_option_test.v
                                                                                
OK    [ 572/1642]     6.424 ms vlib/v/tests/cast_bool_to_int_test.v
                                                                                
OK    [ 573/1642]     5.997 ms vlib/v/tests/cast_comptime_test.v
                                                                                
OK    [ 574/1642]     7.591 ms vlib/v/tests/cast_in_index_of_ref_fixed_array_test.v
                                                                                
OK    [ 575/1642]     6.555 ms vlib/v/tests/cast_int_to_interface_test.v
                                                                                
OK    [ 576/1642]     8.279 ms vlib/v/tests/cast_in_comptime_if_test.v
                                                                                
OK    [ 577/1642]    14.635 ms vlib/v/tests/calling_module_functions_with_maps_of_arrays_test.v
                                                                                
OK    [ 578/1642]     9.553 ms vlib/v/tests/cast_none_to_option_test.v
                                                                                
OK    [ 579/1642]     6.860 ms vlib/v/tests/cast_to_alias_test.v
                                                                                
OK    [ 580/1642]     7.252 ms vlib/v/tests/cast_option_to_interface_test.v
                                                                                
OK    [ 581/1642]     6.235 ms vlib/v/tests/cast_to_anon_sumtype_test.v
                                                                                
OK    [ 582/1642]     6.648 ms vlib/v/tests/cast_to_byte_test.v
                                                                                
OK    [ 583/1642]     6.282 ms vlib/v/tests/cast_to_interface_test.v
                                                                                
OK    [ 584/1642]    13.964 ms vlib/v/tests/cast_test.js.v
                                                                                
OK    [ 585/1642]     7.954 ms vlib/v/tests/cast_to_empty_interface_test.v
                                                                                
OK    [ 586/1642]     7.560 ms vlib/v/tests/cast_to_u8_test.v
                                                                                
OK    [ 587/1642]     7.422 ms vlib/v/tests/char_literal_bytes_test.v
                                                                                
OK    [ 588/1642]     8.299 ms vlib/v/tests/channels_test.v
                                                                                
OK    [ 589/1642]     6.623 ms vlib/v/tests/check_init_value_for_arrays_of_option_test.v
                                                                                
OK    [ 590/1642]     7.639 ms vlib/v/tests/check_in_is_consistency_test.v
                                                                                
OK    [ 591/1642]    11.232 ms vlib/v/tests/cflags/vmodroot_and_vroot_test.v
                                                                                
OK    [ 592/1642]     6.744 ms vlib/v/tests/checks_for_operator_overrides_should_happen_on_the_concrete_types_when_using_generics_test.v
                                                                                
OK    [ 593/1642]     6.677 ms vlib/v/tests/closure_data_with_gc_test.v
                                                                                
OK    [ 594/1642]     6.512 ms vlib/v/tests/closure_generator_test.v
                                                                                
OK    [ 595/1642]     7.416 ms vlib/v/tests/clash_var_name_of_array_and_map_test.v
                                                                                
OK    [ 596/1642]     6.512 ms vlib/v/tests/closure_with_fixed_array_var_test.v
                                                                                
OK    [ 597/1642]     6.149 ms vlib/v/tests/comptime_at_test.v
                                                                                
OK    [ 598/1642]     8.029 ms vlib/v/tests/complex_assign_test.v
                                                                                
OK    [ 599/1642]     8.575 ms vlib/v/tests/complex_map_op_test.v
                                                                                
OK    [ 600/1642]    14.370 ms vlib/v/tests/closure_test.v
                                                                                
OK    [ 601/1642]     7.531 ms vlib/v/tests/comptime_attribute_selector_test.v
                                                                                
OK    [ 602/1642]     7.897 ms vlib/v/tests/comptime_bittness_and_endianess_test.v
                                                                                
OK    [ 603/1642]     6.943 ms vlib/v/tests/comptime_branching_working_without_compile_error_test.v
                                                                                
OK    [ 604/1642]     6.662 ms vlib/v/tests/comptime_call_in_fn_call_test.v
                                                                                
OK    [ 605/1642]     9.797 ms vlib/v/tests/comptime_call_or_block_test.v
                                                                                
OK    [ 606/1642]     6.498 ms vlib/v/tests/comptime_call_test.v
                                                                                
OK    [ 607/1642]     6.936 ms vlib/v/tests/comptime_concrete_type_register_test.v
                                                                                
OK    [ 608/1642]     8.396 ms vlib/v/tests/comptime_call_tmpl_variable_scope_test.v
                                                                                
OK    [ 609/1642]     8.805 ms vlib/v/tests/comptime_call_type_test.v
                                                                                
OK    [ 610/1642]     7.525 ms vlib/v/tests/comptime_const_def_test.v
                                                                                
OK    [ 611/1642]     8.930 ms vlib/v/tests/comptime_enum_test.v
                                                                                
OK    [ 612/1642]     7.000 ms vlib/v/tests/comptime_field_indirections_test.v
                                                                                
OK    [ 613/1642]     7.203 ms vlib/v/tests/comptime_field_name_check_test.v
                                                                                
OK    [ 614/1642]     7.069 ms vlib/v/tests/comptime_field_selector_test.v
                                                                                
OK    [ 615/1642]     7.235 ms vlib/v/tests/comptime_for_in_field_with_generic_fn_test.v
                                                                                
OK    [ 616/1642]    10.360 ms vlib/v/tests/comptime_for_in_field_selector_test.v
                                                                                
OK    [ 617/1642]     8.756 ms vlib/v/tests/comptime_for_in_fields_FieldData_test.v
                                                                                
OK    [ 618/1642]    12.599 ms vlib/v/tests/comptime_for_break_test.v
                                                                                
OK    [ 619/1642]    10.584 ms vlib/v/tests/comptime_for_in_field_typeof_test.v
                                                                                
OK    [ 620/1642]     9.145 ms vlib/v/tests/comptime_for_method_call_in_print_call_test.v
                                                                                
OK    [ 621/1642]     6.852 ms vlib/v/tests/comptime_for_test.v
                                                                                
OK    [ 622/1642]     7.862 ms vlib/v/tests/comptime_for_method_call_with_args_test.v
                                                                                
OK    [ 623/1642]     8.412 ms vlib/v/tests/comptime_for_method_call_test.v
                                                                                
OK    [ 624/1642]     8.035 ms vlib/v/tests/comptime_for_over_struct_with_C_reserved_word_fields_test.v
                                                                                
OK    [ 625/1642]     6.093 ms vlib/v/tests/comptime_if_expr_generic_typ_is_type_test.v
                                                                                
OK    [ 626/1642]     8.406 ms vlib/v/tests/comptime_generic_test.v
                                                                                
OK    [ 627/1642]     8.079 ms vlib/v/tests/comptime_if_expr_in_const_decl_test.v
                                                                                
OK    [ 628/1642]     8.205 ms vlib/v/tests/comptime_if_expr_in_struct_field_default_test.v
                                                                                
OK    [ 629/1642]     5.639 ms vlib/v/tests/comptime_if_expr_with_result_call_test.v
                                                                                
OK    [ 630/1642]     6.846 ms vlib/v/tests/comptime_if_generic_shift_test.v
                                                                                
OK    [ 631/1642]     6.339 ms vlib/v/tests/comptime_if_is_test.v
                                                                                
OK    [ 632/1642]     8.969 ms vlib/v/tests/comptime_if_is_interface_test.v
                                                                                
OK    [ 633/1642]     6.215 ms vlib/v/tests/comptime_if_pkgconfig_test.v
                                                                                
OK    [ 634/1642]     7.593 ms vlib/v/tests/comptime_if_test.v
                                                                                
OK    [ 635/1642]     7.800 ms vlib/v/tests/comptime_if_threads_no_test.v
                                                                                
OK    [ 636/1642]     6.790 ms vlib/v/tests/comptime_in_type_checking_test.v
                                                                                
OK    [ 637/1642]    24.313 ms vlib/v/tests/comptime_if_expr_test.v
                                                                                
OK    [ 638/1642]     9.962 ms vlib/v/tests/comptime_if_threads_yes_test.v
                                                                                
OK    [ 639/1642]     8.296 ms vlib/v/tests/comptime_indirection_check_test.v
                                                                                
OK    [ 640/1642]     8.147 ms vlib/v/tests/comptime_kinds_test.v
                                                                                
OK    [ 641/1642]     7.491 ms vlib/v/tests/comptime_map_test.v
                                                                                
OK    [ 642/1642]     8.545 ms vlib/v/tests/comptime_map_it_test.v
                                                                                
OK    [ 643/1642]     7.560 ms vlib/v/tests/comptime_method_args_test.v
                                                                                
OK    [ 644/1642]     8.048 ms vlib/v/tests/comptime_method_call_test.v
                                                                                
OK    [ 645/1642]     7.633 ms vlib/v/tests/comptime_method_call_with_check_test.v
                                                                                
OK    [ 646/1642]     8.500 ms vlib/v/tests/comptime_name_check_test.v
                                                                                
OK    [ 647/1642]     8.734 ms vlib/v/tests/comptime_on_generics_func_test.v
                                                                                
OK    [ 648/1642]     7.308 ms vlib/v/tests/comptime_option_field_test.v
                                                                                
OK    [ 649/1642]     7.696 ms vlib/v/tests/comptime_propagate_test.v
                                                                                
OK    [ 650/1642]     8.059 ms vlib/v/tests/comptime_println_test.v
                                                                                
OK    [ 651/1642]     7.135 ms vlib/v/tests/comptime_selector_ptr_test.v
                                                                                
OK    [ 652/1642]     7.458 ms vlib/v/tests/comptime_sumtype_cast_3_test.v
                                                                                
OK    [ 653/1642]     6.541 ms vlib/v/tests/comptime_sumtype_cast_test.v
                                                                                
OK    [ 654/1642]     6.737 ms vlib/v/tests/comptime_type_test.v
                                                                                
OK    [ 655/1642]     7.103 ms vlib/v/tests/comptime_var_assignment_test.v
                                                                                
OK    [ 656/1642]     7.285 ms vlib/v/tests/comptime_var_on_multiple_args_test.v
                                                                                
OK    [ 657/1642]     7.276 ms vlib/v/tests/comptime_var_param_test.v
                                                                                
OK    [ 658/1642]    19.628 ms vlib/v/tests/comptime_sumtype_cast_2_test.v
                                                                                
OK    [ 659/1642]     7.686 ms vlib/v/tests/comptimeselector_mut_test.v
                                                                                
OK    [ 660/1642]     9.838 ms vlib/v/tests/concrete_type_as_generic_fn_type_1_test.v
                                                                                
OK    [ 661/1642]     8.689 ms vlib/v/tests/concrete_type_as_generic_fn_type_2_test.v
                                                                                
OK    [ 662/1642]     7.386 ms vlib/v/tests/const_and_global_with_same_name_test.v
                                                                                
OK    [ 663/1642]     7.793 ms vlib/v/tests/const_call_expr_order_test.v
                                                                                
OK    [ 664/1642]     8.125 ms vlib/v/tests/const_array_init_order_test.v
                                                                                
OK    [ 665/1642]     7.609 ms vlib/v/tests/const_can_use_options_results_test.v
                                                                                
OK    [ 666/1642]     7.905 ms vlib/v/tests/const_comptime_eval_before_vinit_test.v
                                                                                
OK    [ 667/1642]     6.043 ms vlib/v/tests/const_embed_test.v
                                                                                
OK    [ 668/1642]     6.557 ms vlib/v/tests/const_fixed_array_containing_references_to_itself_test.v
                                                                                
OK    [ 669/1642]     7.297 ms vlib/v/tests/const_from_bytes_test.v
                                                                                
OK    [ 670/1642]     9.458 ms vlib/v/tests/const_fixed_array_of_reference_value_test.v
                                                                                
OK    [ 671/1642]     6.319 ms vlib/v/tests/const_init_order_test.v
                                                                                
OK    [ 672/1642]     9.357 ms vlib/v/tests/const_function_call_init_order_test.v
                                                                                
OK    [ 673/1642]    17.933 ms vlib/v/tests/const_eval_simple_int_expressions_at_comptime_test.v
                                                                                
OK    [ 674/1642]     7.186 ms vlib/v/tests/const_many_pluses_with_raw_string_literal_test.v
                                                                                
OK    [ 675/1642]     7.707 ms vlib/v/tests/const_reference_argument_test.v
                                                                                
OK    [ 676/1642]     7.768 ms vlib/v/tests/const_representation_test.v
                                                                                
OK    [ 677/1642]     8.648 ms vlib/v/tests/const_name_equals_fn_name_test.v
                                                                                
OK    [ 678/1642]     8.232 ms vlib/v/tests/const_selector_expr_order_test.v
                                                                                
OK    [ 679/1642]     8.598 ms vlib/v/tests/const_resolution_test.v
                                                                                
OK    [ 680/1642]     8.329 ms vlib/v/tests/const_test.v
                                                                                
OK    [ 681/1642]     8.814 ms vlib/v/tests/const_use_nested_options_test.v
                                                                                
OK    [ 682/1642]     8.347 ms vlib/v/tests/constant_array_size_test.v
                                                                                
OK    [ 683/1642]     6.873 ms vlib/v/tests/conversions_test.v
                                                                                
OK    [ 684/1642]     8.212 ms vlib/v/tests/create_dll/create_win_dll.v
                                                                                
OK    [ 685/1642]     6.832 ms vlib/v/tests/cross_assign_fixed_array_test.v
                                                                                
OK    [ 686/1642]     8.446 ms vlib/v/tests/create_dll/create_win_dll_test.v
                                                                                
OK    [ 687/1642]     7.612 ms vlib/v/tests/cross_assign_test.v
                                                                                
OK    [ 688/1642]     8.222 ms vlib/v/tests/cross_assign_with_generic_fn_call_test.v
                                                                                
OK    [ 689/1642]     7.959 ms vlib/v/tests/cross_assign_with_parentheses_test.v
                                                                                
OK    [ 690/1642]     7.510 ms vlib/v/tests/cstrings_test.v
                                                                                
OK    [ 691/1642]     7.293 ms vlib/v/tests/custom_str_on_struct_with_too_many_fields_test.v
                                                                                
OK    [ 692/1642]     9.958 ms vlib/v/tests/default_thread_stack_size_test.v
                                                                                
OK    [ 693/1642]     7.549 ms vlib/v/tests/defer/defer_return_test.v
                                                                                
OK    [ 694/1642]     7.350 ms vlib/v/tests/defer_use_returned_value_test.v
                                                                                
OK    [ 695/1642]    10.380 ms vlib/v/tests/defer/defer_test.v
                                                                                
OK    [ 696/1642]     7.250 ms vlib/v/tests/dereference_mut_interface_in_loop_test.v
                                                                                
OK    [ 697/1642]    11.366 ms vlib/v/tests/defer/defer_with_fn_var_test.v
                                                                                
OK    [ 698/1642]     6.407 ms vlib/v/tests/dump_c_structs/dump_c_struct_test.v
                                                                                
OK    [ 699/1642]     7.473 ms vlib/v/tests/double_ref_deref_test.v
                                                                                
OK    [ 700/1642]     6.638 ms vlib/v/tests/dump_fns_test.v
                                                                                
OK    [ 701/1642]     5.675 ms vlib/v/tests/embed_method_call_test.v
                                                                                
OK    [ 702/1642]     6.612 ms vlib/v/tests/embed_error_in_returning_result_test.v
                                                                                
OK    [ 703/1642]     5.939 ms vlib/v/tests/embed_struct_field_default_value_test.v
                                                                                
OK    [ 704/1642]     6.324 ms vlib/v/tests/embed_struct_name_test.v
                                                                                
OK    [ 705/1642]     6.208 ms vlib/v/tests/embed_struct_with_sumtype_field_test.v
                                                                                
OK    [ 706/1642]    24.057 ms vlib/v/tests/differently_named_structs_test.v
                                                                                
OK    [ 707/1642]     5.929 ms vlib/v/tests/empty_interface_is_another_empty_interface_check_test.v
                                                                                
OK    [ 708/1642]     6.694 ms vlib/v/tests/empty_interface_test.v
                                                                                
OK    [ 709/1642]     6.981 ms vlib/v/tests/empty_struct_compare_test.v
                                                                                
OK    [ 710/1642]     6.983 ms vlib/v/tests/enum_aliases_test.v
                                                                                
OK    [ 711/1642]     7.616 ms vlib/v/tests/empty_struct_test.v
                                                                                
OK    [ 712/1642]     7.694 ms vlib/v/tests/enum_array_field_test.v
                                                                                
OK    [ 713/1642]     7.065 ms vlib/v/tests/enum_attr_test.v
                                                                                
OK    [ 714/1642]     9.010 ms vlib/v/tests/enum_attr_2_test.v
                                                                                
OK    [ 715/1642]     8.315 ms vlib/v/tests/enum_bitfield_64bit_test.v
                                                                                
OK    [ 716/1642]    34.520 ms vlib/v/tests/dump_on_generic_func_test.v
                                                                                
OK    [ 717/1642]     8.116 ms vlib/v/tests/enum_bitfield_test.v
                                                                                
OK    [ 718/1642]     7.586 ms vlib/v/tests/enum_bitfield_works_with_comptime_conditional_in_the_same_scope_test.v
                                                                                
OK    [ 719/1642]     7.481 ms vlib/v/tests/enum_default_value_in_struct_test.v
                                                                                
OK    [ 720/1642]     9.170 ms vlib/v/tests/enum_default_test.v
                                                                                
OK    [ 721/1642]     8.432 ms vlib/v/tests/enum_explicit_size_big_and_small_test.v
                                                                                
OK    [ 722/1642]     6.785 ms vlib/v/tests/enum_hex_test.v
                                                                                
OK    [ 723/1642]     6.897 ms vlib/v/tests/enum_test.v
                                                                                
OK    [ 724/1642]     6.535 ms vlib/v/tests/field_publicity/embed.v
                                                                                
OK    [ 725/1642]    10.312 ms vlib/v/tests/enum_max_test.v
                                                                                
OK    [ 726/1642]    10.820 ms vlib/v/tests/filter_in_map_test.v
                                                                                
OK    [ 727/1642]     7.805 ms vlib/v/tests/fixed_array_2_test.v
                                                                                
OK    [ 728/1642]    10.467 ms vlib/v/tests/filter_test.v
                                                                                
OK    [ 729/1642]    16.462 ms vlib/v/tests/failing_tests_test.v
                                                                                
OK    [ 730/1642]     8.553 ms vlib/v/tests/fixed_array_chan_test.v
                                                                                
OK    [ 731/1642]     7.778 ms vlib/v/tests/fixed_array_const_size_test.v
                                                                                
OK    [ 732/1642]     8.039 ms vlib/v/tests/fixed_array_explicit_decompose_test.v
                                                                                
OK    [ 733/1642]     7.599 ms vlib/v/tests/fixed_array_init_test.v
                                                                                
OK    [ 734/1642]     9.454 ms vlib/v/tests/fixed_array_in_op_test.v
                                                                                
OK    [ 735/1642]     9.859 ms vlib/v/tests/fixed_array_literal_index_test.v
                                                                                
OK    [ 736/1642]     6.672 ms vlib/v/tests/fixed_array_literal_range_index_test.v
                                                                                
OK    [ 737/1642]     7.192 ms vlib/v/tests/fixed_array_of_alias_struct_test.v
                                                                                
OK    [ 738/1642]     6.888 ms vlib/v/tests/fixed_array_of_interfaces_equality_test.v
                                                                                
OK    [ 739/1642]     8.716 ms vlib/v/tests/fixed_array_of_fn_test.v
                                                                                
OK    [ 740/1642]     6.398 ms vlib/v/tests/fixed_array_of_threads_test.v
                                                                                
OK    [ 741/1642]     7.867 ms vlib/v/tests/fixed_array_test.v
                                                                                
OK    [ 742/1642]     6.639 ms vlib/v/tests/fixed_array_to_string_test.v
                                                                                
OK    [ 743/1642]     7.329 ms vlib/v/tests/fn_assignment_test.v
                                                                                
OK    [ 744/1642]    19.706 ms vlib/v/tests/fixed_array_map_test.v
                                                                                
OK    [ 745/1642]     8.985 ms vlib/v/tests/fn_call_comptime_array_arg_test.v
                                                                                
OK    [ 746/1642]     7.568 ms vlib/v/tests/fn_call_fixed_array_literal_args_test.v
                                                                                
OK    [ 747/1642]     8.617 ms vlib/v/tests/fn_call_generic_array_arg_test.v
                                                                                
OK    [ 748/1642]     6.946 ms vlib/v/tests/fn_call_mut_array_of_aliases_args_test.v
                                                                                
OK    [ 749/1642]     7.936 ms vlib/v/tests/fn_call_mut_sumtype_args_test.v
                                                                                
OK    [ 750/1642]     7.335 ms vlib/v/tests/fn_call_using_anon_fn_call_args_test.v
                                                                                
OK    [ 751/1642]     7.651 ms vlib/v/tests/fn_cross_assign_test.v
                                                                                
OK    [ 752/1642]     7.250 ms vlib/v/tests/fn_expecting_ref_but_returning_struct_test.v
                                                                                
OK    [ 753/1642]     9.101 ms vlib/v/tests/fn_expecting_ref_but_returning_struct_time_module_test.v
                                                                                
OK    [ 754/1642]     8.488 ms vlib/v/tests/fn_fixed_array_ret_test.v
                                                                                
OK    [ 755/1642]     7.896 ms vlib/v/tests/fn_high_test.v
                                                                                
OK    [ 756/1642]     7.745 ms vlib/v/tests/fn_index_direct_call_test.v
                                                                                
OK    [ 757/1642]     7.483 ms vlib/v/tests/fn_literal_type_test.v
                                                                                
OK    [ 758/1642]     8.280 ms vlib/v/tests/fn_multi_return_test.v
                                                                                
OK    [ 759/1642]     7.531 ms vlib/v/tests/fn_multiple_returns_test.v
                                                                                
OK    [ 760/1642]     7.687 ms vlib/v/tests/fn_mut_arg_of_array_test.v
                                                                                
OK    [ 761/1642]     9.090 ms vlib/v/tests/fn_mut_arg_of_interface_test.v
                                                                                
OK    [ 762/1642]     9.691 ms vlib/v/tests/fn_mut_args_test.v
                                                                                
OK    [ 763/1642]    10.551 ms vlib/v/tests/fn_ptr_call_test.v
                                                                                
OK    [ 764/1642]     9.571 ms vlib/v/tests/fn_return_fn_test.v
                                                                                
OK    [ 765/1642]    10.738 ms vlib/v/tests/fn_return_alias_of_ptr_test.v
                                                                                
OK    [ 766/1642]     6.917 ms vlib/v/tests/fn_return_mut_sumtype_test.v
                                                                                
OK    [ 767/1642]    10.549 ms vlib/v/tests/fn_return_opt_or_res_of_array_test.v
                                                                                
OK    [ 768/1642]     8.146 ms vlib/v/tests/fn_return_typeof_test.v
                                                                                
OK    [ 769/1642]     7.227 ms vlib/v/tests/fn_type_aliases_test.v
                                                                                
OK    [ 770/1642]     8.646 ms vlib/v/tests/fn_shared_return_test.v
                                                                                
OK    [ 771/1642]     8.448 ms vlib/v/tests/fn_test.v
                                                                                
OK    [ 772/1642]     7.866 ms vlib/v/tests/fn_type_call_of_match_expr_test.v
                                                                                
OK    [ 773/1642]     6.848 ms vlib/v/tests/fn_var_name_using_reserved_test.v
                                                                                
OK    [ 774/1642]     8.192 ms vlib/v/tests/fn_type_only_argument_test.v
                                                                                
OK    [ 775/1642]     7.645 ms vlib/v/tests/fn_variadic_test.v
                                                                                
OK    [ 776/1642]    10.308 ms vlib/v/tests/fn_voidptr_param_call_with_nonpointer_rvalue_test.v
                                                                                
OK    [ 777/1642]     7.623 ms vlib/v/tests/fn_with_fixed_array_args_test.v
                                                                                
OK    [ 778/1642]    10.290 ms vlib/v/tests/fn_with_array_of_aliases_argument_test.v
                                                                                
OK    [ 779/1642]     9.925 ms vlib/v/tests/fn_with_opt_or_res_of_multi_return_test.v
                                                                                
OK    [ 780/1642]    10.228 ms vlib/v/tests/fn_with_fixed_array_function_args_test.v
                                                                                
OK    [ 781/1642]     9.204 ms vlib/v/tests/for_c_multi_vars_test.v
                                                                                
OK    [ 782/1642]     6.411 ms vlib/v/tests/for_c_multiple_expressions_in_increment_test.v
                                                                                
OK    [ 783/1642]     8.155 ms vlib/v/tests/for_comptime_selector_test.v
                                                                                
OK    [ 784/1642]     8.566 ms vlib/v/tests/for_cond_test.v
                                                                                
OK    [ 785/1642]     9.038 ms vlib/v/tests/for_in_alias_test.v
                                                                                
OK    [ 786/1642]     7.502 ms vlib/v/tests/for_in_containers_of_fixed_array_test.v
                                                                                
OK    [ 787/1642]     6.881 ms vlib/v/tests/for_in_iterator_of_generic_struct_1_test.v
                                                                                
OK    [ 788/1642]     8.217 ms vlib/v/tests/for_in_iterator_of_generic_struct_2_test.v
                                                                                
OK    [ 789/1642]     8.055 ms vlib/v/tests/for_in_iterator_of_generic_struct_3_test.v
                                                                                
OK    [ 790/1642]     7.428 ms vlib/v/tests/for_in_mut_array_index_test.v
                                                                                
OK    [ 791/1642]     8.288 ms vlib/v/tests/for_in_map_of_pointers_test.v
                                                                                
OK    [ 792/1642]     9.855 ms vlib/v/tests/for_in_iterator_test.v
                                                                                
OK    [ 793/1642]     7.277 ms vlib/v/tests/for_in_mut_array_with_infix_expr_test.v
                                                                                
OK    [ 794/1642]     6.351 ms vlib/v/tests/for_in_mut_mutable_app_field_test.v
                                                                                
OK    [ 795/1642]     7.598 ms vlib/v/tests/for_in_mut_iterator_val_test.v
                                                                                
OK    [ 796/1642]     8.755 ms vlib/v/tests/for_in_mut_array_with_mul_test.v
                                                                                
OK    [ 797/1642]     8.015 ms vlib/v/tests/for_in_mut_struct_val_test.v
                                                                                
OK    [ 798/1642]     6.137 ms vlib/v/tests/for_in_mut_val_test.v
                                                                                
OK    [ 799/1642]     6.121 ms vlib/v/tests/for_in_option_test.v
                                                                                
OK    [ 800/1642]     7.002 ms vlib/v/tests/for_in_mut_val_with_if_val_in_test.v
                                                                                
OK    [ 801/1642]     6.840 ms vlib/v/tests/for_in_ref_arr_test.v
                                                                                
OK    [ 802/1642]     6.883 ms vlib/v/tests/for_in_ref_map_test.v
                                                                                
OK    [ 803/1642]     6.897 ms vlib/v/tests/for_label_continue_break_test.v
                                                                                
OK    [ 804/1642]     6.819 ms vlib/v/tests/for_loop_with_option2_test.v
                                                                                
OK    [ 805/1642]    24.862 ms vlib/v/tests/for_in_mut_reference_selector_val_test.v
                                                                                
OK    [ 806/1642]     7.077 ms vlib/v/tests/for_loop_with_option_test.v
                                                                                
OK    [ 807/1642]     6.404 ms vlib/v/tests/for_select_test.v
                                                                                
OK    [ 808/1642]     8.467 ms vlib/v/tests/for_loops_2_test.v
                                                                                
OK    [ 809/1642]     8.396 ms vlib/v/tests/for_loops_test.v
                                                                                
OK    [ 810/1642]     7.338 ms vlib/v/tests/for_smartcast_test.v
                                                                                
OK    [ 811/1642]     6.423 ms vlib/v/tests/generic_array_clone_test.v
                                                                                
OK    [ 812/1642]     8.791 ms vlib/v/tests/for_t_fields_with_comptime_if_test.v
                                                                                
OK    [ 813/1642]     7.795 ms vlib/v/tests/forcomp_alias_type_test.v
                                                                                
OK    [ 814/1642]     7.108 ms vlib/v/tests/generic_array_of_alias_test.v
                                                                                
OK    [ 815/1642]     8.237 ms vlib/v/tests/generic_array_of_sumtype_push_test.v
                                                                                
OK    [ 816/1642]     8.117 ms vlib/v/tests/generic_arrays_sum_test.v
                                                                                
OK    [ 817/1642]     7.707 ms vlib/v/tests/generic_call_mixing_args_test.v
                                                                                
OK    [ 818/1642]     7.220 ms vlib/v/tests/generic_complex_sumtype_test.v
                                                                                
OK    [ 819/1642]    10.844 ms vlib/v/tests/generic_chan_test.v
                                                                                
OK    [ 820/1642]     7.352 ms vlib/v/tests/generic_comptime_test.v
                                                                                
OK    [ 821/1642]     6.955 ms vlib/v/tests/generic_empty_interface_to_struct_test.v
                                                                                
OK    [ 822/1642]     6.487 ms vlib/v/tests/generic_fn_assign_generics_struct_test.v
                                                                                
OK    [ 823/1642]     9.375 ms vlib/v/tests/generic_empty_interface_to_multi_struct_test.v
                                                                                
OK    [ 824/1642]     8.021 ms vlib/v/tests/generic_fn_call_with_reference_argument_test.v
                                                                                
OK    [ 825/1642]     6.463 ms vlib/v/tests/generic_fn_infer_fixed_array_test.v
                                                                                
OK    [ 826/1642]     7.726 ms vlib/v/tests/generic_fn_infer_fn_type_argument_test.v
                                                                                
OK    [ 827/1642]    10.248 ms vlib/v/tests/generic_fn_cast_to_alias_test.v
                                                                                
OK    [ 828/1642]     7.885 ms vlib/v/tests/generic_fn_infer_fn_type_using_ref_arg_test.v
                                                                                
OK    [ 829/1642]     6.693 ms vlib/v/tests/generic_fn_infer_map_argument_test.v
                                                                                
OK    [ 830/1642]     7.221 ms vlib/v/tests/generic_fn_infer_map_test.v
                                                                                
OK    [ 831/1642]     8.259 ms vlib/v/tests/generic_fn_infer_modifier_test.v
                                                                                
OK    [ 832/1642]     7.170 ms vlib/v/tests/generic_fn_infer_nested_struct_test.v
                                                                                
OK    [ 833/1642]     9.249 ms vlib/v/tests/generic_fn_infer_multi_paras_test.v
                                                                                
OK    [ 834/1642]     9.264 ms vlib/v/tests/generic_fn_infer_nested_generic_fn_test.v
                                                                                
OK    [ 835/1642]     7.719 ms vlib/v/tests/generic_fn_infer_struct_test.v
                                                                                
OK    [ 836/1642]     6.320 ms vlib/v/tests/generic_fn_infer_test.v
                                                                                
OK    [ 837/1642]     8.760 ms vlib/v/tests/generic_fn_multi_return_test.v
                                                                                
OK    [ 838/1642]     8.800 ms vlib/v/tests/generic_fn_returning_option_and_result_test.v
                                                                                
OK    [ 839/1642]     9.977 ms vlib/v/tests/generic_fn_infer_variadic_test.v
                                                                                
OK    [ 840/1642]     7.554 ms vlib/v/tests/generic_fn_returning_type_with_T_test.v
                                                                                
OK    [ 841/1642]     6.961 ms vlib/v/tests/generic_fn_typeof_name_test.v
                                                                                
OK    [ 842/1642]     7.077 ms vlib/v/tests/generic_fn_upper_name_type_test.v
                                                                                
OK    [ 843/1642]     7.204 ms vlib/v/tests/generic_fn_using_generic_type_in_if_test.v
                                                                                
OK    [ 844/1642]     8.104 ms vlib/v/tests/generic_fn_with_anon_fn_test.v
                                                                                
OK    [ 845/1642]     7.998 ms vlib/v/tests/generic_fn_with_nested_generic_fn_call_test.v
                                                                                
OK    [ 846/1642]    10.726 ms vlib/v/tests/generic_fn_with_comptime_for_test.v
                                                                                
OK    [ 847/1642]     6.259 ms vlib/v/tests/generic_fn_with_short_generic_struct_init_syntax_1_test.v
                                                                                
OK    [ 848/1642]     7.327 ms vlib/v/tests/generic_fn_with_short_generic_struct_init_syntax_2_test.v
                                                                                
OK    [ 849/1642]     6.785 ms vlib/v/tests/generic_interface_infer_test.v
                                                                                
OK    [ 850/1642]     9.674 ms vlib/v/tests/generic_functions_with_normal_function_test.v
                                                                                
OK    [ 851/1642]     7.001 ms vlib/v/tests/generic_interface_test.v
                                                                                
OK    [ 852/1642]    11.674 ms vlib/v/tests/generic_method_with_variadic_generic_args_test.v
                                                                                
OK    [ 853/1642]     6.775 ms vlib/v/tests/generic_resolve_test.v
                                                                                
OK    [ 854/1642]    10.138 ms vlib/v/tests/generic_operator_overload_test.v
                                                                                
OK    [ 855/1642]     9.197 ms vlib/v/tests/generic_recursive_fn_test.v
                                                                                
OK    [ 856/1642]     7.678 ms vlib/v/tests/generic_selector_test.v
                                                                                
OK    [ 857/1642]     7.628 ms vlib/v/tests/generic_struct_init_with_update_expr_test.v
                                                                                
OK    [ 858/1642]     7.113 ms vlib/v/tests/generic_struct_recursive_test.v
                                                                                
OK    [ 859/1642]     9.063 ms vlib/v/tests/generic_static_method_test.v
                                                                                
OK    [ 860/1642]     8.986 ms vlib/v/tests/generic_struct_init_with_generic_cast_test.v
                                                                                
OK    [ 861/1642]    11.516 ms vlib/v/tests/generic_struct_init_with_field_struct_init_test.v
                                                                                
OK    [ 862/1642]     6.959 ms vlib/v/tests/generic_sumtype_cast_test.v
                                                                                
OK    [ 863/1642]     8.450 ms vlib/v/tests/generic_sumtype_init_in_generic_fn_call_test.v
                                                                                
OK    [ 864/1642]     9.212 ms vlib/v/tests/generic_struct_test.v
                                                                                
OK    [ 865/1642]     9.517 ms vlib/v/tests/generic_sumtype_insts_test.v
                                                                                
OK    [ 866/1642]     8.823 ms vlib/v/tests/generic_sumtype_method_test.v
                                                                                
OK    [ 867/1642]     8.720 ms vlib/v/tests/generic_sumtype_of_alias_generic_struct_test.v
                                                                                
OK    [ 868/1642]     7.126 ms vlib/v/tests/generic_sumtype_test.v
                                                                                
OK    [ 869/1642]     8.054 ms vlib/v/tests/generic_sumtype_str_test.v
                                                                                
OK    [ 870/1642]     7.037 ms vlib/v/tests/generics_T_typ_test.v
                                                                                
OK    [ 871/1642]    10.300 ms vlib/v/tests/generics_anon_fn_decl_with_type_only_arg_test.v
                                                                                
OK    [ 872/1642]     7.013 ms vlib/v/tests/generics_array_builtin_method_call_test.v
                                                                                
OK    [ 873/1642]     8.086 ms vlib/v/tests/generics_array_append_test.v
                                                                                
OK    [ 874/1642]     8.145 ms vlib/v/tests/generics_array_delete_test.v
                                                                                
OK    [ 875/1642]     8.029 ms vlib/v/tests/generics_array_drop_test.v
                                                                                
OK    [ 876/1642]     7.408 ms vlib/v/tests/generics_array_init_test.v
                                                                                
OK    [ 877/1642]     8.349 ms vlib/v/tests/generics_array_map_with_generic_callback_test.v
                                                                                
OK    [ 878/1642]     7.756 ms vlib/v/tests/generics_array_of_interface_method_call_test.v
                                                                                
OK    [ 879/1642]     7.322 ms vlib/v/tests/generics_array_of_threads_test.v
                                                                                
OK    [ 880/1642]     8.135 ms vlib/v/tests/generics_array_typedef_test.v
                                                                                
OK    [ 881/1642]     9.575 ms vlib/v/tests/generics_assign_reference_generic_struct_test.v
                                                                                
OK    [ 882/1642]     7.291 ms vlib/v/tests/generics_closure_fn_test.v
                                                                                
OK    [ 883/1642]     8.138 ms vlib/v/tests/generics_closure_fn_direct_call_test.v
                                                                                
OK    [ 884/1642]     8.459 ms vlib/v/tests/generics_call_with_reference_arg_test.v
                                                                                
OK    [ 885/1642]     9.154 ms vlib/v/tests/generics_closures_with_different_generic_types_test.v
                                                                                
OK    [ 886/1642]     7.044 ms vlib/v/tests/generics_fn_return_generic_interface_test.v
                                                                                
OK    [ 887/1642]     6.583 ms vlib/v/tests/generics_fn_return_types_with_generic_struct_test.v
                                                                                
OK    [ 888/1642]     7.858 ms vlib/v/tests/generics_fn_return_result_test.v
                                                                                
OK    [ 889/1642]     8.383 ms vlib/v/tests/generics_fn_variable_1_test.v
                                                                                
OK    [ 890/1642]     8.867 ms vlib/v/tests/generics_fn_variable_2_test.v
                                                                                
OK    [ 891/1642]     7.674 ms vlib/v/tests/generics_fn_variable_3_test.v
                                                                                
OK    [ 892/1642]     6.987 ms vlib/v/tests/generics_from_modules/infer_generic_struct_test.v
                                                                                
OK    [ 893/1642]     9.232 ms vlib/v/tests/generics_for_in_iterate_test.v
                                                                                
OK    [ 894/1642]    10.614 ms vlib/v/tests/generics_from_modules/genericmodule/take.v
                                                                                
OK    [ 895/1642]     7.485 ms vlib/v/tests/generics_from_modules/inference_test.v
                                                                                
OK    [ 896/1642]     7.461 ms vlib/v/tests/generics_from_modules/newmodule/newmodule.v
                                                                                
OK    [ 897/1642]     7.319 ms vlib/v/tests/generics_in_generics_test.v
                                                                                
OK    [ 898/1642]     8.719 ms vlib/v/tests/generics_in_big_struct_method_test.v
                                                                                
OK    [ 899/1642]     7.161 ms vlib/v/tests/generics_indirect_test.v
                                                                                
OK    [ 900/1642]     8.061 ms vlib/v/tests/generics_interface_decl_test.v
                                                                                
OK    [ 901/1642]     8.047 ms vlib/v/tests/generics_interface_method_test.v
                                                                                
OK    [ 902/1642]     7.723 ms vlib/v/tests/generics_interface_with_multi_generic_structs_test.v
                                                                                
OK    [ 903/1642]     7.094 ms vlib/v/tests/generics_interface_with_multi_generic_types_test.v
                                                                                
OK    [ 904/1642]     9.618 ms vlib/v/tests/generics_interface_with_generic_sumtype_test.v
                                                                                
OK    [ 905/1642]     8.129 ms vlib/v/tests/generics_interface_with_non_generic_method_test.v
                                                                                
OK    [ 906/1642]     8.294 ms vlib/v/tests/generics_map_with_generic_type_key_test.v
                                                                                
OK    [ 907/1642]     6.791 ms vlib/v/tests/generics_method_on_generic_structs_test.v
                                                                                
OK    [ 908/1642]     8.136 ms vlib/v/tests/generics_method_on_embed_struct_test.v
                                                                                
OK    [ 909/1642]     8.643 ms vlib/v/tests/generics_method_on_alias_struct_receiver_test.v
                                                                                
OK    [ 910/1642]     7.311 ms vlib/v/tests/generics_method_on_nested_struct2_test.v
                                                                                
OK    [ 911/1642]     7.972 ms vlib/v/tests/generics_method_on_nested_struct_test.v
                                                                                
OK    [ 912/1642]     7.691 ms vlib/v/tests/generics_method_on_receiver_aliases_types_test.v
                                                                                
OK    [ 913/1642]     7.274 ms vlib/v/tests/generics_method_on_receiver_types_test.v
                                                                                
OK    [ 914/1642]     9.156 ms vlib/v/tests/generics_method_ordering_test.v
                                                                                
OK    [ 915/1642]     7.549 ms vlib/v/tests/generics_method_returning_option_test.v
                                                                                
OK    [ 916/1642]     7.723 ms vlib/v/tests/generics_method_str_overload_test.v
                                                                                
OK    [ 917/1642]     7.934 ms vlib/v/tests/generics_method_test.v
                                                                                
OK    [ 918/1642]     7.931 ms vlib/v/tests/generics_method_variable_test.v
                                                                                
OK    [ 919/1642]     7.661 ms vlib/v/tests/generics_method_with_generic_anon_fn_argument_test.v
                                                                                
OK    [ 920/1642]     8.358 ms vlib/v/tests/generics_method_with_multi_types_test.v
                                                                                
OK    [ 921/1642]     7.099 ms vlib/v/tests/generics_method_with_nested_generic_method_test.v
                                                                                
OK    [ 922/1642]     7.649 ms vlib/v/tests/generics_multi_array_in_test.v
                                                                                
OK    [ 923/1642]     9.903 ms vlib/v/tests/generics_method_with_sumtype_args_test.v
                                                                                
OK    [ 924/1642]     8.523 ms vlib/v/tests/generics_multi_type_comptime_call_test.v
                                                                                
OK    [ 925/1642]     7.856 ms vlib/v/tests/generics_multi_types_struct_init_test.v
                                                                                
OK    [ 926/1642]     6.944 ms vlib/v/tests/generics_nested_struct_init_test.v
                                                                                
OK    [ 927/1642]     7.864 ms vlib/v/tests/generics_return_generics_struct_test.v
                                                                                
OK    [ 928/1642]    14.109 ms vlib/v/tests/generics_return_multiple_generics_struct_test.v
                                                                                
OK    [ 929/1642]    15.109 ms vlib/v/tests/generics_return_inconsistent_types_generics_struct_test.v
                                                                                
OK    [ 930/1642]    14.375 ms vlib/v/tests/generics_return_multi_array_test.v
                                                                                
OK    [ 931/1642]    12.601 ms vlib/v/tests/generics_return_recursive_generics_struct_test.v
                                                                                
OK    [ 932/1642]     5.131 ms vlib/v/tests/generics_return_reference_generics_struct_test.v
                                                                                
OK    [ 933/1642]     6.921 ms vlib/v/tests/generics_struct_anon_fn_type_test.v
                                                                                
OK    [ 934/1642]     7.188 ms vlib/v/tests/generics_struct_field_with_default_struct_value_test.v
                                                                                
OK    [ 935/1642]     9.364 ms vlib/v/tests/generics_stack_of_sumtype_push_test.v
                                                                                
OK    [ 936/1642]     9.951 ms vlib/v/tests/generics_struct_anon_fn_fields_test.v
                                                                                
OK    [ 937/1642]     6.905 ms vlib/v/tests/generics_struct_free_test.v
                                                                                
OK    [ 938/1642]     6.618 ms vlib/v/tests/generics_struct_init_test.v
                                                                                
OK    [ 939/1642]     7.128 ms vlib/v/tests/generics_struct_init_in_generic_fn_test.v
                                                                                
OK    [ 940/1642]     7.017 ms vlib/v/tests/generics_struct_init_with_generic_struct_items_test.v
                                                                                
OK    [ 941/1642]     7.887 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_1_test.v
                                                                                
OK    [ 942/1642]     7.616 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_2_test.v
                                                                                
OK    [ 943/1642]     7.332 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_3_test.v
                                                                                
OK    [ 944/1642]     6.559 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_5_test.v
                                                                                
OK    [ 945/1642]     6.900 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_6_test.v
                                                                                
OK    [ 946/1642]    10.754 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_4_test.v
                                                                                
OK    [ 947/1642]     7.371 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_7_test.v
                                                                                
OK    [ 948/1642]     8.204 ms vlib/v/tests/generics_struct_inst_method_call_test.v
                                                                                
OK    [ 949/1642]     7.351 ms vlib/v/tests/generics_struct_no_key_init_test.v
                                                                                
OK    [ 950/1642]     7.038 ms vlib/v/tests/generics_struct_parent_has_str_to_string_test.v
                                                                                
OK    [ 951/1642]     7.598 ms vlib/v/tests/generics_struct_to_string_test.v
                                                                                
OK    [ 952/1642]     7.410 ms vlib/v/tests/generics_struct_types_infer_test.v
                                                                                
OK    [ 953/1642]     9.585 ms vlib/v/tests/generics_struct_with_array_test.v
                                                                                
OK    [ 954/1642]     6.424 ms vlib/v/tests/generics_union_dump_test.v
                                                                                
OK    [ 955/1642]     9.221 ms vlib/v/tests/generics_struct_with_inconsistent_generic_types_1_test.v
                                                                                
OK    [ 956/1642]     8.228 ms vlib/v/tests/generics_struct_with_non_generic_interface_test.v
                                                                                
OK    [ 957/1642]     8.557 ms vlib/v/tests/generics_test.v
                                                                                
OK    [ 958/1642]     7.455 ms vlib/v/tests/generics_with_anon_generics_fn_test.v
                                                                                
OK    [ 959/1642]     8.938 ms vlib/v/tests/generics_with_assign_nested_generics_call_test.v
                                                                                
OK    [ 960/1642]     8.615 ms vlib/v/tests/generics_with_complex_nested_generics_type_test.v
                                                                                
OK    [ 961/1642]     8.081 ms vlib/v/tests/generics_with_embed_generics_test.v
                                                                                
OK    [ 962/1642]     9.568 ms vlib/v/tests/generics_with_cascaded_multiple_nested_generics_fn_test.v
                                                                                
OK    [ 963/1642]     6.831 ms vlib/v/tests/generics_with_generics_fn_return_generics_fn_type_test.v
                                                                                
OK    [ 964/1642]     6.618 ms vlib/v/tests/generics_with_generics_struct_init_test.v
                                                                                
OK    [ 965/1642]     6.981 ms vlib/v/tests/generics_with_generics_struct_receiver_test.v
                                                                                
OK    [ 966/1642]    10.239 ms vlib/v/tests/generics_with_fixed_array_type_test.v
                                                                                
OK    [ 967/1642]     6.571 ms vlib/v/tests/generics_with_multi_generics_struct_types_test.v
                                                                                
OK    [ 968/1642]     6.313 ms vlib/v/tests/generics_with_multi_nested_generic_method_call_ref_arg_test.v
                                                                                
OK    [ 969/1642]     6.713 ms vlib/v/tests/generics_with_multi_nested_generic_method_call_test.v
                                                                                
OK    [ 970/1642]     7.362 ms vlib/v/tests/generics_with_multiple_generics_struct_receiver_test.v
                                                                                
OK    [ 971/1642]    16.480 ms vlib/v/tests/generics_with_generics_fn_type_parameter_test.v
                                                                                
OK    [ 972/1642]     7.221 ms vlib/v/tests/generics_with_nested_external_generics_fn_test.v
                                                                                
OK    [ 973/1642]     6.800 ms vlib/v/tests/generics_with_nested_generic_struct_init_test.v
                                                                                
OK    [ 974/1642]     8.166 ms vlib/v/tests/generics_with_nested_generic_method_call_test.v
                                                                                
OK    [ 975/1642]     7.479 ms vlib/v/tests/generics_with_nested_generic_type_parameter_test.v
                                                                                
OK    [ 976/1642]     8.569 ms vlib/v/tests/generics_with_nested_generics_fn_infer_call_test.v
                                                                                
OK    [ 977/1642]     6.942 ms vlib/v/tests/generics_with_nested_generics_fn_inst_call_test.v
                                                                                
OK    [ 978/1642]     7.750 ms vlib/v/tests/generics_with_nested_generics_fn_test.v
                                                                                
OK    [ 979/1642]     8.063 ms vlib/v/tests/generics_with_pointer_index_test.v
                                                                                
OK    [ 980/1642]     7.013 ms vlib/v/tests/generics_with_recursive_generics_fn_test.v
                                                                                
OK    [ 981/1642]     7.016 ms vlib/v/tests/generics_with_recursive_generics_struct_test.v
                                                                                
OK    [ 982/1642]     8.388 ms vlib/v/tests/generics_with_reference_generic_args_test.v
                                                                                
OK    [ 983/1642]     7.635 ms vlib/v/tests/generics_with_variadic_generic_args_test.v
                                                                                
OK    [ 984/1642]     7.711 ms vlib/v/tests/go_anon_fn_call_with_ref_arg_test.v
                                                                                
OK    [ 985/1642]     7.756 ms vlib/v/tests/go_anon_fn_variable_call_test.v
                                                                                
OK    [ 986/1642]     7.290 ms vlib/v/tests/go_array_wait_test.v
                                                                                
OK    [ 987/1642]     6.949 ms vlib/v/tests/go_array_wait_without_go_test.v
                                                                                
OK    [ 988/1642]     6.506 ms vlib/v/tests/go_call_fn_using_map_value_test.v
                                                                                
OK    [ 989/1642]     7.331 ms vlib/v/tests/go_call_fn_return_test.v
                                                                                
OK    [ 990/1642]     8.841 ms vlib/v/tests/go_call_anon_fn_with_closure_test.v
                                                                                
OK    [ 991/1642]     7.792 ms vlib/v/tests/go_call_generic_fn_test.v
                                                                                
OK    [ 992/1642]    11.043 ms vlib/v/tests/go_call_fn_with_anon_fn_arg_test.v
                                                                                
OK    [ 993/1642]     6.901 ms vlib/v/tests/go_call_interface_method_test.v
                                                                                
OK    [ 994/1642]     7.061 ms vlib/v/tests/go_handle_for_functions_returning_array_test.v
                                                                                
OK    [ 995/1642]     7.285 ms vlib/v/tests/go_wait_1_test.v
                                                                                
OK    [ 996/1642]     7.497 ms vlib/v/tests/go_wait_2_test.v
                                                                                
OK    [ 997/1642]     6.856 ms vlib/v/tests/go_wait_with_fn_of_interface_parameter_test.v
                                                                                
OK    [ 998/1642]     8.561 ms vlib/v/tests/go_wait_3_test.v
                                                                                
OK    [ 999/1642]     8.194 ms vlib/v/tests/go_wait_option_test.v
                                                                                
OK    [1000/1642]     7.218 ms vlib/v/tests/goto_test.v
                                                                                
OK    [1001/1642]     7.600 ms vlib/v/tests/heap_interface_test.v
                                                                                
OK    [1002/1642]     7.066 ms vlib/v/tests/heap_reference_test.v
                                                                                
OK    [1003/1642]     7.495 ms vlib/v/tests/high_ascii_const_rune_test.v
                                                                                
OK    [1004/1642]     9.359 ms vlib/v/tests/heap_struct_test.v
                                                                                
OK    [1005/1642]     8.913 ms vlib/v/tests/if_cond_with_alias_test.v
                                                                                
OK    [1006/1642]     7.318 ms vlib/v/tests/if_cond_with_option_test.v
                                                                                
OK    [1007/1642]     7.804 ms vlib/v/tests/if_expr_nested_with_option_result_test.v
                                                                                
OK    [1008/1642]     7.765 ms vlib/v/tests/if_expr_of_multi_stmts_test.v
                                                                                
OK    [1009/1642]     7.181 ms vlib/v/tests/if_expr_with_array_call_test.v
                                                                                
OK    [1010/1642]     7.872 ms vlib/v/tests/if_expr_of_option_test.v
                                                                                
OK    [1011/1642]     7.307 ms vlib/v/tests/if_expr_with_enum_test.v
                                                                                
OK    [1012/1642]     8.375 ms vlib/v/tests/if_expr_with_continue_in_branch_test.v
                                                                                
OK    [1013/1642]     6.101 ms vlib/v/tests/if_expr_with_index_expr_test.v
                                                                                
OK    [1014/1642]     7.094 ms vlib/v/tests/if_expr_with_generic_sumtype_test.v
                                                                                
OK    [1015/1642]    12.545 ms vlib/v/tests/if_expr_with_fn_call_result_test.v
                                                                                
OK    [1016/1642]     7.236 ms vlib/v/tests/if_expr_with_multi_array_call_test.v
                                                                                
OK    [1017/1642]     7.901 ms vlib/v/tests/if_expr_with_method_call_option_test.v
                                                                                
OK    [1018/1642]     8.060 ms vlib/v/tests/if_expr_with_nested_match_expr_test.v
                                                                                
OK    [1019/1642]     8.762 ms vlib/v/tests/if_expr_with_nested_array_call_test.v
                                                                                
OK    [1020/1642]     6.503 ms vlib/v/tests/if_expr_with_sumtype_map_test.v
                                                                                
OK    [1021/1642]     9.200 ms vlib/v/tests/if_expr_with_result_test.v
                                                                                
OK    [1022/1642]     8.848 ms vlib/v/tests/if_expr_with_struct_init_test.v
                                                                                
OK    [1023/1642]     6.808 ms vlib/v/tests/if_expression_test.v
                                                                                
OK    [1024/1642]     7.433 ms vlib/v/tests/if_expr_with_sumtype_test.v
                                                                                
OK    [1025/1642]     6.820 ms vlib/v/tests/if_guard_test.v
                                                                                
OK    [1026/1642]     7.359 ms vlib/v/tests/if_guard_with_multi_return_test.v
                                                                                
OK    [1027/1642]     7.504 ms vlib/v/tests/if_guard_with_struct_option_fntype_field_test.v
                                                                                
OK    [1028/1642]     8.100 ms vlib/v/tests/if_smartcast_likely_test.v
                                                                                
OK    [1029/1642]     9.020 ms vlib/v/tests/if_smartcast_multi_conds_test.v
                                                                                
OK    [1030/1642]     6.209 ms vlib/v/tests/if_smartcast_nested_selector_exprs_test.v
                                                                                
OK    [1031/1642]     7.456 ms vlib/v/tests/ifcomp_expr_evaluate_test.v
                                                                                
OK    [1032/1642]     9.055 ms vlib/v/tests/if_smartcast_test.v
                                                                                
OK    [1033/1642]     7.440 ms vlib/v/tests/ifexpr_with_option_result_test.v
                                                                                
OK    [1034/1642]     7.032 ms vlib/v/tests/imported_symbols_test.v
                                                                                
OK    [1035/1642]     7.027 ms vlib/v/tests/in_expression_test.v
                                                                                
OK    [1036/1642]     7.959 ms vlib/v/tests/infer_generic_array_type_in_nested_call_test.v
                                                                                
OK    [1037/1642]     7.007 ms vlib/v/tests/inherited_vars_test.v
                                                                                
OK    [1038/1642]     6.606 ms vlib/v/tests/init_multiple_branches_test.v
                                                                                
OK    [1039/1642]     7.830 ms vlib/v/tests/init_global_test.v
                                                                                
OK    [1040/1642]    10.646 ms vlib/v/tests/infix_expr_test.v
                                                                                
OK    [1041/1642]     6.316 ms vlib/v/tests/integer_size_test.v
                                                                                
OK    [1042/1642]     6.568 ms vlib/v/tests/interface_and_embedded_struct_build_test.v
                                                                                
OK    [1043/1642]     6.539 ms vlib/v/tests/interface_array_methods_test.v
                                                                                
OK    [1044/1642]     9.487 ms vlib/v/tests/int_cmp_test.v
                                                                                
OK    [1045/1642]    10.158 ms vlib/v/tests/interface_auto_str_gen_test.v
                                                                                
OK    [1046/1642]     6.302 ms vlib/v/tests/interface_edge_cases/array_of_interfaces_with_utility_fn_test.v
                                                                                
OK    [1047/1642]     6.492 ms vlib/v/tests/interface_edge_cases/assign_to_interface_field_test.v
                                                                                
OK    [1048/1642]     9.027 ms vlib/v/tests/interface_edge_cases/array_of_interfaces_test.v
                                                                                
OK    [1049/1642]     6.561 ms vlib/v/tests/interface_edge_cases/empty_interface_println_test.v
                                                                                
OK    [1050/1642]     6.507 ms vlib/v/tests/interface_edge_cases/fn_returning_voidptr_casted_as_interface_test.v
                                                                                
OK    [1051/1642]     6.274 ms vlib/v/tests/interface_edge_cases/i2_test.v
                                                                                
OK    [1052/1642]     7.008 ms vlib/v/tests/interface_edge_cases/i1_test.v
                                                                                
OK    [1053/1642]    18.657 ms vlib/v/tests/interface_edge_cases/empty_interface_1_test.v
                                                                                
OK    [1054/1642]     8.215 ms vlib/v/tests/interface_edge_cases/i4_test.v
                                                                                
OK    [1055/1642]     7.645 ms vlib/v/tests/interface_edge_cases/i5_test.v
                                                                                
OK    [1056/1642]    10.089 ms vlib/v/tests/interface_edge_cases/i3_test.v
                                                                                
OK    [1057/1642]     9.680 ms vlib/v/tests/interface_edge_cases/i6_test.v
                                                                                
OK    [1058/1642]     6.382 ms vlib/v/tests/interface_edge_cases/interface_many_named_test.v
                                                                                
OK    [1059/1642]     8.280 ms vlib/v/tests/interface_edge_cases/i7_test.v
                                                                                
OK    [1060/1642]     7.812 ms vlib/v/tests/interface_edge_cases/i8_test.v
                                                                                
OK    [1061/1642]     9.009 ms vlib/v/tests/interface_edge_cases/i9_test.v
                                                                                
OK    [1062/1642]     7.681 ms vlib/v/tests/interface_edge_cases/pass_voidptr_as_interface_reference_test.v
                                                                                
OK    [1063/1642]     7.509 ms vlib/v/tests/interface_edge_cases/voidptr_casted_as_an_interface_test.v
                                                                                
OK    [1064/1642]     7.683 ms vlib/v/tests/interface_embedding_call_test.v
                                                                                
OK    [1065/1642]     8.000 ms vlib/v/tests/interface_embedding_complex_test.v
                                                                                
OK    [1066/1642]     7.939 ms vlib/v/tests/interface_embedding_deep_nesting_test.v
                                                                                
OK    [1067/1642]     7.877 ms vlib/v/tests/interface_embedding_method_call_test.v
                                                                                
OK    [1068/1642]     7.213 ms vlib/v/tests/interface_embedding_smartcast_test.v
                                                                                
OK    [1069/1642]     8.095 ms vlib/v/tests/interface_embedding_recursive_test.v
                                                                                
OK    [1070/1642]     9.024 ms vlib/v/tests/interface_embedding_test.v
                                                                                
OK    [1071/1642]     7.295 ms vlib/v/tests/interface_equality_test.v
                                                                                
OK    [1072/1642]     8.551 ms vlib/v/tests/interface_embedding_with_interface_para_test.v
                                                                                
OK    [1073/1642]     7.372 ms vlib/v/tests/interface_fields_test.v
                                                                                
OK    [1074/1642]     6.272 ms vlib/v/tests/interface_fn_return_array_of_interface_test.v
                                                                                
OK    [1075/1642]     7.047 ms vlib/v/tests/interface_fn_return_with_struct_init_test.v
                                                                                
OK    [1076/1642]    11.657 ms vlib/v/tests/interface_fields_typearray_test.v
                                                                                
OK    [1077/1642]     9.815 ms vlib/v/tests/interface_method_using_struct_embed_test.v
                                                                                
OK    [1078/1642]     6.951 ms vlib/v/tests/interface_method_with_struct_embed_test.v
                                                                                
OK    [1079/1642]     6.816 ms vlib/v/tests/interface_nested_field_test.v
                                                                                
OK    [1080/1642]     7.402 ms vlib/v/tests/interface_only_decl_with_option_test.v
                                                                                
OK    [1081/1642]     7.285 ms vlib/v/tests/interface_runtime_conversions_test.v
                                                                                
OK    [1082/1642]     7.617 ms vlib/v/tests/interface_struct_embedding_test.v
                                                                                
OK    [1083/1642]     7.668 ms vlib/v/tests/interface_struct_test.v
                                                                                
OK    [1084/1642]     7.178 ms vlib/v/tests/interface_test.v
                                                                                
OK    [1085/1642]     6.007 ms vlib/v/tests/interface_variadic_test.v
                                                                                
OK    [1086/1642]    14.159 ms vlib/v/tests/interface_str_method_test.v
                                                                                
OK    [1087/1642]     6.469 ms vlib/v/tests/interface_with_multi_nested_embed_1_test.v
                                                                                
OK    [1088/1642]     6.755 ms vlib/v/tests/interface_with_multi_nested_embed_2_test.v
                                                                                
OK    [1089/1642]     6.628 ms vlib/v/tests/interfaces_map_test.v
                                                                                
OK    [1090/1642]     6.491 ms vlib/v/tests/isreftype_test.v
                                                                                
OK    [1091/1642]     7.022 ms vlib/v/tests/json_serialisation_of_fixed_arrays_test.v
                                                                                
OK    [1092/1642]    10.982 ms vlib/v/tests/interop_test.v
                                                                                
OK    [1093/1642]     7.047 ms vlib/v/tests/json_with_struct_having_fields_with_default_values_test.v
                                                                                
OK    [1094/1642]     9.993 ms vlib/v/tests/keyword_escaping_test.v
                                                                                
OK    [1095/1642]     6.109 ms vlib/v/tests/local_test.v
                                                                                
OK    [1096/1642]     7.331 ms vlib/v/tests/local/local.v
                                                                                
OK    [1097/1642]     9.083 ms vlib/v/tests/known_errors/known_errors_test.v
                                                                                
OK    [1098/1642]     6.828 ms vlib/v/tests/lock_selector_test.v
                                                                                
OK    [1099/1642]     7.129 ms vlib/v/tests/map_alias_key_test.v
                                                                                
OK    [1100/1642]     6.922 ms vlib/v/tests/map_assign_interface_values_with_implicit_casts_test.v
                                                                                
OK    [1101/1642]     6.382 ms vlib/v/tests/map_builtin_call_test.v
                                                                                
OK    [1102/1642]     8.427 ms vlib/v/tests/map_assign_array_of_interface_test.v
                                                                                
OK    [1103/1642]     9.246 ms vlib/v/tests/map_and_array_with_fns_test.v
                                                                                
OK    [1104/1642]     6.335 ms vlib/v/tests/map_complex_array_test.v
                                                                                
OK    [1105/1642]     6.770 ms vlib/v/tests/map_enum_keys_test.v
                                                                                
OK    [1106/1642]     7.191 ms vlib/v/tests/map_fn_test.v
                                                                                
OK    [1107/1642]    10.068 ms vlib/v/tests/map_complex_fixed_array_test.v
                                                                                
OK    [1108/1642]     9.630 ms vlib/v/tests/map_equality_test.v
                                                                                
OK    [1109/1642]     7.412 ms vlib/v/tests/map_get_anon_fn_value_test.v
                                                                                
OK    [1110/1642]     6.346 ms vlib/v/tests/map_get_anon_fn_value_with_mut_arg_test.v
                                                                                
OK    [1111/1642]     7.717 ms vlib/v/tests/map_high_order_assign_test.v
                                                                                
OK    [1112/1642]     9.665 ms vlib/v/tests/map_get_assign_blank_test.v
                                                                                
OK    [1113/1642]     7.203 ms vlib/v/tests/map_init_with_multi_enum_keys_test.v
                                                                                
OK    [1114/1642]     6.735 ms vlib/v/tests/map_key_alias_test.v
                                                                                
OK    [1115/1642]    10.198 ms vlib/v/tests/map_init_with_enum_keys_test.v
                                                                                
OK    [1116/1642]     6.689 ms vlib/v/tests/map_literals_method_call_test.v
                                                                                
OK    [1117/1642]     7.899 ms vlib/v/tests/map_key_expr_test.v
                                                                                
OK    [1118/1642]     6.679 ms vlib/v/tests/map_mut_fn_test.v
                                                                                
OK    [1119/1642]     6.872 ms vlib/v/tests/map_selector_assign_test.v
                                                                                
OK    [1120/1642]    10.538 ms vlib/v/tests/map_reference_value_test.v
                                                                                
OK    [1121/1642]     7.313 ms vlib/v/tests/map_sumtype_value_init_test.v
                                                                                
OK    [1122/1642]     8.010 ms vlib/v/tests/map_sumtype_values_test.v
                                                                                
OK    [1123/1642]     7.398 ms vlib/v/tests/map_to_string_test.v
                                                                                
OK    [1124/1642]     8.963 ms vlib/v/tests/map_test.v
                                                                                
OK    [1125/1642]     6.989 ms vlib/v/tests/map_value_init_test.v
                                                                                
OK    [1126/1642]     7.234 ms vlib/v/tests/map_value_with_option_result_test.v
                                                                                
OK    [1127/1642]    10.590 ms vlib/v/tests/map_type_alias_test.v
                                                                                
OK    [1128/1642]     7.039 ms vlib/v/tests/maps_equal_test.v
                                                                                
OK    [1129/1642]     7.869 ms vlib/v/tests/map_with_selector_test.v
                                                                                
OK    [1130/1642]     8.062 ms vlib/v/tests/mark_as_referenced_test.v
                                                                                
OK    [1131/1642]     6.946 ms vlib/v/tests/match_array_of_reference_sumtype_test.v
                                                                                
OK    [1132/1642]     8.201 ms vlib/v/tests/match_aliases_test.v
                                                                                
OK    [1133/1642]     7.288 ms vlib/v/tests/match_branch_with_array_expression_test.v
                                                                                
OK    [1134/1642]     7.569 ms vlib/v/tests/match_case_with_struct_init_test.v
                                                                                
OK    [1135/1642]     7.028 ms vlib/v/tests/match_compound_type_cond_test.v
                                                                                
OK    [1136/1642]     7.498 ms vlib/v/tests/match_const_range_test.v
                                                                                
OK    [1137/1642]     6.907 ms vlib/v/tests/match_expr_in_infix_expr_test.v
                                                                                
OK    [1138/1642]     8.340 ms vlib/v/tests/match_expr_nested_test.v
                                                                                
OK    [1139/1642]     6.321 ms vlib/v/tests/match_expr_nested_with_option_result1_test.v
                                                                                
OK    [1140/1642]     5.908 ms vlib/v/tests/match_expr_nested_with_option_result2_test.v
                                                                                
OK    [1141/1642]     6.879 ms vlib/v/tests/match_expr_returning_option_test.v
                                                                                
OK    [1142/1642]     5.795 ms vlib/v/tests/match_expr_returning_sumtype_test.v
                                                                                
OK    [1143/1642]     7.416 ms vlib/v/tests/match_expr_skip_in_infix_expr_test.v
                                                                                
OK    [1144/1642]     6.314 ms vlib/v/tests/match_expr_with_assign_sumtype_test.v
                                                                                
OK    [1145/1642]     6.503 ms vlib/v/tests/match_expr_with_branch_returning_1_test.v
                                                                                
OK    [1146/1642]     6.585 ms vlib/v/tests/match_expr_with_branch_returning_2_test.v
                                                                                
OK    [1147/1642]     6.066 ms vlib/v/tests/match_expr_with_enum_test.v
                                                                                
OK    [1148/1642]     6.641 ms vlib/v/tests/match_expr_with_if_or_match_expr_test.v
                                                                                
OK    [1149/1642]    35.551 ms vlib/v/tests/match_error_to_none_test.v
                                                                                
OK    [1150/1642]    10.106 ms vlib/v/tests/match_expr_with_one_branch_test.v
                                                                                
OK    [1151/1642]    14.811 ms vlib/v/tests/match_expr_with_last_branch_aggregate_test.v
                                                                                
OK    [1152/1642]    17.726 ms vlib/v/tests/match_expr_with_non_last_if_expr_test.v
                                                                                
OK    [1153/1642]     6.921 ms vlib/v/tests/match_expr_with_promote_number_test.v
                                                                                
OK    [1154/1642]     6.961 ms vlib/v/tests/match_expr_with_result_test.v
                                                                                
OK    [1155/1642]     7.391 ms vlib/v/tests/match_expr_with_string_fn_test.v
                                                                                
OK    [1156/1642]     8.512 ms vlib/v/tests/match_expr_with_opt_result_test.v
                                                                                
OK    [1157/1642]     6.706 ms vlib/v/tests/match_expr_with_struct_init_test.v
                                                                                
OK    [1158/1642]     7.137 ms vlib/v/tests/match_expression_with_for_loop_test.v
                                                                                
OK    [1159/1642]     8.495 ms vlib/v/tests/match_expression_for_types_test.v
                                                                                
OK    [1160/1642]     8.349 ms vlib/v/tests/match_expression_with_fn_names_in_branches_test.v
                                                                                
OK    [1161/1642]     8.450 ms vlib/v/tests/match_in_fn_call_test.v
                                                                                
OK    [1162/1642]     7.204 ms vlib/v/tests/match_in_map_init_test.v
                                                                                
OK    [1163/1642]     6.685 ms vlib/v/tests/match_in_map_or_expr_test.v
                                                                                
OK    [1164/1642]     7.735 ms vlib/v/tests/match_interface_test.v
                                                                                
OK    [1165/1642]     6.787 ms vlib/v/tests/match_reference_sumtype_var_test.v
                                                                                
OK    [1166/1642]    13.888 ms vlib/v/tests/match_in_if_expression_test.v
                                                                                
OK    [1167/1642]     7.062 ms vlib/v/tests/match_smartcast_test.v
                                                                                
OK    [1168/1642]     6.588 ms vlib/v/tests/match_struct_type_test.v
                                                                                
OK    [1169/1642]     8.087 ms vlib/v/tests/match_return_fn_test.v
                                                                                
OK    [1170/1642]     7.332 ms vlib/v/tests/match_sumtype_arr_test.v
                                                                                
OK    [1171/1642]     8.120 ms vlib/v/tests/match_sumtype_var_aggregate_test.v
                                                                                
OK    [1172/1642]     7.506 ms vlib/v/tests/match_sumtype_var_return_sumtype_test.v
                                                                                
OK    [1173/1642]     8.373 ms vlib/v/tests/match_sumtype_var_aggregate_var_str_test.v
                                                                                
OK    [1174/1642]     7.877 ms vlib/v/tests/match_sumtype_var_shadow_and_as_test.v
                                                                                
OK    [1175/1642]     8.251 ms vlib/v/tests/match_sumtype_var_with_none_test.v
                                                                                
OK    [1176/1642]     7.637 ms vlib/v/tests/match_test.v
                                                                                
OK    [1177/1642]     6.825 ms vlib/v/tests/match_with_complex_sumtype_exprs_test.v
                                                                                
OK    [1178/1642]     8.490 ms vlib/v/tests/match_with_complex_exprs_in_branches_test.v
                                                                                
OK    [1179/1642]     7.293 ms vlib/v/tests/match_with_multi_sumtype_exprs_test.v
                                                                                
OK    [1180/1642]    10.726 ms vlib/v/tests/match_with_complex_sumtype_exprs_add_print_test.v
                                                                                
OK    [1181/1642]    10.037 ms vlib/v/tests/method_call_on_aggregate_test.v
                                                                                
OK    [1182/1642]     8.734 ms vlib/v/tests/method_call_var_comp_test.v
                                                                                
OK    [1183/1642]     7.490 ms vlib/v/tests/methods_as_fields_test.v
                                                                                
OK    [1184/1642]     8.255 ms vlib/v/tests/method_first_last_call_test.v
                                                                                
OK    [1185/1642]     6.242 ms vlib/v/tests/methods_on_interfaces_test.v
                                                                                
OK    [1186/1642]     6.269 ms vlib/v/tests/missing_config_struct_arg_test.v
                                                                                
OK    [1187/1642]     8.253 ms vlib/v/tests/module_test.v
                                                                                
OK    [1188/1642]     8.352 ms vlib/v/tests/modules/alias_to_another_module/alias.v
                                                                                
OK    [1189/1642]     8.813 ms vlib/v/tests/module_type_cast_test.v
                                                                                
OK    [1190/1642]     9.781 ms vlib/v/tests/modules/amodule/another_internal_module_test.v
                                                                                
OK    [1191/1642]     7.921 ms vlib/v/tests/modules/amodule/internal_module_test.v
                                                                                
OK    [1192/1642]     5.999 ms vlib/v/tests/modules/another_module/module.v
                                                                                
OK    [1193/1642]     6.011 ms vlib/v/tests/modules/ecs/ecs.v
                                                                                
OK    [1194/1642]     7.417 ms vlib/v/tests/modules/amodule/module.v
                                                                                
OK    [1195/1642]     7.651 ms vlib/v/tests/modules/geometry/geometry.v
                                                                                
OK    [1196/1642]     7.202 ms vlib/v/tests/modules/methods_struct_another_module/methods_struct_test.v
                                                                                
OK    [1197/1642]     7.685 ms vlib/v/tests/modules/interface_from_another_module/mod/mod.v
                                                                                
OK    [1198/1642]     7.583 ms vlib/v/tests/modules/module_a/module_a.v
                                                                                
OK    [1199/1642]    13.825 ms vlib/v/tests/modules/interface_from_another_module/main_test.v
                                                                                
OK    [1200/1642]     8.461 ms vlib/v/tests/modules/module_b/module_b.v
                                                                                
OK    [1201/1642]     7.175 ms vlib/v/tests/modules/simplemodule/importing_test.v
                                                                                
OK    [1202/1642]     7.163 ms vlib/v/tests/modules/simplemodule/simplemodule.v
                                                                                
OK    [1203/1642]     9.557 ms vlib/v/tests/modules/submodules/submodules.v
                                                                                
OK    [1204/1642]     7.547 ms vlib/v/tests/modules/submodules/submodules_test.v
                                                                                
OK    [1205/1642]     8.050 ms vlib/v/tests/modules/submodules/test/test.v
                                                                                
OK    [1206/1642]     7.112 ms vlib/v/tests/modules/submodules/test/test2/test2.v
                                                                                
OK    [1207/1642]     8.362 ms vlib/v/tests/multi_line_with_options_test.v
                                                                                
OK    [1208/1642]     5.762 ms vlib/v/tests/multiple_arr_fixed_test.v
                                                                                
OK    [1209/1642]     6.582 ms vlib/v/tests/multiple_assign_test.v
                                                                                
OK    [1210/1642]     7.131 ms vlib/v/tests/multiple_comptime_tmpl_in_one_fn_test.v
                                                                                
OK    [1211/1642]    11.941 ms vlib/v/tests/multiple_assign_array_index_test.v
                                                                                
OK    [1212/1642]     7.655 ms vlib/v/tests/multiple_embed_struct_init_test.v
                                                                                
OK    [1213/1642]     7.834 ms vlib/v/tests/multiple_embed_struct_with_duplicate_field_init_test.v
                                                                                
OK    [1214/1642]    12.885 ms vlib/v/tests/multiple_embed_external_interface_test.v
                                                                                
OK    [1215/1642]     6.501 ms vlib/v/tests/multiple_matchs_in_one_expr_test.v
                                                                                
OK    [1216/1642]     8.234 ms vlib/v/tests/multiple_generic_resolve_test.v
                                                                                
OK    [1217/1642]     7.214 ms vlib/v/tests/multiple_paths_in_vmodules/path1/xxx/m.v
                                                                                
OK    [1218/1642]     5.985 ms vlib/v/tests/multiple_paths_in_vmodules/path3/zzz/m.v
                                                                                
OK    [1219/1642]     7.403 ms vlib/v/tests/multiple_paths_in_vmodules/vmodules_overrides_test.v
                                                                                
OK    [1220/1642]    10.742 ms vlib/v/tests/multiple_paths_in_vmodules/path2/yyy/m.v
                                                                                
OK    [1221/1642]     7.185 ms vlib/v/tests/multiret_with_maps_test.v
                                                                                
OK    [1222/1642]    10.640 ms vlib/v/tests/multiret_in_or_expr_test.v
                                                                                
OK    [1223/1642]     6.240 ms vlib/v/tests/multiret_with_ptrtype_test.v
                                                                                
OK    [1224/1642]     5.373 ms vlib/v/tests/multiret_with_result_test.v
                                                                                
OK    [1225/1642]     6.556 ms vlib/v/tests/mut_test.v
                                                                                
OK    [1226/1642]     9.793 ms vlib/v/tests/mut_receiver_of_sumtype_test.v
                                                                                
OK    [1227/1642]     8.003 ms vlib/v/tests/mut_receiver_returned_as_reference_test.v
                                                                                
OK    [1228/1642]     7.313 ms vlib/v/tests/named_break_continue_test.v
                                                                                
OK    [1229/1642]    13.880 ms vlib/v/tests/multiret_with_sumtype_test.v
                                                                                
OK    [1230/1642]     7.797 ms vlib/v/tests/nest_defer_fn_test.v
                                                                                
OK    [1231/1642]     7.209 ms vlib/v/tests/nested_map_index_test.v
                                                                                
OK    [1232/1642]     7.883 ms vlib/v/tests/nested_anonfunc_and_for_break_test.v
                                                                                
OK    [1233/1642]     7.774 ms vlib/v/tests/nested_map_of_fn_call_test.v
                                                                                
OK    [1234/1642]    13.153 ms vlib/v/tests/nested_map_test.v
                                                                                
OK    [1235/1642]     9.897 ms vlib/v/tests/nested_multiline_comments_test.v
                                                                                
OK    [1236/1642]     8.489 ms vlib/v/tests/nested_struct_embed_method_call_test.v
                                                                                
OK    [1237/1642]     9.568 ms vlib/v/tests/nested_option_struct_init_test.v
                                                                                
OK    [1238/1642]    11.661 ms vlib/v/tests/nested_option_call_test.v
                                                                                
OK    [1239/1642]     6.953 ms vlib/v/tests/nested_struct_embed_selector_test.v
                                                                                
OK    [1240/1642]     7.558 ms vlib/v/tests/none_checking_test.v
                                                                                
OK    [1241/1642]     8.135 ms vlib/v/tests/offsetof_test.v
                                                                                
OK    [1242/1642]     8.450 ms vlib/v/tests/num_lit_call_method_test.v
                                                                                
OK    [1243/1642]     7.277 ms vlib/v/tests/operator_overloading_cmp_test.v
                                                                                
OK    [1244/1642]     8.337 ms vlib/v/tests/operator_overloading_on_struct_with_too_many_fields_test.v
                                                                                
OK    [1245/1642]     7.281 ms vlib/v/tests/operator_overloading_with_reference_operands_test.v
                                                                                
OK    [1246/1642]     7.305 ms vlib/v/tests/operator_overloading_with_string_interpolation_test.v
                                                                                
OK    [1247/1642]     7.467 ms vlib/v/tests/option_alias_eq_test.v
                                                                                
OK    [1248/1642]     8.799 ms vlib/v/tests/option_2_test.v
                                                                                
OK    [1249/1642]     6.600 ms vlib/v/tests/option_array_dump_in_generic_fn_test.v
                                                                                
OK    [1250/1642]     7.542 ms vlib/v/tests/option_array_init_test.v
                                                                                
OK    [1251/1642]     7.316 ms vlib/v/tests/option_array_submodule_test.v
                                                                                
OK    [1252/1642]     6.568 ms vlib/v/tests/option_array_test.v
                                                                                
OK    [1253/1642]    10.605 ms vlib/v/tests/option_assign_none_test.v
                                                                                
OK    [1254/1642]     6.712 ms vlib/v/tests/option_auto_heap_test.v
                                                                                
OK    [1255/1642]     6.591 ms vlib/v/tests/option_compvar_types_test.v
                                                                                
OK    [1256/1642]     8.181 ms vlib/v/tests/option_call_propagation_test.v
                                                                                
OK    [1257/1642]     8.267 ms vlib/v/tests/option_compvar_val_test.v
                                                                                
OK    [1258/1642]     6.867 ms vlib/v/tests/option_default_values_test.v
                                                                                
OK    [1259/1642]     7.547 ms vlib/v/tests/option_concat_str_test.v
                                                                                
OK    [1260/1642]     6.624 ms vlib/v/tests/option_dump_test.v
                                                                                
OK    [1261/1642]     7.666 ms vlib/v/tests/option_expr_with_array_value_test.v
                                                                                
OK    [1262/1642]     9.123 ms vlib/v/tests/option_empty_map_test.v
                                                                                
OK    [1263/1642]     7.983 ms vlib/v/tests/option_fixed_array_test.v
                                                                                
OK    [1264/1642]     8.686 ms vlib/v/tests/option_fn_test.v
                                                                                
OK    [1265/1642]     9.566 ms vlib/v/tests/option_generic_ptr_return_test.v
                                                                                
OK    [1266/1642]     7.180 ms vlib/v/tests/option_if_assign_and_fallthrough_test.v
                                                                                
OK    [1267/1642]     7.767 ms vlib/v/tests/option_if_expr_test.v
                                                                                
OK    [1268/1642]     8.320 ms vlib/v/tests/option_import_struct_test.v
                                                                                
OK    [1269/1642]     6.928 ms vlib/v/tests/option_init_test.v
                                                                                
OK    [1270/1642]     9.469 ms vlib/v/tests/option_in_loop_test.v
                                                                                
OK    [1271/1642]     7.825 ms vlib/v/tests/option_map_init_test.v
                                                                                
OK    [1272/1642]     8.308 ms vlib/v/tests/option_match_expr_test.v
                                                                                
OK    [1273/1642]     8.231 ms vlib/v/tests/option_match_test.v
                                                                                
OK    [1274/1642]     7.421 ms vlib/v/tests/option_multi_ret_test.v
                                                                                
OK    [1275/1642]     6.878 ms vlib/v/tests/option_multi_return_test.v
                                                                                
OK    [1276/1642]     8.013 ms vlib/v/tests/option_multi_return_assign_test.v
                                                                                
OK    [1277/1642]     8.479 ms vlib/v/tests/option_nested_struct_test.v
                                                                                
OK    [1278/1642]     8.078 ms vlib/v/tests/option_print_errors_test.v
                                                                                
OK    [1279/1642]     7.147 ms vlib/v/tests/option_print_ptr_test.v
                                                                                
OK    [1280/1642]     8.959 ms vlib/v/tests/option_or_block_test.v
                                                                                
OK    [1281/1642]     9.198 ms vlib/v/tests/option_ptr_arg_heap_test.v
                                                                                
OK    [1282/1642]     9.660 ms vlib/v/tests/option_ptr_arg_test.v
                                                                                
OK    [1283/1642]     6.471 ms vlib/v/tests/option_ptr_iface_test.v
                                                                                
OK    [1284/1642]     7.041 ms vlib/v/tests/option_ptr_cast_test.v
                                                                                
OK    [1285/1642]     8.995 ms vlib/v/tests/option_ptr_generic_test.v
                                                                                
OK    [1286/1642]     7.481 ms vlib/v/tests/option_ptr_init_test.v
                                                                                
OK    [1287/1642]     7.551 ms vlib/v/tests/option_ptr_ptr_test.v
                                                                                
OK    [1288/1642]     7.197 ms vlib/v/tests/option_push_array_opt_test.v
                                                                                
OK    [1289/1642]     6.497 ms vlib/v/tests/option_selector_cast_test.v
                                                                                
OK    [1290/1642]    10.852 ms vlib/v/tests/option_ptr_test.v
                                                                                
OK    [1291/1642]     8.536 ms vlib/v/tests/option_selector_test.v
                                                                                
OK    [1292/1642]     8.813 ms vlib/v/tests/option_struct_compare_test.v
                                                                                
OK    [1293/1642]     8.918 ms vlib/v/tests/option_struct_init_interface_test.v
                                                                                
OK    [1294/1642]     8.069 ms vlib/v/tests/option_struct_init_test.v
                                                                                
OK    [1295/1642]     7.583 ms vlib/v/tests/option_struct_init_with_opt_test.v
                                                                                
OK    [1296/1642]     8.532 ms vlib/v/tests/option_struct_init_with_ref_opt_test.v
                                                                                
OK    [1297/1642]     6.990 ms vlib/v/tests/option_test.v
                                                                                
OK    [1298/1642]     8.041 ms vlib/v/tests/option_unwrap_assign_test.v
                                                                                
OK    [1299/1642]     9.082 ms vlib/v/tests/option_unwrap_print_test.v
                                                                                
OK    [1300/1642]     7.950 ms vlib/v/tests/option_unwrap_test.v
                                                                                
OK    [1301/1642]     7.749 ms vlib/v/tests/option_var_2_test.v
                                                                                
OK    [1302/1642]     8.489 ms vlib/v/tests/option_var_map_test.v
                                                                                
OK    [1303/1642]    10.677 ms vlib/v/tests/option_var_cast_test.v
                                                                                
OK    [1304/1642]     9.389 ms vlib/v/tests/option_var_test.v
                                                                                
OK    [1305/1642]     9.613 ms vlib/v/tests/option_void_2_test.v
                                                                                
OK    [1306/1642]     9.782 ms vlib/v/tests/option_void_fn_return_test.v
                                                                                
OK    [1307/1642]     6.361 ms vlib/v/tests/option_void_test.v
                                                                                
OK    [1308/1642]     7.955 ms vlib/v/tests/or_expr_with_comptime_test.v
                                                                                
OK    [1309/1642]     7.262 ms vlib/v/tests/or_expr_with_multi_stmts_test.v
                                                                                
OK    [1310/1642]     6.284 ms vlib/v/tests/orm_joined_tables_select_test.v
                                                                                
OK    [1311/1642]     8.944 ms vlib/v/tests/orm_handle_error_for_select_from_not_created_table_test.v
                                                                                
OK    [1312/1642]     6.229 ms vlib/v/tests/orm_stmt_wrong_return_checking_test.v
                                                                                
OK    [1313/1642]    11.238 ms vlib/v/tests/or_expr_with_nested_match_expr_test.v
                                                                                
OK    [1314/1642]     8.029 ms vlib/v/tests/orm_sub_array_struct_test.v
                                                                                
OK    [1315/1642]     7.315 ms vlib/v/tests/orm_sub_struct_test.v
                                                                                
OK    [1316/1642]     7.178 ms vlib/v/tests/parse_invalid_map_type_test.v
                                                                                
OK    [1317/1642]     7.337 ms vlib/v/tests/parser_line_test.v
                                                                                
OK    [1318/1642]     7.869 ms vlib/v/tests/passing_sumtype_parameter_in_sumtype_matching_results_test.v
                                                                                
OK    [1319/1642]     8.669 ms vlib/v/tests/pointer_arithmetic_test.v
                                                                                
OK    [1320/1642]     7.904 ms vlib/v/tests/pointers_multilevel_casts_test.v
                                                                                
OK    [1321/1642]     7.395 ms vlib/v/tests/pointers_str_test.v
                                                                                
OK    [1322/1642]     7.605 ms vlib/v/tests/prefix_expr_test.v
                                                                                
OK    [1323/1642]     8.360 ms vlib/v/tests/pointers_test.v
                                                                                
OK    [1324/1642]     7.549 ms vlib/v/tests/print_address_of_reference_struct_test.v
                                                                                
OK    [1325/1642]     6.316 ms vlib/v/tests/print_fn_test.v
                                                                                
OK    [1326/1642]    10.341 ms vlib/v/tests/print_address_of_reference_int_test.v
                                                                                
OK    [1327/1642]     8.419 ms vlib/v/tests/print_anon_fn_test.v
                                                                                
OK    [1328/1642]     7.100 ms vlib/v/tests/print_reference_function_test.v
                                                                                
OK    [1329/1642]     7.980 ms vlib/v/tests/print_smartcast_variable_test.v
                                                                                
OK    [1330/1642]     7.851 ms vlib/v/tests/print_test.v
                                                                                
OK    [1331/1642]     7.549 ms vlib/v/tests/printing_c_structs/string_interpolation_test.v
                                                                                
OK    [1332/1642]     8.349 ms vlib/v/tests/project_with_c_code/main.v
                                                                                
OK    [1333/1642]     8.415 ms vlib/v/tests/project_with_c_code/main_test.v
                                                                                
OK    [1334/1642]     9.279 ms vlib/v/tests/project_with_c_code/mod1/wrapper.v
                                                                                
OK    [1335/1642]     7.994 ms vlib/v/tests/project_with_c_code_2/modc/wrapper.v
                                                                                
OK    [1336/1642]     8.386 ms vlib/v/tests/project_with_c_code_3/main.v
                                                                                
OK    [1337/1642]     9.984 ms vlib/v/tests/project_with_c_code_2/main.v
                                                                                
OK    [1338/1642]     9.696 ms vlib/v/tests/project_with_c_code_2/main2_test.v
                                                                                
OK    [1339/1642]     7.627 ms vlib/v/tests/project_with_c_code_3/mod1/wrapper.js.v
                                                                                
OK    [1340/1642]     7.753 ms vlib/v/tests/project_with_c_code_3/mod1/wrapper.v
                                                                                
OK    [1341/1642]     8.992 ms vlib/v/tests/project_with_c_code_3/mod1/wrapper.c.v
                                                                                
OK    [1342/1642]     8.429 ms vlib/v/tests/project_with_c_code_ct_ifs/ctimeifblock.v
                                                                                
OK    [1343/1642]     9.998 ms vlib/v/tests/project_with_c_code_3/main_test.v
                                                                                
OK    [1344/1642]     7.656 ms vlib/v/tests/project_with_modules_having_submodules/bin/main.vsh
                                                                                
OK    [1345/1642]     7.600 ms vlib/v/tests/project_with_modules_having_submodules/mod1/m.v
                                                                                
OK    [1346/1642]     8.706 ms vlib/v/tests/project_with_modules_having_submodules/bin/a_program_under_bin_can_find_mod1_test.v
                                                                                
OK    [1347/1642]     8.544 ms vlib/v/tests/project_with_modules_having_submodules/mod1/mod11/m.v
                                                                                
OK    [1348/1642]     8.749 ms vlib/v/tests/project_with_modules_having_submodules/mod1/mod12/m.v
                                                                                
OK    [1349/1642]     8.253 ms vlib/v/tests/project_with_modules_having_submodules/mod1/mod13/m.v
                                                                                
OK    [1350/1642]     8.093 ms vlib/v/tests/project_with_modules_having_submodules/mod1/mod14/m.v
                                                                                
OK    [1351/1642]     7.910 ms vlib/v/tests/project_with_modules_having_submodules/mod1/submodule/m.v
                                                                                
OK    [1352/1642]     8.672 ms vlib/v/tests/project_with_modules_having_submodules/tests/submodule_test.v
                                                                                
OK    [1353/1642]     8.503 ms vlib/v/tests/project_with_tests_for_main/main.v
                                                                                
OK    [1354/1642]     6.761 ms vlib/v/tests/project_with_tests_for_main/my_other_test.v
                                                                                
OK    [1355/1642]     6.796 ms vlib/v/tests/projects_that_should_compile_test.v
                                                                                
OK    [1356/1642]     7.842 ms vlib/v/tests/project_with_tests_for_main/my_test.v
                                                                                
OK    [1357/1642]     6.996 ms vlib/v/tests/ptr_arithmetic_test.v
                                                                                
OK    [1358/1642]     6.039 ms vlib/v/tests/raw_string_test.v
                                                                                
OK    [1359/1642]     6.778 ms vlib/v/tests/ref_array_init_test.v
                                                                                
OK    [1360/1642]     6.912 ms vlib/v/tests/ref_return_test.v
                                                                                
OK    [1361/1642]     7.534 ms vlib/v/tests/ref_struct_test.v
                                                                                
OK    [1362/1642]     7.036 ms vlib/v/tests/reference_return_test.v
                                                                                
OK    [1363/1642]     6.261 ms vlib/v/tests/reference_var_followed_block_expr_test.v
                                                                                
OK    [1364/1642]     5.771 ms vlib/v/tests/reflection_sym_test.v
                                                                                
OK    [1365/1642]    22.647 ms vlib/v/tests/ptr_str_method_test.v
                                                                                
OK    [1366/1642]     8.599 ms vlib/v/tests/reflection_test.v
                                                                                
OK    [1367/1642]     7.223 ms vlib/v/tests/reliability/semaphore_wait.v
                                                                                
OK    [1368/1642]     7.957 ms vlib/v/tests/reserved_keywords_array_test.v
                                                                                
OK    [1369/1642]     9.116 ms vlib/v/tests/repeated_multiret_values_test.v
                                                                                
OK    [1370/1642]     7.563 ms vlib/v/tests/reserved_keywords_as_struct_field_test.v
                                                                                
OK    [1371/1642]     9.945 ms vlib/v/tests/reserved_keywords_can_be_escaped_with_at_test.v
                                                                                
OK    [1372/1642]     8.217 ms vlib/v/tests/reserved_keywords_if_guard_test.v
                                                                                
OK    [1373/1642]     8.092 ms vlib/v/tests/result_with_index_expr_test.v
                                                                                
OK    [1374/1642]     7.413 ms vlib/v/tests/results_multi_return_test.v
                                                                                
OK    [1375/1642]    11.917 ms vlib/v/tests/resolve_generic_2_test.v
                                                                                
OK    [1376/1642]     6.741 ms vlib/v/tests/results_test.v
                                                                                
OK    [1377/1642]     7.434 ms vlib/v/tests/retry_test.v
                                                                                
OK    [1378/1642]     7.616 ms vlib/v/tests/return_comptime_call_test.v
                                                                                
OK    [1379/1642]     6.753 ms vlib/v/tests/return_error_in_if_expr_test.v
                                                                                
OK    [1380/1642]     6.845 ms vlib/v/tests/return_match_expr_of_sumtype_result_test.v
                                                                                
OK    [1381/1642]     8.419 ms vlib/v/tests/return_in_lock_test.v
                                                                                
OK    [1382/1642]     9.537 ms vlib/v/tests/return_if_expr_with_custom_error_test.v
                                                                                
OK    [1383/1642]     9.043 ms vlib/v/tests/return_match_expr_with_custom_error_test.v
                                                                                
OK    [1384/1642]     8.657 ms vlib/v/tests/return_option_test.v
                                                                                
OK    [1385/1642]     7.939 ms vlib/v/tests/return_result_in_or_block_test.v
                                                                                
OK    [1386/1642]     7.908 ms vlib/v/tests/reusable_mut_multiret_values_test.v
                                                                                
OK    [1387/1642]     8.183 ms vlib/v/tests/return_voidptr_test.v
                                                                                
OK    [1388/1642]     7.857 ms vlib/v/tests/run_v_code_from_stdin_test.v
                                                                                
OK    [1389/1642]     6.057 ms vlib/v/tests/selectorexpr_alias_to_ptr_test.v
                                                                                
OK    [1390/1642]     8.785 ms vlib/v/tests/scanner_and_and_not_test.v
                                                                                
OK    [1391/1642]     9.075 ms vlib/v/tests/semaphore_timed_test.v
                                                                                
OK    [1392/1642]     9.857 ms vlib/v/tests/semaphore_test.v
                                                                                
OK    [1393/1642]     7.177 ms vlib/v/tests/shared_arg_test.v
                                                                                
OK    [1394/1642]     7.422 ms vlib/v/tests/shared_array_append_many_test.v
                                                                                
OK    [1395/1642]     8.234 ms vlib/v/tests/shared_array_any_filter_map_all_test.v
                                                                                
OK    [1396/1642]     7.913 ms vlib/v/tests/shared_array_ptr_test.v
                                                                                
OK    [1397/1642]     8.649 ms vlib/v/tests/shared_array_last_test.v
                                                                                
OK    [1398/1642]     7.237 ms vlib/v/tests/shared_array_sort_test.v
                                                                                
OK    [1399/1642]     7.896 ms vlib/v/tests/shared_autolock_test.v
                                                                                
OK    [1400/1642]    10.033 ms vlib/v/tests/shared_array_test.v
                                                                                
OK    [1401/1642]     7.025 ms vlib/v/tests/shared_elem_test.v
                                                                                
OK    [1402/1642]     7.577 ms vlib/v/tests/shared_if_expr_test.v
                                                                                
OK    [1403/1642]     9.905 ms vlib/v/tests/shared_fn_return_test.v
                                                                                
OK    [1404/1642]     8.187 ms vlib/v/tests/shared_interface_test.v
                                                                                
OK    [1405/1642]     9.889 ms vlib/v/tests/shared_in_test.v
                                                                                
OK    [1406/1642]     9.174 ms vlib/v/tests/shared_lock_2_test.v
                                                                                
OK    [1407/1642]     8.263 ms vlib/v/tests/shared_lock_3_test.v
                                                                                
OK    [1408/1642]     9.891 ms vlib/v/tests/shared_lock_4_test.v
                                                                                
OK    [1409/1642]     8.103 ms vlib/v/tests/shared_lock_6_test.v
                                                                                
OK    [1410/1642]     9.189 ms vlib/v/tests/shared_lock_5_test.v
                                                                                
OK    [1411/1642]     7.196 ms vlib/v/tests/shared_lock_expr_test.v
                                                                                
OK    [1412/1642]     7.368 ms vlib/v/tests/shared_lock_test.v
                                                                                
OK    [1413/1642]     7.418 ms vlib/v/tests/shared_map_delete_test.v
                                                                                
OK    [1414/1642]     8.524 ms vlib/v/tests/shared_map_test.v
                                                                                
OK    [1415/1642]     6.914 ms vlib/v/tests/shared_struct_field_test.v
                                                                                
OK    [1416/1642]     8.238 ms vlib/v/tests/shared_str_test.v
                                                                                
OK    [1417/1642]    11.279 ms vlib/v/tests/shared_option_test.v
                                                                                
OK    [1418/1642]     8.122 ms vlib/v/tests/shared_struct_method_call_test.v
                                                                                
OK    [1419/1642]     8.451 ms vlib/v/tests/shared_unordered_mixed_test.v
                                                                                
OK    [1420/1642]     8.700 ms vlib/v/tests/shift_test.v
                                                                                
OK    [1421/1642]     7.784 ms vlib/v/tests/short_struct_param_syntax_test.v
                                                                                
OK    [1422/1642]     8.589 ms vlib/v/tests/sizeof_2_test.v
                                                                                
OK    [1423/1642]     8.599 ms vlib/v/tests/sizeof_test.v
                                                                                
OK    [1424/1642]     6.798 ms vlib/v/tests/sorting_by_references_test.v
                                                                                
OK    [1425/1642]     7.892 ms vlib/v/tests/slice_rval_test.v
                                                                                
OK    [1426/1642]     8.127 ms vlib/v/tests/sorting_by_different_criteria_test.v
                                                                                
OK    [1427/1642]     7.998 ms vlib/v/tests/spawn_method_on_generic_struct_test.v
                                                                                
OK    [1428/1642]     9.942 ms vlib/v/tests/sql_statement_inside_fn_call_test.v
                                                                                
OK    [1429/1642]     8.027 ms vlib/v/tests/static_arrays_using_const_for_size_test.v
                                                                                
OK    [1430/1642]     8.646 ms vlib/v/tests/static_vars_test.v
                                                                                
OK    [1431/1642]     8.461 ms vlib/v/tests/str_array_of_reference_test.v
                                                                                
OK    [1432/1642]     7.569 ms vlib/v/tests/str_circular_test.v
                                                                                
OK    [1433/1642]     7.908 ms vlib/v/tests/str_gen_test.v
                                                                                
OK    [1434/1642]     8.045 ms vlib/v/tests/str_reference_struct_test.v
                                                                                
OK    [1435/1642]     7.318 ms vlib/v/tests/string_alias_of_struct_test.v
                                                                                
OK    [1436/1642]     8.220 ms vlib/v/tests/string_alias_test.v
                                                                                
OK    [1437/1642]     8.582 ms vlib/v/tests/string_array_of_ref_type_test.v
                                                                                
OK    [1438/1642]     8.283 ms vlib/v/tests/string_escape_backslash_test.v
                                                                                
OK    [1439/1642]     7.734 ms vlib/v/tests/string_index_or_test.v
                                                                                
OK    [1440/1642]     7.561 ms vlib/v/tests/string_interpolation_alias_test.v
                                                                                
OK    [1441/1642]    10.013 ms vlib/v/tests/string_index_in_for_mut_in_test.v
                                                                                
OK    [1442/1642]     8.643 ms vlib/v/tests/string_interpolation_array_test.v
                                                                                
OK    [1443/1642]     7.414 ms vlib/v/tests/string_interpolation_custom_str_test.v
                                                                                
OK    [1444/1642]     7.974 ms vlib/v/tests/string_interpolation_float_fmt_test.v
                                                                                
OK    [1445/1642]     7.332 ms vlib/v/tests/string_interpolation_function_test.v
                                                                                
OK    [1446/1642]     5.654 ms vlib/v/tests/string_interpolation_multistmt_test.v
                                                                                
OK    [1447/1642]     8.937 ms vlib/v/tests/string_interpolation_inner_cbr_test.v
                                                                                
OK    [1448/1642]    12.956 ms vlib/v/tests/string_interpolation_floats_test.v
                                                                                
OK    [1449/1642]     7.289 ms vlib/v/tests/string_interpolation_multi_return_test.v
                                                                                
OK    [1450/1642]     7.575 ms vlib/v/tests/string_interpolation_of_array_of_structs_test.v
                                                                                
OK    [1451/1642]     6.852 ms vlib/v/tests/string_interpolation_shared_test.v
                                                                                
OK    [1452/1642]     7.286 ms vlib/v/tests/string_interpolation_string_lit_with_fmt_test.v
                                                                                
OK    [1453/1642]     6.290 ms vlib/v/tests/string_interpolation_struct_with_usize_field_test.v
                                                                                
OK    [1454/1642]     9.378 ms vlib/v/tests/string_interpolation_string_args_test.v
                                                                                
OK    [1455/1642]    10.612 ms vlib/v/tests/string_interpolation_struct_test.v
                                                                                
OK    [1456/1642]     7.703 ms vlib/v/tests/string_interpolation_sumtype_test.v
                                                                                
OK    [1457/1642]     7.195 ms vlib/v/tests/string_interpolation_test.v
                                                                                
OK    [1458/1642]     7.233 ms vlib/v/tests/string_interpolation_variadic_test.v
                                                                                
OK    [1459/1642]     7.609 ms vlib/v/tests/string_map_with_generic_struct_value_test.v
                                                                                
OK    [1460/1642]     9.455 ms vlib/v/tests/string_option_none_test.v
                                                                                
OK    [1461/1642]     6.598 ms vlib/v/tests/string_ref_struct_test.v
                                                                                
OK    [1462/1642]     6.737 ms vlib/v/tests/string_struct_interpolation_test.v
                                                                                
OK    [1463/1642]     8.422 ms vlib/v/tests/strings_builder_shift_array_reverse_test.v
                                                                                
OK    [1464/1642]     7.920 ms vlib/v/tests/strings_unicode_test.v
                                                                                
OK    [1465/1642]     7.425 ms vlib/v/tests/struct_allow_both_field_defaults_and_skip_flag_test.v
                                                                                
OK    [1466/1642]     8.894 ms vlib/v/tests/struct_auto_eq_gen_interface_test.v
                                                                                
OK    [1467/1642]     9.927 ms vlib/v/tests/struct_chained_fields_correct_test.v
                                                                                
OK    [1468/1642]     7.085 ms vlib/v/tests/struct_child_field_default_test.v
                                                                                
OK    [1469/1642]     7.531 ms vlib/v/tests/struct_embed_fn_type_test.v
                                                                                
OK    [1470/1642]     7.901 ms vlib/v/tests/struct_embed_is_interface_test.v
                                                                                
OK    [1471/1642]     7.336 ms vlib/v/tests/struct_embedding_with_interface_test.v
                                                                                
OK    [1472/1642]     6.645 ms vlib/v/tests/struct_equality_test.v
                                                                                
OK    [1473/1642]     8.943 ms vlib/v/tests/struct_eq_op_only_test.v
                                                                                
OK    [1474/1642]    11.247 ms vlib/v/tests/struct_embed_test.v
                                                                                
OK    [1475/1642]     6.620 ms vlib/v/tests/struct_field_array_index_test.v
                                                                                
OK    [1476/1642]     8.097 ms vlib/v/tests/struct_field_default_value_interface_cast_test.v
                                                                                
OK    [1477/1642]     8.487 ms vlib/v/tests/struct_field_default_value_sumtype_cast_test.v
                                                                                
OK    [1478/1642]     7.434 ms vlib/v/tests/struct_fields_storing_functions_test.v
                                                                                
OK    [1479/1642]     8.088 ms vlib/v/tests/struct_fields_required_test.v
                                                                                
OK    [1480/1642]     5.949 ms vlib/v/tests/struct_init_update_with_mutable_receiver_test.v
                                                                                
OK    [1481/1642]     7.543 ms vlib/v/tests/struct_init_and_assign_test.v
                                                                                
OK    [1482/1642]    11.858 ms vlib/v/tests/struct_ierror_test.v
                                                                                
OK    [1483/1642]     7.117 ms vlib/v/tests/struct_init_with_complex_fields_test.v
                                                                                
OK    [1484/1642]     7.653 ms vlib/v/tests/struct_init_with_chan_field_test.v
                                                                                
OK    [1485/1642]     7.422 ms vlib/v/tests/struct_init_with_embed_update_test.v
                                                                                
OK    [1486/1642]     7.468 ms vlib/v/tests/struct_init_with_interface_field_test.v
                                                                                
OK    [1487/1642]     6.250 ms vlib/v/tests/struct_init_with_multi_nested_embed_update_test.v
                                                                                
OK    [1488/1642]     8.711 ms vlib/v/tests/struct_init_with_fixed_array_field_test.v
                                                                                
OK    [1489/1642]     7.372 ms vlib/v/tests/struct_init_with_interface_pointer_and_embed_test.v
                                                                                
OK    [1490/1642]     6.810 ms vlib/v/tests/struct_map_method_test.v
                                                                                
OK    [1491/1642]     8.343 ms vlib/v/tests/struct_init_with_update_test.v
                                                                                
OK    [1492/1642]     7.505 ms vlib/v/tests/struct_multi_embed_method_call_test.v
                                                                                
OK    [1493/1642]     6.765 ms vlib/v/tests/struct_option_field_zero_test.v
                                                                                
OK    [1494/1642]    12.110 ms vlib/v/tests/struct_of_time_init_with_update_test.v
                                                                                
OK    [1495/1642]     6.709 ms vlib/v/tests/struct_selector_or_block_test.v
                                                                                
OK    [1496/1642]     6.688 ms vlib/v/tests/struct_shared_field_with_default_init_test.v
                                                                                
OK    [1497/1642]     7.447 ms vlib/v/tests/struct_shared_field_init_test.v
                                                                                
OK    [1498/1642]     7.506 ms vlib/v/tests/struct_test.v
                                                                                
OK    [1499/1642]     6.330 ms vlib/v/tests/struct_transmute_test.v
                                                                                
OK    [1500/1642]     8.561 ms vlib/v/tests/struct_with_reference_alias_field_test.v
                                                                                
OK    [1501/1642]     7.968 ms vlib/v/tests/structs_with_voidptr_fields_can_be_printed_test.v
                                                                                
OK    [1502/1642]     6.938 ms vlib/v/tests/sum_type_test.v
                                                                                
OK    [1503/1642]     9.406 ms vlib/v/tests/sum_type_common_fields_test.v
                                                                                
OK    [1504/1642]     7.971 ms vlib/v/tests/sumtype_array_methods_test.v
                                                                                
OK    [1505/1642]     7.267 ms vlib/v/tests/sumtype_as_cast_test.v
                                                                                
OK    [1506/1642]     7.209 ms vlib/v/tests/sumtype_calls_test.v
                                                                                
OK    [1507/1642]     7.575 ms vlib/v/tests/sumtype_assign_test.v
                                                                                
OK    [1508/1642]     6.844 ms vlib/v/tests/sumtype_equality_test.v
                                                                                
OK    [1509/1642]     7.575 ms vlib/v/tests/sumtype_literal_test.v
                                                                                
OK    [1510/1642]     7.533 ms vlib/v/tests/sumtype_on_match_test.v
                                                                                
OK    [1511/1642]     7.500 ms vlib/v/tests/sumtype_str_for_subtypes_with_str_test.v
                                                                                
OK    [1512/1642]     7.808 ms vlib/v/tests/sumtype_str_test.v
                                                                                
OK    [1513/1642]     7.107 ms vlib/v/tests/sumtype_with_alias_fntype_fn_call_test.v
                                                                                
OK    [1514/1642]     7.827 ms vlib/v/tests/sumtype_with_alias_fntype_test.v
                                                                                
OK    [1515/1642]     7.797 ms vlib/v/tests/sumtype_with_fntype_test.v
                                                                                
OK    [1516/1642]     7.133 ms vlib/v/tests/sumtype_with_struct_fn_field_call_test.v
                                                                                
OK    [1517/1642]     7.259 ms vlib/v/tests/supports__likely__test.v
                                                                                
OK    [1518/1642]     8.552 ms vlib/v/tests/sumtype_with_none_test.v
                                                                                
OK    [1519/1642]     8.200 ms vlib/v/tests/swap_array_test.v
                                                                                
OK    [1520/1642]     6.572 ms vlib/v/tests/testdata/enum_in_builtin/builtin.v
                                                                                
OK    [1521/1642]     6.712 ms vlib/v/tests/testdata/enum_in_builtin/c.v
                                                                                
OK    [1522/1642]     6.838 ms vlib/v/tests/testdata/enum_in_builtin/main.v
                                                                                
OK    [1523/1642]     9.270 ms vlib/v/tests/tag_autostr_allowrecurse_test.v
                                                                                
OK    [1524/1642]     7.998 ms vlib/v/tests/testdata/sizeof_used_in_assert_test.v
                                                                                
OK    [1525/1642]     7.238 ms vlib/v/tests/testdata/tests_returning_options_failing_test.v
                                                                                
OK    [1526/1642]     8.051 ms vlib/v/tests/testdata/test_array_bound.v
                                                                                
OK    [1527/1642]     7.490 ms vlib/v/tests/testdata/usecache_and_mods/aaa/aa1.v
                                                                                
OK    [1528/1642]     6.865 ms vlib/v/tests/testdata/usecache_and_mods/aaa/aaa.v
                                                                                
OK    [1529/1642]     7.347 ms vlib/v/tests/testdata/usecache_and_mods/bbb/bb1.v
                                                                                
OK    [1530/1642]     8.204 ms vlib/v/tests/testdata/usecache_and_mods/ccc/cc1.v
                                                                                
OK    [1531/1642]     9.146 ms vlib/v/tests/testdata/usecache_and_mods/ccc/ccc.v
                                                                                
OK    [1532/1642]    10.568 ms vlib/v/tests/testdata/usecache_and_mods/bbb/bbb.v
                                                                                
OK    [1533/1642]    10.101 ms vlib/v/tests/testdata/usecache_and_mods/ccc/cc2.v
                                                                                
OK    [1534/1642]     7.245 ms vlib/v/tests/testdata/usecache_and_mods/ddd/dd1.v
                                                                                
OK    [1535/1642]     8.082 ms vlib/v/tests/testdata/usecache_and_mods/ddd/ddd.v
                                                                                
OK    [1536/1642]     6.895 ms vlib/v/tests/testdata/usecache_and_mods/main.v
                                                                                
OK    [1537/1642]     7.312 ms vlib/v/tests/testdata/usecache_and_mods/xx/x1.v
                                                                                
OK    [1538/1642]     8.465 ms vlib/v/tests/testdata/usecache_and_mods/xx/xx.v
                                                                                
OK    [1539/1642]     7.449 ms vlib/v/tests/testdata/usecache_and_mods/yy/y1.v
                                                                                
OK    [1540/1642]     8.518 ms vlib/v/tests/testdata/usecache_and_mods/yy/yy.v
                                                                                
OK    [1541/1642]     7.420 ms vlib/v/tests/testdata/usecache_and_mods/zz/zz.v
                                                                                
OK    [1542/1642]     6.927 ms vlib/v/tests/thread_to_string_test.v
                                                                                
OK    [1543/1642]     9.243 ms vlib/v/tests/testdata/usecache_and_mods/zz/z1.v
                                                                                
OK    [1544/1642]     7.586 ms vlib/v/tests/tmpl_in_return_match_expr_test.v
                                                                                
OK    [1545/1642]     7.998 ms vlib/v/tests/tmpl_script_tag_interpolation_test.v
                                                                                
OK    [1546/1642]     7.122 ms vlib/v/tests/tmpl_with_single_quotes_test.v
                                                                                
OK    [1547/1642]     8.221 ms vlib/v/tests/tmpl_using_variable_or_const_path_test.v
                                                                                
OK    [1548/1642]     9.385 ms vlib/v/tests/tmpl_test.v
                                                                                
OK    [1549/1642]     6.817 ms vlib/v/tests/trace_calls_test.v
                                                                                
OK    [1550/1642]     9.051 ms vlib/v/tests/type_alias_str_method_override_test.v
                                                                                
OK    [1551/1642]    10.849 ms vlib/v/tests/type_alias_of_pointer_types_test.v
                                                                                
OK    [1552/1642]    11.602 ms vlib/v/tests/type_alias_of_fn_with_mut_args_test.v
                                                                                
OK    [1553/1642]    12.188 ms vlib/v/tests/translated_test.v
                                                                                
OK    [1554/1642]     5.574 ms vlib/v/tests/type_alias_test.v
                                                                                
OK    [1555/1642]     6.568 ms vlib/v/tests/type_idx_test.v
                                                                                
OK    [1556/1642]     7.588 ms vlib/v/tests/type_name_in_if_test.v
                                                                                
OK    [1557/1642]     8.076 ms vlib/v/tests/type_name_test.v
                                                                                
OK    [1558/1642]     9.173 ms vlib/v/tests/type_promotion_test.v
                                                                                
OK    [1559/1642]     8.483 ms vlib/v/tests/type_voidptr_test.v
                                                                                
OK    [1560/1642]     8.083 ms vlib/v/tests/typeof_aggregate_test.v
                                                                                
OK    [1561/1642]     7.135 ms vlib/v/tests/typeof_simple_types_test.v
                                                                                
OK    [1562/1642]     7.939 ms vlib/v/tests/typeof_type_test.v
                                                                                
OK    [1563/1642]     9.162 ms vlib/v/tests/typeof_test.v
                                                                                
OK    [1564/1642]     7.562 ms vlib/v/tests/unaliased_typ_checking_test.v
                                                                                
OK    [1565/1642]     7.726 ms vlib/v/tests/unreachable_code_paths_test.v
                                                                                
OK    [1566/1642]     6.557 ms vlib/v/tests/unsafe_fixed_array_test.v
                                                                                
OK    [1567/1642]     7.306 ms vlib/v/tests/unsafe_test.v
                                                                                
OK    [1568/1642]     8.041 ms vlib/v/tests/unsigned_right_shift_test.v
                                                                                
OK    [1569/1642]     7.835 ms vlib/v/tests/use_alias_from_another_module_in_struct_field_test.v
                                                                                
OK    [1570/1642]     9.480 ms vlib/v/tests/var_option_as_arg_test.v
                                                                                
OK    [1571/1642]    10.533 ms vlib/v/tests/var_option_arr_test.v
                                                                                
OK    [1572/1642]     8.211 ms vlib/v/tests/var_option_comptime_test.v
                                                                                
OK    [1573/1642]     7.921 ms vlib/v/tests/var_option_opt_arg_test.v
                                                                                
OK    [1574/1642]     6.843 ms vlib/v/tests/var_option_opt_multi_return_test.v
                                                                                
OK    [1575/1642]     8.365 ms vlib/v/tests/var_option_struct_test.v
                                                                                
OK    [1576/1642]     6.282 ms vlib/v/tests/vargs_auto_str_method_and_println_test.v
                                                                                
OK    [1577/1642]     8.762 ms vlib/v/tests/var_type_is_checking2_test.v
                                                                                
OK    [1578/1642]    10.628 ms vlib/v/tests/var_option_sumtype_test.v
                                                                                
OK    [1579/1642]     9.369 ms vlib/v/tests/var_type_is_checking_test.v
                                                                                
OK    [1580/1642]     7.974 ms vlib/v/tests/vargs_empty_param_test.v
                                                                                
OK    [1581/1642]     7.682 ms vlib/v/tests/vargs_reference_param_test.v
                                                                                
OK    [1582/1642]     8.320 ms vlib/v/tests/vargs_with_enum_value_test.v
                                                                                
OK    [1583/1642]     7.897 ms vlib/v/tests/vmod_parser_test.v
                                                                                
OK    [1584/1642]    10.966 ms vlib/v/tests/voidptr_to_u64_cast_a_test.v
                                                                                
OK    [1585/1642]     7.465 ms vlib/v/tests/voidptr_to_u64_cast_b_test.v
                                                                                
OK    [1586/1642]     8.319 ms vlib/v/tests/volatile_vars_test.v
                                                                                
OK    [1587/1642]     7.201 ms vlib/v/tests/vsh_envbang_test.v
                                                                                
OK    [1588/1642]    10.346 ms vlib/v/tests/websocket_logger_interface_should_compile_test.v
                                                                                
OK    [1589/1642]     9.042 ms vlib/v/tests/working_with_an_empty_struct_test.v
                                                                                
OK    [1590/1642]     8.949 ms vlib/v/token/keywords_matcher_trie.v
                                                                                
OK    [1591/1642]     8.001 ms vlib/v/token/keywords_matcher_trie_test.v
                                                                                
OK    [1592/1642]     8.396 ms vlib/v/token/pos.v
                                                                                
OK    [1593/1642]     7.596 ms vlib/v/trace_calls/tracing_calls_d_musl.v
                                                                                
OK    [1594/1642]    11.977 ms vlib/v/token/token.v
                                                                                
OK    [1595/1642]    10.333 ms vlib/v/trace_calls/tracing_calls.v
                                                                                
OK    [1596/1642]     9.876 ms vlib/v/transformer/index_state.v
                                                                                
OK    [1597/1642]     6.890 ms vlib/v/util/diff.v
                                                                                
OK    [1598/1642]    13.471 ms vlib/v/transformer/transformer.v
                                                                                
OK    [1599/1642]     9.075 ms vlib/v/util/diff/diff.v
                                                                                
OK    [1600/1642]    10.573 ms vlib/v/util/errors.v
                                                                                
OK    [1601/1642]     9.568 ms vlib/v/util/module.v
                                                                                
OK    [1602/1642]     7.199 ms vlib/v/util/recompilation/recompilation.v
                                                                                
OK    [1603/1642]     9.242 ms vlib/v/util/quote.v
                                                                                
OK    [1604/1642]     9.173 ms vlib/v/util/scanning.v
                                                                                
OK    [1605/1642]     8.068 ms vlib/v/util/suggestions.v
                                                                                
OK    [1606/1642]     9.117 ms vlib/v/util/surrounder.v
                                                                                
OK    [1607/1642]     7.984 ms vlib/v/util/surrounder_test.v
                                                                                
OK    [1608/1642]     9.349 ms vlib/v/util/timers.v
                                                                                
OK    [1609/1642]     8.536 ms vlib/v/util/util.c.v
                                                                                
OK    [1610/1642]     8.207 ms vlib/v/util/util.js.v
                                                                                
OK    [1611/1642]     8.668 ms vlib/v/util/version/version.v
                                                                                
OK    [1612/1642]     7.951 ms vlib/v/util/vtest/vtest.v
                                                                                
OK    [1613/1642]    11.884 ms vlib/v/util/util.v
                                                                                
OK    [1614/1642]     7.682 ms vlib/v/vcache/vcache_test.v
                                                                                
OK    [1615/1642]    10.138 ms vlib/v/vcache/vcache.v
                                                                                
OK    [1616/1642]     8.824 ms vlib/v/vet/vet.v
                                                                                
OK    [1617/1642]     7.705 ms vlib/v/vmod/parser_test.v
                                                                                
OK    [1618/1642]     9.102 ms vlib/v/vmod/parser.v
                                                                                
OK    [1619/1642]     8.982 ms vlib/v/vmod/vmod.v
                                                                                
OK    [1620/1642]     8.862 ms vlib/x/json2/any_test.v
                                                                                
OK    [1621/1642]     6.989 ms vlib/x/json2/decoder_test.v
                                                                                
OK    [1622/1642]     8.841 ms vlib/x/json2/decoder.v
                                                                                
OK    [1623/1642]    12.012 ms vlib/x/json2/decode_struct_test.v
                                                                                
OK    [1624/1642]     8.376 ms vlib/x/json2/encode_option_test.v
                                                                                
OK    [1625/1642]     7.599 ms vlib/x/json2/encoder_test.v
                                                                                
OK    [1626/1642]     6.559 ms vlib/x/json2/integer_primitives_test.v
                                                                                
OK    [1627/1642]    10.127 ms vlib/x/json2/encoder.v
                                                                                
OK    [1628/1642]    15.896 ms vlib/x/json2/encode_struct_test.v
                                                                                
OK    [1629/1642]    11.101 ms vlib/x/json2/json2.v
                                                                                
OK    [1630/1642]     7.532 ms vlib/x/json2/json2_test.v
                                                                                
OK    [1631/1642]     6.916 ms vlib/x/json2/json_module_compatibility_test/json_decode_with_option_arg_test.v
                                                                                
OK    [1632/1642]     8.550 ms vlib/x/json2/json_module_compatibility_test/json_decode_with_encode_arg_test.v
                                                                                
OK    [1633/1642]     8.410 ms vlib/x/json2/scanner.v
                                                                                
OK    [1634/1642]    10.945 ms vlib/x/json2/json_module_compatibility_test/json_test.v
                                                                                
OK    [1635/1642]     8.267 ms vlib/x/json2/scanner_test.v
                                                                                
OK    [1636/1642]     8.289 ms vlib/x/json2/types.v
                                                                                
OK    [1637/1642]     9.347 ms vlib/x/ttf/common.v
                                                                                
OK    [1638/1642]     8.056 ms vlib/x/ttf/text_block.v
                                                                                
OK    [1639/1642]     6.670 ms vlib/x/ttf/ttf_test.v
                                                                                
OK    [1640/1642]    10.645 ms vlib/x/ttf/render_sokol_cpu.v
                                                                                
OK    [1641/1642]    12.318 ms vlib/x/ttf/render_bmp.v
                                                                                
OK    [1642/1642]    12.313 ms vlib/x/ttf/ttf.v
--------------------------------------------------------------------------------
Summary for running '/magus/work/usr/mports/lang/v/work/v-0.4/v' vet over most .v files: 1642 passed, 1642 total. Runtime: 2863 ms, on 5 parallel jobs.

---- running '/magus/work/usr/mports/lang/v/work/v-0.4/v' fmt -verify over most .v files 

                                                                                
OK    [   1/2890]    10.532 ms cmd/tools/builders/golang_builder.v
                                                                                
OK    [   2/2890]    10.696 ms cmd/tools/builders/interpret_builder.v
                                                                                
OK    [   3/2890]    10.984 ms cmd/tools/builders/c_builder.v
                                                                                
OK    [   4/2890]    11.632 ms cmd/tools/builders/js_builder.v
                                                                                
OK    [   5/2890]    12.969 ms cmd/tools/bench/wyhash.v
                                                                                
OK    [   6/2890]     9.446 ms cmd/tools/builders/wasm_builder.v
                                                                                
OK    [   7/2890]    10.532 ms cmd/tools/detect_tcc.v
                                                                                
OK    [   8/2890]    11.625 ms cmd/tools/check_os_api_parity.v
                                                                                
OK    [   9/2890]    13.028 ms cmd/tools/builders/native_builder.v
                                                                                
OK    [  10/2890]    16.714 ms cmd/tools/fast/fast.v
                                                                                
OK    [  11/2890]    11.461 ms cmd/tools/fast/fast_job.v
                                                                                
OK    [  12/2890]    11.884 ms cmd/tools/fuzz/map_fuzz.v
                                                                                
OK    [  13/2890]    14.304 ms cmd/tools/gen1m.v
                                                                                
OK    [  14/2890]    13.945 ms cmd/tools/gen_vc.v
                                                                                
OK    [  15/2890]     9.462 ms cmd/tools/git_pre_commit_hook.vsh
                                                                                
OK    [  16/2890]    10.115 ms cmd/tools/install_binaryen.vsh
                                                                                
OK    [  17/2890]    12.830 ms cmd/tools/install_wabt.vsh
                                                                                
OK    [  18/2890]    10.359 ms cmd/tools/measure/scanner_speed.v
                                                                                
OK    [  19/2890]    10.697 ms cmd/tools/modules/scripting/scripting.v
                                                                                
OK    [  20/2890]    13.781 ms cmd/tools/measure/parser_speed.v
                                                                                
OK    [  21/2890]     9.405 ms cmd/tools/modules/testing/output.v
                                                                                
OK    [  22/2890]    15.755 ms cmd/tools/modules/testing/common.v
                                                                                
OK    [  23/2890]    10.247 ms cmd/tools/modules/testing/output_dump.v
                                                                                
OK    [  24/2890]    11.404 ms cmd/tools/modules/testing/output_normal.v
                                                                                
OK    [  25/2890]    12.087 ms cmd/tools/modules/testing/output_teamcity.v
                                                                                
OK    [  26/2890]    11.657 ms cmd/tools/oldv.v
                                                                                
OK    [  27/2890]    13.207 ms cmd/tools/modules/vgit/vgit.v
                                                                                
OK    [  28/2890]    13.278 ms cmd/tools/performance_compare.v
                                                                                
OK    [  29/2890]    11.069 ms cmd/tools/regress.v
                                                                                
OK    [  30/2890]    14.264 ms cmd/tools/repeat.v
                                                                                
OK    [  31/2890]    10.046 ms cmd/tools/report_v_module_folders_without_tests.v
                                                                                
OK    [  32/2890]    11.446 ms cmd/tools/test_if_v_test_system_works.v
                                                                                
OK    [  33/2890]     9.716 ms cmd/tools/translate.v
                                                                                
OK    [  34/2890]    11.766 ms cmd/tools/test_os_process.v
                                                                                
OK    [  35/2890]     9.980 ms cmd/tools/vast/cjson.v
                                                                                
OK    [  36/2890]    12.026 ms cmd/tools/vast/test/demo.v
                                                                                
OK    [  37/2890]    12.020 ms cmd/tools/vbin2v.v
                                                                                
OK    [  38/2890]     9.055 ms cmd/tools/vbuild-examples.v
                                                                                
OK    [  39/2890]    13.905 ms cmd/tools/vbug.v
                                                                                
OK    [  40/2890]    10.701 ms cmd/tools/vbuild-tools.v
                                                                                
OK    [  41/2890]     9.188 ms cmd/tools/vbuild-vbinaries.v
                                                                                
OK    [  42/2890]    11.075 ms cmd/tools/vbump.v
                                                                                
OK    [  43/2890]    10.462 ms cmd/tools/vbump_test.v
                                                                                
OK    [  44/2890]    29.383 ms cmd/tools/vast/vast.v
                                                                                
OK    [  45/2890]    13.906 ms cmd/tools/vcheck-md.v
                                                                                
OK    [  46/2890]    10.421 ms cmd/tools/vcomplete_test.v
                                                                                
OK    [  47/2890]    10.916 ms cmd/tools/vcompress.v
                                                                                
OK    [  48/2890]    19.822 ms cmd/tools/vcomplete.v
                                                                                
OK    [  49/2890]    12.640 ms cmd/tools/vcreate/vcreate.v
                                                                                
OK    [  50/2890]     9.782 ms cmd/tools/vdoc/html_tag_escape_test.v
                                                                                
OK    [  51/2890]    12.550 ms cmd/tools/vcreate/vcreate_test.v
                                                                                
OK    [  52/2890]     9.738 ms cmd/tools/vdoc/markdown.v
                                                                                
OK    [  53/2890]    10.198 ms cmd/tools/vdoc/tests/testdata/basic/main.v
                                                                                
OK    [  54/2890]    17.497 ms cmd/tools/vdoc/html.v
                                                                                
OK    [  55/2890]    10.832 ms cmd/tools/vdoc/tests/testdata/newlines/main.v
                                                                                
OK    [  56/2890]    11.361 ms cmd/tools/vdoc/tests/testdata/multiline/main.v
                                                                                
OK    [  57/2890]    10.941 ms cmd/tools/vdoc/tests/testdata/unsorted/main.v
                                                                                
OK    [  58/2890]    12.312 ms cmd/tools/vdoc/tests/vdoc_file_test.v
                                                                                
OK    [  59/2890]    13.611 ms cmd/tools/vdoc/utils.v
                                                                                
OK    [  60/2890]    13.151 ms cmd/tools/vdoc/vdoc.v
                                                                                
OK    [  61/2890]    14.689 ms cmd/tools/vdoctor.v
                                                                                
OK    [  62/2890]    13.581 ms cmd/tools/vfmt.v
                                                                                
OK    [  63/2890]    13.288 ms cmd/tools/vgret.v
                                                                                
OK    [  64/2890]    12.659 ms cmd/tools/vls.v
                                                                                
OK    [  65/2890]    11.633 ms cmd/tools/vmissdoc.v
                                                                                
OK    [  66/2890]     9.383 ms cmd/tools/vscan.v
                                                                                
OK    [  67/2890]    15.379 ms cmd/tools/vpm.v
                                                                                
OK    [  68/2890]    11.639 ms cmd/tools/vself.v
                                                                                
OK    [  69/2890]    10.058 ms cmd/tools/vsetup-freetype.v
                                                                                
OK    [  70/2890]    19.284 ms cmd/tools/vrepl.v
                                                                                
OK    [  71/2890]    11.478 ms cmd/tools/vshader.v
                                                                                
OK    [  72/2890]    12.403 ms cmd/tools/vshare.v
                                                                                
OK    [  73/2890]    10.951 ms cmd/tools/vshould-compile-all.v
                                                                                
OK    [  74/2890]    11.379 ms cmd/tools/vsymlink.v
                                                                                
OK    [  75/2890]    10.704 ms cmd/tools/vtest-cleancode.v
                                                                                
OK    [  76/2890]    15.257 ms cmd/tools/vtest-all.v
                                                                                
OK    [  77/2890]    10.688 ms cmd/tools/vtest-fmt.v
                                                                                
OK    [  78/2890]    16.043 ms cmd/tools/vtest-parser.v
                                                                                
OK    [  79/2890]    14.264 ms cmd/tools/vtest-self.v
                                                                                
OK    [  80/2890]    10.255 ms cmd/tools/vtracev.v
                                                                                
OK    [  81/2890]    11.637 ms cmd/tools/vup.v
                                                                                
OK    [  82/2890]    16.586 ms cmd/tools/vtest.v
                                                                                
OK    [  83/2890]     9.647 ms cmd/tools/vvet/vet_test.v
                                                                                
OK    [  84/2890]    12.222 ms cmd/tools/vwatch.v
                                                                                
OK    [  85/2890]    15.118 ms cmd/tools/vvet/vvet.v
                                                                                
OK    [  86/2890]    13.564 ms cmd/tools/vwhere/finder.v
                                                                                
OK    [  87/2890]    12.558 ms cmd/tools/vwhere/finder_utils.v
                                                                                
OK    [  88/2890]    11.075 ms cmd/tools/vwhere/test/file_one.v
                                                                                
OK    [  89/2890]    10.188 ms cmd/tools/vwhere/test/file_two.v
                                                                                
OK    [  90/2890]    11.068 ms cmd/tools/vwhere/vwhere.v
                                                                                
OK    [  91/2890]    10.329 ms cmd/tools/vwipe-cache.v
                                                                                
OK    [  92/2890]    12.370 ms cmd/tools/vwhere/vwhere_test.v
                                                                                
OK    [  93/2890]    18.388 ms cmd/tools/vwhere/test/nested_mod/nested_file.v
                                                                                
OK    [  94/2890]    10.418 ms cmd/v/v.v
                                                                                
OK    [  95/2890]    10.571 ms examples/asm.v
                                                                                
OK    [  96/2890]    15.381 ms examples/2048/2048.v
                                                                                
OK    [  97/2890]    12.585 ms examples/binary_search_tree.v
                                                                                
OK    [  98/2890]    11.272 ms examples/brainvuck.v
                                                                                
OK    [  99/2890]    12.425 ms examples/bst_map.v
                                                                                
OK    [ 100/2890]    13.535 ms examples/buf_reader.v
                                                                                
OK    [ 101/2890]    10.689 ms examples/call_v_from_c/v_test_math.v
                                                                                
OK    [ 102/2890]    11.482 ms examples/c_interop_wkhtmltopdf.v
                                                                                
OK    [ 103/2890]    11.479 ms examples/call_v_from_c/v_test_print.v
                                                                                
OK    [ 104/2890]    12.126 ms examples/call_v_from_python/test.v
                                                                                
OK    [ 105/2890]    10.157 ms examples/compiletime/methods.v
                                                                                
OK    [ 106/2890]    11.798 ms examples/cli.v
                                                                                
OK    [ 107/2890]    12.680 ms examples/compiletime/reflection.v
                                                                                
OK    [ 108/2890]    13.486 ms examples/clock/clock.v
                                                                                
OK    [ 109/2890]    12.886 ms examples/concurrency/concurrency.v
                                                                                
OK    [ 110/2890]     9.016 ms examples/control_thread_stack_size.v
                                                                                
OK    [ 111/2890]    11.896 ms examples/concurrency/concurrency_returns.v
                                                                                
OK    [ 112/2890]    10.891 ms examples/coroutines/simple_coroutines.v
                                                                                
OK    [ 113/2890]     9.132 ms examples/custom_error.v
                                                                                
OK    [ 114/2890]    18.135 ms examples/concurrency/concurrency_http.v
                                                                                
OK    [ 115/2890]    11.556 ms examples/database/mysql.v
                                                                                
OK    [ 116/2890]    12.031 ms examples/database/orm.v
                                                                                
OK    [ 117/2890]    10.316 ms examples/dump_factorial.v
                                                                                
OK    [ 118/2890]    13.031 ms examples/database/sqlite.v
                                                                                
OK    [ 119/2890]    10.962 ms examples/dynamic_library_loader/modules/library/library.v
                                                                                
OK    [ 120/2890]    11.527 ms examples/dynamic_library_loader/use.v
                                                                                
OK    [ 121/2890]     9.725 ms examples/dynamic_library_loading/modules/library/library.v
                                                                                
OK    [ 122/2890]     9.058 ms examples/dynamic_library_loading/use_test.v
                                                                                
OK    [ 123/2890]    13.208 ms examples/dynamic_library_loading/use.v
                                                                                
OK    [ 124/2890]    16.028 ms examples/dynamic_library_loader/use_test.v
                                                                                
OK    [ 125/2890]    10.591 ms examples/eventbus/eventbus.v
                                                                                
OK    [ 126/2890]    12.410 ms examples/errors.v
                                                                                
OK    [ 127/2890]     9.630 ms examples/fetch.v
                                                                                
OK    [ 128/2890]    11.034 ms examples/fibonacci.v
                                                                                
OK    [ 129/2890]    16.607 ms examples/eventbus/modules/some_module/some_module.v
                                                                                
OK    [ 130/2890]    10.557 ms examples/file_list.v
                                                                                
OK    [ 131/2890]    10.962 ms examples/fireworks/fireworks.v
                                                                                
OK    [ 132/2890]    12.114 ms examples/fireworks/modules/objects/color.v
                                                                                
OK    [ 133/2890]    11.441 ms examples/fireworks/modules/objects/constants.v
                                                                                
OK    [ 134/2890]    12.614 ms examples/fireworks/modules/objects/particle.v
                                                                                
OK    [ 135/2890]    12.398 ms examples/fireworks/modules/objects/rocket.v
                                                                                
OK    [ 136/2890]    12.632 ms examples/fireworks/modules/objects/vector.v
                                                                                
OK    [ 137/2890]    11.056 ms examples/fizz_buzz.v
                                                                                
OK    [ 138/2890]    12.922 ms examples/flappylearning/game.v
                                                                                
OK    [ 139/2890]    11.211 ms examples/flappylearning/modules/neuroevolution/neuronevolution.v
                                                                                
OK    [ 140/2890]    10.919 ms examples/function_types.v
                                                                                
OK    [ 141/2890]    11.108 ms examples/game_of_life/life.v
                                                                                
OK    [ 142/2890]    12.546 ms examples/game_of_life/life_gg.v
                                                                                
OK    [ 143/2890]    14.657 ms examples/game_of_life/modules/automaton/automaton.v
                                                                                
OK    [ 144/2890]    11.538 ms examples/gg/additive.v
                                                                                
OK    [ 145/2890]    11.163 ms examples/gg/arcs_and_slices.v
                                                                                
OK    [ 146/2890]    14.569 ms examples/get_weather/get_weather.v
                                                                                
OK    [ 147/2890]     9.952 ms examples/gg/bezier.v
                                                                                
OK    [ 148/2890]    11.757 ms examples/gg/bezier_anim.v
                                                                                
OK    [ 149/2890]    12.185 ms examples/gg/cursor.v
                                                                                
OK    [ 150/2890]    11.363 ms examples/gg/draw_pixels.v
                                                                                
OK    [ 151/2890]    12.514 ms examples/gg/drag_n_drop.v
                                                                                
OK    [ 152/2890]    12.890 ms examples/gg/mandelbrot.v
                                                                                
OK    [ 153/2890]    10.339 ms examples/gg/polygons.v
                                                                                
OK    [ 154/2890]    10.395 ms examples/gg/rectangles.v
                                                                                
OK    [ 155/2890]    11.976 ms examples/gg/raven_text_rendering.v
                                                                                
OK    [ 156/2890]    10.947 ms examples/gg/rotating_textured_quad.v
                                                                                
OK    [ 157/2890]    18.599 ms examples/gg/random.v
                                                                                
OK    [ 158/2890]    13.633 ms examples/gg/stars.v
                                                                                
OK    [ 159/2890]    10.937 ms examples/gg/worker_thread.v
                                                                                
OK    [ 160/2890]    13.542 ms examples/graphs/bellman-ford.v
                                                                                
OK    [ 161/2890]    12.136 ms examples/graphs/bfs.v
                                                                                
OK    [ 162/2890]    12.076 ms examples/graphs/bfs2.v
                                                                                
OK    [ 163/2890]    11.537 ms examples/graphs/dfs.v
                                                                                
OK    [ 164/2890]    11.397 ms examples/graphs/dfs2.v
                                                                                
OK    [ 165/2890]    13.672 ms examples/graphs/dijkstra.v
                                                                                
OK    [ 166/2890]    13.877 ms examples/graphs/minimal_spann_tree_prim.v
                                                                                
OK    [ 167/2890]    12.156 ms examples/graphs/topological_sorting_dfs.v
                                                                                
OK    [ 168/2890]    11.136 ms examples/graphs/topological_sorting_greedy.v
                                                                                
OK    [ 169/2890]    11.295 ms examples/hanoi.v
                                                                                
OK    [ 170/2890]    10.862 ms examples/hello_v_js.v
                                                                                
OK    [ 171/2890]    11.833 ms examples/hello_world.v
                                                                                
OK    [ 172/2890]    10.157 ms examples/hot_reload/message.v
                                                                                
OK    [ 173/2890]    10.949 ms examples/hot_reload/graph.v
                                                                                
OK    [ 174/2890]    16.502 ms examples/hot_reload/bounce.v
                                                                                
OK    [ 175/2890]    11.261 ms examples/http_server.v
                                                                                
OK    [ 176/2890]    13.462 ms examples/js_dom_cube/cube.js.v
                                                                                
OK    [ 177/2890]    13.259 ms examples/js_dom_draw/draw.js.v
                                                                                
OK    [ 178/2890]    15.113 ms examples/js_dom_draw_bechmark_chart/chart/draw.js.v
                                                                                
OK    [ 179/2890]    14.932 ms examples/js_dom_draw_bechmark_chart/chart/main.v
                                                                                
OK    [ 180/2890]    13.429 ms examples/js_dom_draw_bechmark_chart/v_vweb_orm/src/main.v
                                                                                
OK    [ 181/2890]     9.749 ms examples/json.v
                                                                                
OK    [ 182/2890]    14.732 ms examples/lander.v
                                                                                
OK    [ 183/2890]    13.332 ms examples/linear_regression/simple_linear_regression.v
                                                                                
OK    [ 184/2890]    14.011 ms examples/links_scraper.v
                                                                                
OK    [ 185/2890]    13.777 ms examples/logfatal.v
                                                                                
OK    [ 186/2890]    15.675 ms examples/log.v
                                                                                
OK    [ 187/2890]    11.229 ms examples/macos_tray/tray.v
                                                                                
OK    [ 188/2890]    13.193 ms examples/mini_calculator.v
                                                                                
OK    [ 189/2890]    12.968 ms examples/native/hello_world.v
                                                                                
OK    [ 190/2890]    10.406 ms examples/net_failconnect.v
                                                                                
OK    [ 191/2890]    12.584 ms examples/nbody.v
                                                                                
OK    [ 192/2890]    10.394 ms examples/net_peer_ip.v
                                                                                
OK    [ 193/2890]    11.935 ms examples/net_raw_http.v
                                                                                
OK    [ 194/2890]    12.047 ms examples/net_resolve.v
                                                                                
OK    [ 195/2890]    11.808 ms examples/net_t.v
                                                                                
OK    [ 196/2890]    11.580 ms examples/net_udp_server_and_client.v
                                                                                
OK    [ 197/2890]    12.642 ms examples/news_fetcher.v
                                                                                
OK    [ 198/2890]    11.872 ms examples/password/password.v
                                                                                
OK    [ 199/2890]    10.005 ms examples/pendulum-simulation/animation.v
                                                                                
OK    [ 200/2890]    12.532 ms examples/password/password_ci.vsh
                                                                                
OK    [ 201/2890]    11.863 ms examples/pendulum-simulation/full.v
                                                                                
OK    [ 202/2890]    17.406 ms examples/path_tracing.v
                                                                                
OK    [ 203/2890]     9.913 ms examples/pendulum-simulation/modules/sim/anim/worker.v
                                                                                
OK    [ 204/2890]    13.977 ms examples/pendulum-simulation/modules/sim/anim/app.v
                                                                                
OK    [ 205/2890]    11.310 ms examples/pendulum-simulation/modules/sim/args/parser.v
                                                                                
OK    [ 206/2890]    11.782 ms examples/pendulum-simulation/modules/sim/img/ppm.v
                                                                                
OK    [ 207/2890]    12.806 ms examples/pendulum-simulation/modules/sim/img/worker.v
                                                                                
OK    [ 208/2890]    12.301 ms examples/pendulum-simulation/modules/sim/img/writer.v
                                                                                
OK    [ 209/2890]    13.069 ms examples/pendulum-simulation/modules/sim/log.v
                                                                                
OK    [ 210/2890]    13.411 ms examples/pendulum-simulation/modules/sim/params.v
                                                                                
OK    [ 211/2890]    12.090 ms examples/pendulum-simulation/modules/sim/params_test.v
                                                                                
OK    [ 212/2890]    12.789 ms examples/pendulum-simulation/modules/sim/runner.v
                                                                                
OK    [ 213/2890]    10.599 ms examples/pendulum-simulation/modules/sim/sim.v
                                                                                
OK    [ 214/2890]    10.188 ms examples/pendulum-simulation/modules/sim/vec.v
                                                                                
OK    [ 215/2890]    14.047 ms examples/pendulum-simulation/modules/sim/sim_test.v
                                                                                
OK    [ 216/2890]    11.846 ms examples/pendulum-simulation/modules/sim/vec_test.v
                                                                                
OK    [ 217/2890]    11.376 ms examples/pendulum-simulation/modules/sim/worker.v
                                                                                
OK    [ 218/2890]    13.114 ms examples/pendulum-simulation/modules/sim/worker_test.v
                                                                                
OK    [ 219/2890]    11.625 ms examples/pendulum-simulation/parallel.v
                                                                                
OK    [ 220/2890]    11.609 ms examples/pendulum-simulation/sequential.v
                                                                                
OK    [ 221/2890]    14.937 ms examples/pendulum-simulation/parallel_with_iw.v
                                                                                
OK    [ 222/2890]    12.699 ms examples/pico/pico.v
                                                                                
OK    [ 223/2890]    11.160 ms examples/process/command.v
                                                                                
OK    [ 224/2890]    11.294 ms examples/process/execve.v
                                                                                
OK    [ 225/2890]    11.388 ms examples/process/process_stdin_trick.v
                                                                                
OK    [ 226/2890]    12.611 ms examples/process/process_script.v
                                                                                
OK    [ 227/2890]    11.262 ms examples/quick_sort.v
                                                                                
OK    [ 228/2890]    10.456 ms examples/random_ips.v
                                                                                
OK    [ 229/2890]    15.099 ms examples/quadtree_demo/quadtree_demo.v
                                                                                
OK    [ 230/2890]    11.241 ms examples/readline/readline.vsh
                                                                                
OK    [ 231/2890]    14.109 ms examples/readline/readline_ci.v
                                                                                
OK    [ 232/2890]    12.492 ms examples/regex/regex_example.v
                                                                                
OK    [ 233/2890]    10.660 ms examples/rule110.v
                                                                                
OK    [ 234/2890]    14.902 ms examples/regex/regex_with_memoization.v
                                                                                
OK    [ 235/2890]    11.289 ms examples/rune.v
                                                                                
OK    [ 236/2890]    12.088 ms examples/smtp/mail.v
                                                                                
OK    [ 237/2890]    12.570 ms examples/snek/snek.js.v
                                                                                
OK    [ 238/2890]    12.976 ms examples/snek/snek.v
                                                                                
OK    [ 239/2890]    15.019 ms examples/sokol/01_cubes/cube.v
                                                                                
OK    [ 240/2890]    14.408 ms examples/sokol/02_cubes_glsl/cube_glsl.v
                                                                                
OK    [ 241/2890]    13.530 ms examples/sokol/03_march_tracing_glsl/rt_glsl.v
                                                                                
OK    [ 242/2890]    14.660 ms examples/sokol/04_multi_shader_glsl/rt_glsl.v
                                                                                
OK    [ 243/2890]    14.020 ms examples/sokol/05_instancing_glsl/rt_glsl.v
                                                                                
OK    [ 244/2890]    11.144 ms examples/sokol/06_obj_viewer/modules/obj/rend.v
                                                                                
OK    [ 245/2890]    10.092 ms examples/sokol/06_obj_viewer/modules/obj/struct.v
                                                                                
OK    [ 246/2890]    17.471 ms examples/sokol/06_obj_viewer/modules/obj/obj.v
                                                                                
OK    [ 247/2890]    10.894 ms examples/sokol/06_obj_viewer/modules/obj/util.v
                                                                                
OK    [ 248/2890]    11.521 ms examples/sokol/06_obj_viewer/show_obj.v
                                                                                
OK    [ 249/2890]    11.436 ms examples/sokol/drawing.v
                                                                                
OK    [ 250/2890]    13.053 ms examples/sokol/fonts.v
                                                                                
OK    [ 251/2890]    12.057 ms examples/sokol/particles/modules/particle/color.v
                                                                                
OK    [ 252/2890]    13.899 ms examples/sokol/freetype_raven.v
                                                                                
OK    [ 253/2890]    14.281 ms examples/sokol/particles/modules/particle/particle.v
                                                                                
OK    [ 254/2890]    11.321 ms examples/sokol/particles/modules/particle/system.v
                                                                                
OK    [ 255/2890]    12.371 ms examples/sokol/particles/particles.v
                                                                                
OK    [ 256/2890]    10.666 ms examples/sokol/sounds/melody.v
                                                                                
OK    [ 257/2890]    12.863 ms examples/sokol/simple_shader_glsl/simple_shader.v
                                                                                
OK    [ 258/2890]    12.382 ms examples/sokol/sounds/simple_sin_tones.v
                                                                                
OK    [ 259/2890]    17.250 ms examples/sokol/sounds/wav_player.v
                                                                                
OK    [ 260/2890]    10.862 ms examples/submodule/mymodules/main_functions.v
                                                                                
OK    [ 261/2890]    14.748 ms examples/spectral.v
                                                                                
OK    [ 262/2890]    17.280 ms examples/submodule/main.v
                                                                                
OK    [ 263/2890]    14.102 ms examples/submodule/mymodules/submodule/sub_functions.v
                                                                                
OK    [ 264/2890]    11.739 ms examples/tcp_echo_server.v
                                                                                
OK    [ 265/2890]    11.308 ms examples/templates/templates.v
                                                                                
OK    [ 266/2890]    11.486 ms examples/term.ui/cursor_chaser.v
                                                                                
OK    [ 267/2890]    16.725 ms examples/tcp_notify_echo_server.v
                                                                                
OK    [ 268/2890]    11.469 ms examples/term.ui/event_viewer.v
                                                                                
OK    [ 269/2890]    11.229 ms examples/term.ui/rectangles.v
                                                                                
OK    [ 270/2890]    18.300 ms examples/term.ui/pong.v
                                                                                
OK    [ 271/2890]    13.001 ms examples/term.ui/term_drawing.v
                                                                                
OK    [ 272/2890]    14.449 ms examples/term.ui/vyper.v
                                                                                
OK    [ 273/2890]    15.540 ms examples/term.ui/text_editor.v
                                                                                
OK    [ 274/2890]     9.871 ms examples/terminal_control.v
                                                                                
OK    [ 275/2890]    12.703 ms examples/tetris/tetris.js.v
                                                                                
OK    [ 276/2890]    10.574 ms examples/tree_of_nodes.v
                                                                                
OK    [ 277/2890]    12.034 ms examples/toml.v
                                                                                
OK    [ 278/2890]    14.895 ms examples/tetris/tetris.v
                                                                                
OK    [ 279/2890]    12.436 ms examples/ttf_font/example_ttf.v
                                                                                
OK    [ 280/2890]    10.954 ms examples/vcasino/vcasino.v
                                                                                
OK    [ 281/2890]    11.742 ms examples/viewer/file_scan.v
                                                                                
OK    [ 282/2890]    10.548 ms examples/viewer/zip_container.v
                                                                                
OK    [ 283/2890]    15.591 ms examples/viewer/view.v
                                                                                
OK    [ 284/2890]    20.899 ms examples/v_script.vsh
                                                                                
OK    [ 285/2890]    11.310 ms examples/vmod.v
                                                                                
OK    [ 286/2890]    14.894 ms examples/vweb/file_transform/vweb_example.v
                                                                                
OK    [ 287/2890]    11.801 ms examples/vweb/file_upload/vweb_example.v
                                                                                
OK    [ 288/2890]    17.074 ms examples/vpwgen.v
                                                                                
OK    [ 289/2890]    12.196 ms examples/vweb/middleware/vweb_example.v
                                                                                
OK    [ 290/2890]    13.991 ms examples/vweb/server_sent_events/server.v
                                                                                
OK    [ 291/2890]     8.366 ms examples/vweb_fullstack/src/auth_dto.v
                                                                                
OK    [ 292/2890]    12.259 ms examples/vweb/vweb_assets/vweb_assets.v
                                                                                
OK    [ 293/2890]    13.537 ms examples/vweb/vweb_example.v
                                                                                
OK    [ 294/2890]    15.264 ms examples/vweb_fullstack/src/auth_controllers.v
                                                                                
OK    [ 295/2890]    11.809 ms examples/vweb_fullstack/src/auth_services.v
                                                                                
OK    [ 296/2890]    11.896 ms examples/vweb_fullstack/src/databases/config_databases_sqlite.v
                                                                                
OK    [ 297/2890]    11.437 ms examples/vweb_fullstack/src/product_controller.v
                                                                                
OK    [ 298/2890]    14.238 ms examples/vweb_fullstack/src/main.v
                                                                                
OK    [ 299/2890]    10.584 ms examples/vweb_fullstack/src/product_entities.v
                                                                                
OK    [ 300/2890]    10.972 ms examples/vweb_fullstack/src/product_service.v
                                                                                
OK    [ 301/2890]    12.535 ms examples/vweb_fullstack/src/product_view.v
                                                                                
OK    [ 302/2890]    10.560 ms examples/vweb_fullstack/src/user_controllers.v
                                                                                
OK    [ 303/2890]    12.707 ms examples/vweb_fullstack/src/user_entities.v
                                                                                
OK    [ 304/2890]    11.640 ms examples/vweb_fullstack/src/user_services.v
                                                                                
OK    [ 305/2890]    17.926 ms examples/vweb_fullstack/src/product_view_api.v
                                                                                
OK    [ 306/2890]    10.646 ms examples/vweb_fullstack/src/user_view_api.v
                                                                                
OK    [ 307/2890]    11.689 ms examples/vweb_orm_jwt/src/auth_controllers.v
                                                                                
OK    [ 308/2890]    11.563 ms examples/vweb_orm_jwt/src/auth_dto.v
                                                                                
OK    [ 309/2890]    11.482 ms examples/vweb_orm_jwt/src/auth_services.v
                                                                                
OK    [ 310/2890]    11.909 ms examples/vweb_orm_jwt/src/databases/config_databases_sqlite.v
                                                                                
OK    [ 311/2890]    14.001 ms examples/vweb_orm_jwt/src/main.v
                                                                                
OK    [ 312/2890]    12.674 ms examples/vweb_orm_jwt/src/user_controllers.v
                                                                                
OK    [ 313/2890]    11.695 ms examples/vweb_orm_jwt/src/user_services.v
                                                                                
OK    [ 314/2890]    11.933 ms examples/wasm/functions.v
                                                                                
OK    [ 315/2890]    15.044 ms examples/vweb_orm_jwt/src/user_entities.v
                                                                                
OK    [ 316/2890]    10.812 ms examples/wasm/hello_world.v
                                                                                
OK    [ 317/2890]    11.135 ms examples/wasm/mandelbrot/mandelbrot.v
                                                                                
OK    [ 318/2890]    11.815 ms examples/wasm_codegen/add.v
                                                                                
OK    [ 319/2890]    12.064 ms examples/wasm_codegen/control_flow.v
                                                                                
OK    [ 320/2890]    13.206 ms examples/wasm_codegen/factorial.v
                                                                                
OK    [ 321/2890]    13.691 ms examples/wasm_codegen/functions.v
                                                                                
OK    [ 322/2890]    12.221 ms examples/wasm_codegen/hello_wasi.v
                                                                                
OK    [ 323/2890]    10.796 ms examples/wasm_codegen/memory.v
                                                                                
OK    [ 324/2890]    12.543 ms examples/web_crawler/web_crawler.v
                                                                                
OK    [ 325/2890]    13.250 ms examples/websocket/client-server/client.v
                                                                                
OK    [ 326/2890]    14.427 ms examples/websocket/client-server/server.v
                                                                                
OK    [ 327/2890]    15.349 ms examples/websocket/ping.v
                                                                                
OK    [ 328/2890]    12.615 ms examples/word_counter/word_counter.v
                                                                                
OK    [ 329/2890]    13.138 ms tutorials/building_a_simple_web_blog_with_vweb/code/blog/article.v
                                                                                
OK    [ 330/2890]    13.785 ms tutorials/building_a_simple_web_blog_with_vweb/code/blog/blog.v
                                                                                
OK    [ 331/2890]    11.126 ms vlib/arrays/index_of.v
                                                                                
OK    [ 332/2890]     9.275 ms vlib/arrays/map_of.v
                                                                                
OK    [ 333/2890]    14.773 ms vlib/arrays/arrays_test.v
                                                                                
OK    [ 334/2890]    19.824 ms vlib/arrays/arrays.v
                                                                                
OK    [ 335/2890]    16.256 ms vlib/benchmark/benchmark.v
                                                                                
OK    [ 336/2890]    13.765 ms vlib/bitfield/bitfield.v
                                                                                
OK    [ 337/2890]    11.560 ms vlib/builtin/array.c.v
                                                                                
OK    [ 338/2890]    15.024 ms vlib/bitfield/bitfield_test.v
                                                                                
OK    [ 339/2890]    16.629 ms vlib/builtin/array.v
                                                                                
OK    [ 340/2890]    10.415 ms vlib/builtin/array_flags_test.v
                                                                                
OK    [ 341/2890]    11.596 ms vlib/builtin/array_notd_gcboehm_opt.v
                                                                                
OK    [ 342/2890]    17.719 ms vlib/builtin/array_d_gcboehm_opt.v
                                                                                
OK    [ 343/2890]    10.311 ms vlib/builtin/builtin.v
                                                                                
OK    [ 344/2890]     9.141 ms vlib/builtin/builtin_android_outside_termux.c.v
                                                                                
OK    [ 345/2890]    12.606 ms vlib/builtin/builtin.c.v
                                                                                
OK    [ 346/2890]     8.907 ms vlib/builtin/builtin_backtraces_d_musl.c.v
                                                                                
OK    [ 347/2890]    21.696 ms vlib/builtin/array_test.v
                                                                                
OK    [ 348/2890]    10.422 ms vlib/builtin/builtin_d_gcboehm.c.v
                                                                                
OK    [ 349/2890]    14.116 ms vlib/builtin/builtin_backtraces_nix.c.v
                                                                                
OK    [ 350/2890]    12.358 ms vlib/builtin/builtin_d_use_libbacktrace.c.v
                                                                                
OK    [ 351/2890]    10.970 ms vlib/builtin/builtin_ios.c.v
                                                                                
OK    [ 352/2890]    12.184 ms vlib/builtin/builtin_nix.c.v
                                                                                
OK    [ 353/2890]    10.014 ms vlib/builtin/builtin_notd_gcboehm.c.v
                                                                                
OK    [ 354/2890]     9.211 ms vlib/builtin/builtin_notd_use_libbacktrace.c.v
                                                                                
OK    [ 355/2890]    11.389 ms vlib/builtin/builtin_windows.c.v
                                                                                
OK    [ 356/2890]    13.082 ms vlib/builtin/builtin_test.v
                                                                                
OK    [ 357/2890]    15.823 ms vlib/builtin/byte_test.v
                                                                                
OK    [ 358/2890]    10.613 ms vlib/builtin/cfns_wrapper.c.v
                                                                                
OK    [ 359/2890]    14.371 ms vlib/builtin/cfns.c.v
                                                                                
OK    [ 360/2890]     9.623 ms vlib/builtin/float_x64.v
                                                                                
OK    [ 361/2890]    10.211 ms vlib/builtin/float_test.v
                                                                                
OK    [ 362/2890]    18.962 ms vlib/builtin/chan.v
                                                                                
OK    [ 363/2890]    17.349 ms vlib/builtin/float.c.v
                                                                                
OK    [ 364/2890]    10.383 ms vlib/builtin/gated_array_string_test.v
                                                                                
OK    [ 365/2890]    12.101 ms vlib/builtin/int.v
                                                                                
OK    [ 366/2890]    13.599 ms vlib/builtin/isnil_test.v
                                                                                
OK    [ 367/2890]    14.562 ms vlib/builtin/int_test.v
                                                                                
OK    [ 368/2890]    15.796 ms vlib/builtin/js/array.js.v
                                                                                
OK    [ 369/2890]    12.510 ms vlib/builtin/js/builtin.js.v
                                                                                
OK    [ 370/2890]     9.825 ms vlib/builtin/js/float.js.v
                                                                                
OK    [ 371/2890]    12.463 ms vlib/builtin/js/byte.js.v
                                                                                
OK    [ 372/2890]    13.378 ms vlib/builtin/js/builtin.v
                                                                                
OK    [ 373/2890]    22.925 ms vlib/builtin/js/array_test.js.v
                                                                                
OK    [ 374/2890]    11.178 ms vlib/builtin/js/int.js.v
                                                                                
OK    [ 375/2890]    12.091 ms vlib/builtin/js/int_test.js.v
                                                                                
OK    [ 376/2890]    12.419 ms vlib/builtin/js/jsfns.js.v
                                                                                
OK    [ 377/2890]    13.983 ms vlib/builtin/js/jsfns_browser.js.v
                                                                                
OK    [ 378/2890]     9.460 ms vlib/builtin/js/jsfns_node.js.v
                                                                                
OK    [ 379/2890]    10.831 ms vlib/builtin/js/map.js.v
                                                                                
OK    [ 380/2890]    12.757 ms vlib/builtin/js/promise.js.v
                                                                                
OK    [ 381/2890]    11.859 ms vlib/builtin/js/rune.js.v
                                                                                
OK    [ 382/2890]    16.527 ms vlib/builtin/js/map_test.js.v
                                                                                
OK    [ 383/2890]    14.340 ms vlib/builtin/js/string_test.js.v
                                                                                
OK    [ 384/2890]    17.868 ms vlib/builtin/js/string.js.v
                                                                                
OK    [ 385/2890]    10.765 ms vlib/builtin/js/utf8.js.v
                                                                                
OK    [ 386/2890]    11.131 ms vlib/builtin/linux_bare/libc_impl.v
                                                                                
OK    [ 387/2890]    10.797 ms vlib/builtin/linux_bare/memory_managment.v
                                                                                
OK    [ 388/2890]    11.235 ms vlib/builtin/linux_bare/old/array_bare.v
                                                                                
OK    [ 389/2890]    11.278 ms vlib/builtin/linux_bare/old/builtin_bare.v
                                                                                
OK    [ 390/2890]    23.484 ms vlib/builtin/linux_bare/linux_syscalls.v
                                                                                
OK    [ 391/2890]    13.998 ms vlib/builtin/linux_bare/old/linuxsys_bare.v
                                                                                
OK    [ 392/2890]    10.015 ms vlib/builtin/linux_bare/old/mm_bare.v
                                                                                
OK    [ 393/2890]    12.709 ms vlib/builtin/linux_bare/old/string_bare.v
                                                                                
OK    [ 394/2890]    12.342 ms vlib/builtin/linux_bare/old/syscallwrapper_test.v
                                                                                
OK    [ 395/2890]    10.703 ms vlib/builtin/map.c.v
                                                                                
OK    [ 396/2890]    10.658 ms vlib/builtin/map_d_gcboehm_opt.v
                                                                                
OK    [ 397/2890]    17.012 ms vlib/builtin/map.v
                                                                                
OK    [ 398/2890]    12.206 ms vlib/builtin/map_of_floats_test.v
                                                                                
OK    [ 399/2890]    10.891 ms vlib/builtin/option.c.v
                                                                                
OK    [ 400/2890]    10.855 ms vlib/builtin/option.v
                                                                                
OK    [ 401/2890]     9.362 ms vlib/builtin/prealloc.c.v
                                                                                
OK    [ 402/2890]    19.334 ms vlib/builtin/map_test.v
                                                                                
OK    [ 403/2890]    11.981 ms vlib/builtin/rune.v
                                                                                
OK    [ 404/2890]    11.577 ms vlib/builtin/rune_test.v
                                                                                
OK    [ 405/2890]    14.070 ms vlib/builtin/sorted_map.v
                                                                                
OK    [ 406/2890]    12.123 ms vlib/builtin/sorting_test.v
                                                                                
OK    [ 407/2890]    12.841 ms vlib/builtin/string_charptr_byteptr_helpers.v
                                                                                
OK    [ 408/2890]    13.182 ms vlib/builtin/string_int_test.v
                                                                                
OK    [ 409/2890]    20.010 ms vlib/builtin/string.v
                                                                                
OK    [ 410/2890]    11.614 ms vlib/builtin/string_match_glob_test.v
                                                                                
OK    [ 411/2890]    14.281 ms vlib/builtin/string_interpolation.v
                                                                                
OK    [ 412/2890]    10.145 ms vlib/builtin/string_strip_margin_test.v
                                                                                
OK    [ 413/2890]    11.316 ms vlib/builtin/string_trim_indent_test.v
                                                                                
OK    [ 414/2890]    10.628 ms vlib/builtin/utf8.c.v
                                                                                
OK    [ 415/2890]    10.737 ms vlib/builtin/utf8.v
                                                                                
OK    [ 416/2890]    10.659 ms vlib/builtin/utf8_test.v
                                                                                
OK    [ 417/2890]     9.247 ms vlib/builtin/wasm/alloc.v
                                                                                
OK    [ 418/2890]    24.838 ms vlib/builtin/string_test.v
                                                                                
OK    [ 419/2890]    11.176 ms vlib/builtin/wasm/browser/builtin.v
                                                                                
OK    [ 420/2890]    11.113 ms vlib/builtin/wasm/string.v
                                                                                
OK    [ 421/2890]    12.856 ms vlib/builtin/wasm/builtin.v
                                                                                
OK    [ 422/2890]    12.275 ms vlib/builtin/wasm/wasi/builtin.v
                                                                                
OK    [ 423/2890]     9.601 ms vlib/builtin/wasm/wasi/string.v
                                                                                
OK    [ 424/2890]    11.776 ms vlib/builtin/wasm/wasi/int.v
                                                                                
OK    [ 425/2890]    11.227 ms vlib/builtin/wasm_bare/libc_impl.v
                                                                                
OK    [ 426/2890]    12.510 ms vlib/builtin/wasm/wasi/wasi.v
                                                                                
OK    [ 427/2890]    10.257 ms vlib/cli/cli_test.v
                                                                                
OK    [ 428/2890]    11.051 ms vlib/cli/command.v
                                                                                
OK    [ 429/2890]    11.195 ms vlib/cli/flag.v
                                                                                
OK    [ 430/2890]    20.628 ms vlib/builtin/wasm_bare/memory_management.v
                                                                                
OK    [ 431/2890]    13.434 ms vlib/cli/command_test.v
                                                                                
OK    [ 432/2890]     9.921 ms vlib/cli/flag_test.v
                                                                                
OK    [ 433/2890]    10.628 ms vlib/cli/help.v
                                                                                
OK    [ 434/2890]    11.385 ms vlib/cli/help_test.v
                                                                                
OK    [ 435/2890]    11.423 ms vlib/cli/man.v
                                                                                
OK    [ 436/2890]    11.867 ms vlib/cli/version.v
                                                                                
OK    [ 437/2890]    13.018 ms vlib/cli/man_test.v
                                                                                
OK    [ 438/2890]    10.216 ms vlib/clipboard/clipboard.v
                                                                                
OK    [ 439/2890]    10.530 ms vlib/clipboard/clipboard_android.c.v
                                                                                
OK    [ 440/2890]    11.068 ms vlib/clipboard/clipboard_test.v
                                                                                
OK    [ 441/2890]    12.347 ms vlib/clipboard/clipboard_default.c.v
                                                                                
OK    [ 442/2890]    14.358 ms vlib/clipboard/clipboard_darwin.c.v
                                                                                
OK    [ 443/2890]    16.988 ms vlib/clipboard/clipboard_solaris.c.v
                                                                                
OK    [ 444/2890]    10.743 ms vlib/clipboard/clipboard_windows.c.v
                                                                                
OK    [ 445/2890]     9.879 ms vlib/compress/compress.v
                                                                                
OK    [ 446/2890]    11.954 ms vlib/clipboard/dummy/dummy_clipboard.v
                                                                                
OK    [ 447/2890]    15.035 ms vlib/clipboard/x11/clipboard.c.v
                                                                                
OK    [ 448/2890]    10.002 ms vlib/compress/deflate/deflate_test.v
                                                                                
OK    [ 449/2890]    13.072 ms vlib/compress/deflate/deflate.v
                                                                                
OK    [ 450/2890]    12.739 ms vlib/compress/gzip/gzip_test.v
                                                                                
OK    [ 451/2890]    15.226 ms vlib/compress/gzip/gzip.v
                                                                                
OK    [ 452/2890]    11.074 ms vlib/compress/zlib/zlib.v
                                                                                
OK    [ 453/2890]    10.106 ms vlib/context/cancel.v
                                                                                
OK    [ 454/2890]    12.414 ms vlib/compress/zlib/zlib_test.v
                                                                                
OK    [ 455/2890]    11.191 ms vlib/context/cancel_test.v
                                                                                
OK    [ 456/2890]    11.979 ms vlib/context/deadline.v
                                                                                
OK    [ 457/2890]    10.104 ms vlib/context/deadline_test.v
                                                                                
OK    [ 458/2890]    15.294 ms vlib/context/context.v
                                                                                
OK    [ 459/2890]    14.237 ms vlib/context/empty.v
                                                                                
OK    [ 460/2890]    11.642 ms vlib/context/empty_test.v
                                                                                
OK    [ 461/2890]    10.796 ms vlib/context/onecontext/onecontext.v
                                                                                
OK    [ 462/2890]    12.733 ms vlib/context/onecontext/onecontext_test.v
                                                                                
OK    [ 463/2890]    10.328 ms vlib/context/value.v
                                                                                
OK    [ 464/2890]    10.832 ms vlib/context/value_test.v
                                                                                
OK    [ 465/2890]    12.694 ms vlib/coroutines/coroutines.v
                                                                                
OK    [ 466/2890]    10.793 ms vlib/crypto/aes/aes_cbc.v
                                                                                
OK    [ 467/2890]    15.679 ms vlib/crypto/aes/aes.v
                                                                                
OK    [ 468/2890]    11.799 ms vlib/crypto/aes/block_generic.v
                                                                                
OK    [ 469/2890]    10.244 ms vlib/crypto/aes/cypher_generic.v
                                                                                
OK    [ 470/2890]    13.976 ms vlib/crypto/aes/const.v
                                                                                
OK    [ 471/2890]    10.307 ms vlib/crypto/bcrypt/bcrypt.v
                                                                                
OK    [ 472/2890]    10.370 ms vlib/crypto/bcrypt/bcrypt_test.v
                                                                                
OK    [ 473/2890]    11.655 ms vlib/crypto/blowfish/block.v
                                                                                
OK    [ 474/2890]     9.505 ms vlib/crypto/blowfish/blowfish_test.v
                                                                                
OK    [ 475/2890]    11.616 ms vlib/crypto/blowfish/blowfish.v
                                                                                
OK    [ 476/2890]    36.052 ms vlib/crypto/aes/aes_test.v
                                                                                
OK    [ 477/2890]    14.533 ms vlib/crypto/blowfish/const.v
                                                                                
OK    [ 478/2890]    11.634 ms vlib/crypto/cipher/aes_cbc_test.v
                                                                                
OK    [ 479/2890]    11.516 ms vlib/crypto/cipher/aes_cfb_test.v
                                                                                
OK    [ 480/2890]    12.328 ms vlib/crypto/cipher/aes_ctr_test.v
                                                                                
OK    [ 481/2890]    11.548 ms vlib/crypto/cipher/aes_ofb_test.v
                                                                                
OK    [ 482/2890]    12.849 ms vlib/crypto/cipher/cbc.v
                                                                                
OK    [ 483/2890]    12.090 ms vlib/crypto/cipher/cfb.v
                                                                                
OK    [ 484/2890]    11.542 ms vlib/crypto/cipher/ctr.v
                                                                                
OK    [ 485/2890]    14.578 ms vlib/crypto/cipher/cipher.v
                                                                                
OK    [ 486/2890]    13.285 ms vlib/crypto/cipher/des_cbc_test.v
                                                                                
OK    [ 487/2890]    10.729 ms vlib/crypto/cipher/des_cfb_test.v
                                                                                
OK    [ 488/2890]     9.976 ms vlib/crypto/cipher/des_ctr_test.v
                                                                                
OK    [ 489/2890]    10.295 ms vlib/crypto/cipher/xor_generic.v
                                                                                
OK    [ 490/2890]    13.667 ms vlib/crypto/cipher/ofb.v
                                                                                
OK    [ 491/2890]    11.118 ms vlib/crypto/crypto.v
                                                                                
OK    [ 492/2890]    16.917 ms vlib/crypto/cipher/des_ofb_test.v
                                                                                
OK    [ 493/2890]    10.410 ms vlib/crypto/des/const.v
                                                                                
OK    [ 494/2890]     9.558 ms vlib/crypto/des/des_test.v
                                                                                
OK    [ 495/2890]    11.515 ms vlib/crypto/des/des.v
                                                                                
OK    [ 496/2890]    11.706 ms vlib/crypto/ed25519/ed25519.v
                                                                                
OK    [ 497/2890]     9.843 ms vlib/crypto/ed25519/examples/example.v
                                                                                
OK    [ 498/2890]    27.495 ms vlib/crypto/des/block.v
                                                                                
OK    [ 499/2890]    12.194 ms vlib/crypto/ed25519/internal/edwards25519/edwards25519.v
                                                                                
OK    [ 500/2890]    14.058 ms vlib/crypto/ed25519/internal/ed25519_test.v
                                                                                
OK    [ 501/2890]    15.235 ms vlib/crypto/ed25519/internal/edwards25519/element.v
                                                                                
OK    [ 502/2890]    12.231 ms vlib/crypto/ed25519/internal/edwards25519/element_test.v
                                                                                
OK    [ 503/2890]    12.748 ms vlib/crypto/ed25519/internal/edwards25519/extra.v
                                                                                
OK    [ 504/2890]    12.242 ms vlib/crypto/ed25519/internal/edwards25519/point.v
                                                                                
OK    [ 505/2890]    15.639 ms vlib/crypto/ed25519/internal/edwards25519/extra_test.v
                                                                                
OK    [ 506/2890]    12.073 ms vlib/crypto/ed25519/internal/edwards25519/point_test.v
                                                                                
OK    [ 507/2890]    10.914 ms vlib/crypto/ed25519/internal/edwards25519/scalar_alias_test.v
                                                                                
OK    [ 508/2890]    10.946 ms vlib/crypto/ed25519/internal/edwards25519/scalar_test.v
                                                                                
OK    [ 509/2890]    10.368 ms vlib/crypto/ed25519/internal/edwards25519/scalarmult.v
                                                                                
OK    [ 510/2890]    20.248 ms vlib/crypto/ed25519/internal/edwards25519/scalar.v
                                                                                
OK    [ 511/2890]    12.116 ms vlib/crypto/ed25519/internal/edwards25519/scalarmult_test.v
                                                                                
OK    [ 512/2890]    11.405 ms vlib/crypto/ed25519/internal/edwards25519/table.v
                                                                                
OK    [ 513/2890]    12.013 ms vlib/crypto/ed25519/internal/edwards25519/table_test.v
                                                                                
OK    [ 514/2890]    11.193 ms vlib/crypto/hmac/hmac.v
                                                                                
OK    [ 515/2890]    12.224 ms vlib/crypto/hmac/hmac_test.v
                                                                                
OK    [ 516/2890]    12.951 ms vlib/crypto/internal/subtle/aliasing.v
                                                                                
OK    [ 517/2890]    11.234 ms vlib/crypto/internal/subtle/comparison.v
                                                                                
OK    [ 518/2890]    11.420 ms vlib/crypto/internal/subtle/comparison_test.v
                                                                                
OK    [ 519/2890]    13.090 ms vlib/crypto/md5/md5_test.v
                                                                                
OK    [ 520/2890]    12.318 ms vlib/crypto/pem/decode.v
                                                                                
OK    [ 521/2890]    13.283 ms vlib/crypto/md5/md5block_generic.v
                                                                                
OK    [ 522/2890]    20.747 ms vlib/crypto/md5/md5.v
                                                                                
OK    [ 523/2890]    13.457 ms vlib/crypto/pem/encode.v
                                                                                
OK    [ 524/2890]    11.092 ms vlib/crypto/pem/pem.v
                                                                                
OK    [ 525/2890]    10.840 ms vlib/crypto/rand/crypto_rand_bytes_test.v
                                                                                
OK    [ 526/2890]    11.387 ms vlib/crypto/rand/rand.v
                                                                                
OK    [ 527/2890]    17.036 ms vlib/crypto/pem/pem_test.v
                                                                                
OK    [ 528/2890]    10.650 ms vlib/crypto/rand/rand_default.c.v
                                                                                
OK    [ 529/2890]     9.360 ms vlib/crypto/rand/rand_freebsd.c.v
                                                                                
OK    [ 530/2890]    11.361 ms vlib/crypto/rand/rand_linux.c.v
                                                                                
OK    [ 531/2890]    20.340 ms vlib/crypto/rand/rand_darwin.c.v
                                                                                
OK    [ 532/2890]    10.688 ms vlib/crypto/rand/rand_openbsd.c.v
                                                                                
OK    [ 533/2890]    10.300 ms vlib/crypto/rand/rand_solaris.c.v
                                                                                
OK    [ 534/2890]    10.762 ms vlib/crypto/rand/rand_windows.c.v
                                                                                
OK    [ 535/2890]    11.236 ms vlib/crypto/rand/utils.v
                                                                                
OK    [ 536/2890]    11.655 ms vlib/crypto/rc4/rc4.v
                                                                                
OK    [ 537/2890]    12.221 ms vlib/crypto/rc4/rc4_test.v
                                                                                
OK    [ 538/2890]     9.604 ms vlib/crypto/sha1/sha1_test.v
                                                                                
OK    [ 539/2890]    14.917 ms vlib/crypto/sha1/sha1.v
                                                                                
OK    [ 540/2890]    11.089 ms vlib/crypto/sha256/sha256.v
                                                                                
OK    [ 541/2890]    11.633 ms vlib/crypto/sha256/sha256_test.v
                                                                                
OK    [ 542/2890]    12.823 ms vlib/crypto/sha256/sha256block_generic.v
                                                                                
OK    [ 543/2890]    18.265 ms vlib/crypto/sha1/sha1block_generic.v
                                                                                
OK    [ 544/2890]    17.041 ms vlib/crypto/sha512/sha512.v
                                                                                
OK    [ 545/2890]    13.340 ms vlib/crypto/sha512/sha512_test.v
                                                                                
OK    [ 546/2890]    14.739 ms vlib/crypto/sha512/sha512block_generic.v
                                                                                
OK    [ 547/2890]    12.363 ms vlib/datatypes/bloom_filter_test.v
                                                                                
OK    [ 548/2890]    15.753 ms vlib/datatypes/bloom_filter.v
                                                                                
OK    [ 549/2890]     9.934 ms vlib/datatypes/bstree_test.v
                                                                                
OK    [ 550/2890]    14.448 ms vlib/datatypes/bstree.v
                                                                                
OK    [ 551/2890]    10.644 ms vlib/datatypes/doubly_linked_list_test.v
                                                                                
OK    [ 552/2890]    13.979 ms vlib/datatypes/doubly_linked_list.v
                                                                                
OK    [ 553/2890]    11.805 ms vlib/datatypes/fsm/fsm.v
                                                                                
OK    [ 554/2890]    11.301 ms vlib/datatypes/fsm/fsm_test.v
                                                                                
OK    [ 555/2890]    10.007 ms vlib/datatypes/fsm/tools/fsm_graph.v
                                                                                
OK    [ 556/2890]    12.468 ms vlib/datatypes/heap.v
                                                                                
OK    [ 557/2890]    11.857 ms vlib/datatypes/heap_test.v
                                                                                
OK    [ 558/2890]    11.304 ms vlib/datatypes/linked_list_test.v
                                                                                
OK    [ 559/2890]    10.372 ms vlib/datatypes/quadtree.v
                                                                                
OK    [ 560/2890]    16.446 ms vlib/datatypes/linked_list.v
                                                                                
OK    [ 561/2890]     9.676 ms vlib/datatypes/quadtree_test.v
                                                                                
OK    [ 562/2890]    12.433 ms vlib/datatypes/queue.v
                                                                                
OK    [ 563/2890]    10.637 ms vlib/datatypes/queue_test.v
                                                                                
OK    [ 564/2890]    11.526 ms vlib/datatypes/ringbuffer.v
                                                                                
OK    [ 565/2890]    11.788 ms vlib/datatypes/ringbuffer_test.v
                                                                                
OK    [ 566/2890]    11.711 ms vlib/datatypes/set.v
                                                                                
OK    [ 567/2890]    11.597 ms vlib/datatypes/set_test.v
                                                                                
OK    [ 568/2890]    12.606 ms vlib/datatypes/stack.v
                                                                                
OK    [ 569/2890]    11.499 ms vlib/datatypes/stack_test.v
                                                                                
OK    [ 570/2890]    11.417 ms vlib/db/mssql/_cdef_nix.c.v
                                                                                
OK    [ 571/2890]    10.086 ms vlib/db/mssql/_cdef_windows.c.v
                                                                                
OK    [ 572/2890]    10.818 ms vlib/db/mssql/_cdefs.c.v
                                                                                
OK    [ 573/2890]    10.379 ms vlib/db/mssql/config.v
                                                                                
OK    [ 574/2890]    11.874 ms vlib/db/mssql/mssql.v
                                                                                
OK    [ 575/2890]    11.474 ms vlib/db/mssql/result.v
                                                                                
OK    [ 576/2890]    13.933 ms vlib/db/mssql/stmt_handle.v
                                                                                
OK    [ 577/2890]    10.918 ms vlib/db/mysql/_cdefs.c.v
                                                                                
OK    [ 578/2890]    11.138 ms vlib/db/mysql/_cdefs_nix.c.v
                                                                                
OK    [ 579/2890]    10.636 ms vlib/db/mysql/_cdefs_windows.c.v
                                                                                
OK    [ 580/2890]    14.222 ms vlib/db/mysql/consts.v
                                                                                
OK    [ 581/2890]    11.283 ms vlib/db/mysql/enums.v
                                                                                
OK    [ 582/2890]    10.884 ms vlib/db/mysql/mysql_orm_test.v
                                                                                
OK    [ 583/2890]    12.370 ms vlib/db/mysql/mysql.v
                                                                                
OK    [ 584/2890]     9.434 ms vlib/db/mysql/result.v
                                                                                
OK    [ 585/2890]    16.219 ms vlib/db/mysql/orm.v
                                                                                
OK    [ 586/2890]    11.653 ms vlib/db/mysql/stmt.c.v
                                                                                
OK    [ 587/2890]     9.806 ms vlib/db/mysql/utils.v
                                                                                
OK    [ 588/2890]    10.589 ms vlib/db/pg/oid.v
                                                                                
OK    [ 589/2890]    11.430 ms vlib/db/pg/pg.v
                                                                                
OK    [ 590/2890]    11.334 ms vlib/db/pg/pg_orm_test.v
                                                                                
OK    [ 591/2890]    11.261 ms vlib/db/sqlite/orm.v
                                                                                
OK    [ 592/2890]    17.052 ms vlib/db/pg/orm.v
                                                                                
OK    [ 593/2890]    14.195 ms vlib/db/sqlite/result_code.v
                                                                                
OK    [ 594/2890]    10.016 ms vlib/db/sqlite/sqlite_test.v
                                                                                
OK    [ 595/2890]    13.882 ms vlib/db/sqlite/sqlite.v
                                                                                
OK    [ 596/2890]    13.899 ms vlib/db/sqlite/sqlite_orm_test.v
                                                                                
OK    [ 597/2890]     9.660 ms vlib/db/sqlite/stmt.v
                                                                                
OK    [ 598/2890]    12.879 ms vlib/db/sqlite/sqlite_vfs_lowlevel_test.v
                                                                                
OK    [ 599/2890]     9.246 ms vlib/dl/dl.v
                                                                                
OK    [ 600/2890]    13.044 ms vlib/db/sqlite/vfs_lowlevel.v
                                                                                
OK    [ 601/2890]     9.898 ms vlib/dl/dl_test.v
                                                                                
OK    [ 602/2890]     9.826 ms vlib/dl/dl_windows.c.v
                                                                                
OK    [ 603/2890]    17.744 ms vlib/dl/dl_nix.c.v
                                                                                
OK    [ 604/2890]    11.483 ms vlib/dl/loader/loader.v
                                                                                
OK    [ 605/2890]    11.880 ms vlib/dl/loader/loader_test.v
                                                                                
OK    [ 606/2890]    11.298 ms vlib/dl/rtld_next_test.v
                                                                                
OK    [ 607/2890]     9.737 ms vlib/dlmalloc/dlmalloc_sys_nix.c.v
                                                                                
OK    [ 608/2890]     9.498 ms vlib/dlmalloc/global.v
                                                                                
OK    [ 609/2890]    10.250 ms vlib/encoding/base32/base32.v
                                                                                
OK    [ 610/2890]    22.894 ms vlib/dlmalloc/dlmalloc.v
                                                                                
OK    [ 611/2890]    10.016 ms vlib/encoding/base32/base32_test.v
                                                                                
OK    [ 612/2890]    10.127 ms vlib/encoding/base58/alphabet.v
                                                                                
OK    [ 613/2890]    10.527 ms vlib/encoding/base58/base58.v
                                                                                
OK    [ 614/2890]     9.961 ms vlib/encoding/base58/base58_test.v
                                                                                
OK    [ 615/2890]    10.012 ms vlib/encoding/base58/base58_usage_test.v
                                                                                
OK    [ 616/2890]    31.610 ms vlib/dlmalloc/dlmalloc_sys_windows.c.v
                                                                                
OK    [ 617/2890]     9.662 ms vlib/encoding/base64/base64.v
                                                                                
OK    [ 618/2890]    11.855 ms vlib/encoding/base64/base64.c.v
                                                                                
OK    [ 619/2890]    11.207 ms vlib/encoding/base64/base64_test.v
                                                                                
OK    [ 620/2890]    14.685 ms vlib/encoding/base64/base64_memory_test.v
                                                                                
OK    [ 621/2890]    11.101 ms vlib/encoding/binary/big_endian_test.v
                                                                                
OK    [ 622/2890]    14.220 ms vlib/encoding/binary/big_endian.v
                                                                                
OK    [ 623/2890]    11.690 ms vlib/encoding/binary/little_endian.v
                                                                                
OK    [ 624/2890]    11.798 ms vlib/encoding/binary/little_endian_test.v
                                                                                
OK    [ 625/2890]    11.186 ms vlib/encoding/csv/reader.v
                                                                                
OK    [ 626/2890]     9.978 ms vlib/encoding/csv/writer.v
                                                                                
OK    [ 627/2890]    11.721 ms vlib/encoding/csv/to_struct_arr.v
                                                                                
OK    [ 628/2890]    16.279 ms vlib/encoding/csv/reader_test.v
                                                                                
OK    [ 629/2890]    11.784 ms vlib/encoding/hex/hex.v
                                                                                
OK    [ 630/2890]    12.346 ms vlib/encoding/csv/writer_test.v
                                                                                
OK    [ 631/2890]    10.231 ms vlib/encoding/hex/hex_test.v
                                                                                
OK    [ 632/2890]    11.039 ms vlib/encoding/html/escape_test.v
                                                                                
OK    [ 633/2890]    13.974 ms vlib/encoding/html/escape.v
                                                                                
OK    [ 634/2890]    10.246 ms vlib/encoding/leb128/leb128.v
                                                                                
OK    [ 635/2890]     9.415 ms vlib/encoding/utf8/encoding_utf8_test.v
                                                                                
OK    [ 636/2890]     9.591 ms vlib/encoding/utf8/east_asian/east_asian_width_test.v
                                                                                
OK    [ 637/2890]     9.024 ms vlib/encoding/utf8/utf8.v
                                                                                
OK    [ 638/2890]    20.037 ms vlib/encoding/utf8/east_asian/east_asian_width.v
                                                                                
OK    [ 639/2890]    28.415 ms vlib/encoding/leb128/leb128_test.v
                                                                                
OK    [ 640/2890]    10.192 ms vlib/encoding/utf8/utf8_util_test.v
                                                                                
OK    [ 641/2890]     9.750 ms vlib/eventbus/eventbus.v
                                                                                
OK    [ 642/2890]    16.612 ms vlib/encoding/utf8/utf8_util.v
                                                                                
OK    [ 643/2890]    18.291 ms vlib/encoding/utf8/utf8_tables.v
                                                                                
OK    [ 644/2890]    11.270 ms vlib/eventbus/eventbus_test.v
                                                                                
OK    [ 645/2890]    11.123 ms vlib/flag/default_flag_options_test.v
                                                                                
OK    [ 646/2890]     9.735 ms vlib/flag/testdata/simplest_flag_program.v
                                                                                
OK    [ 647/2890]    15.214 ms vlib/flag/flag.v
                                                                                
OK    [ 648/2890]     8.937 ms vlib/flag/testdata/usage_example.v
                                                                                
OK    [ 649/2890]    14.866 ms vlib/flag/flag_test.v
                                                                                
OK    [ 650/2890]    10.639 ms vlib/flag/usage_example_test.v
                                                                                
OK    [ 651/2890]    10.655 ms vlib/fontstash/a_d_use_freetype.v
                                                                                
OK    [ 652/2890]    11.329 ms vlib/fontstash/fontstash_enums.v
                                                                                
OK    [ 653/2890]    11.968 ms vlib/fontstash/fontstash_funcs.c.v
                                                                                
OK    [ 654/2890]    11.136 ms vlib/fontstash/fontstash_structs.c.v
                                                                                
OK    [ 655/2890]    15.607 ms vlib/fontstash/fontstash.c.v
                                                                                
OK    [ 656/2890]    10.571 ms vlib/gg/draw_fns_api_test.v
                                                                                
OK    [ 657/2890]     9.972 ms vlib/gg/enums.v
                                                                                
OK    [ 658/2890]    18.160 ms vlib/gg/draw.c.v
                                                                                
OK    [ 659/2890]    13.486 ms vlib/gg/gg.c.v
                                                                                
OK    [ 660/2890]    18.042 ms vlib/gg/gg.js.v
                                                                                
OK    [ 661/2890]    11.077 ms vlib/gg/gg.v
                                                                                
OK    [ 662/2890]    13.633 ms vlib/gg/gg_android_outside_termux.c.v
                                                                                
OK    [ 663/2890]    11.937 ms vlib/gg/gg_darwin.c.v
                                                                                
OK    [ 664/2890]    12.117 ms vlib/gg/gg_ui.c.v
                                                                                
OK    [ 665/2890]    10.589 ms vlib/gg/image.js.v
                                                                                
OK    [ 666/2890]     9.914 ms vlib/gg/import_gx.v
                                                                                
OK    [ 667/2890]     9.714 ms vlib/gg/m4/graphic.v
                                                                                
OK    [ 668/2890]    13.359 ms vlib/gg/image.v
                                                                                
OK    [ 669/2890]    11.747 ms vlib/gg/m4/m4_test.v
                                                                                
OK    [ 670/2890]     9.782 ms vlib/gg/recorder.c.v
                                                                                
OK    [ 671/2890]    11.478 ms vlib/gg/m4/vector.v
                                                                                
OK    [ 672/2890]    28.546 ms vlib/gg/image.c.v
                                                                                
OK    [ 673/2890]     7.877 ms vlib/gg/recorder.js.v
                                                                                
OK    [ 674/2890]    17.954 ms vlib/gg/m4/matrix.v
                                                                                
OK    [ 675/2890]    10.553 ms vlib/gg/text_rendering.js.v
                                                                                
OK    [ 676/2890]     9.605 ms vlib/gg/text_rendering.v
                                                                                
OK    [ 677/2890]    13.456 ms vlib/gg/text_rendering.c.v
                                                                                
OK    [ 678/2890]    12.256 ms vlib/gx/color.v
                                                                                
OK    [ 679/2890]     9.406 ms vlib/gx/image.v
                                                                                
OK    [ 680/2890]     9.438 ms vlib/gx/text.c.v
                                                                                
OK    [ 681/2890]    12.337 ms vlib/gx/color_test.v
                                                                                
OK    [ 682/2890]    28.204 ms vlib/gg/recorder.v
                                                                                
OK    [ 683/2890]    10.857 ms vlib/gx/text.js.v
                                                                                
OK    [ 684/2890]    10.902 ms vlib/gx/text.v
                                                                                
OK    [ 685/2890]    12.897 ms vlib/hash/crc32/crc32_test.v
                                                                                
OK    [ 686/2890]    10.078 ms vlib/hash/fnv1a/fnv1a.v
                                                                                
OK    [ 687/2890]    16.867 ms vlib/hash/crc32/crc32.v
                                                                                
OK    [ 688/2890]    11.883 ms vlib/hash/fnv1a/fnv1a_test.v
                                                                                
OK    [ 689/2890]    13.492 ms vlib/hash/hash.v
                                                                                
OK    [ 690/2890]    10.280 ms vlib/hash/wyhash.c.v
                                                                                
OK    [ 691/2890]    11.469 ms vlib/hash/hash_compiles_test.v
                                                                                
OK    [ 692/2890]    12.666 ms vlib/hash/wyhash.js.v
                                                                                
OK    [ 693/2890]    14.547 ms vlib/hash/wyhash.v
                                                                                
OK    [ 694/2890]    11.495 ms vlib/io/buffered_reader.v
                                                                                
OK    [ 695/2890]    10.727 ms vlib/io/io.v
                                                                                
OK    [ 696/2890]    11.930 ms vlib/io/custom_string_reading_test.v
                                                                                
OK    [ 697/2890]    12.703 ms vlib/io/io_cp_test.v
                                                                                
OK    [ 698/2890]    11.431 ms vlib/io/io_test.v
                                                                                
OK    [ 699/2890]    11.507 ms vlib/io/multi_writer_test.v
                                                                                
OK    [ 700/2890]    13.788 ms vlib/io/multi_writer.v
                                                                                
OK    [ 701/2890]    12.424 ms vlib/io/os_file_reader_test.v
                                                                                
OK    [ 702/2890]    11.596 ms vlib/io/reader.v
                                                                                
OK    [ 703/2890]    14.174 ms vlib/io/reader_test.v
                                                                                
OK    [ 704/2890]    11.085 ms vlib/io/readerwriter.v
                                                                                
OK    [ 705/2890]    11.695 ms vlib/io/util/util_test.v
                                                                                
OK    [ 706/2890]    14.110 ms vlib/io/util/util.v
                                                                                
OK    [ 707/2890]    10.674 ms vlib/io/writer.v
                                                                                
OK    [ 708/2890]    11.482 ms vlib/js/dom/dom.v
                                                                                
OK    [ 709/2890]    11.491 ms vlib/js/js.js.v
                                                                                
OK    [ 710/2890]    10.510 ms vlib/js/js.v
                                                                                
OK    [ 711/2890]     9.481 ms vlib/json/cjson/cjson_test.v
                                                                                
OK    [ 712/2890]    23.082 ms vlib/js/dom/dom.js.v
                                                                                
OK    [ 713/2890]    11.875 ms vlib/json/cjson/cjson_wrapper.v
                                                                                
OK    [ 714/2890]     8.911 ms vlib/json/json_decode_with_encode_arg_test.v
                                                                                
OK    [ 715/2890]    12.525 ms vlib/json/json_decode_test.v
                                                                                
OK    [ 716/2890]     9.190 ms vlib/json/json_decode_with_generic_test.v
                                                                                
OK    [ 717/2890]     8.910 ms vlib/json/json_decode_with_option_arg_test.v
                                                                                
OK    [ 718/2890]    20.943 ms vlib/json/json_alias_test.v
                                                                                
OK    [ 719/2890]    13.439 ms vlib/json/json_decode_with_generic_array_test.v
                                                                                
OK    [ 720/2890]    11.610 ms vlib/json/json_decode_with_sumtype_test.v
                                                                                
OK    [ 721/2890]    11.213 ms vlib/json/json_encode_map_test.v
                                                                                
OK    [ 722/2890]    11.168 ms vlib/json/json_encode_primite_test.v
                                                                                
OK    [ 723/2890]    14.062 ms vlib/json/json_encode_enum_test.v
                                                                                
OK    [ 724/2890]    11.289 ms vlib/json/json_encode_struct_with_option_field_test.v
                                                                                
OK    [ 725/2890]    10.964 ms vlib/json/json_encode_sumtype_test.v
                                                                                
OK    [ 726/2890]    12.347 ms vlib/json/json_encode_with_ptr_test.v
                                                                                
OK    [ 727/2890]    11.966 ms vlib/json/json_generic_array_test.v
                                                                                
OK    [ 728/2890]    12.094 ms vlib/json/json_omitempty_test.v
                                                                                
OK    [ 729/2890]    15.097 ms vlib/json/json_encode_with_mut_test.v
                                                                                
OK    [ 730/2890]    10.357 ms vlib/json/json_option_struct_test.v
                                                                                
OK    [ 731/2890]    11.527 ms vlib/json/json_omitempty_types_test.v
                                                                                
OK    [ 732/2890]    11.046 ms vlib/json/json_option_test.v
                                                                                
OK    [ 733/2890]    11.774 ms vlib/json/json_raw_test.v
                                                                                
OK    [ 734/2890]    13.494 ms vlib/json/json_primitives.v
                                                                                
OK    [ 735/2890]    14.590 ms vlib/json/json_struct_option_test.v
                                                                                
OK    [ 736/2890]    13.669 ms vlib/log/log_test.v
                                                                                
OK    [ 737/2890]    16.332 ms vlib/log/log.v
                                                                                
OK    [ 738/2890]    19.537 ms vlib/json/json_test.v
                                                                                
OK    [ 739/2890]    17.209 ms vlib/maps/maps.v
                                                                                
OK    [ 740/2890]    11.004 ms vlib/maps/maps_test.v
                                                                                
OK    [ 741/2890]    10.529 ms vlib/math/abs.js.v
                                                                                
OK    [ 742/2890]    11.468 ms vlib/math/abs.v
                                                                                
OK    [ 743/2890]    12.677 ms vlib/math/big/array_ops.v
                                                                                
OK    [ 744/2890]     9.181 ms vlib/math/big/big.v
                                                                                
OK    [ 745/2890]    11.468 ms vlib/math/big/big.js.v
                                                                                
OK    [ 746/2890]    18.445 ms vlib/math/big/array_ops_test.v
                                                                                
OK    [ 747/2890]    11.308 ms vlib/math/big/division_array_ops.v
                                                                                
OK    [ 748/2890]    18.428 ms vlib/math/big/big_test.v
                                                                                
OK    [ 749/2890]    12.652 ms vlib/math/big/exponentiation.v
                                                                                
OK    [ 750/2890]     8.700 ms vlib/math/big/large_number_power_and_string_conversion_test.v
                                                                                
OK    [ 751/2890]    18.162 ms vlib/math/big/division_array_ops_test.v
                                                                                
OK    [ 752/2890]    17.145 ms vlib/math/big/integer.v
                                                                                
OK    [ 753/2890]    11.503 ms vlib/math/big/min_max.v
                                                                                
OK    [ 754/2890]    13.616 ms vlib/math/big/special_array_ops.v
                                                                                
OK    [ 755/2890]     9.842 ms vlib/math/bits.js.v
                                                                                
OK    [ 756/2890]    13.647 ms vlib/math/big/special_array_ops_test.v
                                                                                
OK    [ 757/2890]    12.609 ms vlib/math/bits.v
                                                                                
OK    [ 758/2890]    13.677 ms vlib/math/bits/bits.v
                                                                                
OK    [ 759/2890]    11.948 ms vlib/math/bits/bits_tables.v
                                                                                
OK    [ 760/2890]    12.948 ms vlib/math/bits/bits_test.v
                                                                                
OK    [ 761/2890]    11.696 ms vlib/math/bits/unsafe_bits.js.v
                                                                                
OK    [ 762/2890]    11.692 ms vlib/math/bits/unsafe_bits.v
                                                                                
OK    [ 763/2890]    10.127 ms vlib/math/cbrt.js.v
                                                                                
OK    [ 764/2890]    11.188 ms vlib/math/cbrt.v
                                                                                
OK    [ 765/2890]    14.104 ms vlib/math/complex/complex.v
                                                                                
OK    [ 766/2890]    10.842 ms vlib/math/const.v
                                                                                
OK    [ 767/2890]    10.088 ms vlib/math/div.v
                                                                                
OK    [ 768/2890]     8.877 ms vlib/math/exp.js.v
                                                                                
OK    [ 769/2890]    22.747 ms vlib/math/complex/complex_test.v
                                                                                
OK    [ 770/2890]    10.664 ms vlib/math/erf_test.v
                                                                                
OK    [ 771/2890]    12.551 ms vlib/math/exp.v
                                                                                
OK    [ 772/2890]    20.025 ms vlib/math/erf.v
                                                                                
OK    [ 773/2890]    11.225 ms vlib/math/factorial.v
                                                                                
OK    [ 774/2890]    13.089 ms vlib/math/factorial_tables.v
                                                                                
OK    [ 775/2890]    12.898 ms vlib/math/factorial_test.v
                                                                                
OK    [ 776/2890]    11.154 ms vlib/math/floor.js.v
                                                                                
OK    [ 777/2890]    12.618 ms vlib/math/floor.v
                                                                                
OK    [ 778/2890]    12.919 ms vlib/math/fractions/approximations.v
                                                                                
OK    [ 779/2890]    11.730 ms vlib/math/fractions/approximations_test.v
                                                                                
OK    [ 780/2890]    12.412 ms vlib/math/fractions/fraction_test.v
                                                                                
OK    [ 781/2890]    14.708 ms vlib/math/fractions/fraction.v
                                                                                
OK    [ 782/2890]    15.207 ms vlib/math/gamma.v
                                                                                
OK    [ 783/2890]    11.138 ms vlib/math/gamma_tables.v
                                                                                
OK    [ 784/2890]    10.713 ms vlib/math/hypot.v
                                                                                
OK    [ 785/2890]    13.044 ms vlib/math/internal/machine.v
                                                                                
OK    [ 786/2890]    13.344 ms vlib/math/invhyp.v
                                                                                
OK    [ 787/2890]    11.277 ms vlib/math/invtrig.js.v
                                                                                
OK    [ 788/2890]    11.056 ms vlib/math/limit.v
                                                                                
OK    [ 789/2890]    14.327 ms vlib/math/invtrig.v
                                                                                
OK    [ 790/2890]    10.169 ms vlib/math/math.c.v
                                                                                
OK    [ 791/2890]    13.557 ms vlib/math/log.v
                                                                                
OK    [ 792/2890]    12.056 ms vlib/math/math_bench_test.v
                                                                                
OK    [ 793/2890]     9.524 ms vlib/math/min_max_abs.v
                                                                                
OK    [ 794/2890]     9.737 ms vlib/math/min_max_abs_test.v
                                                                                
OK    [ 795/2890]    22.310 ms vlib/math/math.v
                                                                                
OK    [ 796/2890]    10.131 ms vlib/math/modf.v
                                                                                
OK    [ 797/2890]    10.571 ms vlib/math/nextafter.v
                                                                                
OK    [ 798/2890]    23.345 ms vlib/math/math_test.v
                                                                                
OK    [ 799/2890]    12.685 ms vlib/math/poly.v
                                                                                
OK    [ 800/2890]     8.152 ms vlib/math/scalbn.v
                                                                                
OK    [ 801/2890]     9.635 ms vlib/math/q_rsqrt.v
                                                                                
OK    [ 802/2890]    14.395 ms vlib/math/pow.v
                                                                                
OK    [ 803/2890]    19.070 ms vlib/math/pow.c.v
                                                                                
OK    [ 804/2890]    10.884 ms vlib/math/sin.c.v
                                                                                
OK    [ 805/2890]     9.027 ms vlib/math/sinh.js.v
                                                                                
OK    [ 806/2890]    12.166 ms vlib/math/sin.v
                                                                                
OK    [ 807/2890]     9.075 ms vlib/math/sqrt.c.v
                                                                                
OK    [ 808/2890]    11.578 ms vlib/math/sinh.v
                                                                                
OK    [ 809/2890]     9.876 ms vlib/math/sqrt.v
                                                                                
OK    [ 810/2890]    24.991 ms vlib/math/sin.js.v
                                                                                
OK    [ 811/2890]     9.354 ms vlib/math/tan.c.v
                                                                                
OK    [ 812/2890]    15.014 ms vlib/math/stats/stats.v
                                                                                
OK    [ 813/2890]     9.805 ms vlib/math/tan.js.v
                                                                                
OK    [ 814/2890]    16.521 ms vlib/math/stats/stats_test.v
                                                                                
OK    [ 815/2890]    12.730 ms vlib/math/tanh.js.v
                                                                                
OK    [ 816/2890]    15.643 ms vlib/math/tanh.v
                                                                                
OK    [ 817/2890]    19.469 ms vlib/math/tan.v
                                                                                
OK    [ 818/2890]    12.154 ms vlib/math/unsafe.v
                                                                                
OK    [ 819/2890]    14.916 ms vlib/math/unsafe.js.v
                                                                                
OK    [ 820/2890]    15.451 ms vlib/math/unsigned/uint128.v
                                                                                
OK    [ 821/2890]     9.582 ms vlib/math/vec/vec2_test.v
                                                                                
OK    [ 822/2890]    12.001 ms vlib/math/unsigned/uint128_test.v
                                                                                
OK    [ 823/2890]    12.142 ms vlib/math/vec/vec2.v
                                                                                
OK    [ 824/2890]    15.836 ms vlib/math/unsigned/uint256.v
                                                                                
OK    [ 825/2890]     9.851 ms vlib/math/vec/vec3_test.v
                                                                                
OK    [ 826/2890]    10.409 ms vlib/math/vec/vec4_test.v
                                                                                
OK    [ 827/2890]    14.097 ms vlib/math/vec/vec3.v
                                                                                
OK    [ 828/2890]     9.114 ms vlib/mssql/_cdef_nix.c.v
                                                                                
OK    [ 829/2890]    16.610 ms vlib/math/vec/vec4.v
                                                                                
OK    [ 830/2890]    10.268 ms vlib/mssql/_cdef_windows.c.v
                                                                                
OK    [ 831/2890]    11.036 ms vlib/mssql/_cdefs.c.v
                                                                                
OK    [ 832/2890]    10.818 ms vlib/mssql/config.v
                                                                                
OK    [ 833/2890]    10.218 ms vlib/mssql/result.v
                                                                                
OK    [ 834/2890]    14.538 ms vlib/mssql/mssql.v
                                                                                
OK    [ 835/2890]    11.715 ms vlib/mssql/stmt_handle.v
                                                                                
OK    [ 836/2890]    11.221 ms vlib/mssql/z_deprecated.v
                                                                                
OK    [ 837/2890]    11.345 ms vlib/mysql/_cdefs.c.v
                                                                                
OK    [ 838/2890]    10.271 ms vlib/mysql/_cdefs_windows.c.v
                                                                                
OK    [ 839/2890]    12.103 ms vlib/mysql/_cdefs_nix.c.v
                                                                                
OK    [ 840/2890]    10.663 ms vlib/mysql/consts.v
                                                                                
OK    [ 841/2890]    12.766 ms vlib/mysql/enums.v
                                                                                
OK    [ 842/2890]    13.203 ms vlib/mysql/mysql.v
                                                                                
OK    [ 843/2890]    13.585 ms vlib/mysql/orm.v
                                                                                
OK    [ 844/2890]    11.958 ms vlib/mysql/stmt.c.v
                                                                                
OK    [ 845/2890]    15.341 ms vlib/mysql/result.v
                                                                                
OK    [ 846/2890]     8.823 ms vlib/mysql/utils.v
                                                                                
OK    [ 847/2890]    10.230 ms vlib/mysql/z_deprecated.v
                                                                                
OK    [ 848/2890]     9.108 ms vlib/net/address_darwin.c.v
                                                                                
OK    [ 849/2890]    10.781 ms vlib/net/address_android.c.v
                                                                                
OK    [ 850/2890]    13.055 ms vlib/net/address.v
                                                                                
OK    [ 851/2890]    16.772 ms vlib/net/aasocket.c.v
                                                                                
OK    [ 852/2890]    10.599 ms vlib/net/address_default.c.v
                                                                                
OK    [ 853/2890]    10.257 ms vlib/net/address_freebsd.c.v
                                                                                
OK    [ 854/2890]    12.984 ms vlib/net/address_dragonfly.c.v
                                                                                
OK    [ 855/2890]    12.109 ms vlib/net/address_linux.c.v
                                                                                
OK    [ 856/2890]    12.777 ms vlib/net/address_openbsd.c.v
                                                                                
OK    [ 857/2890]    13.805 ms vlib/net/address_netbsd.c.v
                                                                                
OK    [ 858/2890]    12.802 ms vlib/net/address_test.v
                                                                                
OK    [ 859/2890]    11.552 ms vlib/net/address_windows.c.v
                                                                                
OK    [ 860/2890]    11.954 ms vlib/net/common.v
                                                                                
OK    [ 861/2890]    10.276 ms vlib/net/conv/conv.v
                                                                                
OK    [ 862/2890]    11.996 ms vlib/net/conv/conv_test.v
                                                                                
OK    [ 863/2890]     8.818 ms vlib/net/ftp/ftp_test.v
                                                                                
OK    [ 864/2890]     9.617 ms vlib/net/html/data_structures.v
                                                                                
OK    [ 865/2890]    14.642 ms vlib/net/errors.v
                                                                                
OK    [ 866/2890]    17.090 ms vlib/net/ftp/ftp.v
                                                                                
OK    [ 867/2890]    12.957 ms vlib/net/html/dom.v
                                                                                
OK    [ 868/2890]    11.626 ms vlib/net/html/dom_test.v
                                                                                
OK    [ 869/2890]    10.502 ms vlib/net/html/html.v
                                                                                
OK    [ 870/2890]    10.114 ms vlib/net/html/html_test.v
                                                                                
OK    [ 871/2890]    10.944 ms vlib/net/html/parser_test.v
                                                                                
OK    [ 872/2890]    14.118 ms vlib/net/html/parser.v
                                                                                
OK    [ 873/2890]    11.804 ms vlib/net/html/tag.v
                                                                                
OK    [ 874/2890]    11.002 ms vlib/net/http/backend_nix.c.v
                                                                                
OK    [ 875/2890]    12.908 ms vlib/net/html/tag_test.v
                                                                                
OK    [ 876/2890]    10.228 ms vlib/net/http/backend_windows.c.v
                                                                                
OK    [ 877/2890]    12.687 ms vlib/net/http/chunked/dechunk.v
                                                                                
OK    [ 878/2890]    10.404 ms vlib/net/http/download.v
                                                                                
OK    [ 879/2890]     8.476 ms vlib/net/http/download_nix.c.v
                                                                                
OK    [ 880/2890]    15.360 ms vlib/net/http/cookie.v
                                                                                
OK    [ 881/2890]     8.702 ms vlib/net/http/download_windows.c.v
                                                                                
OK    [ 882/2890]    23.450 ms vlib/net/http/cookie_test.v
                                                                                
OK    [ 883/2890]     9.798 ms vlib/net/http/http.v
                                                                                
OK    [ 884/2890]    12.412 ms vlib/net/http/header_test.v
                                                                                
OK    [ 885/2890]    14.352 ms vlib/net/http/header.v
                                                                                
OK    [ 886/2890]    10.497 ms vlib/net/http/http_httpbin_test.v
                                                                                
OK    [ 887/2890]    11.599 ms vlib/net/http/http_test.v
                                                                                
OK    [ 888/2890]    11.325 ms vlib/net/http/method.v
                                                                                
OK    [ 889/2890]     9.721 ms vlib/net/http/mime/mime.v
                                                                                
OK    [ 890/2890]    17.974 ms vlib/net/http/mime/build.vsh
                                                                                
OK    [ 891/2890]     9.851 ms vlib/net/http/mime/mime_test.v
                                                                                
OK    [ 892/2890]    11.824 ms vlib/net/http/request_test.v
                                                                                
OK    [ 893/2890]    16.584 ms vlib/net/http/request.v
                                                                                
OK    [ 894/2890]    10.516 ms vlib/net/http/response.v
                                                                                
OK    [ 895/2890]    10.873 ms vlib/net/http/response_test.v
                                                                                
OK    [ 896/2890]     9.622 ms vlib/net/http/server.v
                                                                                
OK    [ 897/2890]    10.970 ms vlib/net/http/server_test.v
                                                                                
OK    [ 898/2890]    10.582 ms vlib/net/http/status.v
                                                                                
OK    [ 899/2890]     9.976 ms vlib/net/http/status_test.v
                                                                                
OK    [ 900/2890]     9.563 ms vlib/net/http/version.v
                                                                                
OK    [ 901/2890]    10.730 ms vlib/net/mbedtls/c.v
                                                                                
OK    [ 902/2890]    10.023 ms vlib/net/mbedtls/mbedtls_compiles_test.v
                                                                                
OK    [ 903/2890]    12.125 ms vlib/net/mbedtls/ssl_connection.v
                                                                                
OK    [ 904/2890]     9.234 ms vlib/net/net_nix.c.v
                                                                                
OK    [ 905/2890]    10.303 ms vlib/net/openssl/c.v
                                                                                
OK    [ 906/2890]    10.947 ms vlib/net/net_windows.c.v
                                                                                
OK    [ 907/2890]     9.657 ms vlib/net/openssl/openssl.v
                                                                                
OK    [ 908/2890]     9.575 ms vlib/net/openssl/openssl_compiles_test.v
                                                                                
OK    [ 909/2890]     9.799 ms vlib/net/smtp/smtp.v
                                                                                
OK    [ 910/2890]     8.388 ms vlib/net/socket.v
                                                                                
OK    [ 911/2890]     9.975 ms vlib/net/smtp/smtp_test.v
                                                                                
OK    [ 912/2890]    13.320 ms vlib/net/openssl/ssl_connection.v
                                                                                
OK    [ 913/2890]     9.078 ms vlib/net/socket_options.c.v
                                                                                
OK    [ 914/2890]     8.986 ms vlib/net/ssl/ssl_compiles_test.v
                                                                                
OK    [ 915/2890]    10.248 ms vlib/net/ssl/ssl_d_use_openssl.v
                                                                                
OK    [ 916/2890]     9.976 ms vlib/net/ssl/ssl_notd_use_openssl.v
                                                                                
OK    [ 917/2890]    11.145 ms vlib/net/tcp_read_line.v
                                                                                
OK    [ 918/2890]    10.902 ms vlib/net/tcp_self_dial_from_many_clients_test.v
                                                                                
OK    [ 919/2890]    10.886 ms vlib/net/tcp_simple_client_server_test.v
                                                                                
OK    [ 920/2890]    15.944 ms vlib/net/tcp.v
                                                                                
OK    [ 921/2890]    95.676 ms vlib/net/http/mime/db.v
                                                                                
OK    [ 922/2890]    12.287 ms vlib/net/tcp_test.v
                                                                                
OK    [ 923/2890]     9.472 ms vlib/net/unix/aasocket.c.v
                                                                                
OK    [ 924/2890]    10.121 ms vlib/net/unix/common.v
                                                                                
OK    [ 925/2890]    15.956 ms vlib/net/udp.v
                                                                                
OK    [ 926/2890]    15.490 ms vlib/net/udp_test.v
                                                                                
OK    [ 927/2890]    10.853 ms vlib/net/unix/unix_test.v
                                                                                
OK    [ 928/2890]    12.762 ms vlib/net/unix/stream_nix.v
                                                                                
OK    [ 929/2890]    12.799 ms vlib/net/unix/use_net_and_net_unix_together_test.v
                                                                                
OK    [ 930/2890]    10.961 ms vlib/net/urllib/urllib_test.v
                                                                                
OK    [ 931/2890]    16.241 ms vlib/net/urllib/urllib.v
                                                                                
OK    [ 932/2890]    10.430 ms vlib/net/urllib/values.v
                                                                                
OK    [ 933/2890]     8.824 ms vlib/net/util.v
                                                                                
OK    [ 934/2890]    12.730 ms vlib/net/urllib/values_test.v
                                                                                
OK    [ 935/2890]     9.542 ms vlib/net/websocket/io.v
                                                                                
OK    [ 936/2890]    11.063 ms vlib/net/websocket/handshake.v
                                                                                
OK    [ 937/2890]    18.263 ms vlib/net/websocket/events.v
                                                                                
OK    [ 938/2890]    12.250 ms vlib/net/websocket/message.v
                                                                                
OK    [ 939/2890]    11.737 ms vlib/net/websocket/tests/autobahn/autobahn_client.v
                                                                                
OK    [ 940/2890]     9.993 ms vlib/net/websocket/tests/autobahn/autobahn_server.v
                                                                                
OK    [ 941/2890]    11.774 ms vlib/net/websocket/tests/autobahn/autobahn_client_wss.v
                                                                                
OK    [ 942/2890]     9.126 ms vlib/net/websocket/uri.v
                                                                                
OK    [ 943/2890]    11.832 ms vlib/net/websocket/tests/autobahn/local_run/autobahn_client_wss.v
                                                                                
OK    [ 944/2890]    18.479 ms vlib/net/websocket/tests/autobahn/local_run/autobahn_client.v
                                                                                
OK    [ 945/2890]     8.072 ms vlib/net/websocket/websocket_nix.c.v
                                                                                
OK    [ 946/2890]    11.352 ms vlib/net/websocket/websocket_client.v
                                                                                
OK    [ 947/2890]     9.139 ms vlib/net/websocket/websocket_server.v
                                                                                
OK    [ 948/2890]     8.784 ms vlib/net/websocket/websocket_windows.c.v
                                                                                
OK    [ 949/2890]    11.681 ms vlib/net/websocket/websocket_test.v
                                                                                
OK    [ 950/2890]    13.207 ms vlib/orm/orm.v
                                                                                
OK    [ 951/2890]    11.555 ms vlib/orm/orm_create_and_drop_test.v
                                                                                
OK    [ 952/2890]    28.486 ms vlib/net/websocket/utils.v
                                                                                
OK    [ 953/2890]    11.121 ms vlib/orm/orm_custom_operators_test.v
                                                                                
OK    [ 954/2890]    11.169 ms vlib/orm/orm_fn_calls_test.v
                                                                                
OK    [ 955/2890]    10.976 ms vlib/orm/orm_insert_reserved_name_test.v
                                                                                
OK    [ 956/2890]    13.222 ms vlib/orm/orm_fn_test.v
                                                                                
OK    [ 957/2890]     9.697 ms vlib/orm/orm_last_id_test.v
                                                                                
OK    [ 958/2890]    15.764 ms vlib/orm/orm_insert_test.v
                                                                                
OK    [ 959/2890]    14.072 ms vlib/orm/orm_interface_test.v
                                                                                
OK    [ 960/2890]     9.281 ms vlib/orm/orm_result_test.v
                                                                                
OK    [ 961/2890]    14.018 ms vlib/orm/orm_mut_db_test.v
                                                                                
OK    [ 962/2890]     9.943 ms vlib/orm/orm_string_interpolation_in_where_test.v
                                                                                
OK    [ 963/2890]    13.420 ms vlib/orm/orm_sql_or_blocks_test.v
                                                                                
OK    [ 964/2890]    10.397 ms vlib/os/args.v
                                                                                
OK    [ 965/2890]    16.912 ms vlib/orm/orm_test.v
                                                                                
OK    [ 966/2890]    12.738 ms vlib/os/bare/bare_example_linux.v
                                                                                
OK    [ 967/2890]    13.822 ms vlib/os/cmdline/cmdline.v
                                                                                
OK    [ 968/2890]    11.318 ms vlib/os/cmdline/cmdline_test.v
                                                                                
OK    [ 969/2890]    10.736 ms vlib/os/const.v
                                                                                
OK    [ 970/2890]    11.212 ms vlib/os/const_nix.c.v
                                                                                
OK    [ 971/2890]    12.032 ms vlib/os/const_windows.c.v
                                                                                
OK    [ 972/2890]     9.777 ms vlib/os/debugger_freebsd.c.v
                                                                                
OK    [ 973/2890]    11.298 ms vlib/os/debugger_darwin.c.v
                                                                                
OK    [ 974/2890]    13.165 ms vlib/os/debugger_default.c.v
                                                                                
OK    [ 975/2890]    10.394 ms vlib/os/debugger_linux.c.v
                                                                                
OK    [ 976/2890]     9.919 ms vlib/os/dir_expansions_test.v
                                                                                
OK    [ 977/2890]    13.609 ms vlib/os/debugger_windows.c.v
                                                                                
OK    [ 978/2890]    10.630 ms vlib/os/environment.c.v
                                                                                
OK    [ 979/2890]    10.467 ms vlib/os/environment_test.v
                                                                                
OK    [ 980/2890]    13.540 ms vlib/os/environment.js.v
                                                                                
OK    [ 981/2890]     9.286 ms vlib/os/file.js.v
                                                                                
OK    [ 982/2890]    11.228 ms vlib/os/fd.c.v
                                                                                
OK    [ 983/2890]    16.702 ms vlib/os/file.c.v
                                                                                
OK    [ 984/2890]    12.160 ms vlib/os/filelock/filelock_test.v
                                                                                
OK    [ 985/2890]     8.716 ms vlib/os/filelock/lib_nix.c.v
                                                                                
OK    [ 986/2890]    10.167 ms vlib/os/filelock/lib.v
                                                                                
OK    [ 987/2890]    16.392 ms vlib/os/file_test.v
                                                                                
OK    [ 988/2890]    10.591 ms vlib/os/filelock/lib_windows.c.v
                                                                                
OK    [ 989/2890]    12.161 ms vlib/os/filepath.v
                                                                                
OK    [ 990/2890]    10.027 ms vlib/os/filepath_windows.v
                                                                                
OK    [ 991/2890]    12.853 ms vlib/os/filepath_test.v
                                                                                
OK    [ 992/2890]    11.300 ms vlib/os/find_abs_path_of_executable_test.v
                                                                                
OK    [ 993/2890]    11.375 ms vlib/os/font/font.v
                                                                                
OK    [ 994/2890]    10.911 ms vlib/os/inode.c.v
                                                                                
OK    [ 995/2890]    12.642 ms vlib/os/glob_test.v
                                                                                
OK    [ 996/2890]    10.931 ms vlib/os/notify/backend_default.c.v
                                                                                
OK    [ 997/2890]    11.663 ms vlib/os/inode_test.v
                                                                                
OK    [ 998/2890]    11.691 ms vlib/os/notify/backend_linux.c.v
                                                                                
OK    [ 999/2890]    10.997 ms vlib/os/notify/notify.v
                                                                                
OK    [1000/2890]    10.172 ms vlib/os/open_uri_default.c.v
                                                                                
OK    [1001/2890]    11.020 ms vlib/os/open_uri_windows.c.v
                                                                                
OK    [1002/2890]    18.086 ms vlib/os/notify/notify_test.v
                                                                                
OK    [1003/2890]    10.944 ms vlib/os/os.js.v
                                                                                
OK    [1004/2890]     9.756 ms vlib/os/os_android_outside_termux.c.v
                                                                                
OK    [1005/2890]    16.069 ms vlib/os/os.c.v
                                                                                
OK    [1006/2890]     9.568 ms vlib/os/os_darwin.c.v
                                                                                
OK    [1007/2890]    16.629 ms vlib/os/os.v
                                                                                
OK    [1008/2890]    12.050 ms vlib/os/os_linux.c.v
                                                                                
OK    [1009/2890]    13.774 ms vlib/os/os_js.js.v
                                                                                
OK    [1010/2890]     9.058 ms vlib/os/os_structs_sigaction_default.c.v
                                                                                
OK    [1011/2890]    14.030 ms vlib/os/os_nix.c.v
                                                                                
OK    [1012/2890]    10.882 ms vlib/os/os_structs_dirent_default.c.v
                                                                                
OK    [1013/2890]    10.133 ms vlib/os/os_structs_stat_linux.c.v
                                                                                
OK    [1014/2890]    11.653 ms vlib/os/os_structs_stat_default.c.v
                                                                                
OK    [1015/2890]    15.394 ms vlib/os/os_structs_utsname_default.c.v
                                                                                
OK    [1016/2890]    14.588 ms vlib/os/os_windows.c.v
                                                                                
OK    [1017/2890]     8.500 ms vlib/os/password_windows.c.v
                                                                                
OK    [1018/2890]    17.214 ms vlib/os/os_test.v
                                                                                
OK    [1019/2890]    10.726 ms vlib/os/password_nix.c.v
                                                                                
OK    [1020/2890]    12.404 ms vlib/os/process.js.v
                                                                                
OK    [1021/2890]    11.221 ms vlib/os/process_nix.c.v
                                                                                
OK    [1022/2890]    12.524 ms vlib/os/process.v
                                                                                
OK    [1023/2890]    12.336 ms vlib/os/process_test.v
                                                                                
OK    [1024/2890]    15.859 ms vlib/os/process.c.v
                                                                                
OK    [1025/2890]     9.114 ms vlib/os/signal_test.v
                                                                                
OK    [1026/2890]    11.474 ms vlib/os/signal.js.v
                                                                                
OK    [1027/2890]    11.550 ms vlib/os/signal.v
                                                                                
OK    [1028/2890]    14.894 ms vlib/os/process_windows.c.v
                                                                                
OK    [1029/2890]    15.101 ms vlib/os/signal.c.v
                                                                                
OK    [1030/2890]    10.885 ms vlib/pg/oid.v
                                                                                
OK    [1031/2890]    10.047 ms vlib/pg/z_deprecated.v
                                                                                
OK    [1032/2890]    12.112 ms vlib/pg/pg.v
                                                                                
OK    [1033/2890]    11.719 ms vlib/picoev/picoev.v
                                                                                
OK    [1034/2890]     9.166 ms vlib/picohttpparser/misc.v
                                                                                
OK    [1035/2890]    21.175 ms vlib/pg/orm.v
                                                                                
OK    [1036/2890]     9.568 ms vlib/picohttpparser/request.v
                                                                                
OK    [1037/2890]    11.879 ms vlib/picohttpparser/response.v
                                                                                
OK    [1038/2890]    17.210 ms vlib/picohttpparser/picohttpparser.v
                                                                                
OK    [1039/2890]     9.966 ms vlib/rand/buffer/buffer.v
                                                                                
OK    [1040/2890]    12.094 ms vlib/rand/constants/constants.v
                                                                                
OK    [1041/2890]    14.457 ms vlib/rand/config/config.v
                                                                                
OK    [1042/2890]    10.232 ms vlib/rand/fp_test.v
                                                                                
OK    [1043/2890]    14.075 ms vlib/rand/dist_test.v
                                                                                
OK    [1044/2890]    13.123 ms vlib/rand/mini_math.v
                                                                                
OK    [1045/2890]    13.071 ms vlib/rand/mt19937/mt19937.v
                                                                                
OK    [1046/2890]    10.901 ms vlib/rand/musl/musl_rng.v
                                                                                
OK    [1047/2890]    14.973 ms vlib/rand/mt19937/mt19937_test.v
                                                                                
OK    [1048/2890]    12.221 ms vlib/rand/musl/musl_rng_test.v
                                                                                
OK    [1049/2890]    12.612 ms vlib/rand/pcg32/pcg32.v
                                                                                
OK    [1050/2890]    10.721 ms vlib/rand/rand.c.v
                                                                                
OK    [1051/2890]    10.741 ms vlib/rand/rand.js.v
                                                                                
OK    [1052/2890]    14.644 ms vlib/rand/pcg32/pcg32_test.v
                                                                                
OK    [1053/2890]     9.537 ms vlib/rand/rand_test.js.v
                                                                                
OK    [1054/2890]    15.527 ms vlib/rand/rand.v
                                                                                
OK    [1055/2890]    11.935 ms vlib/rand/random_bytes_test.v
                                                                                
OK    [1056/2890]    11.948 ms vlib/rand/random_identifiers_test.v
                                                                                
OK    [1057/2890]    10.671 ms vlib/rand/seed/seed.v
                                                                                
OK    [1058/2890]    10.079 ms vlib/rand/splitmix64/splitmix64.v
                                                                                
OK    [1059/2890]    19.961 ms vlib/rand/random_numbers_test.v
                                                                                
OK    [1060/2890]    11.092 ms vlib/rand/sys/system_rng.c.v
                                                                                
OK    [1061/2890]    10.084 ms vlib/rand/sys/system_rng.js.v
                                                                                
OK    [1062/2890]    14.848 ms vlib/rand/splitmix64/splitmix64_test.v
                                                                                
OK    [1063/2890]    12.868 ms vlib/rand/sys/system_rng_test.v
                                                                                
OK    [1064/2890]    11.355 ms vlib/rand/wyrand/wyrand.js.v
                                                                                
OK    [1065/2890]    11.858 ms vlib/rand/wyrand/wyrand_test.v
                                                                                
OK    [1066/2890]    14.237 ms vlib/rand/wyrand/wyrand.v
                                                                                
OK    [1067/2890]    11.617 ms vlib/rand/wyrand/z_wyrand.c.v
                                                                                
OK    [1068/2890]    13.203 ms vlib/rand/xoroshiro128pp/xoros128pp.v
                                                                                
OK    [1069/2890]    11.940 ms vlib/rand/xoroshiro128pp/xoros128pp_test.v
                                                                                
OK    [1070/2890]    11.458 ms vlib/readline/readline.v
                                                                                
OK    [1071/2890]    12.270 ms vlib/readline/readline_default.c.v
                                                                                
OK    [1072/2890]    11.874 ms vlib/readline/readline_js.js.v
                                                                                
OK    [1073/2890]    11.151 ms vlib/readline/readline_test.v
                                                                                
OK    [1074/2890]    14.663 ms vlib/readline/readline_nix.c.v
                                                                                
OK    [1075/2890]    13.572 ms vlib/readline/readline_windows.c.v
                                                                                
OK    [1076/2890]    10.384 ms vlib/regex/regex_anchor_test.v
                                                                                
OK    [1077/2890]    11.292 ms vlib/regex/regex_complex_test.v
                                                                                
OK    [1078/2890]    11.061 ms vlib/regex/regex_opt.v
                                                                                
OK    [1079/2890]     8.286 ms vlib/runtime/free_memory_impl_darwin.c.v
                                                                                
OK    [1080/2890]    15.150 ms vlib/regex/regex_test.v
                                                                                
OK    [1081/2890]    12.033 ms vlib/regex/regex_util.v
                                                                                
OK    [1082/2890]     9.267 ms vlib/runtime/free_memory_impl_default.c.v
                                                                                
OK    [1083/2890]    30.448 ms vlib/regex/regex.v
                                                                                
OK    [1084/2890]    10.940 ms vlib/runtime/free_memory_impl_linux.c.v
                                                                                
OK    [1085/2890]    14.064 ms vlib/runtime/runtime.v
                                                                                
OK    [1086/2890]    12.196 ms vlib/runtime/runtime_test.v
                                                                                
OK    [1087/2890]    11.223 ms vlib/runtime/runtime_windows.c.v
                                                                                
OK    [1088/2890]    14.151 ms vlib/runtime/runtime_nix.c.v
                                                                                
OK    [1089/2890]    10.180 ms vlib/semver/compare.v
                                                                                
OK    [1090/2890]    10.029 ms vlib/semver/semver_test.v
                                                                                
OK    [1091/2890]    11.246 ms vlib/semver/semver.v
                                                                                
OK    [1092/2890]    13.618 ms vlib/semver/parse.v
                                                                                
OK    [1093/2890]    13.619 ms vlib/semver/range.v
                                                                                
OK    [1094/2890]    12.672 ms vlib/semver/util.v
                                                                                
OK    [1095/2890]    12.073 ms vlib/sokol/c/declaration.c.v
                                                                                
OK    [1096/2890]    13.063 ms vlib/sokol/audio/audio.v
                                                                                
OK    [1097/2890]    12.182 ms vlib/sokol/gfx/enums.v
                                                                                
OK    [1098/2890]    12.845 ms vlib/sokol/f/f.v
                                                                                
OK    [1099/2890]    13.352 ms vlib/sokol/gfx/gfx.c.v
                                                                                
OK    [1100/2890]    10.438 ms vlib/sokol/gfx/gfx_allocator_and_logger.c.v
                                                                                
OK    [1101/2890]    10.671 ms vlib/sokol/gfx/gfx_utils.c.v
                                                                                
OK    [1102/2890]    13.543 ms vlib/sokol/gfx/gfx_funcs.c.v
                                                                                
OK    [1103/2890]    14.821 ms vlib/sokol/gfx/gfx_structs.c.v
                                                                                
OK    [1104/2890]    10.800 ms vlib/sokol/memory/memory.v
                                                                                
OK    [1105/2890]    10.931 ms vlib/sokol/sapp/enums.c.v
                                                                                
OK    [1106/2890]    10.523 ms vlib/sokol/sapp/sapp_allocator_and_logger.c.v
                                                                                
OK    [1107/2890]    12.254 ms vlib/sokol/sapp/sapp.c.v
                                                                                
OK    [1108/2890]    11.116 ms vlib/sokol/sapp/sapp_structs.c.v
                                                                                
OK    [1109/2890]    13.962 ms vlib/sokol/sapp/sapp_funcs.c.v
                                                                                
OK    [1110/2890]     9.530 ms vlib/sokol/sapp/screenshot.c.v
                                                                                
OK    [1111/2890]    16.623 ms vlib/sokol/sapp/sapp_v.c.v
                                                                                
OK    [1112/2890]    14.199 ms vlib/sokol/sfons/sfons.c.v
                                                                                
OK    [1113/2890]     9.973 ms vlib/sokol/sfons/sfons_funcs.c.v
                                                                                
OK    [1114/2890]    14.146 ms vlib/sokol/sgl/enums.c.v
                                                                                
OK    [1115/2890]    14.273 ms vlib/sokol/sgl/sgl.c.v
                                                                                
OK    [1116/2890]    12.901 ms vlib/sokol/sgl/sgl_allocator_and_logger.c.v
                                                                                
OK    [1117/2890]    11.849 ms vlib/sokol/sgl/sgl_funcs.c.v
                                                                                
OK    [1118/2890]    11.559 ms vlib/sokol/sgl/sgl_structs.c.v
                                                                                
OK    [1119/2890]    13.230 ms vlib/sokol/sokol.v
                                                                                
OK    [1120/2890]    12.141 ms vlib/sqlite/result_code.v
                                                                                
OK    [1121/2890]    15.551 ms vlib/sqlite/orm.v
                                                                                
OK    [1122/2890]    13.851 ms vlib/sqlite/sqlite.v
                                                                                
OK    [1123/2890]    14.511 ms vlib/sqlite/stmt.v
                                                                                
OK    [1124/2890]    14.909 ms vlib/sqlite/vfs_lowlevel.v
                                                                                
OK    [1125/2890]     9.958 ms vlib/sqlite/z_deprecated.v
                                                                                
OK    [1126/2890]    10.504 ms vlib/stbi/stbi_test.v
                                                                                
OK    [1127/2890]    11.808 ms vlib/stbi/stbi.c.v
                                                                                
OK    [1128/2890]    15.311 ms vlib/stbi/link_to_libm.c.v
                                                                                
OK    [1129/2890]    11.043 ms vlib/strconv/atof.js.v
                                                                                
OK    [1130/2890]    13.406 ms vlib/strconv/atof.c.v
                                                                                
OK    [1131/2890]    13.959 ms vlib/strconv/atof_test.v
                                                                                
OK    [1132/2890]    12.275 ms vlib/strconv/atoi.v
                                                                                
OK    [1133/2890]     8.025 ms vlib/strconv/bare/str_array_example.v
                                                                                
OK    [1134/2890]    19.075 ms vlib/strconv/atofq.c.v
                                                                                
OK    [1135/2890]     9.949 ms vlib/strconv/converter_test.v
                                                                                
OK    [1136/2890]    11.062 ms vlib/strconv/f32_f64_to_string_test.v
                                                                                
OK    [1137/2890]     9.340 ms vlib/strconv/f32_str.js.v
                                                                                
OK    [1138/2890]    11.807 ms vlib/strconv/f32_str.c.v
                                                                                
OK    [1139/2890]    26.600 ms vlib/strconv/atoi_test.v
                                                                                
OK    [1140/2890]    12.367 ms vlib/strconv/f64_str.c.v
                                                                                
OK    [1141/2890]    10.982 ms vlib/strconv/f64_str.js.v
                                                                                
OK    [1142/2890]     9.420 ms vlib/strconv/format.v
                                                                                
OK    [1143/2890]    16.110 ms vlib/strconv/f64_str.v
                                                                                
OK    [1144/2890]     9.688 ms vlib/strconv/format_test.v
                                                                                
OK    [1145/2890]    11.398 ms vlib/strconv/format_mem.js.v
                                                                                
OK    [1146/2890]    14.609 ms vlib/strconv/format_mem.c.v
                                                                                
OK    [1147/2890]    10.635 ms vlib/strconv/ftoa.c.v
                                                                                
OK    [1148/2890]    11.194 ms vlib/strconv/number_to_base.c.v
                                                                                
OK    [1149/2890]    10.675 ms vlib/strconv/number_to_base_test.v
                                                                                
OK    [1150/2890]    12.184 ms vlib/strconv/structs.v
                                                                                
OK    [1151/2890]    12.891 ms vlib/strconv/utilities.c.v
                                                                                
OK    [1152/2890]    16.722 ms vlib/strconv/tables.v
                                                                                
OK    [1153/2890]    13.081 ms vlib/strconv/utilities.v
                                                                                
OK    [1154/2890]    11.124 ms vlib/strings/builder.c.v
                                                                                
OK    [1155/2890]    14.905 ms vlib/strconv/vprintf.c.v
                                                                                
OK    [1156/2890]    11.883 ms vlib/strings/builder.js.v
                                                                                
OK    [1157/2890]    12.152 ms vlib/strings/builder_test.js.v
                                                                                
OK    [1158/2890]     9.571 ms vlib/strings/similarity_test.js.v
                                                                                
OK    [1159/2890]    12.408 ms vlib/strings/similarity.v
                                                                                
OK    [1160/2890]    16.460 ms vlib/strings/builder_test.v
                                                                                
OK    [1161/2890]    11.803 ms vlib/strings/similarity_test.v
                                                                                
OK    [1162/2890]    11.272 ms vlib/strings/strings.c.v
                                                                                
OK    [1163/2890]    10.768 ms vlib/strings/strings.v
                                                                                
OK    [1164/2890]    12.354 ms vlib/strings/strings.js.v
                                                                                
OK    [1165/2890]    12.696 ms vlib/strings/strings_test.v
                                                                                
OK    [1166/2890]    13.056 ms vlib/strings/textscanner/textscanner.v
                                                                                
OK    [1167/2890]    16.630 ms vlib/strings/strings_test.js.v
                                                                                
OK    [1168/2890]    10.044 ms vlib/strings/textscanner/textscanner_test.js.v
                                                                                
OK    [1169/2890]    14.419 ms vlib/strings/textscanner/textscanner_test.v
                                                                                
OK    [1170/2890]    10.994 ms vlib/sync/array_rlock_test.v
                                                                                
OK    [1171/2890]    10.247 ms vlib/sync/channel_1_test.v
                                                                                
OK    [1172/2890]    13.174 ms vlib/sync/bench/many_writers_and_receivers_on_1_channel.v
                                                                                
OK    [1173/2890]    15.883 ms vlib/sync/bench/channel_bench_v.v
                                                                                
OK    [1174/2890]    13.695 ms vlib/sync/channel_2_test.v
                                                                                
OK    [1175/2890]    12.271 ms vlib/sync/channel_3_test.v
                                                                                
OK    [1176/2890]    12.431 ms vlib/sync/channel_array_mut_test.v
                                                                                
OK    [1177/2890]    11.503 ms vlib/sync/channel_close_test.v
                                                                                
OK    [1178/2890]    15.721 ms vlib/sync/channel_4_test.v
                                                                                
OK    [1179/2890]    11.842 ms vlib/sync/channel_fill_test.v
                                                                                
OK    [1180/2890]    14.652 ms vlib/sync/channel_opt_propagate_test.v
                                                                                
OK    [1181/2890]    10.780 ms vlib/sync/channel_polling_test.v
                                                                                
OK    [1182/2890]    11.416 ms vlib/sync/channel_push_or_1_test.v
                                                                                
OK    [1183/2890]    11.436 ms vlib/sync/channel_push_or_2_test.v
                                                                                
OK    [1184/2890]    10.948 ms vlib/sync/channel_select_2_test.v
                                                                                
OK    [1185/2890]    11.915 ms vlib/sync/channel_select_3_test.v
                                                                                
OK    [1186/2890]    12.473 ms vlib/sync/channel_select_4_test.v
                                                                                
OK    [1187/2890]    11.907 ms vlib/sync/channel_select_5_test.v
                                                                                
OK    [1188/2890]    11.862 ms vlib/sync/channel_select_6_test.v
                                                                                
OK    [1189/2890]    11.845 ms vlib/sync/channel_select_test.v
                                                                                
OK    [1190/2890]    10.024 ms vlib/sync/channel_try_unbuf_test.v
                                                                                
OK    [1191/2890]    12.516 ms vlib/sync/channel_try_buf_test.v
                                                                                
OK    [1192/2890]    12.952 ms vlib/sync/channels.js.v
                                                                                
OK    [1193/2890]    11.139 ms vlib/sync/empty_struct_chan_init_test.v
                                                                                
OK    [1194/2890]    15.879 ms vlib/sync/channels.c.v
                                                                                
OK    [1195/2890]    10.187 ms vlib/sync/many_times_test.v
                                                                                
OK    [1196/2890]    13.896 ms vlib/sync/many_times.v
                                                                                
OK    [1197/2890]     9.542 ms vlib/sync/once.v
                                                                                
OK    [1198/2890]    10.420 ms vlib/sync/once_with_param_test.v
                                                                                
OK    [1199/2890]    11.451 ms vlib/sync/once_test.v
                                                                                
OK    [1200/2890]    12.627 ms vlib/sync/pool/pool.v
                                                                                
OK    [1201/2890]    11.497 ms vlib/sync/select_close_test.v
                                                                                
OK    [1202/2890]     9.989 ms vlib/sync/stdatomic/1.declarations.c.v
                                                                                
OK    [1203/2890]    15.079 ms vlib/sync/pool/pool_test.v
                                                                                
OK    [1204/2890]    14.407 ms vlib/sync/stdatomic/atomic.c.v
                                                                                
OK    [1205/2890]    13.353 ms vlib/sync/stdatomic/atomic_test.v
                                                                                
OK    [1206/2890]    11.207 ms vlib/sync/struct_chan_init_test.v
                                                                                
OK    [1207/2890]    12.008 ms vlib/sync/sync_darwin.c.v
                                                                                
OK    [1208/2890]    13.389 ms vlib/sync/sync_default.c.v
                                                                                
OK    [1209/2890]    13.093 ms vlib/sync/sync_windows.c.v
                                                                                
OK    [1210/2890]    10.716 ms vlib/sync/thread_default.c.v
                                                                                
OK    [1211/2890]    10.382 ms vlib/sync/thread_test.v
                                                                                
OK    [1212/2890]    10.189 ms vlib/sync/thread_windows.c.v
                                                                                
OK    [1213/2890]    11.215 ms vlib/sync/threads/threads.c.v
                                                                                
OK    [1214/2890]    12.228 ms vlib/sync/threads/threads.v
                                                                                
OK    [1215/2890]    11.372 ms vlib/sync/waitgroup_test.v
                                                                                
OK    [1216/2890]    12.526 ms vlib/sync/waitgroup.c.v
                                                                                
OK    [1217/2890]    14.292 ms vlib/szip/szip.v
                                                                                
OK    [1218/2890]    12.598 ms vlib/szip/szip_test.v
                                                                                
OK    [1219/2890]     9.840 ms vlib/term/declarations_default.c.v
                                                                                
OK    [1220/2890]    14.846 ms vlib/term/colors.v
                                                                                
OK    [1221/2890]    15.070 ms vlib/term/control.v
                                                                                
OK    [1222/2890]    10.535 ms vlib/term/declarations_linux.c.v
                                                                                
OK    [1223/2890]    10.162 ms vlib/term/term.js.v
                                                                                
OK    [1224/2890]    12.399 ms vlib/term/term.v
                                                                                
OK    [1225/2890]    11.673 ms vlib/term/term_nix.c.v
                                                                                
OK    [1226/2890]    12.444 ms vlib/term/term_test.v
                                                                                
OK    [1227/2890]    12.395 ms vlib/term/term_windows.c.v
                                                                                
OK    [1228/2890]    12.781 ms vlib/term/termios/termios_android.c.v
                                                                                
OK    [1229/2890]    10.939 ms vlib/term/termios/termios_darwin.c.v
                                                                                
OK    [1230/2890]    11.633 ms vlib/term/termios/termios_default.c.v
                                                                                
OK    [1231/2890]    11.790 ms vlib/term/termios/termios_freebsd.c.v
                                                                                
OK    [1232/2890]    12.947 ms vlib/term/termios/termios_dragonfly.c.v
                                                                                
OK    [1233/2890]    12.184 ms vlib/term/termios/termios_linux.c.v
                                                                                
OK    [1234/2890]    10.707 ms vlib/term/termios/termios_qnx.c.v
                                                                                
OK    [1235/2890]    15.335 ms vlib/term/termios/termios_openbsd.c.v
                                                                                
OK    [1236/2890]    10.878 ms vlib/term/termios/termios_test.c.v
                                                                                
OK    [1237/2890]    12.622 ms vlib/term/termios/termios_solaris.c.v
                                                                                
OK    [1238/2890]    11.927 ms vlib/term/termios/termios_windows.c.v
                                                                                
OK    [1239/2890]    10.137 ms vlib/term/ui/1_term_and_ui_compilation_test.v
                                                                                
OK    [1240/2890]    10.278 ms vlib/term/ui/2_term_and_ui_compilation_test.v
                                                                                
OK    [1241/2890]    10.109 ms vlib/term/ui/consoleapi_windows.c.v
                                                                                
OK    [1242/2890]    13.226 ms vlib/term/ui/color.v
                                                                                
OK    [1243/2890]    15.815 ms vlib/term/ui/input.v
                                                                                
OK    [1244/2890]    12.336 ms vlib/term/ui/input_nix.c.v
                                                                                
OK    [1245/2890]    13.014 ms vlib/term/ui/input_windows.c.v
                                                                                
OK    [1246/2890]    13.941 ms vlib/term/ui/ui.v
                                                                                
OK    [1247/2890]     9.633 ms vlib/term/utf8.c.v
                                                                                
OK    [1248/2890]    17.006 ms vlib/term/ui/termios_nix.c.v
                                                                                
OK    [1249/2890]    10.476 ms vlib/term/ui/ui_test.v
                                                                                
OK    [1250/2890]     9.931 ms vlib/term/utf8.v
                                                                                
OK    [1251/2890]     9.876 ms vlib/time/chrono_test.v
                                                                                
OK    [1252/2890]    11.924 ms vlib/time/Y2K38_test.v
                                                                                
OK    [1253/2890]    11.383 ms vlib/time/chrono.v
                                                                                
OK    [1254/2890]    11.145 ms vlib/time/custom_format_test.v
                                                                                
OK    [1255/2890]    17.505 ms vlib/time/chrono.c.v
                                                                                
OK    [1256/2890]    11.899 ms vlib/time/duration_test.v
                                                                                
OK    [1257/2890]    12.349 ms vlib/time/date_time_parser.v
                                                                                
OK    [1258/2890]    11.161 ms vlib/time/misc/misc.v
                                                                                
OK    [1259/2890]    10.430 ms vlib/time/misc/misc_test.v
                                                                                
OK    [1260/2890]    16.974 ms vlib/time/format.v
                                                                                
OK    [1261/2890]    10.309 ms vlib/time/operator.v
                                                                                
OK    [1262/2890]    12.102 ms vlib/time/operator_test.v
                                                                                
OK    [1263/2890]    11.473 ms vlib/time/parse.c.v
                                                                                
OK    [1264/2890]    11.981 ms vlib/time/parse.js.v
                                                                                
OK    [1265/2890]    15.991 ms vlib/time/parse.v
                                                                                
OK    [1266/2890]    10.416 ms vlib/time/private_test.v
                                                                                
OK    [1267/2890]    13.468 ms vlib/time/parse_test.v
                                                                                
OK    [1268/2890]    10.171 ms vlib/time/relative_test.v
                                                                                
OK    [1269/2890]    15.607 ms vlib/time/stopwatch.v
                                                                                
OK    [1270/2890]    11.750 ms vlib/time/stopwatch_test.v
                                                                                
OK    [1271/2890]    11.094 ms vlib/time/time.c.v
                                                                                
OK    [1272/2890]    10.682 ms vlib/time/time.js.v
                                                                                
OK    [1273/2890]    12.560 ms vlib/time/time.v
                                                                                
OK    [1274/2890]    10.081 ms vlib/time/time_js.js.v
                                                                                
OK    [1275/2890]    12.370 ms vlib/time/time_addition_test.v
                                                                                
OK    [1276/2890]    12.752 ms vlib/time/time_darwin.c.v
                                                                                
OK    [1277/2890]    17.197 ms vlib/time/time_format_test.v
                                                                                
OK    [1278/2890]    15.690 ms vlib/time/time_linux.c.v
                                                                                
OK    [1279/2890]    11.672 ms vlib/time/time_nix.c.v
                                                                                
OK    [1280/2890]    11.596 ms vlib/time/time_test.v
                                                                                
OK    [1281/2890]    10.491 ms vlib/time/time_windows.c.v
                                                                                
OK    [1282/2890]    17.174 ms vlib/time/time_solaris.c.v
                                                                                
OK    [1283/2890]    12.617 ms vlib/time/unix.v
                                                                                
OK    [1284/2890]    10.196 ms vlib/time/utc_vs_local_time_test.v
                                                                                
OK    [1285/2890]    10.118 ms vlib/toml/ast/ast.v
                                                                                
OK    [1286/2890]    15.418 ms vlib/toml/any.v
                                                                                
OK    [1287/2890]    11.421 ms vlib/toml/ast/walker/walker.v
                                                                                
OK    [1288/2890]    14.882 ms vlib/toml/ast/types.v
                                                                                
OK    [1289/2890]    10.482 ms vlib/toml/decoder/decoder.v
                                                                                
OK    [1290/2890]    17.788 ms vlib/toml/checker/checker.v
                                                                                
OK    [1291/2890]    12.406 ms vlib/toml/input/input.v
                                                                                
OK    [1292/2890]     9.117 ms vlib/toml/scanner/scanner_test.v
                                                                                
OK    [1293/2890]    14.959 ms vlib/toml/scanner/scanner.v
                                                                                
OK    [1294/2890]     9.335 ms vlib/toml/tests/array_of_tables_1_level_test.v
                                                                                
OK    [1295/2890]    11.389 ms vlib/toml/tests/alexcrichton_toml_rs_test.v
                                                                                
OK    [1296/2890]    10.547 ms vlib/toml/tests/array_of_tables_2_level_test.v
                                                                                
OK    [1297/2890]     9.891 ms vlib/toml/tests/array_of_tables_array_test.v
                                                                                
OK    [1298/2890]     9.893 ms vlib/toml/tests/array_of_tables_edge_case_1_test.v
                                                                                
OK    [1299/2890]    31.925 ms vlib/toml/parser/parser.v
                                                                                
OK    [1300/2890]    13.585 ms vlib/toml/tests/array_of_tables_edge_case_2_test.v
                                                                                
OK    [1301/2890]    10.398 ms vlib/toml/tests/compact_test.v
                                                                                
OK    [1302/2890]    15.968 ms vlib/toml/tests/burntsushi_toml_test.v
                                                                                
OK    [1303/2890]    11.296 ms vlib/toml/tests/datetime_test.v
                                                                                
OK    [1304/2890]    10.278 ms vlib/toml/tests/default_to_test.v
                                                                                
OK    [1305/2890]    14.963 ms vlib/toml/tests/crlf_test.v
                                                                                
OK    [1306/2890]    11.024 ms vlib/toml/tests/encode_and_decode_test.v
                                                                                
OK    [1307/2890]     9.622 ms vlib/toml/tests/inline_test.v
                                                                                
OK    [1308/2890]     9.874 ms vlib/toml/tests/json_test.v
                                                                                
OK    [1309/2890]    11.444 ms vlib/toml/tests/json_encoding_test.v
                                                                                
OK    [1310/2890]     9.798 ms vlib/toml/tests/key_test.v
                                                                                
OK    [1311/2890]    18.415 ms vlib/toml/tests/iarna_toml_spec_test.v
                                                                                
OK    [1312/2890]     9.235 ms vlib/toml/tests/quoted_keys_test.v
                                                                                
OK    [1313/2890]    11.826 ms vlib/toml/tests/nested_test.v
                                                                                
OK    [1314/2890]    13.282 ms vlib/toml/tests/large_toml_file_test.v
                                                                                
OK    [1315/2890]    11.754 ms vlib/toml/tests/spaced_keys_test.v
                                                                                
OK    [1316/2890]    16.550 ms vlib/toml/tests/reflect_test.v
                                                                                
OK    [1317/2890]     9.289 ms vlib/toml/tests/toml_bom_test.v
                                                                                
OK    [1318/2890]    12.328 ms vlib/toml/tests/table_test.v
                                                                                
OK    [1319/2890]    16.623 ms vlib/toml/tests/strings_test.v
                                                                                
OK    [1320/2890]    10.297 ms vlib/toml/tests/toml_memory_corruption_test.v
                                                                                
OK    [1321/2890]    10.259 ms vlib/toml/tests/toml_types_test.v
                                                                                
OK    [1322/2890]    12.554 ms vlib/toml/tests/toml_test.v
                                                                                
OK    [1323/2890]    11.766 ms vlib/toml/tests/value_query_test.v
                                                                                
OK    [1324/2890]    11.723 ms vlib/toml/to/to.v
                                                                                
OK    [1325/2890]    14.424 ms vlib/toml/token/pos.v
                                                                                
OK    [1326/2890]    11.427 ms vlib/toml/token/token.v
                                                                                
OK    [1327/2890]    13.173 ms vlib/toml/toml.v
                                                                                
OK    [1328/2890]    15.158 ms vlib/toml/util/util.v
                                                                                
OK    [1329/2890]    10.855 ms vlib/v/ast/attr.v
                                                                                
OK    [1330/2890]    11.876 ms vlib/v/ast/cflags.v
                                                                                
OK    [1331/2890]    10.777 ms vlib/v/ast/cflags_test.v
                                                                                
OK    [1332/2890]    10.545 ms vlib/v/ast/comptime_const_values.v
                                                                                
OK    [1333/2890]    10.543 ms vlib/v/ast/comptime_valid_idents.v
                                                                                
OK    [1334/2890]    26.823 ms vlib/v/ast/ast.v
                                                                                
OK    [1335/2890]    10.860 ms vlib/v/ast/embed_file.v
                                                                                
OK    [1336/2890]    10.103 ms vlib/v/ast/init.v
                                                                                
OK    [1337/2890]    10.042 ms vlib/v/ast/native.v
                                                                                
OK    [1338/2890]     9.159 ms vlib/v/ast/type_size_test.v
                                                                                
OK    [1339/2890]    14.597 ms vlib/v/ast/str.v
                                                                                
OK    [1340/2890]     8.637 ms vlib/v/ast/types_test.v
                                                                                
OK    [1341/2890]     7.581 ms vlib/v/ast/walker/walker.v
                                                                                
OK    [1342/2890]    20.303 ms vlib/v/ast/types.v
                                                                                
OK    [1343/2890]     9.410 ms vlib/v/ast/walker/walker_test.v
                                                                                
OK    [1344/2890]    30.225 ms vlib/v/ast/scope.v
                                                                                
OK    [1345/2890]    28.226 ms vlib/v/ast/table.v
                                                                                
OK    [1346/2890]    11.278 ms vlib/v/builder/builder_test.v
                                                                                
OK    [1347/2890]    10.091 ms vlib/v/builder/cbuilder/parallel_cc.v
                                                                                
OK    [1348/2890]    10.637 ms vlib/v/builder/cbuilder/cbuilder.v
                                                                                
OK    [1349/2890]    16.352 ms vlib/v/builder/cc.v
                                                                                
OK    [1350/2890]     9.235 ms vlib/v/builder/cc_windows.v
                                                                                
OK    [1351/2890]     8.528 ms vlib/v/builder/cflags.v
                                                                                
OK    [1352/2890]    29.791 ms vlib/v/builder/builder.v
                                                                                
OK    [1353/2890]    12.642 ms vlib/v/builder/compile.v
                                                                                
OK    [1354/2890]    10.355 ms vlib/v/builder/golangbuilder/golangbuilder.v
                                                                                
OK    [1355/2890]    14.100 ms vlib/v/builder/dump_lists.v
                                                                                
OK    [1356/2890]    12.715 ms vlib/v/builder/interpreterbuilder/ibuilder.v
                                                                                
OK    [1357/2890]    10.256 ms vlib/v/builder/jsbuilder/jsbuilder.v
                                                                                
OK    [1358/2890]    11.945 ms vlib/v/builder/interpreterbuilder/v_interpret_test.v
                                                                                
OK    [1359/2890]    10.329 ms vlib/v/builder/msvc.v
                                                                                
OK    [1360/2890]    10.655 ms vlib/v/builder/nativebuilder/nativebuilder.v
                                                                                
OK    [1361/2890]    11.402 ms vlib/v/builder/wasmbuilder/wasmbuilder.v
                                                                                
OK    [1362/2890]    16.756 ms vlib/v/builder/msvc_windows.v
                                                                                
OK    [1363/2890]    15.762 ms vlib/v/builder/rebuilding.v
                                                                                
OK    [1364/2890]    11.027 ms vlib/v/callgraph/callgraph.v
                                                                                
OK    [1365/2890]    10.096 ms vlib/v/cflag/cflags.v
                                                                                
OK    [1366/2890]    15.326 ms vlib/v/checker/assign.v
                                                                                
OK    [1367/2890]    11.708 ms vlib/v/checker/containers.v
                                                                                
OK    [1368/2890]    18.787 ms vlib/v/checker/check_types.v
                                                                                
OK    [1369/2890]    16.462 ms vlib/v/checker/comptime.v
                                                                                
OK    [1370/2890]    11.166 ms vlib/v/checker/for.v
                                                                                
OK    [1371/2890]    11.294 ms vlib/v/checker/if.v
                                                                                
OK    [1372/2890]    15.534 ms vlib/v/checker/infix.v
                                                                                
OK    [1373/2890]     9.918 ms vlib/v/checker/interface.v
                                                                                
OK    [1374/2890]    12.380 ms vlib/v/checker/match.v
                                                                                
OK    [1375/2890]    41.232 ms vlib/v/checker/checker.v
                                                                                
OK    [1376/2890]    31.523 ms vlib/v/checker/fn.v
                                                                                
OK    [1377/2890]     9.449 ms vlib/v/checker/postfix.v
                                                                                
OK    [1378/2890]    13.484 ms vlib/v/checker/orm.v
                                                                                
OK    [1379/2890]    11.540 ms vlib/v/checker/str.v
                                                                                
OK    [1380/2890]     8.891 ms vlib/v/checker/tests/amod/amod.v
                                                                                
OK    [1381/2890]    14.806 ms vlib/v/checker/return.v
                                                                                
OK    [1382/2890]    11.274 ms vlib/v/checker/tests/anon_structs_visibility/amod/amod.v
                                                                                
OK    [1383/2890]    17.284 ms vlib/v/checker/struct.v
                                                                                
OK    [1384/2890]    13.331 ms vlib/v/checker/tests/anon_structs_visibility/main.v
                                                                                
OK    [1385/2890]    10.750 ms vlib/v/checker/tests/modules/deprecated_module/bbb/ccc/ccc.v
                                                                                
OK    [1386/2890]    12.955 ms vlib/v/checker/tests/module_with_structs_with_deprecated_fields/fields.v
                                                                                
OK    [1387/2890]    11.147 ms vlib/v/checker/tests/modules/deprecated_module/main.v
                                                                                
OK    [1388/2890]    12.813 ms vlib/v/checker/tests/modules/deprecated_module/www/ttt/ttt.v
                                                                                
OK    [1389/2890]    11.569 ms vlib/v/checker/tests/modules/module_alias_started_with_underscore/main.v
                                                                                
OK    [1390/2890]    12.245 ms vlib/v/checker/tests/modules/deprecated_module/xxx/yyy/yyy.v
                                                                                
OK    [1391/2890]    10.821 ms vlib/v/checker/tests/modules/module_with_redeclaration/redeclare_time_structs.v
                                                                                
OK    [1392/2890]    12.211 ms vlib/v/checker/tests/modules/module_alias_started_with_underscore/underscore.v
                                                                                
OK    [1393/2890]    10.828 ms vlib/v/checker/tests/modules/overload_return_type/main.v
                                                                                
OK    [1394/2890]    10.140 ms vlib/v/doc/comment.v
                                                                                
OK    [1395/2890]    12.486 ms vlib/v/checker/tests/modules/overload_return_type/point.v
                                                                                
OK    [1396/2890]     8.845 ms vlib/v/doc/doc_private_fn_test.v
                                                                                
OK    [1397/2890]    14.445 ms vlib/v/doc/doc.v
                                                                                
OK    [1398/2890]    20.514 ms vlib/v/depgraph/depgraph.v
                                                                                
OK    [1399/2890]    22.032 ms vlib/v/compiler_errors_test.v
                                                                                
OK    [1400/2890]     8.862 ms vlib/v/doc/doc_test.v
                                                                                
OK    [1401/2890]    10.882 ms vlib/v/doc/module.v
                                                                                
OK    [1402/2890]    10.612 ms vlib/v/doc/node.v
                                                                                
OK    [1403/2890]    11.918 ms vlib/v/dotgraph/dotgraph.c.v
                                                                                
OK    [1404/2890]    13.305 ms vlib/v/doc/utils.v
                                                                                
OK    [1405/2890]    10.421 ms vlib/v/embed_file/decoder.v
                                                                                
OK    [1406/2890]    12.119 ms vlib/v/dotgraph/dotgraph.v
                                                                                
OK    [1407/2890]    13.663 ms vlib/v/dotgraph/dotgraph.js.v
                                                                                
OK    [1408/2890]    13.038 ms vlib/v/embed_file/tests/embed_file_test.v
                                                                                
OK    [1409/2890]    14.458 ms vlib/v/embed_file/embed_file.v
                                                                                
OK    [1410/2890]    10.149 ms vlib/v/embed_file/tests/embed_file_to_string_test.v
                                                                                
OK    [1411/2890]    10.717 ms vlib/v/embed_file/tests/embed_file_with_import_test.v
                                                                                
OK    [1412/2890]    15.181 ms vlib/v/embed_file/tests/embed_file_with_variable_arg_test.v
                                                                                
OK    [1413/2890]    11.671 ms vlib/v/errors/errors.v
                                                                                
OK    [1414/2890]    14.286 ms vlib/v/eval/eval.v
                                                                                
OK    [1415/2890]    11.756 ms vlib/v/eval/gen/infix_gen.v
                                                                                
OK    [1416/2890]    16.700 ms vlib/v/eval/expr.v
                                                                                
OK    [1417/2890]    11.520 ms vlib/v/eval/interpret_test.v
                                                                                
OK    [1418/2890]    10.970 ms vlib/v/eval/object.v
                                                                                
OK    [1419/2890]    11.234 ms vlib/v/eval/stmt.v
                                                                                
OK    [1420/2890]     9.355 ms vlib/v/eval/var.v
                                                                                
OK    [1421/2890]    11.925 ms vlib/v/eval/tests/push_val_test.v
                                                                                
OK    [1422/2890]    11.696 ms vlib/v/fmt/align.v
                                                                                
OK    [1423/2890]    11.974 ms vlib/v/fmt/asm.v
                                                                                
OK    [1424/2890]    10.144 ms vlib/v/fmt/attrs.v
                                                                                
OK    [1425/2890]    12.710 ms vlib/v/fmt/comments.v
                                                                                
OK    [1426/2890]     9.896 ms vlib/v/fmt/fmt_keep_test.v
                                                                                
OK    [1427/2890]     9.047 ms vlib/v/fmt/fmt_test.v
                                                                                
OK    [1428/2890]    10.167 ms vlib/v/fmt/fmt_vlib_test.v
                                                                                
OK    [1429/2890]    45.202 ms vlib/v/eval/infix.v
                                                                                
OK    [1430/2890]     9.975 ms vlib/v/fmt/tests/manualfree_keep.v
                                                                                
OK    [1431/2890]    12.152 ms vlib/v/fmt/struct.v
                                                                                
OK    [1432/2890]     9.949 ms vlib/v/fmt/tests/obj/obj.v
                                                                                
OK    [1433/2890]    10.160 ms vlib/v/fmt/vfmt_on_off.v
                                                                                
OK    [1434/2890]    32.899 ms vlib/v/fmt/fmt.v
                                                                                
OK    [1435/2890]    13.259 ms vlib/v/gen/c/assert.v
                                                                                
OK    [1436/2890]    11.113 ms vlib/v/gen/c/auto_free_methods.v
                                                                                
OK    [1437/2890]    16.422 ms vlib/v/gen/c/auto_eq_methods.v
                                                                                
OK    [1438/2890]    23.986 ms vlib/v/gen/c/array.v
                                                                                
OK    [1439/2890]    20.841 ms vlib/v/gen/c/assign.v
                                                                                
OK    [1440/2890]    12.715 ms vlib/v/gen/c/cheaders.v
                                                                                
OK    [1441/2890]    10.779 ms vlib/v/gen/c/cmain.v
                                                                                
OK    [1442/2890]    26.586 ms vlib/v/gen/c/auto_str_methods.v
                                                                                
OK    [1443/2890]    17.174 ms vlib/v/gen/c/comptime.v
                                                                                
OK    [1444/2890]     9.032 ms vlib/v/gen/c/ctempvars.v
                                                                                
OK    [1445/2890]    10.359 ms vlib/v/gen/c/dumpexpr.v
                                                                                
OK    [1446/2890]    10.203 ms vlib/v/gen/c/embed.v
                                                                                
OK    [1447/2890]    26.225 ms vlib/v/gen/c/coutput_test.v
                                                                                
OK    [1448/2890]     9.829 ms vlib/v/gen/c/if.v
                                                                                
OK    [1449/2890]    12.089 ms vlib/v/gen/c/for.v
                                                                                
OK    [1450/2890]    25.573 ms vlib/v/gen/c/fn.v
                                                                                
OK    [1451/2890]    13.372 ms vlib/v/gen/c/index.v
                                                                                
OK    [1452/2890]    15.904 ms vlib/v/gen/c/infix.v
                                                                                
OK    [1453/2890]     8.768 ms vlib/v/gen/c/live.v
                                                                                
OK    [1454/2890]    17.873 ms vlib/v/gen/c/json.v
                                                                                
OK    [1455/2890]    65.172 ms vlib/v/gen/c/cgen.v
                                                                                
OK    [1456/2890]    15.827 ms vlib/v/gen/c/match.v
                                                                                
OK    [1457/2890]    11.579 ms vlib/v/gen/c/profile.v
                                                                                
OK    [1458/2890]    13.542 ms vlib/v/gen/c/reflection.v
                                                                                
OK    [1459/2890]    18.536 ms vlib/v/gen/c/orm.v
                                                                                
OK    [1460/2890]    13.477 ms vlib/v/gen/c/spawn_and_go.v
                                                                                
OK    [1461/2890]    11.877 ms vlib/v/gen/c/str.v
                                                                                
OK    [1462/2890]    13.917 ms vlib/v/gen/c/str_intp.v
                                                                                
OK    [1463/2890]    11.961 ms vlib/v/gen/c/testdata/translated/translated_module_actual.v
                                                                                
OK    [1464/2890]    12.969 ms vlib/v/gen/c/text_manipulation.v
                                                                                
OK    [1465/2890]    10.504 ms vlib/v/gen/c/utils.v
                                                                                
OK    [1466/2890]    18.514 ms vlib/v/gen/c/struct.v
                                                                                
OK    [1467/2890]    11.802 ms vlib/v/gen/golang/attrs.v
                                                                                
OK    [1468/2890]    11.800 ms vlib/v/gen/golang/tests/golang_test.v
                                                                                
OK    [1469/2890]    12.967 ms vlib/v/gen/golang/struct.v
                                                                                
OK    [1470/2890]    12.056 ms vlib/v/gen/js/array.v
                                                                                
OK    [1471/2890]    13.195 ms vlib/v/gen/js/auto_eq_methods.v
                                                                                
OK    [1472/2890]    11.355 ms vlib/v/gen/js/builtin_types.v
                                                                                
OK    [1473/2890]    10.333 ms vlib/v/gen/js/comptime.v
                                                                                
OK    [1474/2890]    30.164 ms vlib/v/gen/golang/golang.v
                                                                                
OK    [1475/2890]    18.201 ms vlib/v/gen/js/auto_str_methods.v
                                                                                
OK    [1476/2890]    16.042 ms vlib/v/gen/js/deep_copy.v
                                                                                
OK    [1477/2890]    12.233 ms vlib/v/gen/js/infix.v
                                                                                
OK    [1478/2890]    15.997 ms vlib/v/gen/js/fn.v
                                                                                
OK    [1479/2890]    10.400 ms vlib/v/gen/js/jsdoc.v
                                                                                
OK    [1480/2890]     9.779 ms vlib/v/gen/js/jsgen_test.v
                                                                                
OK    [1481/2890]    11.794 ms vlib/v/gen/js/program_test.v
                                                                                
OK    [1482/2890]    10.457 ms vlib/v/gen/js/sourcemap/basic_test.v
                                                                                
OK    [1483/2890]    10.460 ms vlib/v/gen/js/sourcemap/compare_test.v
                                                                                
OK    [1484/2890]    12.614 ms vlib/v/gen/js/sourcemap/mappings.v
                                                                                
OK    [1485/2890]     9.462 ms vlib/v/gen/js/sourcemap/sets.v
                                                                                
OK    [1486/2890]     9.711 ms vlib/v/gen/js/sourcemap/source_map.v
                                                                                
OK    [1487/2890]    10.503 ms vlib/v/gen/js/sourcemap/source_map_generator.v
                                                                                
OK    [1488/2890]    10.950 ms vlib/v/gen/js/sourcemap/vlq/vlq.v
                                                                                
OK    [1489/2890]     8.631 ms vlib/v/gen/js/sourcemap/vlq/vlq_encode_test.v
                                                                                
OK    [1490/2890]    11.228 ms vlib/v/gen/js/sourcemap/vlq/vlq_decode_test.v
                                                                                
OK    [1491/2890]    11.690 ms vlib/v/gen/js/str.v
                                                                                
OK    [1492/2890]    46.903 ms vlib/v/gen/js/js.v
                                                                                
OK    [1493/2890]    10.691 ms vlib/v/gen/js/temp_fast_deep_equal.v
                                                                                
OK    [1494/2890]    11.367 ms vlib/v/gen/js/tests/auto_deref_args.v
                                                                                
OK    [1495/2890]     9.568 ms vlib/v/gen/js/tests/hello/hello.js.v
                                                                                
OK    [1496/2890]    17.135 ms vlib/v/gen/js/tests/array.v
                                                                                
OK    [1497/2890]     9.753 ms vlib/v/gen/js/tests/hello/hello.v
                                                                                
OK    [1498/2890]    16.011 ms vlib/v/gen/js/tests/enum.v
                                                                                
OK    [1499/2890]     9.635 ms vlib/v/gen/js/tests/hello/hello1/hello1.v
                                                                                
OK    [1500/2890]    12.472 ms vlib/v/gen/js/tests/interface.v
                                                                                
OK    [1501/2890]    10.795 ms vlib/v/gen/js/tests/js.v
                                                                                
OK    [1502/2890]    13.033 ms vlib/v/gen/js/tests/interp.v
                                                                                
OK    [1503/2890]    11.122 ms vlib/v/gen/js/tests/life.v
                                                                                
OK    [1504/2890]    10.805 ms vlib/v/gen/js/tests/option.v
                                                                                
OK    [1505/2890]    11.661 ms vlib/v/gen/js/tests/simple.v
                                                                                
OK    [1506/2890]    10.002 ms vlib/v/gen/js/tests/testdata/byte_is_space.v
                                                                                
OK    [1507/2890]    13.231 ms vlib/v/gen/js/tests/simple_sourcemap.v
                                                                                
OK    [1508/2890]    13.268 ms vlib/v/gen/js/tests/struct.v
                                                                                
OK    [1509/2890]    12.924 ms vlib/v/gen/js/tests/testdata/compare_ints.v
                                                                                
OK    [1510/2890]    10.639 ms vlib/v/gen/js/tests/testdata/hw.v
                                                                                
OK    [1511/2890]    10.970 ms vlib/v/gen/js/tests/testdata/string.v
                                                                                
OK    [1512/2890]    12.559 ms vlib/v/gen/js/tests/testdata/match.v
                                                                                
OK    [1513/2890]    14.398 ms vlib/v/gen/js/tests/testdata/overloading.v
                                                                                
OK    [1514/2890]    12.028 ms vlib/v/gen/js/tests/testdata/string_methods.v
                                                                                
OK    [1515/2890]    10.798 ms vlib/v/gen/js/tests/testdata/u64.v
                                                                                
OK    [1516/2890]    10.323 ms vlib/v/gen/js/util.v
                                                                                
OK    [1517/2890]    11.817 ms vlib/v/gen/native/builtins.v
                                                                                
OK    [1518/2890]     9.590 ms vlib/v/gen/native/comptime.v
                                                                                
OK    [1519/2890]    13.552 ms vlib/v/gen/native/arm64.v
                                                                                
OK    [1520/2890]    14.049 ms vlib/v/gen/native/elf.v
                                                                                
OK    [1521/2890]    11.392 ms vlib/v/gen/native/expr.v
                                                                                
OK    [1522/2890]    11.566 ms vlib/v/gen/native/macho.v
                                                                                
OK    [1523/2890]     8.205 ms vlib/v/gen/native/macho_test.v
                                                                                
OK    [1524/2890]    17.100 ms vlib/v/gen/native/gen.v
                                                                                
OK    [1525/2890]    37.250 ms vlib/v/gen/native/amd64.v
                                                                                
OK    [1526/2890]    13.452 ms vlib/v/gen/native/pe.v
                                                                                
OK    [1527/2890]    11.961 ms vlib/v/gen/native/stmt.v
                                                                                
OK    [1528/2890]    10.319 ms vlib/v/gen/native/syscall.v
                                                                                
OK    [1529/2890]    11.032 ms vlib/v/gen/native/tests/native_test.v
                                                                                
OK    [1530/2890]    11.173 ms vlib/v/gen/wasm/cast.v
                                                                                
OK    [1531/2890]    12.091 ms vlib/v/gen/wasm/ops.v
                                                                                
OK    [1532/2890]    14.748 ms vlib/v/gen/wasm/mem.v
                                                                                
OK    [1533/2890]     9.957 ms vlib/v/gen/wasm/serialisation.v
                                                                                
OK    [1534/2890]    23.623 ms vlib/v/gen/wasm/gen.v
                                                                                
OK    [1535/2890]     9.527 ms vlib/v/gen/wasm/tests/wasm_test.v
                                                                                
OK    [1536/2890]     9.023 ms vlib/v/help/help.v
                                                                                
OK    [1537/2890]     9.781 ms vlib/v/help/help_test.v
                                                                                
OK    [1538/2890]    11.124 ms vlib/v/live/common.v
                                                                                
OK    [1539/2890]    10.221 ms vlib/v/live/executable/reloader.v
                                                                                
OK    [1540/2890]    40.731 ms vlib/v/gen/wasm/binaryen/binaryen.c.v
                                                                                
OK    [1541/2890]     9.046 ms vlib/v/live/sharedlib/live_sharedlib.v
                                                                                
OK    [1542/2890]    17.146 ms vlib/v/live/live_test.v
                                                                                
OK    [1543/2890]    10.841 ms vlib/v/mathutil/mathutil.v
                                                                                
OK    [1544/2890]    10.147 ms vlib/v/mathutil/mathutil_test.v
                                                                                
OK    [1545/2890]    14.709 ms vlib/v/markused/walker.v
                                                                                
OK    [1546/2890]    17.421 ms vlib/v/markused/markused.v
                                                                                
OK    [1547/2890]    11.809 ms vlib/v/parser/assign.v
                                                                                
OK    [1548/2890]    13.465 ms vlib/v/parser/comptime.v
                                                                                
OK    [1549/2890]    13.582 ms vlib/v/parser/containers.v
                                                                                
OK    [1550/2890]    14.619 ms vlib/v/parser/expr.v
                                                                                
OK    [1551/2890]    10.335 ms vlib/v/parser/for.v
                                                                                
OK    [1552/2890]    17.742 ms vlib/v/parser/fn.v
                                                                                
OK    [1553/2890]    11.069 ms vlib/v/parser/lock.v
                                                                                
OK    [1554/2890]    11.310 ms vlib/v/parser/module.v
                                                                                
OK    [1555/2890]    14.870 ms vlib/v/parser/if_match.v
                                                                                
OK    [1556/2890]    13.336 ms vlib/v/parser/orm.v
                                                                                
OK    [1557/2890]    14.483 ms vlib/v/parser/parse_type.v
                                                                                
OK    [1558/2890]    10.060 ms vlib/v/parser/v_parser_test.v
                                                                                
OK    [1559/2890]    13.021 ms vlib/v/parser/tmpl.v
                                                                                
OK    [1560/2890]    15.762 ms vlib/v/parser/struct.v
                                                                                
OK    [1561/2890]    10.855 ms vlib/v/pkgconfig/bin/pkgconfig.v
                                                                                
OK    [1562/2890]    10.125 ms vlib/v/pkgconfig/bin/pkgconfig_test.v
                                                                                
OK    [1563/2890]    11.924 ms vlib/v/pkgconfig/main.v
                                                                                
OK    [1564/2890]     9.499 ms vlib/v/pkgconfig/pkgconfig_test.v
                                                                                
OK    [1565/2890]    13.939 ms vlib/v/pkgconfig/pkgconfig.v
                                                                                
OK    [1566/2890]    33.962 ms vlib/v/parser/parser.v
                                                                                
OK    [1567/2890]    11.294 ms vlib/v/pref/options_test.v
                                                                                
OK    [1568/2890]    14.183 ms vlib/v/pref/default.v
                                                                                
OK    [1569/2890]    11.729 ms vlib/v/pref/os.v
                                                                                
OK    [1570/2890]     9.750 ms vlib/v/pref/pref_test.v
                                                                                
OK    [1571/2890]    10.238 ms vlib/v/pref/should_compile.v
                                                                                
OK    [1572/2890]     8.760 ms vlib/v/preludes/embed_file/zlib/embed_file_zlib.v
                                                                                
OK    [1573/2890]    20.179 ms vlib/v/pref/pref.v
                                                                                
OK    [1574/2890]     9.589 ms vlib/v/preludes/live.v
                                                                                
OK    [1575/2890]     9.127 ms vlib/v/preludes/live_shared.v
                                                                                
OK    [1576/2890]     9.330 ms vlib/v/preludes/profiled_program.v
                                                                                
OK    [1577/2890]    14.473 ms vlib/v/preludes/live_main.v
                                                                                
OK    [1578/2890]    10.292 ms vlib/v/preludes/test_runner.v
                                                                                
OK    [1579/2890]    10.622 ms vlib/v/preludes/test_runner_dump.v
                                                                                
OK    [1580/2890]    10.852 ms vlib/v/preludes/test_runner_normal.v
                                                                                
OK    [1581/2890]    32.977 ms vlib/v/preludes/embed_file/embed_file.v
                                                                                
OK    [1582/2890]    11.731 ms vlib/v/preludes/test_runner_simple.v
                                                                                
OK    [1583/2890]    13.552 ms vlib/v/preludes/test_runner_tap.v
                                                                                
OK    [1584/2890]     8.551 ms vlib/v/preludes/trace_calls.v
                                                                                
OK    [1585/2890]    12.624 ms vlib/v/preludes/test_runner_teamcity.v
                                                                                
OK    [1586/2890]    12.116 ms vlib/v/preludes/tests_with_stats.v
                                                                                
OK    [1587/2890]    10.256 ms vlib/v/preludes_js/stats_import.js.v
                                                                                
OK    [1588/2890]    10.967 ms vlib/v/preludes_js/test_runner.v
                                                                                
OK    [1589/2890]    11.724 ms vlib/v/preludes_js/test_runner_normal.v
                                                                                
OK    [1590/2890]    12.278 ms vlib/v/preludes_js/test_runner_simple.v
                                                                                
OK    [1591/2890]    10.080 ms vlib/v/preludes_js/tests_with_stats.v
                                                                                
OK    [1592/2890]    12.407 ms vlib/v/preludes_js/test_runner_tap.v
                                                                                
OK    [1593/2890]    11.968 ms vlib/v/profile/api.v
                                                                                
OK    [1594/2890]    13.003 ms vlib/v/reflection/reflection.v
                                                                                
OK    [1595/2890]    14.240 ms vlib/v/scanner/scanner_test.v
                                                                                
OK    [1596/2890]    15.270 ms vlib/v/slow_tests/assembly/asm_test.amd64.v
                                                                                
OK    [1597/2890]     9.149 ms vlib/v/slow_tests/assembly/naked_attr_test.amd64.v
                                                                                
OK    [1598/2890]    14.930 ms vlib/v/slow_tests/assembly/asm_test.i386.v
                                                                                
OK    [1599/2890]     9.688 ms vlib/v/slow_tests/assembly/naked_attr_test.i386.v
                                                                                
OK    [1600/2890]    25.096 ms vlib/v/scanner/scanner.v
                                                                                
OK    [1601/2890]    11.402 ms vlib/v/slow_tests/assembly/util/dot_amd64_util.amd64.v
                                                                                
OK    [1602/2890]    10.325 ms vlib/v/slow_tests/crun_mode/crun_test.v
                                                                                
OK    [1603/2890]    12.277 ms vlib/v/slow_tests/comptime_if_expr_threads_test.v
                                                                                
OK    [1604/2890]    12.062 ms vlib/v/slow_tests/inout/compiler_test.v
                                                                                
OK    [1605/2890]     8.607 ms vlib/v/slow_tests/prod/asserts_should_be_skipped.prod.v
                                                                                
OK    [1606/2890]    11.251 ms vlib/v/slow_tests/modules/acommentedmodule/commentedfile.v
                                                                                
OK    [1607/2890]    16.376 ms vlib/v/slow_tests/inout/vscript_using_generics_in_os.vsh
                                                                                
OK    [1608/2890]    15.153 ms vlib/v/slow_tests/keep_args_alive_test.v
                                                                                
OK    [1609/2890]    10.059 ms vlib/v/slow_tests/prod/assoc.prod.v
                                                                                
OK    [1610/2890]    10.138 ms vlib/v/slow_tests/prod_test.v
                                                                                
OK    [1611/2890]    12.050 ms vlib/v/slow_tests/profile/profile_test.v
                                                                                
OK    [1612/2890]    12.664 ms vlib/v/slow_tests/profile/profile_test_1.v
                                                                                
OK    [1613/2890]    16.427 ms vlib/v/slow_tests/prod/f64_literals_and_simple_expressions_should_not_round_as_f32.prod.v
                                                                                
OK    [1614/2890]    11.834 ms vlib/v/slow_tests/profile/profile_test_2.v
                                                                                
OK    [1615/2890]    10.381 ms vlib/v/slow_tests/profile/profile_test_3.v
                                                                                
OK    [1616/2890]    13.140 ms vlib/v/slow_tests/repl/repl_test.v
                                                                                
OK    [1617/2890]    10.271 ms vlib/v/slow_tests/run_project_folders/go_fns_in_different_files_over_the_same_struct/f1.v
                                                                                
OK    [1618/2890]    12.045 ms vlib/v/slow_tests/repl/runner/runner.v
                                                                                
OK    [1619/2890]    10.716 ms vlib/v/slow_tests/run_project_folders/go_fns_in_different_files_over_the_same_struct/f2.v
                                                                                
OK    [1620/2890]     9.013 ms vlib/v/slow_tests/run_project_folders/issue_10023_multiple_anon_fns_with_same_position/a.v
                                                                                
OK    [1621/2890]     9.931 ms vlib/v/slow_tests/run_project_folders/issue_10023_multiple_anon_fns_with_same_position/b.v
                                                                                
OK    [1622/2890]     9.611 ms vlib/v/slow_tests/run_project_folders/issue_13443_test_prefixed_fns_in_normal_v_files/main.v
                                                                                
OK    [1623/2890]    11.649 ms vlib/v/slow_tests/run_project_folders/issue_13443_test_prefixed_fns_in_normal_v_files/any_test.v
                                                                                
OK    [1624/2890]     9.395 ms vlib/v/slow_tests/run_project_folders_test.v
                                                                                
OK    [1625/2890]    24.796 ms vlib/v/slow_tests/run_project_folders/go_fns_in_different_files_over_the_same_struct/main.v
                                                                                
OK    [1626/2890]     9.566 ms vlib/v/slow_tests/valgrind/2.heap_objects.v
                                                                                
OK    [1627/2890]    10.658 ms vlib/v/slow_tests/valgrind/array_init_with_string_variable.v
                                                                                
OK    [1628/2890]    16.034 ms vlib/v/slow_tests/valgrind/1.strings_and_arrays.v
                                                                                
OK    [1629/2890]    10.857 ms vlib/v/slow_tests/valgrind/base64.v
                                                                                
OK    [1630/2890]     9.513 ms vlib/v/slow_tests/valgrind/cross_var_assign.v
                                                                                
OK    [1631/2890]    11.581 ms vlib/v/slow_tests/valgrind/buffer_passed_in_fn_that_uses_tos_on_it.v
                                                                                
OK    [1632/2890]    14.341 ms vlib/v/slow_tests/valgrind/dump_nested_structs.v
                                                                                
OK    [1633/2890]    13.157 ms vlib/v/slow_tests/valgrind/fn_returning_string_param.v
                                                                                
OK    [1634/2890]    10.250 ms vlib/v/slow_tests/valgrind/fn_with_return_should_free_local_vars.v
                                                                                
OK    [1635/2890]    10.583 ms vlib/v/slow_tests/valgrind/free_heap_foos.v
                                                                                
OK    [1636/2890]    10.590 ms vlib/v/slow_tests/valgrind/free_variables_in_reverse_order_of_creation.v
                                                                                
OK    [1637/2890]    10.790 ms vlib/v/slow_tests/valgrind/if_expr.v
                                                                                
OK    [1638/2890]     9.978 ms vlib/v/slow_tests/valgrind/if_expr_skip.v
                                                                                
OK    [1639/2890]    11.221 ms vlib/v/slow_tests/valgrind/import_os_and_use_its_constants.v
                                                                                
OK    [1640/2890]    10.850 ms vlib/v/slow_tests/valgrind/import_x_json2.v
                                                                                
OK    [1641/2890]    11.569 ms vlib/v/slow_tests/valgrind/logging.v
                                                                                
OK    [1642/2890]     9.958 ms vlib/v/slow_tests/valgrind/option_simple.v
                                                                                
OK    [1643/2890]    10.202 ms vlib/v/slow_tests/valgrind/rand_module.v
                                                                                
OK    [1644/2890]    13.246 ms vlib/v/slow_tests/valgrind/option_reassigned.v
                                                                                
OK    [1645/2890]    11.146 ms vlib/v/slow_tests/valgrind/rune_methods.v
                                                                                
OK    [1646/2890]    10.292 ms vlib/v/slow_tests/valgrind/simple_interpolation.v
                                                                                
OK    [1647/2890]    10.829 ms vlib/v/slow_tests/valgrind/simple_interpolation_script_mode_more_scopes.v
                                                                                
OK    [1648/2890]    14.228 ms vlib/v/slow_tests/valgrind/simple_interpolation_script_mode.v
                                                                                
OK    [1649/2890]     9.655 ms vlib/v/slow_tests/valgrind/strings_builder.v
                                                                                
OK    [1650/2890]    12.342 ms vlib/v/slow_tests/valgrind/string_plus_string_plus.v
                                                                                
OK    [1651/2890]    12.532 ms vlib/v/slow_tests/valgrind/string_str_method.v
                                                                                
OK    [1652/2890]    10.123 ms vlib/v/slow_tests/valgrind/struct_of_array_of_same_struct.v
                                                                                
OK    [1653/2890]    12.068 ms vlib/v/slow_tests/valgrind/struct_field.v
                                                                                
OK    [1654/2890]    11.067 ms vlib/v/slow_tests/valgrind/sync.v
                                                                                
OK    [1655/2890]    11.413 ms vlib/v/slow_tests/valgrind/valgrind_test.v
                                                                                
OK    [1656/2890]    11.490 ms vlib/v/tests/addr_test.v
                                                                                
OK    [1657/2890]    10.708 ms vlib/v/tests/alias_array_operator_overloading_test.v
                                                                                
OK    [1658/2890]    12.502 ms vlib/v/tests/aggregate_is_nodetype_test.v
                                                                                
OK    [1659/2890]    11.154 ms vlib/v/tests/alias_array_plus_operator_test.v
                                                                                
OK    [1660/2890]    10.951 ms vlib/v/tests/alias_basic_types_test.v
                                                                                
OK    [1661/2890]    10.363 ms vlib/v/tests/alias_char_type_reference_test.v
                                                                                
OK    [1662/2890]    10.454 ms vlib/v/tests/alias_custom_type_map_test.v
                                                                                
OK    [1663/2890]    10.238 ms vlib/v/tests/alias_fixed_array_init_test.v
                                                                                
OK    [1664/2890]     9.958 ms vlib/v/tests/alias_fixed_array_of_struct_test.v
                                                                                
OK    [1665/2890]    27.640 ms vlib/v/tests/alias_array_has_method_test.v
                                                                                
OK    [1666/2890]     9.141 ms vlib/v/tests/alias_fixed_array_test.v
                                                                                
OK    [1667/2890]     9.492 ms vlib/v/tests/alias_in_a_struct_field_autostr_test.v
                                                                                
OK    [1668/2890]    10.994 ms vlib/v/tests/alias_map_keys_test.v
                                                                                
OK    [1669/2890]    13.591 ms vlib/v/tests/alias_map_clone_test.v
                                                                                
OK    [1670/2890]    10.792 ms vlib/v/tests/alias_operator_overloading_test.v
                                                                                
OK    [1671/2890]    15.151 ms vlib/v/tests/alias_map_operator_overloading_test.v
                                                                                
OK    [1672/2890]    12.210 ms vlib/v/tests/alias_sumtype_method_call_test.v
                                                                                
OK    [1673/2890]     9.675 ms vlib/v/tests/aliased_array_method_call_test.v
                                                                                
OK    [1674/2890]    12.798 ms vlib/v/tests/alias_to_ptr_arg_test.v
                                                                                
OK    [1675/2890]    10.537 ms vlib/v/tests/aliased_field_access_test.v
                                                                                
OK    [1676/2890]    12.276 ms vlib/v/tests/aliased_array_operations_test.v
                                                                                
OK    [1677/2890]    10.621 ms vlib/v/tests/aliased_option_fn_call_test.v
                                                                                
OK    [1678/2890]     9.897 ms vlib/v/tests/anon_fn_call_test.v
                                                                                
OK    [1679/2890]    13.831 ms vlib/v/tests/aliasing_c_structs/eq_operator_overload_of_c_struct_alias_test.v
                                                                                
OK    [1680/2890]    11.549 ms vlib/v/tests/anon_fn_decl_inside_ternary_test.v
                                                                                
OK    [1681/2890]    11.264 ms vlib/v/tests/anon_fn_decl_with_anon_fn_params_test.v
                                                                                
OK    [1682/2890]    16.995 ms vlib/v/tests/anon_fn_fixed_arr_test.v
                                                                                
OK    [1683/2890]    13.287 ms vlib/v/tests/anon_fn_option_call_in_if_expr_test.v
                                                                                
OK    [1684/2890]    11.051 ms vlib/v/tests/anon_fn_returning_question_test.v
                                                                                
OK    [1685/2890]    20.847 ms vlib/v/tests/anon_fn_in_containers_test.v
                                                                                
OK    [1686/2890]    15.393 ms vlib/v/tests/anon_fn_redefinition_test.v
                                                                                
OK    [1687/2890]    10.959 ms vlib/v/tests/anon_fn_test.v
                                                                                
OK    [1688/2890]    12.186 ms vlib/v/tests/anon_fn_with_alias_args_test.v
                                                                                
OK    [1689/2890]    10.703 ms vlib/v/tests/anon_fn_with_array_arguments_test.v
                                                                                
OK    [1690/2890]    10.815 ms vlib/v/tests/anon_fn_with_nested_anon_fn_args_test.v
                                                                                
OK    [1691/2890]    11.321 ms vlib/v/tests/anon_fn_with_option_test.v
                                                                                
OK    [1692/2890]    10.063 ms vlib/v/tests/anon_struct_type_test.v
                                                                                
OK    [1693/2890]    13.309 ms vlib/v/tests/anon_struct_assign_test.v
                                                                                
OK    [1694/2890]    11.034 ms vlib/v/tests/anon_sum_type_test.v
                                                                                
OK    [1695/2890]    11.878 ms vlib/v/tests/append_struct_to_interface_array_test.v
                                                                                
OK    [1696/2890]    13.814 ms vlib/v/tests/appending_to_mut_array_in_fn_param_test.v
                                                                                
OK    [1697/2890]    10.009 ms vlib/v/tests/array_access_optimisation_test.v
                                                                                
OK    [1698/2890]    11.375 ms vlib/v/tests/array_append_short_struct_test.v
                                                                                
OK    [1699/2890]    12.786 ms vlib/v/tests/array_as_interface_test.v
                                                                                
OK    [1700/2890]    13.067 ms vlib/v/tests/array_cast_test.v
                                                                                
OK    [1701/2890]     9.450 ms vlib/v/tests/array_filter_of_fn_mut_arg_test.v
                                                                                
OK    [1702/2890]    12.108 ms vlib/v/tests/array_elements_with_option_test.v
                                                                                
OK    [1703/2890]    14.687 ms vlib/v/tests/array_equality_test.v
                                                                                
OK    [1704/2890]    11.508 ms vlib/v/tests/array_filter_using_direct_closure_test.v
                                                                                
OK    [1705/2890]    10.211 ms vlib/v/tests/array_init_test.v
                                                                                
OK    [1706/2890]    13.353 ms vlib/v/tests/array_index_option_test.v
                                                                                
OK    [1707/2890]    17.122 ms vlib/v/tests/array_get_anon_fn_value_test.v
                                                                                
OK    [1708/2890]    15.274 ms vlib/v/tests/array_init_element_size_equal_array_size_test.v
                                                                                
OK    [1709/2890]     8.833 ms vlib/v/tests/array_init_with_fields_test.v
                                                                                
OK    [1710/2890]    11.434 ms vlib/v/tests/array_map_or_test.v
                                                                                
OK    [1711/2890]    10.710 ms vlib/v/tests/array_method_using_it_in_defer_test.v
                                                                                
OK    [1712/2890]    13.651 ms vlib/v/tests/array_insert_as_mut_receiver_test.v
                                                                                
OK    [1713/2890]    12.958 ms vlib/v/tests/array_map_ref_test.v
                                                                                
OK    [1714/2890]    12.709 ms vlib/v/tests/array_methods_test.v
                                                                                
OK    [1715/2890]    10.813 ms vlib/v/tests/array_of_alias_pop_test.v
                                                                                
OK    [1716/2890]    11.296 ms vlib/v/tests/array_of_alias_slice_test.v
                                                                                
OK    [1717/2890]    11.838 ms vlib/v/tests/array_of_anon_fn_call_test.v
                                                                                
OK    [1718/2890]    17.444 ms vlib/v/tests/array_nested_call_test.v
                                                                                
OK    [1719/2890]     9.618 ms vlib/v/tests/array_of_fixed_array_map_test.v
                                                                                
OK    [1720/2890]    10.362 ms vlib/v/tests/array_of_fixed_array_test.v
                                                                                
OK    [1721/2890]    10.028 ms vlib/v/tests/array_of_interface_init_test.v
                                                                                
OK    [1722/2890]    15.757 ms vlib/v/tests/array_of_functions_direct_call_test.v
                                                                                
OK    [1723/2890]    11.955 ms vlib/v/tests/array_of_interfaces_builtin_method_test.v
                                                                                
OK    [1724/2890]    12.061 ms vlib/v/tests/array_of_interfaces_equality_test.v
                                                                                
OK    [1725/2890]    10.975 ms vlib/v/tests/array_of_map_with_default_test.v
                                                                                
OK    [1726/2890]    10.978 ms vlib/v/tests/array_of_ptrs_test.v
                                                                                
OK    [1727/2890]    12.753 ms vlib/v/tests/array_of_reference_sumtype_test.v
                                                                                
OK    [1728/2890]    13.229 ms vlib/v/tests/array_of_sumtype_append_aggregate_type_test.v
                                                                                
OK    [1729/2890]    11.482 ms vlib/v/tests/array_of_sumtype_append_alias_test.v
                                                                                
OK    [1730/2890]    12.045 ms vlib/v/tests/array_of_sumtype_append_array_of_sumtype_test.v
                                                                                
OK    [1731/2890]    10.621 ms vlib/v/tests/array_of_sumtype_append_literal_type_test.v
                                                                                
OK    [1732/2890]    10.610 ms vlib/v/tests/array_of_sumtypes_test.v
                                                                                
OK    [1733/2890]    12.073 ms vlib/v/tests/array_of_sumtype_with_default_test.v
                                                                                
OK    [1734/2890]    13.765 ms vlib/v/tests/array_of_sumtype_init_test.v
                                                                                
OK    [1735/2890]    13.816 ms vlib/v/tests/array_of_threads_wait_test.v
                                                                                
OK    [1736/2890]    14.945 ms vlib/v/tests/array_slice_test.v
                                                                                
OK    [1737/2890]    11.595 ms vlib/v/tests/array_sort_lt_overload_test.v
                                                                                
OK    [1738/2890]    11.599 ms vlib/v/tests/array_string_test.v
                                                                                
OK    [1739/2890]    12.361 ms vlib/v/tests/array_test.v
                                                                                
OK    [1740/2890]     9.729 ms vlib/v/tests/array_type_alias_test.v
                                                                                
OK    [1741/2890]    10.288 ms vlib/v/tests/arraydecompose_nonvariadic_test.v
                                                                                
OK    [1742/2890]    11.703 ms vlib/v/tests/array_with_it_test.v
                                                                                
OK    [1743/2890]    12.594 ms vlib/v/tests/arrays_and_maps_of_empty_structs_should_work_test.v
                                                                                
OK    [1744/2890]    11.010 ms vlib/v/tests/as_cast_already_smartcast_sumtype_test.v
                                                                                
OK    [1745/2890]    10.550 ms vlib/v/tests/as_cast_is_expr_sumtype_fn_result_test.v
                                                                                
OK    [1746/2890]    10.997 ms vlib/v/tests/as_cast_literal_test.v
                                                                                
OK    [1747/2890]    29.368 ms vlib/v/tests/array_to_string_test.v
                                                                                
OK    [1748/2890]    10.331 ms vlib/v/tests/assert_fn_call_with_parentheses_test.v
                                                                                
OK    [1749/2890]    12.131 ms vlib/v/tests/assert_if_guard_expr_test.v
                                                                                
OK    [1750/2890]     9.667 ms vlib/v/tests/assert_sumtype_test.v
                                                                                
OK    [1751/2890]    11.515 ms vlib/v/tests/assert_should_evaluate_args_just_once_test.v
                                                                                
OK    [1752/2890]    16.636 ms vlib/v/tests/assert_with_array_ref_test.v
                                                                                
OK    [1753/2890]    11.290 ms vlib/v/tests/assign_array_of_aliases_test.v
                                                                                
OK    [1754/2890]    17.116 ms vlib/v/tests/assert_with_newlines_test.v
                                                                                
OK    [1755/2890]    12.236 ms vlib/v/tests/assign_literal_with_closure_test.v
                                                                                
OK    [1756/2890]     8.121 ms vlib/v/tests/assign_map_value_of_fixed_array_test.v
                                                                                
OK    [1757/2890]    16.528 ms vlib/v/tests/assign_bitops_with_type_aliases_test.v
                                                                                
OK    [1758/2890]    10.639 ms vlib/v/tests/assign_option_of_multi_return_with_heap_test.v
                                                                                
OK    [1759/2890]    11.200 ms vlib/v/tests/assign_shared_test.v
                                                                                
OK    [1760/2890]    10.726 ms vlib/v/tests/atomic_test.v
                                                                                
OK    [1761/2890]    10.905 ms vlib/v/tests/attribute_test.v
                                                                                
OK    [1762/2890]    18.684 ms vlib/v/tests/assign_option_of_struct_fntype_field_test.v
                                                                                
OK    [1763/2890]    12.323 ms vlib/v/tests/autocast_in_if_conds_1_test.v
                                                                                
OK    [1764/2890]    11.750 ms vlib/v/tests/autocast_in_if_conds_2_test.v
                                                                                
OK    [1765/2890]    11.592 ms vlib/v/tests/autocast_in_if_conds_3_test.v
                                                                                
OK    [1766/2890]    10.236 ms vlib/v/tests/autogen_free_test.v
                                                                                
OK    [1767/2890]    13.045 ms vlib/v/tests/autocast_in_if_conds_4_test.v
                                                                                
OK    [1768/2890]     9.813 ms vlib/v/tests/backtrace_test.v
                                                                                
OK    [1769/2890]    13.010 ms vlib/v/tests/autolock_array2_test.v
                                                                                
OK    [1770/2890]    11.094 ms vlib/v/tests/bench/bench_compare_tokens.v
                                                                                
OK    [1771/2890]    20.944 ms vlib/v/tests/autolock_array1_test.v
                                                                                
OK    [1772/2890]    16.954 ms vlib/v/tests/bench/bench_json_vs_json2.v
                                                                                
OK    [1773/2890]    11.513 ms vlib/v/tests/bench/bench_random_number_generation.v
                                                                                
OK    [1774/2890]    12.701 ms vlib/v/tests/bench/bench_stbi_load.v
                                                                                
OK    [1775/2890]    13.194 ms vlib/v/tests/bench/bench_string_int.v
                                                                                
OK    [1776/2890]    15.092 ms vlib/v/tests/bench/bench_string_key_in_map_vs_string_value_in_array.v
                                                                                
OK    [1777/2890]    12.319 ms vlib/v/tests/bench/gcboehm/GC_bench.v
                                                                                
OK    [1778/2890]     9.503 ms vlib/v/tests/big_array_allocation_test.v
                                                                                
OK    [1779/2890]    13.985 ms vlib/v/tests/bench/math_big_gcd/bench_euclid.v
                                                                                
OK    [1780/2890]    15.096 ms vlib/v/tests/bench/math_big_gcd/prime/maker.v
                                                                                
OK    [1781/2890]    12.838 ms vlib/v/tests/blank_ident_test.v
                                                                                
OK    [1782/2890]    12.465 ms vlib/v/tests/break_in_lock_test.v
                                                                                
OK    [1783/2890]    11.123 ms vlib/v/tests/c_function_mut_param/code_test.v
                                                                                
OK    [1784/2890]    12.933 ms vlib/v/tests/c_array_test.v
                                                                                
OK    [1785/2890]    12.980 ms vlib/v/tests/c_function_mut_param/option_args_test.v
                                                                                
OK    [1786/2890]    13.622 ms vlib/v/tests/c_struct_free/c_struct_free_property_test.v
                                                                                
OK    [1787/2890]    12.879 ms vlib/v/tests/c_struct_with_reserved_field_name_test.v
                                                                                
OK    [1788/2890]    11.632 ms vlib/v/tests/call_on_anon_test.v
                                                                                
OK    [1789/2890]    11.346 ms vlib/v/tests/call_to_str_on_option_test.v
                                                                                
OK    [1790/2890]    10.877 ms vlib/v/tests/calling_module_functions_with_maps_of_arrays_test.v
                                                                                
OK    [1791/2890]    12.590 ms vlib/v/tests/cast_bool_to_int_test.v
                                                                                
OK    [1792/2890]    11.358 ms vlib/v/tests/cast_comptime_test.v
                                                                                
OK    [1793/2890]    12.381 ms vlib/v/tests/cast_in_comptime_if_test.v
                                                                                
OK    [1794/2890]    11.394 ms vlib/v/tests/cast_in_index_of_ref_fixed_array_test.v
                                                                                
OK    [1795/2890]    13.203 ms vlib/v/tests/cast_int_to_interface_test.v
                                                                                
OK    [1796/2890]    10.866 ms vlib/v/tests/cast_none_to_option_test.v
                                                                                
OK    [1797/2890]    12.874 ms vlib/v/tests/cast_option_to_interface_test.v
                                                                                
OK    [1798/2890]    11.492 ms vlib/v/tests/cast_test.js.v
                                                                                
OK    [1799/2890]    13.555 ms vlib/v/tests/cast_to_alias_test.v
                                                                                
OK    [1800/2890]    10.326 ms vlib/v/tests/cast_to_anon_sumtype_test.v
                                                                                
OK    [1801/2890]    11.145 ms vlib/v/tests/cast_to_byte_test.v
                                                                                
OK    [1802/2890]    11.135 ms vlib/v/tests/cast_to_interface_test.v
                                                                                
OK    [1803/2890]    12.965 ms vlib/v/tests/cast_to_empty_interface_test.v
                                                                                
OK    [1804/2890]    12.558 ms vlib/v/tests/cast_to_u8_test.v
                                                                                
OK    [1805/2890]    13.671 ms vlib/v/tests/cflags/vmodroot_and_vroot_test.v
                                                                                
OK    [1806/2890]    11.059 ms vlib/v/tests/channels_test.v
                                                                                
OK    [1807/2890]    11.869 ms vlib/v/tests/check_in_is_consistency_test.v
                                                                                
OK    [1808/2890]    14.122 ms vlib/v/tests/char_literal_bytes_test.v
                                                                                
OK    [1809/2890]    12.072 ms vlib/v/tests/check_init_value_for_arrays_of_option_test.v
                                                                                
OK    [1810/2890]    10.674 ms vlib/v/tests/checks_for_operator_overrides_should_happen_on_the_concrete_types_when_using_generics_test.v
                                                                                
OK    [1811/2890]    11.306 ms vlib/v/tests/clash_var_name_of_array_and_map_test.v
                                                                                
OK    [1812/2890]    11.000 ms vlib/v/tests/closure_data_with_gc_test.v
                                                                                
OK    [1813/2890]    11.095 ms vlib/v/tests/closure_with_fixed_array_var_test.v
                                                                                
OK    [1814/2890]    13.286 ms vlib/v/tests/closure_test.v
                                                                                
OK    [1815/2890]    17.516 ms vlib/v/tests/closure_generator_test.v
                                                                                
OK    [1816/2890]    12.844 ms vlib/v/tests/complex_assign_test.v
                                                                                
OK    [1817/2890]    11.338 ms vlib/v/tests/complex_map_op_test.v
                                                                                
OK    [1818/2890]    10.076 ms vlib/v/tests/comptime_attribute_selector_test.v
                                                                                
OK    [1819/2890]    12.904 ms vlib/v/tests/comptime_at_test.v
                                                                                
OK    [1820/2890]    11.372 ms vlib/v/tests/comptime_bittness_and_endianess_test.v
                                                                                
OK    [1821/2890]    12.228 ms vlib/v/tests/comptime_branching_working_without_compile_error_test.v
                                                                                
OK    [1822/2890]    11.588 ms vlib/v/tests/comptime_call_in_fn_call_test.v
                                                                                
OK    [1823/2890]    13.252 ms vlib/v/tests/comptime_call_or_block_test.v
                                                                                
OK    [1824/2890]    11.183 ms vlib/v/tests/comptime_call_test.v
                                                                                
OK    [1825/2890]    11.418 ms vlib/v/tests/comptime_call_tmpl_variable_scope_test.v
                                                                                
OK    [1826/2890]    10.423 ms vlib/v/tests/comptime_concrete_type_register_test.v
                                                                                
OK    [1827/2890]     8.444 ms vlib/v/tests/comptime_const_def_test.v
                                                                                
OK    [1828/2890]    10.182 ms vlib/v/tests/comptime_enum_test.v
                                                                                
OK    [1829/2890]     9.691 ms vlib/v/tests/comptime_field_indirections_test.v
                                                                                
OK    [1830/2890]    11.777 ms vlib/v/tests/comptime_field_name_check_test.v
                                                                                
OK    [1831/2890]    10.580 ms vlib/v/tests/comptime_field_selector_test.v
                                                                                
OK    [1832/2890]     9.959 ms vlib/v/tests/comptime_for_break_test.v
                                                                                
OK    [1833/2890]    10.275 ms vlib/v/tests/comptime_for_in_field_selector_test.v
                                                                                
OK    [1834/2890]    10.090 ms vlib/v/tests/comptime_for_in_field_typeof_test.v
                                                                                
OK    [1835/2890]     9.953 ms vlib/v/tests/comptime_for_in_field_with_generic_fn_test.v
                                                                                
OK    [1836/2890]    11.249 ms vlib/v/tests/comptime_for_in_fields_FieldData_test.v
                                                                                
OK    [1837/2890]    10.012 ms vlib/v/tests/comptime_for_method_call_in_print_call_test.v
                                                                                
OK    [1838/2890]     8.349 ms vlib/v/tests/comptime_for_method_call_test.v
                                                                                
OK    [1839/2890]     9.388 ms vlib/v/tests/comptime_for_method_call_with_args_test.v
                                                                                
OK    [1840/2890]    48.077 ms vlib/v/tests/comptime_call_type_test.v
                                                                                
OK    [1841/2890]    10.236 ms vlib/v/tests/comptime_for_over_struct_with_C_reserved_word_fields_test.v
                                                                                
OK    [1842/2890]    13.124 ms vlib/v/tests/comptime_for_test.v
                                                                                
OK    [1843/2890]    12.136 ms vlib/v/tests/comptime_generic_test.v
                                                                                
OK    [1844/2890]    10.161 ms vlib/v/tests/comptime_if_expr_generic_typ_is_type_test.v
                                                                                
OK    [1845/2890]    11.319 ms vlib/v/tests/comptime_if_expr_in_struct_field_default_test.v
                                                                                
OK    [1846/2890]    15.260 ms vlib/v/tests/comptime_if_expr_in_const_decl_test.v
                                                                                
OK    [1847/2890]    10.463 ms vlib/v/tests/comptime_if_expr_with_result_call_test.v
                                                                                
OK    [1848/2890]    12.697 ms vlib/v/tests/comptime_if_expr_test.v
                                                                                
OK    [1849/2890]    10.457 ms vlib/v/tests/comptime_if_generic_shift_test.v
                                                                                
OK    [1850/2890]    11.636 ms vlib/v/tests/comptime_if_is_interface_test.v
                                                                                
OK    [1851/2890]    11.913 ms vlib/v/tests/comptime_if_is_test.v
                                                                                
OK    [1852/2890]    11.427 ms vlib/v/tests/comptime_if_test.v
                                                                                
OK    [1853/2890]    12.847 ms vlib/v/tests/comptime_if_pkgconfig_test.v
                                                                                
OK    [1854/2890]    12.173 ms vlib/v/tests/comptime_if_threads_no_test.v
                                                                                
OK    [1855/2890]    10.708 ms vlib/v/tests/comptime_if_threads_yes_test.v
                                                                                
OK    [1856/2890]    10.386 ms vlib/v/tests/comptime_in_type_checking_test.v
                                                                                
OK    [1857/2890]    10.313 ms vlib/v/tests/comptime_indirection_check_test.v
                                                                                
OK    [1858/2890]    11.671 ms vlib/v/tests/comptime_kinds_test.v
                                                                                
OK    [1859/2890]    11.889 ms vlib/v/tests/comptime_map_it_test.v
                                                                                
OK    [1860/2890]    11.246 ms vlib/v/tests/comptime_method_args_test.v
                                                                                
OK    [1861/2890]    11.971 ms vlib/v/tests/comptime_method_call_test.v
                                                                                
OK    [1862/2890]     9.229 ms vlib/v/tests/comptime_name_check_test.v
                                                                                
OK    [1863/2890]    22.027 ms vlib/v/tests/comptime_map_test.v
                                                                                
OK    [1864/2890]     9.659 ms vlib/v/tests/comptime_on_generics_func_test.v
                                                                                
OK    [1865/2890]     9.555 ms vlib/v/tests/comptime_option_field_test.v
                                                                                
OK    [1866/2890]     9.666 ms vlib/v/tests/comptime_println_test.v
                                                                                
OK    [1867/2890]     9.728 ms vlib/v/tests/comptime_propagate_test.v
                                                                                
OK    [1868/2890]    10.128 ms vlib/v/tests/comptime_selector_ptr_test.v
                                                                                
OK    [1869/2890]    26.381 ms vlib/v/tests/comptime_method_call_with_check_test.v
                                                                                
OK    [1870/2890]    11.712 ms vlib/v/tests/comptime_sumtype_cast_2_test.v
                                                                                
OK    [1871/2890]    12.228 ms vlib/v/tests/comptime_sumtype_cast_3_test.v
                                                                                
OK    [1872/2890]     9.890 ms vlib/v/tests/comptime_sumtype_cast_test.v
                                                                                
OK    [1873/2890]     9.577 ms vlib/v/tests/comptime_type_test.v
                                                                                
OK    [1874/2890]     9.147 ms vlib/v/tests/comptime_var_on_multiple_args_test.v
                                                                                
OK    [1875/2890]    12.480 ms vlib/v/tests/comptime_var_param_test.v
                                                                                
OK    [1876/2890]    10.249 ms vlib/v/tests/comptimeselector_mut_test.v
                                                                                
OK    [1877/2890]    19.812 ms vlib/v/tests/comptime_var_assignment_test.v
                                                                                
OK    [1878/2890]    12.586 ms vlib/v/tests/concrete_type_as_generic_fn_type_2_test.v
                                                                                
OK    [1879/2890]    17.488 ms vlib/v/tests/concrete_type_as_generic_fn_type_1_test.v
                                                                                
OK    [1880/2890]    10.294 ms vlib/v/tests/const_and_global_with_same_name_test.v
                                                                                
OK    [1881/2890]    10.538 ms vlib/v/tests/const_array_init_order_test.v
                                                                                
OK    [1882/2890]    12.701 ms vlib/v/tests/const_call_expr_order_test.v
                                                                                
OK    [1883/2890]    10.506 ms vlib/v/tests/const_can_use_options_results_test.v
                                                                                
OK    [1884/2890]    12.519 ms vlib/v/tests/const_comptime_eval_before_vinit_test.v
                                                                                
OK    [1885/2890]    12.379 ms vlib/v/tests/const_eval_simple_int_expressions_at_comptime_test.v
                                                                                
OK    [1886/2890]    13.859 ms vlib/v/tests/const_embed_test.v
                                                                                
OK    [1887/2890]    10.537 ms vlib/v/tests/const_fixed_array_containing_references_to_itself_test.v
                                                                                
OK    [1888/2890]    10.324 ms vlib/v/tests/const_fixed_array_of_reference_value_test.v
                                                                                
OK    [1889/2890]    10.852 ms vlib/v/tests/const_from_bytes_test.v
                                                                                
OK    [1890/2890]    10.106 ms vlib/v/tests/const_init_order_test.v
                                                                                
OK    [1891/2890]    12.038 ms vlib/v/tests/const_function_call_init_order_test.v
                                                                                
OK    [1892/2890]    12.921 ms vlib/v/tests/const_many_pluses_with_raw_string_literal_test.v
                                                                                
OK    [1893/2890]    10.876 ms vlib/v/tests/const_name_equals_fn_name_test.v
                                                                                
OK    [1894/2890]    10.755 ms vlib/v/tests/const_reference_argument_test.v
                                                                                
OK    [1895/2890]     9.929 ms vlib/v/tests/const_selector_expr_order_test.v
                                                                                
OK    [1896/2890]     9.527 ms vlib/v/tests/const_test.v
                                                                                
OK    [1897/2890]    14.890 ms vlib/v/tests/const_representation_test.v
                                                                                
OK    [1898/2890]    16.351 ms vlib/v/tests/const_resolution_test.v
                                                                                
OK    [1899/2890]    10.089 ms vlib/v/tests/const_use_nested_options_test.v
                                                                                
OK    [1900/2890]    10.069 ms vlib/v/tests/conversions_test.v
                                                                                
OK    [1901/2890]    11.869 ms vlib/v/tests/create_dll/create_win_dll.v
                                                                                
OK    [1902/2890]     9.120 ms vlib/v/tests/cross_assign_fixed_array_test.v
                                                                                
OK    [1903/2890]    15.004 ms vlib/v/tests/constant_array_size_test.v
                                                                                
OK    [1904/2890]    11.681 ms vlib/v/tests/create_dll/create_win_dll_test.v
                                                                                
OK    [1905/2890]    11.440 ms vlib/v/tests/cross_assign_test.v
                                                                                
OK    [1906/2890]     8.930 ms vlib/v/tests/cstrings_test.v
                                                                                
OK    [1907/2890]    12.135 ms vlib/v/tests/cross_assign_with_generic_fn_call_test.v
                                                                                
OK    [1908/2890]    11.503 ms vlib/v/tests/custom_str_on_struct_with_too_many_fields_test.v
                                                                                
OK    [1909/2890]     9.773 ms vlib/v/tests/default_thread_stack_size_test.v
                                                                                
OK    [1910/2890]    10.241 ms vlib/v/tests/defer/defer_return_test.v
                                                                                
OK    [1911/2890]    10.121 ms vlib/v/tests/defer/defer_test.v
                                                                                
OK    [1912/2890]    22.462 ms vlib/v/tests/cross_assign_with_parentheses_test.v
                                                                                
OK    [1913/2890]    10.061 ms vlib/v/tests/defer/defer_with_fn_var_test.v
                                                                                
OK    [1914/2890]    10.261 ms vlib/v/tests/dereference_mut_interface_in_loop_test.v
                                                                                
OK    [1915/2890]    12.629 ms vlib/v/tests/defer_use_returned_value_test.v
                                                                                
OK    [1916/2890]    11.386 ms vlib/v/tests/differently_named_structs_test.v
                                                                                
OK    [1917/2890]    10.401 ms vlib/v/tests/dump_c_structs/dump_c_struct_test.v
                                                                                
OK    [1918/2890]    15.050 ms vlib/v/tests/double_ref_deref_test.v
                                                                                
OK    [1919/2890]     9.963 ms vlib/v/tests/dump_fns_test.v
                                                                                
OK    [1920/2890]    10.995 ms vlib/v/tests/dump_on_generic_func_test.v
                                                                                
OK    [1921/2890]     9.387 ms vlib/v/tests/embed_method_call_test.v
                                                                                
OK    [1922/2890]    11.438 ms vlib/v/tests/embed_error_in_returning_result_test.v
                                                                                
OK    [1923/2890]     9.727 ms vlib/v/tests/embed_struct_field_default_value_test.v
                                                                                
OK    [1924/2890]     9.106 ms vlib/v/tests/embed_struct_with_sumtype_field_test.v
                                                                                
OK    [1925/2890]    12.193 ms vlib/v/tests/embed_struct_name_test.v
                                                                                
OK    [1926/2890]    10.584 ms vlib/v/tests/empty_interface_test.v
                                                                                
OK    [1927/2890]    12.789 ms vlib/v/tests/empty_interface_is_another_empty_interface_check_test.v
                                                                                
OK    [1928/2890]     9.648 ms vlib/v/tests/empty_struct_test.v
                                                                                
OK    [1929/2890]    10.596 ms vlib/v/tests/enum_aliases_test.v
                                                                                
OK    [1930/2890]     8.895 ms vlib/v/tests/enum_array_field_test.v
                                                                                
OK    [1931/2890]    18.747 ms vlib/v/tests/empty_struct_compare_test.v
                                                                                
OK    [1932/2890]    10.384 ms vlib/v/tests/enum_attr_test.v
                                                                                
OK    [1933/2890]     9.209 ms vlib/v/tests/enum_bitfield_64bit_test.v
                                                                                
OK    [1934/2890]    10.265 ms vlib/v/tests/enum_bitfield_test.v
                                                                                
OK    [1935/2890]     9.341 ms vlib/v/tests/enum_bitfield_works_with_comptime_conditional_in_the_same_scope_test.v
                                                                                
OK    [1936/2890]    20.631 ms vlib/v/tests/enum_attr_2_test.v
                                                                                
OK    [1937/2890]     9.932 ms vlib/v/tests/enum_default_value_in_struct_test.v
                                                                                
OK    [1938/2890]    12.184 ms vlib/v/tests/enum_default_test.v
                                                                                
OK    [1939/2890]    12.217 ms vlib/v/tests/enum_explicit_size_big_and_small_test.v
                                                                                
OK    [1940/2890]    12.209 ms vlib/v/tests/enum_hex_test.v
                                                                                
OK    [1941/2890]    12.036 ms vlib/v/tests/enum_max_test.v
                                                                                
OK    [1942/2890]    10.673 ms vlib/v/tests/enum_test.v
                                                                                
OK    [1943/2890]    10.309 ms vlib/v/tests/failing_tests_test.v
                                                                                
OK    [1944/2890]    11.951 ms vlib/v/tests/field_publicity/embed.v
                                                                                
OK    [1945/2890]    10.251 ms vlib/v/tests/filter_test.v
                                                                                
OK    [1946/2890]    14.081 ms vlib/v/tests/filter_in_map_test.v
                                                                                
OK    [1947/2890]    10.271 ms vlib/v/tests/fixed_array_chan_test.v
                                                                                
OK    [1948/2890]    12.005 ms vlib/v/tests/fixed_array_2_test.v
                                                                                
OK    [1949/2890]    10.924 ms vlib/v/tests/fixed_array_const_size_test.v
                                                                                
OK    [1950/2890]    12.229 ms vlib/v/tests/fixed_array_explicit_decompose_test.v
                                                                                
OK    [1951/2890]    11.289 ms vlib/v/tests/fixed_array_in_op_test.v
                                                                                
OK    [1952/2890]     9.599 ms vlib/v/tests/fixed_array_literal_index_test.v
                                                                                
OK    [1953/2890]    12.127 ms vlib/v/tests/fixed_array_init_test.v
                                                                                
OK    [1954/2890]    10.145 ms vlib/v/tests/fixed_array_literal_range_index_test.v
                                                                                
OK    [1955/2890]    10.870 ms vlib/v/tests/fixed_array_of_alias_struct_test.v
                                                                                
OK    [1956/2890]    13.279 ms vlib/v/tests/fixed_array_map_test.v
                                                                                
OK    [1957/2890]    12.625 ms vlib/v/tests/fixed_array_of_fn_test.v
                                                                                
OK    [1958/2890]     9.857 ms vlib/v/tests/fixed_array_of_threads_test.v
                                                                                
OK    [1959/2890]    16.034 ms vlib/v/tests/fixed_array_of_interfaces_equality_test.v
                                                                                
OK    [1960/2890]    11.573 ms vlib/v/tests/fixed_array_test.v
                                                                                
OK    [1961/2890]    11.397 ms vlib/v/tests/fixed_array_to_string_test.v
                                                                                
OK    [1962/2890]    11.691 ms vlib/v/tests/fn_assignment_test.v
                                                                                
OK    [1963/2890]    11.233 ms vlib/v/tests/fn_call_comptime_array_arg_test.v
                                                                                
OK    [1964/2890]    10.240 ms vlib/v/tests/fn_call_fixed_array_literal_args_test.v
                                                                                
OK    [1965/2890]    11.941 ms vlib/v/tests/fn_call_mut_array_of_aliases_args_test.v
                                                                                
OK    [1966/2890]    13.283 ms vlib/v/tests/fn_call_generic_array_arg_test.v
                                                                                
OK    [1967/2890]    15.272 ms vlib/v/tests/fn_call_mut_sumtype_args_test.v
                                                                                
OK    [1968/2890]    13.632 ms vlib/v/tests/fn_cross_assign_test.v
                                                                                
OK    [1969/2890]    10.069 ms vlib/v/tests/fn_expecting_ref_but_returning_struct_test.v
                                                                                
OK    [1970/2890]    18.775 ms vlib/v/tests/fn_call_using_anon_fn_call_args_test.v
                                                                                
OK    [1971/2890]    14.175 ms vlib/v/tests/fn_expecting_ref_but_returning_struct_time_module_test.v
                                                                                
OK    [1972/2890]    15.065 ms vlib/v/tests/fn_fixed_array_ret_test.v
                                                                                
OK    [1973/2890]    13.471 ms vlib/v/tests/fn_high_test.v
                                                                                
OK    [1974/2890]    11.821 ms vlib/v/tests/fn_multi_return_test.v
                                                                                
OK    [1975/2890]    16.141 ms vlib/v/tests/fn_literal_type_test.v
                                                                                
OK    [1976/2890]    27.471 ms vlib/v/tests/fn_index_direct_call_test.v
                                                                                
OK    [1977/2890]    16.361 ms vlib/v/tests/fn_multiple_returns_test.v
                                                                                
OK    [1978/2890]    15.952 ms vlib/v/tests/fn_mut_arg_of_array_test.v
                                                                                
OK    [1979/2890]    11.037 ms vlib/v/tests/fn_mut_arg_of_interface_test.v
                                                                                
OK    [1980/2890]     8.966 ms vlib/v/tests/fn_mut_args_test.v
                                                                                
OK    [1981/2890]     9.657 ms vlib/v/tests/fn_ptr_call_test.v
                                                                                
OK    [1982/2890]    10.856 ms vlib/v/tests/fn_return_alias_of_ptr_test.v
                                                                                
OK    [1983/2890]    11.564 ms vlib/v/tests/fn_return_mut_sumtype_test.v
                                                                                
OK    [1984/2890]    12.706 ms vlib/v/tests/fn_return_fn_test.v
                                                                                
OK    [1985/2890]     9.456 ms vlib/v/tests/fn_return_opt_or_res_of_array_test.v
                                                                                
OK    [1986/2890]    10.525 ms vlib/v/tests/fn_return_typeof_test.v
                                                                                
OK    [1987/2890]    10.666 ms vlib/v/tests/fn_shared_return_test.v
                                                                                
OK    [1988/2890]    11.098 ms vlib/v/tests/fn_test.v
                                                                                
OK    [1989/2890]    15.113 ms vlib/v/tests/fn_type_aliases_test.v
                                                                                
OK    [1990/2890]    12.970 ms vlib/v/tests/fn_type_call_of_match_expr_test.v
                                                                                
OK    [1991/2890]    12.302 ms vlib/v/tests/fn_type_only_argument_test.v
                                                                                
OK    [1992/2890]    12.170 ms vlib/v/tests/fn_var_name_using_reserved_test.v
                                                                                
OK    [1993/2890]    11.457 ms vlib/v/tests/fn_variadic_test.v
                                                                                
OK    [1994/2890]     9.943 ms vlib/v/tests/fn_voidptr_param_call_with_nonpointer_rvalue_test.v
                                                                                
OK    [1995/2890]    10.240 ms vlib/v/tests/fn_with_fixed_array_args_test.v
                                                                                
OK    [1996/2890]    14.462 ms vlib/v/tests/fn_with_array_of_aliases_argument_test.v
                                                                                
OK    [1997/2890]     9.447 ms vlib/v/tests/fn_with_opt_or_res_of_multi_return_test.v
                                                                                
OK    [1998/2890]    11.721 ms vlib/v/tests/fn_with_fixed_array_function_args_test.v
                                                                                
OK    [1999/2890]    12.151 ms vlib/v/tests/for_c_multi_vars_test.v
                                                                                
OK    [2000/2890]    10.772 ms vlib/v/tests/for_c_multiple_expressions_in_increment_test.v
                                                                                
OK    [2001/2890]    10.270 ms vlib/v/tests/for_cond_test.v
                                                                                
OK    [2002/2890]    12.510 ms vlib/v/tests/for_comptime_selector_test.v
                                                                                
OK    [2003/2890]    12.064 ms vlib/v/tests/for_in_alias_test.v
                                                                                
OK    [2004/2890]    11.844 ms vlib/v/tests/for_in_containers_of_fixed_array_test.v
                                                                                
OK    [2005/2890]    11.030 ms vlib/v/tests/for_in_iterator_of_generic_struct_1_test.v
                                                                                
OK    [2006/2890]    11.732 ms vlib/v/tests/for_in_iterator_of_generic_struct_2_test.v
                                                                                
OK    [2007/2890]    11.706 ms vlib/v/tests/for_in_iterator_of_generic_struct_3_test.v
                                                                                
OK    [2008/2890]     8.879 ms vlib/v/tests/for_in_map_of_pointers_test.v
                                                                                
OK    [2009/2890]     8.835 ms vlib/v/tests/for_in_mut_array_index_test.v
                                                                                
OK    [2010/2890]     8.536 ms vlib/v/tests/for_in_mut_array_with_infix_expr_test.v
                                                                                
OK    [2011/2890]     9.145 ms vlib/v/tests/for_in_mut_array_with_mul_test.v
                                                                                
OK    [2012/2890]    20.289 ms vlib/v/tests/for_in_iterator_test.v
                                                                                
OK    [2013/2890]     9.671 ms vlib/v/tests/for_in_mut_iterator_val_test.v
                                                                                
OK    [2014/2890]    12.709 ms vlib/v/tests/for_in_mut_mutable_app_field_test.v
                                                                                
OK    [2015/2890]    13.836 ms vlib/v/tests/for_in_mut_reference_selector_val_test.v
                                                                                
OK    [2016/2890]    11.771 ms vlib/v/tests/for_in_mut_val_test.v
                                                                                
OK    [2017/2890]    10.207 ms vlib/v/tests/for_in_mut_val_with_if_val_in_test.v
                                                                                
OK    [2018/2890]    17.006 ms vlib/v/tests/for_in_mut_struct_val_test.v
                                                                                
OK    [2019/2890]    11.114 ms vlib/v/tests/for_in_option_test.v
                                                                                
OK    [2020/2890]    10.850 ms vlib/v/tests/for_in_ref_arr_test.v
                                                                                
OK    [2021/2890]    11.418 ms vlib/v/tests/for_label_continue_break_test.v
                                                                                
OK    [2022/2890]     9.656 ms vlib/v/tests/for_loop_with_option2_test.v
                                                                                
OK    [2023/2890]    16.372 ms vlib/v/tests/for_in_ref_map_test.v
                                                                                
OK    [2024/2890]     9.961 ms vlib/v/tests/for_loop_with_option_test.v
                                                                                
OK    [2025/2890]    11.941 ms vlib/v/tests/for_loops_2_test.v
                                                                                
OK    [2026/2890]    10.609 ms vlib/v/tests/for_loops_test.v
                                                                                
OK    [2027/2890]    11.983 ms vlib/v/tests/for_select_test.v
                                                                                
OK    [2028/2890]    10.947 ms vlib/v/tests/for_smartcast_test.v
                                                                                
OK    [2029/2890]    11.091 ms vlib/v/tests/for_t_fields_with_comptime_if_test.v
                                                                                
OK    [2030/2890]    11.389 ms vlib/v/tests/forcomp_alias_type_test.v
                                                                                
OK    [2031/2890]    10.470 ms vlib/v/tests/generic_array_clone_test.v
                                                                                
OK    [2032/2890]    10.597 ms vlib/v/tests/generic_array_of_alias_test.v
                                                                                
OK    [2033/2890]    11.480 ms vlib/v/tests/generic_arrays_sum_test.v
                                                                                
OK    [2034/2890]    13.253 ms vlib/v/tests/generic_array_of_sumtype_push_test.v
                                                                                
OK    [2035/2890]    11.622 ms vlib/v/tests/generic_call_mixing_args_test.v
                                                                                
OK    [2036/2890]    11.601 ms vlib/v/tests/generic_chan_test.v
                                                                                
OK    [2037/2890]     9.210 ms vlib/v/tests/generic_comptime_test.v
                                                                                
OK    [2038/2890]     9.421 ms vlib/v/tests/generic_empty_interface_to_multi_struct_test.v
                                                                                
OK    [2039/2890]    10.560 ms vlib/v/tests/generic_empty_interface_to_struct_test.v
                                                                                
OK    [2040/2890]    10.817 ms vlib/v/tests/generic_fn_assign_generics_struct_test.v
                                                                                
OK    [2041/2890]    13.443 ms vlib/v/tests/generic_fn_cast_to_alias_test.v
                                                                                
OK    [2042/2890]    27.369 ms vlib/v/tests/generic_complex_sumtype_test.v
                                                                                
OK    [2043/2890]    16.577 ms vlib/v/tests/generic_fn_call_with_reference_argument_test.v
                                                                                
OK    [2044/2890]    13.495 ms vlib/v/tests/generic_fn_infer_fixed_array_test.v
                                                                                
OK    [2045/2890]    15.796 ms vlib/v/tests/generic_fn_infer_fn_type_argument_test.v
                                                                                
OK    [2046/2890]     9.568 ms vlib/v/tests/generic_fn_infer_map_argument_test.v
                                                                                
OK    [2047/2890]    10.529 ms vlib/v/tests/generic_fn_infer_map_test.v
                                                                                
OK    [2048/2890]     9.151 ms vlib/v/tests/generic_fn_infer_modifier_test.v
                                                                                
OK    [2049/2890]    17.619 ms vlib/v/tests/generic_fn_infer_fn_type_using_ref_arg_test.v
                                                                                
OK    [2050/2890]    14.380 ms vlib/v/tests/generic_fn_infer_multi_paras_test.v
                                                                                
OK    [2051/2890]    13.169 ms vlib/v/tests/generic_fn_infer_nested_generic_fn_test.v
                                                                                
OK    [2052/2890]    12.527 ms vlib/v/tests/generic_fn_infer_nested_struct_test.v
                                                                                
OK    [2053/2890]    11.385 ms vlib/v/tests/generic_fn_infer_struct_test.v
                                                                                
OK    [2054/2890]    14.579 ms vlib/v/tests/generic_fn_infer_test.v
                                                                                
OK    [2055/2890]    10.518 ms vlib/v/tests/generic_fn_infer_variadic_test.v
                                                                                
OK    [2056/2890]    11.454 ms vlib/v/tests/generic_fn_multi_return_test.v
                                                                                
OK    [2057/2890]    10.294 ms vlib/v/tests/generic_fn_returning_option_and_result_test.v
                                                                                
OK    [2058/2890]    12.399 ms vlib/v/tests/generic_fn_returning_type_with_T_test.v
                                                                                
OK    [2059/2890]    11.161 ms vlib/v/tests/generic_fn_upper_name_type_test.v
                                                                                
OK    [2060/2890]    12.785 ms vlib/v/tests/generic_fn_typeof_name_test.v
                                                                                
OK    [2061/2890]     9.933 ms vlib/v/tests/generic_fn_with_anon_fn_test.v
                                                                                
OK    [2062/2890]    13.848 ms vlib/v/tests/generic_fn_using_generic_type_in_if_test.v
                                                                                
OK    [2063/2890]     9.764 ms vlib/v/tests/generic_fn_with_nested_generic_fn_call_test.v
                                                                                
OK    [2064/2890]    10.540 ms vlib/v/tests/generic_fn_with_short_generic_struct_init_syntax_1_test.v
                                                                                
OK    [2065/2890]    10.685 ms vlib/v/tests/generic_fn_with_short_generic_struct_init_syntax_2_test.v
                                                                                
OK    [2066/2890]    12.200 ms vlib/v/tests/generic_functions_with_normal_function_test.v
                                                                                
OK    [2067/2890]    23.117 ms vlib/v/tests/generic_fn_with_comptime_for_test.v
                                                                                
OK    [2068/2890]    10.553 ms vlib/v/tests/generic_interface_test.v
                                                                                
OK    [2069/2890]    12.025 ms vlib/v/tests/generic_interface_infer_test.v
                                                                                
OK    [2070/2890]    14.605 ms vlib/v/tests/generic_method_with_variadic_generic_args_test.v
                                                                                
OK    [2071/2890]    11.609 ms vlib/v/tests/generic_operator_overload_test.v
                                                                                
OK    [2072/2890]    13.506 ms vlib/v/tests/generic_recursive_fn_test.v
                                                                                
OK    [2073/2890]    11.051 ms vlib/v/tests/generic_selector_test.v
                                                                                
OK    [2074/2890]    11.785 ms vlib/v/tests/generic_resolve_test.v
                                                                                
OK    [2075/2890]    12.994 ms vlib/v/tests/generic_static_method_test.v
                                                                                
OK    [2076/2890]    12.948 ms vlib/v/tests/generic_struct_init_with_field_struct_init_test.v
                                                                                
OK    [2077/2890]    12.453 ms vlib/v/tests/generic_struct_init_with_generic_cast_test.v
                                                                                
OK    [2078/2890]    12.688 ms vlib/v/tests/generic_struct_init_with_update_expr_test.v
                                                                                
OK    [2079/2890]    12.737 ms vlib/v/tests/generic_struct_recursive_test.v
                                                                                
OK    [2080/2890]    12.079 ms vlib/v/tests/generic_struct_test.v
                                                                                
OK    [2081/2890]    13.702 ms vlib/v/tests/generic_sumtype_cast_test.v
                                                                                
OK    [2082/2890]    11.316 ms vlib/v/tests/generic_sumtype_insts_test.v
                                                                                
OK    [2083/2890]    11.010 ms vlib/v/tests/generic_sumtype_method_test.v
                                                                                
OK    [2084/2890]    15.935 ms vlib/v/tests/generic_sumtype_init_in_generic_fn_call_test.v
                                                                                
OK    [2085/2890]    12.973 ms vlib/v/tests/generic_sumtype_of_alias_generic_struct_test.v
                                                                                
OK    [2086/2890]    11.419 ms vlib/v/tests/generic_sumtype_str_test.v
                                                                                
OK    [2087/2890]     9.747 ms vlib/v/tests/generics_anon_fn_decl_with_type_only_arg_test.v
                                                                                
OK    [2088/2890]    11.698 ms vlib/v/tests/generic_sumtype_test.v
                                                                                
OK    [2089/2890]    14.252 ms vlib/v/tests/generics_T_typ_test.v
                                                                                
OK    [2090/2890]    11.546 ms vlib/v/tests/generics_array_append_test.v
                                                                                
OK    [2091/2890]    10.441 ms vlib/v/tests/generics_array_delete_test.v
                                                                                
OK    [2092/2890]    10.109 ms vlib/v/tests/generics_array_drop_test.v
                                                                                
OK    [2093/2890]    11.023 ms vlib/v/tests/generics_array_init_test.v
                                                                                
OK    [2094/2890]    11.508 ms vlib/v/tests/generics_array_map_with_generic_callback_test.v
                                                                                
OK    [2095/2890]    22.779 ms vlib/v/tests/generics_array_builtin_method_call_test.v
                                                                                
OK    [2096/2890]    10.582 ms vlib/v/tests/generics_array_of_interface_method_call_test.v
                                                                                
OK    [2097/2890]    10.016 ms vlib/v/tests/generics_array_typedef_test.v
                                                                                
OK    [2098/2890]    16.815 ms vlib/v/tests/generics_array_of_threads_test.v
                                                                                
OK    [2099/2890]    11.269 ms vlib/v/tests/generics_closure_fn_direct_call_test.v
                                                                                
OK    [2100/2890]    12.049 ms vlib/v/tests/generics_call_with_reference_arg_test.v
                                                                                
OK    [2101/2890]    14.327 ms vlib/v/tests/generics_assign_reference_generic_struct_test.v
                                                                                
OK    [2102/2890]    16.409 ms vlib/v/tests/generics_closure_fn_test.v
                                                                                
OK    [2103/2890]    15.108 ms vlib/v/tests/generics_closures_with_different_generic_types_test.v
                                                                                
OK    [2104/2890]    11.347 ms vlib/v/tests/generics_fn_return_types_with_generic_struct_test.v
                                                                                
OK    [2105/2890]    13.310 ms vlib/v/tests/generics_fn_return_result_test.v
                                                                                
OK    [2106/2890]    16.152 ms vlib/v/tests/generics_fn_return_generic_interface_test.v
                                                                                
OK    [2107/2890]    10.822 ms vlib/v/tests/generics_fn_variable_2_test.v
                                                                                
OK    [2108/2890]    13.542 ms vlib/v/tests/generics_fn_variable_1_test.v
                                                                                
OK    [2109/2890]    11.032 ms vlib/v/tests/generics_for_in_iterate_test.v
                                                                                
OK    [2110/2890]    12.593 ms vlib/v/tests/generics_fn_variable_3_test.v
                                                                                
OK    [2111/2890]    10.757 ms vlib/v/tests/generics_from_modules/genericmodule/take.v
                                                                                
OK    [2112/2890]    11.876 ms vlib/v/tests/generics_from_modules/infer_generic_struct_test.v
                                                                                
OK    [2113/2890]    12.398 ms vlib/v/tests/generics_from_modules/inference_test.v
                                                                                
OK    [2114/2890]    11.491 ms vlib/v/tests/generics_from_modules/newmodule/newmodule.v
                                                                                
OK    [2115/2890]    12.237 ms vlib/v/tests/generics_in_big_struct_method_test.v
                                                                                
OK    [2116/2890]    14.367 ms vlib/v/tests/generics_in_generics_test.v
                                                                                
OK    [2117/2890]    10.483 ms vlib/v/tests/generics_indirect_test.v
                                                                                
OK    [2118/2890]    12.607 ms vlib/v/tests/generics_interface_decl_test.v
                                                                                
OK    [2119/2890]    12.846 ms vlib/v/tests/generics_interface_method_test.v
                                                                                
OK    [2120/2890]    11.381 ms vlib/v/tests/generics_interface_with_generic_sumtype_test.v
                                                                                
OK    [2121/2890]    12.490 ms vlib/v/tests/generics_interface_with_multi_generic_structs_test.v
                                                                                
OK    [2122/2890]    11.865 ms vlib/v/tests/generics_interface_with_multi_generic_types_test.v
                                                                                
OK    [2123/2890]    12.229 ms vlib/v/tests/generics_interface_with_non_generic_method_test.v
                                                                                
OK    [2124/2890]    11.876 ms vlib/v/tests/generics_map_with_generic_type_key_test.v
                                                                                
OK    [2125/2890]    12.107 ms vlib/v/tests/generics_method_on_alias_struct_receiver_test.v
                                                                                
OK    [2126/2890]    10.634 ms vlib/v/tests/generics_method_on_embed_struct_test.v
                                                                                
OK    [2127/2890]     9.688 ms vlib/v/tests/generics_method_on_generic_structs_test.v
                                                                                
OK    [2128/2890]     9.598 ms vlib/v/tests/generics_method_on_nested_struct2_test.v
                                                                                
OK    [2129/2890]     9.272 ms vlib/v/tests/generics_method_on_receiver_aliases_types_test.v
                                                                                
OK    [2130/2890]    14.002 ms vlib/v/tests/generics_method_on_nested_struct_test.v
                                                                                
OK    [2131/2890]    12.748 ms vlib/v/tests/generics_method_ordering_test.v
                                                                                
OK    [2132/2890]    10.468 ms vlib/v/tests/generics_method_returning_option_test.v
                                                                                
OK    [2133/2890]    15.203 ms vlib/v/tests/generics_method_on_receiver_types_test.v
                                                                                
OK    [2134/2890]    10.255 ms vlib/v/tests/generics_method_str_overload_test.v
                                                                                
OK    [2135/2890]    13.139 ms vlib/v/tests/generics_method_test.v
                                                                                
OK    [2136/2890]    11.331 ms vlib/v/tests/generics_method_variable_test.v
                                                                                
OK    [2137/2890]    10.911 ms vlib/v/tests/generics_method_with_generic_anon_fn_argument_test.v
                                                                                
OK    [2138/2890]    11.561 ms vlib/v/tests/generics_method_with_multi_types_test.v
                                                                                
OK    [2139/2890]    11.860 ms vlib/v/tests/generics_method_with_nested_generic_method_test.v
                                                                                
OK    [2140/2890]    11.109 ms vlib/v/tests/generics_method_with_sumtype_args_test.v
                                                                                
OK    [2141/2890]    10.799 ms vlib/v/tests/generics_multi_array_in_test.v
                                                                                
OK    [2142/2890]    11.718 ms vlib/v/tests/generics_multi_type_comptime_call_test.v
                                                                                
OK    [2143/2890]    12.340 ms vlib/v/tests/generics_multi_types_struct_init_test.v
                                                                                
OK    [2144/2890]    13.071 ms vlib/v/tests/generics_nested_struct_init_test.v
                                                                                
OK    [2145/2890]    10.819 ms vlib/v/tests/generics_return_inconsistent_types_generics_struct_test.v
                                                                                
OK    [2146/2890]    12.340 ms vlib/v/tests/generics_return_generics_struct_test.v
                                                                                
OK    [2147/2890]    10.433 ms vlib/v/tests/generics_return_multi_array_test.v
                                                                                
OK    [2148/2890]     9.019 ms vlib/v/tests/generics_return_recursive_generics_struct_test.v
                                                                                
OK    [2149/2890]    14.587 ms vlib/v/tests/generics_return_multiple_generics_struct_test.v
                                                                                
OK    [2150/2890]    11.699 ms vlib/v/tests/generics_stack_of_sumtype_push_test.v
                                                                                
OK    [2151/2890]    11.730 ms vlib/v/tests/generics_struct_anon_fn_fields_test.v
                                                                                
OK    [2152/2890]    13.931 ms vlib/v/tests/generics_return_reference_generics_struct_test.v
                                                                                
OK    [2153/2890]    12.589 ms vlib/v/tests/generics_struct_anon_fn_type_test.v
                                                                                
OK    [2154/2890]     9.643 ms vlib/v/tests/generics_struct_field_with_default_struct_value_test.v
                                                                                
OK    [2155/2890]    10.486 ms vlib/v/tests/generics_struct_free_test.v
                                                                                
OK    [2156/2890]    10.803 ms vlib/v/tests/generics_struct_init_test.v
                                                                                
OK    [2157/2890]    12.957 ms vlib/v/tests/generics_struct_init_in_generic_fn_test.v
                                                                                
OK    [2158/2890]    10.557 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_1_test.v
                                                                                
OK    [2159/2890]    11.944 ms vlib/v/tests/generics_struct_init_with_generic_struct_items_test.v
                                                                                
OK    [2160/2890]    10.931 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_2_test.v
                                                                                
OK    [2161/2890]     9.209 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_5_test.v
                                                                                
OK    [2162/2890]    11.107 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_6_test.v
                                                                                
OK    [2163/2890]    13.917 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_4_test.v
                                                                                
OK    [2164/2890]    16.935 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_3_test.v
                                                                                
OK    [2165/2890]    10.744 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_7_test.v
                                                                                
OK    [2166/2890]     9.598 ms vlib/v/tests/generics_struct_inst_method_call_test.v
                                                                                
OK    [2167/2890]    12.057 ms vlib/v/tests/generics_struct_no_key_init_test.v
                                                                                
OK    [2168/2890]    11.299 ms vlib/v/tests/generics_struct_to_string_test.v
                                                                                
OK    [2169/2890]    13.273 ms vlib/v/tests/generics_struct_parent_has_str_to_string_test.v
                                                                                
OK    [2170/2890]    12.753 ms vlib/v/tests/generics_struct_types_infer_test.v
                                                                                
OK    [2171/2890]    13.909 ms vlib/v/tests/generics_struct_with_array_test.v
                                                                                
OK    [2172/2890]    10.693 ms vlib/v/tests/generics_struct_with_inconsistent_generic_types_1_test.v
                                                                                
OK    [2173/2890]    10.371 ms vlib/v/tests/generics_struct_with_non_generic_interface_test.v
                                                                                
OK    [2174/2890]    14.535 ms vlib/v/tests/generics_test.v
                                                                                
OK    [2175/2890]    12.620 ms vlib/v/tests/generics_union_dump_test.v
                                                                                
OK    [2176/2890]     8.998 ms vlib/v/tests/generics_with_assign_nested_generics_call_test.v
                                                                                
OK    [2177/2890]     9.567 ms vlib/v/tests/generics_with_cascaded_multiple_nested_generics_fn_test.v
                                                                                
OK    [2178/2890]    19.323 ms vlib/v/tests/generics_with_anon_generics_fn_test.v
                                                                                
OK    [2179/2890]    10.320 ms vlib/v/tests/generics_with_fixed_array_type_test.v
                                                                                
OK    [2180/2890]    11.712 ms vlib/v/tests/generics_with_embed_generics_test.v
                                                                                
OK    [2181/2890]    14.431 ms vlib/v/tests/generics_with_complex_nested_generics_type_test.v
                                                                                
OK    [2182/2890]    12.666 ms vlib/v/tests/generics_with_generics_fn_return_generics_fn_type_test.v
                                                                                
OK    [2183/2890]    11.858 ms vlib/v/tests/generics_with_generics_fn_type_parameter_test.v
                                                                                
OK    [2184/2890]     9.735 ms vlib/v/tests/generics_with_multi_generics_struct_types_test.v
                                                                                
OK    [2185/2890]    12.054 ms vlib/v/tests/generics_with_generics_struct_init_test.v
                                                                                
OK    [2186/2890]    13.235 ms vlib/v/tests/generics_with_generics_struct_receiver_test.v
                                                                                
OK    [2187/2890]    11.108 ms vlib/v/tests/generics_with_multi_nested_generic_method_call_ref_arg_test.v
                                                                                
OK    [2188/2890]    10.956 ms vlib/v/tests/generics_with_multi_nested_generic_method_call_test.v
                                                                                
OK    [2189/2890]    11.174 ms vlib/v/tests/generics_with_multiple_generics_struct_receiver_test.v
                                                                                
OK    [2190/2890]    12.142 ms vlib/v/tests/generics_with_nested_external_generics_fn_test.v
                                                                                
OK    [2191/2890]    10.139 ms vlib/v/tests/generics_with_nested_generic_struct_init_test.v
                                                                                
OK    [2192/2890]    12.734 ms vlib/v/tests/generics_with_nested_generic_method_call_test.v
                                                                                
OK    [2193/2890]    11.864 ms vlib/v/tests/generics_with_nested_generics_fn_infer_call_test.v
                                                                                
OK    [2194/2890]    13.022 ms vlib/v/tests/generics_with_nested_generic_type_parameter_test.v
                                                                                
OK    [2195/2890]    11.577 ms vlib/v/tests/generics_with_nested_generics_fn_inst_call_test.v
                                                                                
OK    [2196/2890]    10.878 ms vlib/v/tests/generics_with_nested_generics_fn_test.v
                                                                                
OK    [2197/2890]    12.149 ms vlib/v/tests/generics_with_pointer_index_test.v
                                                                                
OK    [2198/2890]    11.338 ms vlib/v/tests/generics_with_recursive_generics_struct_test.v
                                                                                
OK    [2199/2890]    12.697 ms vlib/v/tests/generics_with_recursive_generics_fn_test.v
                                                                                
OK    [2200/2890]    11.063 ms vlib/v/tests/generics_with_reference_generic_args_test.v
                                                                                
OK    [2201/2890]    12.224 ms vlib/v/tests/generics_with_variadic_generic_args_test.v
                                                                                
OK    [2202/2890]    11.758 ms vlib/v/tests/go_anon_fn_call_with_ref_arg_test.v
                                                                                
OK    [2203/2890]    11.493 ms vlib/v/tests/go_array_wait_without_go_test.v
                                                                                
OK    [2204/2890]    13.051 ms vlib/v/tests/go_array_wait_test.v
                                                                                
OK    [2205/2890]    11.666 ms vlib/v/tests/go_call_anon_fn_with_closure_test.v
                                                                                
OK    [2206/2890]    16.143 ms vlib/v/tests/go_anon_fn_variable_call_test.v
                                                                                
OK    [2207/2890]    15.173 ms vlib/v/tests/go_call_fn_return_test.v
                                                                                
OK    [2208/2890]    11.511 ms vlib/v/tests/go_call_fn_with_anon_fn_arg_test.v
                                                                                
OK    [2209/2890]    12.652 ms vlib/v/tests/go_call_fn_using_map_value_test.v
                                                                                
OK    [2210/2890]    12.005 ms vlib/v/tests/go_call_generic_fn_test.v
                                                                                
OK    [2211/2890]    11.099 ms vlib/v/tests/go_call_interface_method_test.v
                                                                                
OK    [2212/2890]    10.238 ms vlib/v/tests/go_handle_for_functions_returning_array_test.v
                                                                                
OK    [2213/2890]    10.726 ms vlib/v/tests/go_wait_1_test.v
                                                                                
OK    [2214/2890]    11.228 ms vlib/v/tests/go_wait_2_test.v
                                                                                
OK    [2215/2890]    10.613 ms vlib/v/tests/go_wait_option_test.v
                                                                                
OK    [2216/2890]    11.965 ms vlib/v/tests/go_wait_with_fn_of_interface_parameter_test.v
                                                                                
OK    [2217/2890]    16.212 ms vlib/v/tests/go_wait_3_test.v
                                                                                
OK    [2218/2890]    10.947 ms vlib/v/tests/heap_interface_test.v
                                                                                
OK    [2219/2890]    12.026 ms vlib/v/tests/heap_reference_test.v
                                                                                
OK    [2220/2890]    14.203 ms vlib/v/tests/goto_test.v
                                                                                
OK    [2221/2890]    11.203 ms vlib/v/tests/heap_struct_test.v
                                                                                
OK    [2222/2890]    11.865 ms vlib/v/tests/high_ascii_const_rune_test.v
                                                                                
OK    [2223/2890]    11.787 ms vlib/v/tests/if_cond_with_alias_test.v
                                                                                
OK    [2224/2890]    11.382 ms vlib/v/tests/if_cond_with_option_test.v
                                                                                
OK    [2225/2890]    10.653 ms vlib/v/tests/if_expr_of_multi_stmts_test.v
                                                                                
OK    [2226/2890]    15.600 ms vlib/v/tests/if_expr_nested_with_option_result_test.v
                                                                                
OK    [2227/2890]    12.555 ms vlib/v/tests/if_expr_of_option_test.v
                                                                                
OK    [2228/2890]    11.594 ms vlib/v/tests/if_expr_with_array_call_test.v
                                                                                
OK    [2229/2890]    10.301 ms vlib/v/tests/if_expr_with_continue_in_branch_test.v
                                                                                
OK    [2230/2890]    11.085 ms vlib/v/tests/if_expr_with_fn_call_result_test.v
                                                                                
OK    [2231/2890]    13.671 ms vlib/v/tests/if_expr_with_enum_test.v
                                                                                
OK    [2232/2890]    14.176 ms vlib/v/tests/if_expr_with_generic_sumtype_test.v
                                                                                
OK    [2233/2890]    11.295 ms vlib/v/tests/if_expr_with_index_expr_test.v
                                                                                
OK    [2234/2890]    13.601 ms vlib/v/tests/if_expr_with_method_call_option_test.v
                                                                                
OK    [2235/2890]     9.757 ms vlib/v/tests/if_expr_with_multi_array_call_test.v
                                                                                
OK    [2236/2890]    13.613 ms vlib/v/tests/if_expr_with_nested_array_call_test.v
                                                                                
OK    [2237/2890]    12.033 ms vlib/v/tests/if_expr_with_nested_match_expr_test.v
                                                                                
OK    [2238/2890]    17.620 ms vlib/v/tests/if_expr_with_result_test.v
                                                                                
OK    [2239/2890]    16.607 ms vlib/v/tests/if_expr_with_struct_init_test.v
                                                                                
OK    [2240/2890]    12.478 ms vlib/v/tests/if_expr_with_sumtype_test.v
                                                                                
OK    [2241/2890]    12.634 ms vlib/v/tests/if_expression_test.v
                                                                                
OK    [2242/2890]    21.154 ms vlib/v/tests/if_expr_with_sumtype_map_test.v
                                                                                
OK    [2243/2890]    11.856 ms vlib/v/tests/if_guard_test.v
                                                                                
OK    [2244/2890]    10.521 ms vlib/v/tests/if_guard_with_multi_return_test.v
                                                                                
OK    [2245/2890]     9.634 ms vlib/v/tests/if_smartcast_likely_test.v
                                                                                
OK    [2246/2890]    13.755 ms vlib/v/tests/if_guard_with_struct_option_fntype_field_test.v
                                                                                
OK    [2247/2890]    11.297 ms vlib/v/tests/if_smartcast_multi_conds_test.v
                                                                                
OK    [2248/2890]    11.636 ms vlib/v/tests/if_smartcast_nested_selector_exprs_test.v
                                                                                
OK    [2249/2890]    11.527 ms vlib/v/tests/ifcomp_expr_evaluate_test.v
                                                                                
OK    [2250/2890]    14.940 ms vlib/v/tests/if_smartcast_test.v
                                                                                
OK    [2251/2890]    10.554 ms vlib/v/tests/ifexpr_with_option_result_test.v
                                                                                
OK    [2252/2890]    10.993 ms vlib/v/tests/imported_symbols_test.v
                                                                                
OK    [2253/2890]     9.747 ms vlib/v/tests/infer_generic_array_type_in_nested_call_test.v
                                                                                
OK    [2254/2890]    13.771 ms vlib/v/tests/in_expression_test.v
                                                                                
OK    [2255/2890]    12.543 ms vlib/v/tests/infix_expr_test.v
                                                                                
OK    [2256/2890]    12.686 ms vlib/v/tests/init_global_test.v
                                                                                
OK    [2257/2890]    15.837 ms vlib/v/tests/inherited_vars_test.v
                                                                                
OK    [2258/2890]    10.694 ms vlib/v/tests/integer_size_test.v
                                                                                
OK    [2259/2890]    13.448 ms vlib/v/tests/int_cmp_test.v
                                                                                
OK    [2260/2890]    14.429 ms vlib/v/tests/init_multiple_branches_test.v
                                                                                
OK    [2261/2890]    10.470 ms vlib/v/tests/interface_array_methods_test.v
                                                                                
OK    [2262/2890]    13.883 ms vlib/v/tests/interface_and_embedded_struct_build_test.v
                                                                                
OK    [2263/2890]    10.723 ms vlib/v/tests/interface_edge_cases/array_of_interfaces_test.v
                                                                                
OK    [2264/2890]    11.347 ms vlib/v/tests/interface_edge_cases/array_of_interfaces_with_utility_fn_test.v
                                                                                
OK    [2265/2890]    12.265 ms vlib/v/tests/interface_auto_str_gen_test.v
                                                                                
OK    [2266/2890]    11.469 ms vlib/v/tests/interface_edge_cases/assign_to_interface_field_test.v
                                                                                
OK    [2267/2890]    11.961 ms vlib/v/tests/interface_edge_cases/empty_interface_1_test.v
                                                                                
OK    [2268/2890]    10.190 ms vlib/v/tests/interface_edge_cases/fn_returning_voidptr_casted_as_interface_test.v
                                                                                
OK    [2269/2890]    11.493 ms vlib/v/tests/interface_edge_cases/i1_test.v
                                                                                
OK    [2270/2890]    12.620 ms vlib/v/tests/interface_edge_cases/empty_interface_println_test.v
                                                                                
OK    [2271/2890]    10.438 ms vlib/v/tests/interface_edge_cases/i3_test.v
                                                                                
OK    [2272/2890]    12.396 ms vlib/v/tests/interface_edge_cases/i2_test.v
                                                                                
OK    [2273/2890]     9.802 ms vlib/v/tests/interface_edge_cases/i6_test.v
                                                                                
OK    [2274/2890]    11.821 ms vlib/v/tests/interface_edge_cases/i5_test.v
                                                                                
OK    [2275/2890]    13.144 ms vlib/v/tests/interface_edge_cases/i4_test.v
                                                                                
OK    [2276/2890]    12.114 ms vlib/v/tests/interface_edge_cases/i8_test.v
                                                                                
OK    [2277/2890]    13.495 ms vlib/v/tests/interface_edge_cases/i7_test.v
                                                                                
OK    [2278/2890]     9.267 ms vlib/v/tests/interface_edge_cases/interface_many_named_test.v
                                                                                
OK    [2279/2890]    10.499 ms vlib/v/tests/interface_edge_cases/pass_voidptr_as_interface_reference_test.v
                                                                                
OK    [2280/2890]    13.767 ms vlib/v/tests/interface_edge_cases/i9_test.v
                                                                                
OK    [2281/2890]    12.232 ms vlib/v/tests/interface_edge_cases/voidptr_casted_as_an_interface_test.v
                                                                                
OK    [2282/2890]    13.176 ms vlib/v/tests/interface_embedding_call_test.v
                                                                                
OK    [2283/2890]    12.277 ms vlib/v/tests/interface_embedding_complex_test.v
                                                                                
OK    [2284/2890]    14.922 ms vlib/v/tests/interface_embedding_method_call_test.v
                                                                                
OK    [2285/2890]    17.499 ms vlib/v/tests/interface_embedding_deep_nesting_test.v
                                                                                
OK    [2286/2890]    11.166 ms vlib/v/tests/interface_embedding_recursive_test.v
                                                                                
OK    [2287/2890]    10.148 ms vlib/v/tests/interface_embedding_smartcast_test.v
                                                                                
OK    [2288/2890]    10.991 ms vlib/v/tests/interface_embedding_test.v
                                                                                
OK    [2289/2890]    12.066 ms vlib/v/tests/interface_embedding_with_interface_para_test.v
                                                                                
OK    [2290/2890]     9.800 ms vlib/v/tests/interface_fields_typearray_test.v
                                                                                
OK    [2291/2890]    12.340 ms vlib/v/tests/interface_equality_test.v
                                                                                
OK    [2292/2890]    12.755 ms vlib/v/tests/interface_fields_test.v
                                                                                
OK    [2293/2890]    11.895 ms vlib/v/tests/interface_fn_return_array_of_interface_test.v
                                                                                
OK    [2294/2890]    10.861 ms vlib/v/tests/interface_fn_return_with_struct_init_test.v
                                                                                
OK    [2295/2890]    10.758 ms vlib/v/tests/interface_method_using_struct_embed_test.v
                                                                                
OK    [2296/2890]    11.755 ms vlib/v/tests/interface_method_with_struct_embed_test.v
                                                                                
OK    [2297/2890]    12.786 ms vlib/v/tests/interface_nested_field_test.v
                                                                                
OK    [2298/2890]    10.934 ms vlib/v/tests/interface_only_decl_with_option_test.v
                                                                                
OK    [2299/2890]    10.461 ms vlib/v/tests/interface_runtime_conversions_test.v
                                                                                
OK    [2300/2890]     9.924 ms vlib/v/tests/interface_struct_embedding_test.v
                                                                                
OK    [2301/2890]     9.265 ms vlib/v/tests/interface_struct_test.v
                                                                                
OK    [2302/2890]    11.543 ms vlib/v/tests/interface_test.v
                                                                                
OK    [2303/2890]    10.630 ms vlib/v/tests/interface_variadic_test.v
                                                                                
OK    [2304/2890]     9.543 ms vlib/v/tests/interface_with_multi_nested_embed_1_test.v
                                                                                
OK    [2305/2890]    11.842 ms vlib/v/tests/interface_with_multi_nested_embed_2_test.v
                                                                                
OK    [2306/2890]    10.164 ms vlib/v/tests/interfaces_map_test.v
                                                                                
OK    [2307/2890]    27.513 ms vlib/v/tests/interface_str_method_test.v
                                                                                
OK    [2308/2890]    12.441 ms vlib/v/tests/interop_test.v
                                                                                
OK    [2309/2890]    12.437 ms vlib/v/tests/isreftype_test.v
                                                                                
OK    [2310/2890]     9.898 ms vlib/v/tests/json_serialisation_of_fixed_arrays_test.v
                                                                                
OK    [2311/2890]     9.968 ms vlib/v/tests/json_with_struct_having_fields_with_default_values_test.v
                                                                                
OK    [2312/2890]    12.347 ms vlib/v/tests/keyword_escaping_test.v
                                                                                
OK    [2313/2890]     9.426 ms vlib/v/tests/local_test.v
                                                                                
OK    [2314/2890]    12.419 ms vlib/v/tests/local/local.v
                                                                                
OK    [2315/2890]    14.784 ms vlib/v/tests/known_errors/known_errors_test.v
                                                                                
OK    [2316/2890]    12.040 ms vlib/v/tests/lock_selector_test.v
                                                                                
OK    [2317/2890]    10.985 ms vlib/v/tests/map_alias_key_test.v
                                                                                
OK    [2318/2890]    12.181 ms vlib/v/tests/map_and_array_with_fns_test.v
                                                                                
OK    [2319/2890]    11.280 ms vlib/v/tests/map_assign_array_of_interface_test.v
                                                                                
OK    [2320/2890]    10.707 ms vlib/v/tests/map_assign_interface_values_with_implicit_casts_test.v
                                                                                
OK    [2321/2890]    10.413 ms vlib/v/tests/map_builtin_call_test.v
                                                                                
OK    [2322/2890]    11.474 ms vlib/v/tests/map_complex_array_test.v
                                                                                
OK    [2323/2890]    10.415 ms vlib/v/tests/map_enum_keys_test.v
                                                                                
OK    [2324/2890]     9.595 ms vlib/v/tests/map_fn_test.v
                                                                                
OK    [2325/2890]    13.706 ms vlib/v/tests/map_complex_fixed_array_test.v
                                                                                
OK    [2326/2890]    12.484 ms vlib/v/tests/map_equality_test.v
                                                                                
OK    [2327/2890]    10.880 ms vlib/v/tests/map_get_anon_fn_value_test.v
                                                                                
OK    [2328/2890]    10.412 ms vlib/v/tests/map_get_anon_fn_value_with_mut_arg_test.v
                                                                                
OK    [2329/2890]     9.687 ms vlib/v/tests/map_init_with_enum_keys_test.v
                                                                                
OK    [2330/2890]    10.706 ms vlib/v/tests/map_high_order_assign_test.v
                                                                                
OK    [2331/2890]    13.173 ms vlib/v/tests/map_get_assign_blank_test.v
                                                                                
OK    [2332/2890]    11.093 ms vlib/v/tests/map_init_with_multi_enum_keys_test.v
                                                                                
OK    [2333/2890]    11.879 ms vlib/v/tests/map_key_alias_test.v
                                                                                
OK    [2334/2890]    10.073 ms vlib/v/tests/map_literals_method_call_test.v
                                                                                
OK    [2335/2890]    11.862 ms vlib/v/tests/map_key_expr_test.v
                                                                                
OK    [2336/2890]    11.014 ms vlib/v/tests/map_mut_fn_test.v
                                                                                
OK    [2337/2890]    11.068 ms vlib/v/tests/map_reference_value_test.v
                                                                                
OK    [2338/2890]     9.779 ms vlib/v/tests/map_selector_assign_test.v
                                                                                
OK    [2339/2890]    10.944 ms vlib/v/tests/map_sumtype_value_init_test.v
                                                                                
OK    [2340/2890]    12.525 ms vlib/v/tests/map_sumtype_values_test.v
                                                                                
OK    [2341/2890]    13.263 ms vlib/v/tests/map_test.v
                                                                                
OK    [2342/2890]    12.375 ms vlib/v/tests/map_to_string_test.v
                                                                                
OK    [2343/2890]    11.139 ms vlib/v/tests/map_type_alias_test.v
                                                                                
OK    [2344/2890]     9.998 ms vlib/v/tests/map_value_init_test.v
                                                                                
OK    [2345/2890]     9.979 ms vlib/v/tests/map_value_with_option_result_test.v
                                                                                
OK    [2346/2890]     9.735 ms vlib/v/tests/map_with_selector_test.v
                                                                                
OK    [2347/2890]     9.960 ms vlib/v/tests/mark_as_referenced_test.v
                                                                                
OK    [2348/2890]    16.878 ms vlib/v/tests/maps_equal_test.v
                                                                                
OK    [2349/2890]     9.601 ms vlib/v/tests/match_branch_with_array_expression_test.v
                                                                                
OK    [2350/2890]    14.634 ms vlib/v/tests/match_aliases_test.v
                                                                                
OK    [2351/2890]    16.502 ms vlib/v/tests/match_array_of_reference_sumtype_test.v
                                                                                
OK    [2352/2890]    10.330 ms vlib/v/tests/match_case_with_struct_init_test.v
                                                                                
OK    [2353/2890]    10.393 ms vlib/v/tests/match_const_range_test.v
                                                                                
OK    [2354/2890]    10.379 ms vlib/v/tests/match_error_to_none_test.v
                                                                                
OK    [2355/2890]    14.097 ms vlib/v/tests/match_compound_type_cond_test.v
                                                                                
OK    [2356/2890]     9.352 ms vlib/v/tests/match_expr_nested_test.v
                                                                                
OK    [2357/2890]    10.114 ms vlib/v/tests/match_expr_in_infix_expr_test.v
                                                                                
OK    [2358/2890]     9.622 ms vlib/v/tests/match_expr_returning_option_test.v
                                                                                
OK    [2359/2890]    12.474 ms vlib/v/tests/match_expr_nested_with_option_result2_test.v
                                                                                
OK    [2360/2890]    10.130 ms vlib/v/tests/match_expr_skip_in_infix_expr_test.v
                                                                                
OK    [2361/2890]    15.746 ms vlib/v/tests/match_expr_nested_with_option_result1_test.v
                                                                                
OK    [2362/2890]    12.160 ms vlib/v/tests/match_expr_returning_sumtype_test.v
                                                                                
OK    [2363/2890]    10.588 ms vlib/v/tests/match_expr_with_branch_returning_1_test.v
                                                                                
OK    [2364/2890]     9.354 ms vlib/v/tests/match_expr_with_if_or_match_expr_test.v
                                                                                
OK    [2365/2890]    12.063 ms vlib/v/tests/match_expr_with_branch_returning_2_test.v
                                                                                
OK    [2366/2890]    14.077 ms vlib/v/tests/match_expr_with_enum_test.v
                                                                                
OK    [2367/2890]    20.787 ms vlib/v/tests/match_expr_with_assign_sumtype_test.v
                                                                                
OK    [2368/2890]    11.547 ms vlib/v/tests/match_expr_with_last_branch_aggregate_test.v
                                                                                
OK    [2369/2890]    11.214 ms vlib/v/tests/match_expr_with_non_last_if_expr_test.v
                                                                                
OK    [2370/2890]    10.845 ms vlib/v/tests/match_expr_with_one_branch_test.v
                                                                                
OK    [2371/2890]    13.010 ms vlib/v/tests/match_expr_with_opt_result_test.v
                                                                                
OK    [2372/2890]    11.073 ms vlib/v/tests/match_expr_with_promote_number_test.v
                                                                                
OK    [2373/2890]    10.521 ms vlib/v/tests/match_expr_with_string_fn_test.v
                                                                                
OK    [2374/2890]    10.516 ms vlib/v/tests/match_expr_with_struct_init_test.v
                                                                                
OK    [2375/2890]    14.665 ms vlib/v/tests/match_expr_with_result_test.v
                                                                                
OK    [2376/2890]    11.731 ms vlib/v/tests/match_expression_for_types_test.v
                                                                                
OK    [2377/2890]    11.266 ms vlib/v/tests/match_expression_with_fn_names_in_branches_test.v
                                                                                
OK    [2378/2890]    11.674 ms vlib/v/tests/match_expression_with_for_loop_test.v
                                                                                
OK    [2379/2890]    12.419 ms vlib/v/tests/match_in_fn_call_test.v
                                                                                
OK    [2380/2890]    13.192 ms vlib/v/tests/match_in_if_expression_test.v
                                                                                
OK    [2381/2890]     9.213 ms vlib/v/tests/match_in_map_or_expr_test.v
                                                                                
OK    [2382/2890]    10.373 ms vlib/v/tests/match_reference_sumtype_var_test.v
                                                                                
OK    [2383/2890]    12.928 ms vlib/v/tests/match_interface_test.v
                                                                                
OK    [2384/2890]     9.068 ms vlib/v/tests/match_smartcast_test.v
                                                                                
OK    [2385/2890]    10.677 ms vlib/v/tests/match_return_fn_test.v
                                                                                
OK    [2386/2890]    26.259 ms vlib/v/tests/match_in_map_init_test.v
                                                                                
OK    [2387/2890]    11.149 ms vlib/v/tests/match_struct_type_test.v
                                                                                
OK    [2388/2890]    11.083 ms vlib/v/tests/match_sumtype_var_aggregate_var_str_test.v
                                                                                
OK    [2389/2890]    12.103 ms vlib/v/tests/match_sumtype_var_aggregate_test.v
                                                                                
OK    [2390/2890]     9.875 ms vlib/v/tests/match_sumtype_var_return_sumtype_test.v
                                                                                
OK    [2391/2890]    10.776 ms vlib/v/tests/match_sumtype_var_shadow_and_as_test.v
                                                                                
OK    [2392/2890]    21.522 ms vlib/v/tests/match_sumtype_arr_test.v
                                                                                
OK    [2393/2890]    10.838 ms vlib/v/tests/match_sumtype_var_with_none_test.v
                                                                                
OK    [2394/2890]    11.021 ms vlib/v/tests/match_test.v
                                                                                
OK    [2395/2890]    12.557 ms vlib/v/tests/match_with_complex_exprs_in_branches_test.v
                                                                                
OK    [2396/2890]    10.969 ms vlib/v/tests/match_with_complex_sumtype_exprs_test.v
                                                                                
OK    [2397/2890]    11.842 ms vlib/v/tests/match_with_complex_sumtype_exprs_add_print_test.v
                                                                                
OK    [2398/2890]     9.995 ms vlib/v/tests/match_with_multi_sumtype_exprs_test.v
                                                                                
OK    [2399/2890]    13.319 ms vlib/v/tests/method_call_on_aggregate_test.v
                                                                                
OK    [2400/2890]    10.417 ms vlib/v/tests/method_call_var_comp_test.v
                                                                                
OK    [2401/2890]    11.423 ms vlib/v/tests/methods_as_fields_test.v
                                                                                
OK    [2402/2890]    12.104 ms vlib/v/tests/methods_on_interfaces_test.v
                                                                                
OK    [2403/2890]    14.329 ms vlib/v/tests/method_first_last_call_test.v
                                                                                
OK    [2404/2890]    11.231 ms vlib/v/tests/missing_config_struct_arg_test.v
                                                                                
OK    [2405/2890]     9.753 ms vlib/v/tests/modules/alias_to_another_module/alias.v
                                                                                
OK    [2406/2890]     9.692 ms vlib/v/tests/modules/amodule/another_internal_module_test.v
                                                                                
OK    [2407/2890]     8.831 ms vlib/v/tests/modules/amodule/internal_module_test.v
                                                                                
OK    [2408/2890]    15.261 ms vlib/v/tests/module_type_cast_test.v
                                                                                
OK    [2409/2890]     9.411 ms vlib/v/tests/modules/amodule/module.v
                                                                                
OK    [2410/2890]    10.648 ms vlib/v/tests/modules/another_module/module.v
                                                                                
OK    [2411/2890]    26.535 ms vlib/v/tests/module_test.v
                                                                                
OK    [2412/2890]     8.767 ms vlib/v/tests/modules/geometry/geometry.v
                                                                                
OK    [2413/2890]    12.916 ms vlib/v/tests/modules/ecs/ecs.v
                                                                                
OK    [2414/2890]    12.302 ms vlib/v/tests/modules/interface_from_another_module/main_test.v
                                                                                
OK    [2415/2890]    10.632 ms vlib/v/tests/modules/module_a/module_a.v
                                                                                
OK    [2416/2890]    11.825 ms vlib/v/tests/modules/methods_struct_another_module/methods_struct_test.v
                                                                                
OK    [2417/2890]    14.397 ms vlib/v/tests/modules/interface_from_another_module/mod/mod.v
                                                                                
OK    [2418/2890]    11.622 ms vlib/v/tests/modules/module_b/module_b.v
                                                                                
OK    [2419/2890]    12.117 ms vlib/v/tests/modules/simplemodule/importing_test.v
                                                                                
OK    [2420/2890]    10.733 ms vlib/v/tests/modules/simplemodule/simplemodule.v
                                                                                
OK    [2421/2890]     9.649 ms vlib/v/tests/modules/submodules/submodules_test.v
                                                                                
OK    [2422/2890]    11.220 ms vlib/v/tests/modules/submodules/test/test.v
                                                                                
OK    [2423/2890]    16.551 ms vlib/v/tests/modules/submodules/submodules.v
                                                                                
OK    [2424/2890]    10.635 ms vlib/v/tests/multi_line_with_options_test.v
                                                                                
OK    [2425/2890]     8.871 ms vlib/v/tests/multiple_assign_array_index_test.v
                                                                                
OK    [2426/2890]    12.266 ms vlib/v/tests/multiple_arr_fixed_test.v
                                                                                
OK    [2427/2890]     9.910 ms vlib/v/tests/multiple_assign_test.v
                                                                                
OK    [2428/2890]    12.064 ms vlib/v/tests/multiple_comptime_tmpl_in_one_fn_test.v
                                                                                
OK    [2429/2890]    10.455 ms vlib/v/tests/multiple_embed_external_interface_test.v
                                                                                
OK    [2430/2890]    24.268 ms vlib/v/tests/modules/submodules/test/test2/test2.v
                                                                                
OK    [2431/2890]    12.210 ms vlib/v/tests/multiple_embed_struct_init_test.v
                                                                                
OK    [2432/2890]    11.168 ms vlib/v/tests/multiple_embed_struct_with_duplicate_field_init_test.v
                                                                                
OK    [2433/2890]     9.897 ms vlib/v/tests/multiple_paths_in_vmodules/path1/xxx/m.v
                                                                                
OK    [2434/2890]    11.740 ms vlib/v/tests/multiple_generic_resolve_test.v
                                                                                
OK    [2435/2890]    13.387 ms vlib/v/tests/multiple_matchs_in_one_expr_test.v
                                                                                
OK    [2436/2890]    12.907 ms vlib/v/tests/multiple_paths_in_vmodules/path2/yyy/m.v
                                                                                
OK    [2437/2890]    13.501 ms vlib/v/tests/multiple_paths_in_vmodules/path3/zzz/m.v
                                                                                
OK    [2438/2890]    10.423 ms vlib/v/tests/multiple_paths_in_vmodules/vmodules_overrides_test.v
                                                                                
OK    [2439/2890]    11.958 ms vlib/v/tests/multiret_in_or_expr_test.v
                                                                                
OK    [2440/2890]     8.666 ms vlib/v/tests/multiret_with_ptrtype_test.v
                                                                                
OK    [2441/2890]    10.274 ms vlib/v/tests/multiret_with_result_test.v
                                                                                
OK    [2442/2890]     9.337 ms vlib/v/tests/multiret_with_sumtype_test.v
                                                                                
OK    [2443/2890]    10.511 ms vlib/v/tests/mut_receiver_of_sumtype_test.v
                                                                                
OK    [2444/2890]    12.286 ms vlib/v/tests/mut_receiver_returned_as_reference_test.v
                                                                                
OK    [2445/2890]    25.850 ms vlib/v/tests/multiret_with_maps_test.v
                                                                                
OK    [2446/2890]     9.956 ms vlib/v/tests/named_break_continue_test.v
                                                                                
OK    [2447/2890]    13.881 ms vlib/v/tests/mut_test.v
                                                                                
OK    [2448/2890]    11.843 ms vlib/v/tests/nest_defer_fn_test.v
                                                                                
OK    [2449/2890]    11.601 ms vlib/v/tests/nested_anonfunc_and_for_break_test.v
                                                                                
OK    [2450/2890]     9.839 ms vlib/v/tests/nested_map_index_test.v
                                                                                
OK    [2451/2890]    11.044 ms vlib/v/tests/nested_map_test.v
                                                                                
OK    [2452/2890]    13.172 ms vlib/v/tests/nested_map_of_fn_call_test.v
                                                                                
OK    [2453/2890]    10.421 ms vlib/v/tests/nested_multiline_comments_test.v
                                                                                
OK    [2454/2890]    12.130 ms vlib/v/tests/nested_option_struct_init_test.v
                                                                                
OK    [2455/2890]    13.059 ms vlib/v/tests/nested_option_call_test.v
                                                                                
OK    [2456/2890]     8.752 ms vlib/v/tests/nested_struct_embed_selector_test.v
                                                                                
OK    [2457/2890]    11.580 ms vlib/v/tests/nested_struct_embed_method_call_test.v
                                                                                
OK    [2458/2890]    11.695 ms vlib/v/tests/none_checking_test.v
                                                                                
OK    [2459/2890]    10.164 ms vlib/v/tests/operator_overloading_cmp_test.v
                                                                                
OK    [2460/2890]    11.773 ms vlib/v/tests/num_lit_call_method_test.v
                                                                                
OK    [2461/2890]    13.127 ms vlib/v/tests/operator_overloading_on_struct_with_too_many_fields_test.v
                                                                                
OK    [2462/2890]    17.292 ms vlib/v/tests/offsetof_test.v
                                                                                
OK    [2463/2890]    10.795 ms vlib/v/tests/operator_overloading_with_reference_operands_test.v
                                                                                
OK    [2464/2890]    11.037 ms vlib/v/tests/option_2_test.v
                                                                                
OK    [2465/2890]    12.549 ms vlib/v/tests/operator_overloading_with_string_interpolation_test.v
                                                                                
OK    [2466/2890]    10.468 ms vlib/v/tests/option_alias_eq_test.v
                                                                                
OK    [2467/2890]    11.667 ms vlib/v/tests/option_array_dump_in_generic_fn_test.v
                                                                                
OK    [2468/2890]     9.840 ms vlib/v/tests/option_array_submodule_test.v
                                                                                
OK    [2469/2890]    11.432 ms vlib/v/tests/option_array_init_test.v
                                                                                
OK    [2470/2890]    12.460 ms vlib/v/tests/option_array_test.v
                                                                                
OK    [2471/2890]    11.374 ms vlib/v/tests/option_assign_none_test.v
                                                                                
OK    [2472/2890]    11.660 ms vlib/v/tests/option_auto_heap_test.v
                                                                                
OK    [2473/2890]    10.895 ms vlib/v/tests/option_call_propagation_test.v
                                                                                
OK    [2474/2890]    10.611 ms vlib/v/tests/option_compvar_types_test.v
                                                                                
OK    [2475/2890]    10.724 ms vlib/v/tests/option_compvar_val_test.v
                                                                                
OK    [2476/2890]    11.706 ms vlib/v/tests/option_concat_str_test.v
                                                                                
OK    [2477/2890]    11.536 ms vlib/v/tests/option_default_values_test.v
                                                                                
OK    [2478/2890]    11.484 ms vlib/v/tests/option_dump_test.v
                                                                                
OK    [2479/2890]    12.140 ms vlib/v/tests/option_empty_map_test.v
                                                                                
OK    [2480/2890]    10.572 ms vlib/v/tests/option_expr_with_array_value_test.v
                                                                                
OK    [2481/2890]     9.784 ms vlib/v/tests/option_fixed_array_test.v
                                                                                
OK    [2482/2890]     9.739 ms vlib/v/tests/option_generic_ptr_return_test.v
                                                                                
OK    [2483/2890]    13.424 ms vlib/v/tests/option_fn_test.v
                                                                                
OK    [2484/2890]    10.532 ms vlib/v/tests/option_if_assign_and_fallthrough_test.v
                                                                                
OK    [2485/2890]    10.551 ms vlib/v/tests/option_import_struct_test.v
                                                                                
OK    [2486/2890]     8.791 ms vlib/v/tests/option_init_test.v
                                                                                
OK    [2487/2890]    10.394 ms vlib/v/tests/option_in_loop_test.v
                                                                                
OK    [2488/2890]     9.146 ms vlib/v/tests/option_map_init_test.v
                                                                                
OK    [2489/2890]     9.228 ms vlib/v/tests/option_match_expr_test.v
                                                                                
OK    [2490/2890]     8.417 ms vlib/v/tests/option_multi_return_assign_test.v
                                                                                
OK    [2491/2890]    12.270 ms vlib/v/tests/option_match_test.v
                                                                                
OK    [2492/2890]    13.047 ms vlib/v/tests/option_multi_ret_test.v
                                                                                
OK    [2493/2890]    31.833 ms vlib/v/tests/option_if_expr_test.v
                                                                                
OK    [2494/2890]    10.271 ms vlib/v/tests/option_multi_return_test.v
                                                                                
OK    [2495/2890]     8.825 ms vlib/v/tests/option_nested_struct_test.v
                                                                                
OK    [2496/2890]    11.472 ms vlib/v/tests/option_or_block_test.v
                                                                                
OK    [2497/2890]     9.738 ms vlib/v/tests/option_print_ptr_test.v
                                                                                
OK    [2498/2890]    10.841 ms vlib/v/tests/option_ptr_arg_heap_test.v
                                                                                
OK    [2499/2890]    10.035 ms vlib/v/tests/option_ptr_arg_test.v
                                                                                
OK    [2500/2890]    16.161 ms vlib/v/tests/option_print_errors_test.v
                                                                                
OK    [2501/2890]    10.238 ms vlib/v/tests/option_ptr_cast_test.v
                                                                                
OK    [2502/2890]    10.494 ms vlib/v/tests/option_ptr_generic_test.v
                                                                                
OK    [2503/2890]     9.637 ms vlib/v/tests/option_ptr_init_test.v
                                                                                
OK    [2504/2890]     9.495 ms vlib/v/tests/option_ptr_ptr_test.v
                                                                                
OK    [2505/2890]    15.438 ms vlib/v/tests/option_ptr_iface_test.v
                                                                                
OK    [2506/2890]     9.348 ms vlib/v/tests/option_push_array_opt_test.v
                                                                                
OK    [2507/2890]    12.600 ms vlib/v/tests/option_ptr_test.v
                                                                                
OK    [2508/2890]    10.253 ms vlib/v/tests/option_selector_test.v
                                                                                
OK    [2509/2890]    11.869 ms vlib/v/tests/option_struct_compare_test.v
                                                                                
OK    [2510/2890]     9.794 ms vlib/v/tests/option_struct_init_interface_test.v
                                                                                
OK    [2511/2890]    10.033 ms vlib/v/tests/option_struct_init_test.v
                                                                                
OK    [2512/2890]    21.169 ms vlib/v/tests/option_selector_cast_test.v
                                                                                
OK    [2513/2890]    11.209 ms vlib/v/tests/option_struct_init_with_opt_test.v
                                                                                
OK    [2514/2890]    11.238 ms vlib/v/tests/option_struct_init_with_ref_opt_test.v
                                                                                
OK    [2515/2890]    12.453 ms vlib/v/tests/option_test.v
                                                                                
OK    [2516/2890]    10.912 ms vlib/v/tests/option_unwrap_assign_test.v
                                                                                
OK    [2517/2890]    11.118 ms vlib/v/tests/option_unwrap_print_test.v
                                                                                
OK    [2518/2890]    10.061 ms vlib/v/tests/option_unwrap_test.v
                                                                                
OK    [2519/2890]    10.527 ms vlib/v/tests/option_var_2_test.v
                                                                                
OK    [2520/2890]    12.186 ms vlib/v/tests/option_var_cast_test.v
                                                                                
OK    [2521/2890]    12.611 ms vlib/v/tests/option_var_map_test.v
                                                                                
OK    [2522/2890]    10.081 ms vlib/v/tests/option_void_2_test.v
                                                                                
OK    [2523/2890]    11.033 ms vlib/v/tests/option_var_test.v
                                                                                
OK    [2524/2890]    14.510 ms vlib/v/tests/option_void_fn_return_test.v
                                                                                
OK    [2525/2890]    10.971 ms vlib/v/tests/option_void_test.v
                                                                                
OK    [2526/2890]    10.620 ms vlib/v/tests/or_expr_with_comptime_test.v
                                                                                
OK    [2527/2890]    12.560 ms vlib/v/tests/or_expr_with_multi_stmts_test.v
                                                                                
OK    [2528/2890]    12.311 ms vlib/v/tests/or_expr_with_nested_match_expr_test.v
                                                                                
OK    [2529/2890]    10.648 ms vlib/v/tests/orm_joined_tables_select_test.v
                                                                                
OK    [2530/2890]    10.356 ms vlib/v/tests/orm_stmt_wrong_return_checking_test.v
                                                                                
OK    [2531/2890]    12.430 ms vlib/v/tests/orm_handle_error_for_select_from_not_created_table_test.v
                                                                                
OK    [2532/2890]    11.132 ms vlib/v/tests/orm_sub_array_struct_test.v
                                                                                
OK    [2533/2890]    14.558 ms vlib/v/tests/orm_sub_struct_test.v
                                                                                
OK    [2534/2890]    11.030 ms vlib/v/tests/parser_line_test.v
                                                                                
OK    [2535/2890]    12.579 ms vlib/v/tests/parse_invalid_map_type_test.v
                                                                                
OK    [2536/2890]    11.780 ms vlib/v/tests/passing_sumtype_parameter_in_sumtype_matching_results_test.v
                                                                                
OK    [2537/2890]    12.810 ms vlib/v/tests/pointer_arithmetic_test.v
                                                                                
OK    [2538/2890]     9.569 ms vlib/v/tests/pointers_str_test.v
                                                                                
OK    [2539/2890]     8.720 ms vlib/v/tests/prefix_expr_test.v
                                                                                
OK    [2540/2890]    14.499 ms vlib/v/tests/pointers_multilevel_casts_test.v
                                                                                
OK    [2541/2890]     8.969 ms vlib/v/tests/print_address_of_reference_int_test.v
                                                                                
OK    [2542/2890]     9.402 ms vlib/v/tests/print_address_of_reference_struct_test.v
                                                                                
OK    [2543/2890]    10.071 ms vlib/v/tests/print_anon_fn_test.v
                                                                                
OK    [2544/2890]    10.039 ms vlib/v/tests/print_fn_test.v
                                                                                
OK    [2545/2890]    12.384 ms vlib/v/tests/print_reference_function_test.v
                                                                                
OK    [2546/2890]     9.917 ms vlib/v/tests/print_test.v
                                                                                
OK    [2547/2890]    11.480 ms vlib/v/tests/print_smartcast_variable_test.v
                                                                                
OK    [2548/2890]    10.199 ms vlib/v/tests/printing_c_structs/string_interpolation_test.v
                                                                                
OK    [2549/2890]    32.176 ms vlib/v/tests/pointers_test.v
                                                                                
OK    [2550/2890]    11.682 ms vlib/v/tests/project_with_c_code/main.v
                                                                                
OK    [2551/2890]    10.587 ms vlib/v/tests/project_with_c_code/mod1/wrapper.v
                                                                                
OK    [2552/2890]    12.349 ms vlib/v/tests/project_with_c_code_2/main.v
                                                                                
OK    [2553/2890]    14.106 ms vlib/v/tests/project_with_c_code/main_test.v
                                                                                
OK    [2554/2890]    11.584 ms vlib/v/tests/project_with_c_code_2/main2_test.v
                                                                                
OK    [2555/2890]    10.473 ms vlib/v/tests/project_with_c_code_2/modc/wrapper.v
                                                                                
OK    [2556/2890]     9.153 ms vlib/v/tests/project_with_c_code_3/mod1/wrapper.c.v
                                                                                
OK    [2557/2890]    13.036 ms vlib/v/tests/project_with_c_code_3/main.v
                                                                                
OK    [2558/2890]    12.161 ms vlib/v/tests/project_with_c_code_3/main_test.v
                                                                                
OK    [2559/2890]    11.879 ms vlib/v/tests/project_with_c_code_3/mod1/wrapper.js.v
                                                                                
OK    [2560/2890]     9.744 ms vlib/v/tests/project_with_c_code_ct_ifs/ctimeifblock.v
                                                                                
OK    [2561/2890]    14.781 ms vlib/v/tests/project_with_c_code_3/mod1/wrapper.v
                                                                                
OK    [2562/2890]    10.295 ms vlib/v/tests/project_with_modules_having_submodules/bin/a_program_under_bin_can_find_mod1_test.v
                                                                                
OK    [2563/2890]    10.162 ms vlib/v/tests/project_with_modules_having_submodules/bin/main.vsh
                                                                                
OK    [2564/2890]    13.575 ms vlib/v/tests/project_with_modules_having_submodules/mod1/m.v
                                                                                
OK    [2565/2890]    10.055 ms vlib/v/tests/project_with_modules_having_submodules/mod1/mod12/m.v
                                                                                
OK    [2566/2890]    10.504 ms vlib/v/tests/project_with_modules_having_submodules/mod1/mod13/m.v
                                                                                
OK    [2567/2890]    12.409 ms vlib/v/tests/project_with_modules_having_submodules/mod1/mod11/m.v
                                                                                
OK    [2568/2890]    15.042 ms vlib/v/tests/project_with_modules_having_submodules/mod1/mod14/m.v
                                                                                
OK    [2569/2890]    12.767 ms vlib/v/tests/project_with_modules_having_submodules/mod1/submodule/m.v
                                                                                
OK    [2570/2890]     9.124 ms vlib/v/tests/project_with_tests_for_main/my_other_test.v
                                                                                
OK    [2571/2890]    13.053 ms vlib/v/tests/project_with_modules_having_submodules/tests/submodule_test.v
                                                                                
OK    [2572/2890]    12.480 ms vlib/v/tests/project_with_tests_for_main/main.v
                                                                                
OK    [2573/2890]    12.043 ms vlib/v/tests/project_with_tests_for_main/my_test.v
                                                                                
OK    [2574/2890]    11.140 ms vlib/v/tests/projects_that_should_compile_test.v
                                                                                
OK    [2575/2890]    11.825 ms vlib/v/tests/ptr_arithmetic_test.v
                                                                                
OK    [2576/2890]    10.919 ms vlib/v/tests/ptr_str_method_test.v
                                                                                
OK    [2577/2890]    11.770 ms vlib/v/tests/raw_string_test.v
                                                                                
OK    [2578/2890]    10.287 ms vlib/v/tests/ref_return_test.v
                                                                                
OK    [2579/2890]    13.115 ms vlib/v/tests/ref_array_init_test.v
                                                                                
OK    [2580/2890]    11.734 ms vlib/v/tests/reference_return_test.v
                                                                                
OK    [2581/2890]    13.085 ms vlib/v/tests/ref_struct_test.v
                                                                                
OK    [2582/2890]    10.879 ms vlib/v/tests/reference_var_followed_block_expr_test.v
                                                                                
OK    [2583/2890]    12.114 ms vlib/v/tests/reflection_sym_test.v
                                                                                
OK    [2584/2890]    11.273 ms vlib/v/tests/reflection_test.v
                                                                                
OK    [2585/2890]     9.879 ms vlib/v/tests/reserved_keywords_array_test.v
                                                                                
OK    [2586/2890]    11.788 ms vlib/v/tests/reliability/semaphore_wait.v
                                                                                
OK    [2587/2890]    12.199 ms vlib/v/tests/repeated_multiret_values_test.v
                                                                                
OK    [2588/2890]    11.016 ms vlib/v/tests/reserved_keywords_can_be_escaped_with_at_test.v
                                                                                
OK    [2589/2890]    10.334 ms vlib/v/tests/resolve_generic_2_test.v
                                                                                
OK    [2590/2890]    11.490 ms vlib/v/tests/reserved_keywords_if_guard_test.v
                                                                                
OK    [2591/2890]    11.826 ms vlib/v/tests/result_with_index_expr_test.v
                                                                                
OK    [2592/2890]    18.393 ms vlib/v/tests/reserved_keywords_as_struct_field_test.v
                                                                                
OK    [2593/2890]    10.694 ms vlib/v/tests/results_multi_return_test.v
                                                                                
OK    [2594/2890]    11.913 ms vlib/v/tests/results_test.v
                                                                                
OK    [2595/2890]    13.518 ms vlib/v/tests/retry_test.v
                                                                                
OK    [2596/2890]    11.338 ms vlib/v/tests/return_error_in_if_expr_test.v
                                                                                
OK    [2597/2890]    13.420 ms vlib/v/tests/return_comptime_call_test.v
                                                                                
OK    [2598/2890]    10.669 ms vlib/v/tests/return_if_expr_with_custom_error_test.v
                                                                                
OK    [2599/2890]    11.275 ms vlib/v/tests/return_in_lock_test.v
                                                                                
OK    [2600/2890]    11.753 ms vlib/v/tests/return_match_expr_with_custom_error_test.v
                                                                                
OK    [2601/2890]    12.967 ms vlib/v/tests/return_match_expr_of_sumtype_result_test.v
                                                                                
OK    [2602/2890]    13.574 ms vlib/v/tests/return_option_test.v
                                                                                
OK    [2603/2890]    11.628 ms vlib/v/tests/return_result_in_or_block_test.v
                                                                                
OK    [2604/2890]    11.988 ms vlib/v/tests/return_voidptr_test.v
                                                                                
OK    [2605/2890]     9.920 ms vlib/v/tests/reusable_mut_multiret_values_test.v
                                                                                
OK    [2606/2890]    10.406 ms vlib/v/tests/selectorexpr_alias_to_ptr_test.v
                                                                                
OK    [2607/2890]    15.591 ms vlib/v/tests/run_v_code_from_stdin_test.v
                                                                                
OK    [2608/2890]    14.206 ms vlib/v/tests/scanner_and_and_not_test.v
                                                                                
OK    [2609/2890]    13.620 ms vlib/v/tests/semaphore_timed_test.v
                                                                                
OK    [2610/2890]    15.336 ms vlib/v/tests/semaphore_test.v
                                                                                
OK    [2611/2890]    13.518 ms vlib/v/tests/shared_arg_test.v
                                                                                
OK    [2612/2890]    10.879 ms vlib/v/tests/shared_array_append_many_test.v
                                                                                
OK    [2613/2890]    14.254 ms vlib/v/tests/shared_array_any_filter_map_all_test.v
                                                                                
OK    [2614/2890]    10.142 ms vlib/v/tests/shared_array_last_test.v
                                                                                
OK    [2615/2890]    11.294 ms vlib/v/tests/shared_array_ptr_test.v
                                                                                
OK    [2616/2890]    10.045 ms vlib/v/tests/shared_array_test.v
                                                                                
OK    [2617/2890]    12.731 ms vlib/v/tests/shared_array_sort_test.v
                                                                                
OK    [2618/2890]     9.753 ms vlib/v/tests/shared_fn_return_test.v
                                                                                
OK    [2619/2890]    12.312 ms vlib/v/tests/shared_elem_test.v
                                                                                
OK    [2620/2890]     9.816 ms vlib/v/tests/shared_if_expr_test.v
                                                                                
OK    [2621/2890]     9.021 ms vlib/v/tests/shared_in_test.v
                                                                                
OK    [2622/2890]    22.542 ms vlib/v/tests/shared_autolock_test.v
                                                                                
OK    [2623/2890]    10.878 ms vlib/v/tests/shared_interface_test.v
                                                                                
OK    [2624/2890]    10.618 ms vlib/v/tests/shared_lock_2_test.v
                                                                                
OK    [2625/2890]    11.466 ms vlib/v/tests/shared_lock_3_test.v
                                                                                
OK    [2626/2890]    12.452 ms vlib/v/tests/shared_lock_4_test.v
                                                                                
OK    [2627/2890]    14.090 ms vlib/v/tests/shared_lock_5_test.v
                                                                                
OK    [2628/2890]    11.314 ms vlib/v/tests/shared_lock_6_test.v
                                                                                
OK    [2629/2890]    12.667 ms vlib/v/tests/shared_lock_expr_test.v
                                                                                
OK    [2630/2890]     9.418 ms vlib/v/tests/shared_map_delete_test.v
                                                                                
OK    [2631/2890]    13.536 ms vlib/v/tests/shared_lock_test.v
                                                                                
OK    [2632/2890]    10.833 ms vlib/v/tests/shared_option_test.v
                                                                                
OK    [2633/2890]    10.223 ms vlib/v/tests/shared_str_test.v
                                                                                
OK    [2634/2890]    13.403 ms vlib/v/tests/shared_map_test.v
                                                                                
OK    [2635/2890]    12.986 ms vlib/v/tests/shared_struct_field_test.v
                                                                                
OK    [2636/2890]    11.591 ms vlib/v/tests/shared_struct_method_call_test.v
                                                                                
OK    [2637/2890]    11.515 ms vlib/v/tests/shared_unordered_mixed_test.v
                                                                                
OK    [2638/2890]    12.170 ms vlib/v/tests/short_struct_param_syntax_test.v
                                                                                
OK    [2639/2890]    10.667 ms vlib/v/tests/sizeof_2_test.v
                                                                                
OK    [2640/2890]    10.269 ms vlib/v/tests/sizeof_test.v
                                                                                
OK    [2641/2890]    11.049 ms vlib/v/tests/slice_rval_test.v
                                                                                
OK    [2642/2890]    22.581 ms vlib/v/tests/shift_test.v
                                                                                
OK    [2643/2890]     8.588 ms vlib/v/tests/sorting_by_references_test.v
                                                                                
OK    [2644/2890]    12.658 ms vlib/v/tests/sorting_by_different_criteria_test.v
                                                                                
OK    [2645/2890]    10.902 ms vlib/v/tests/spawn_method_on_generic_struct_test.v
                                                                                
OK    [2646/2890]    10.264 ms vlib/v/tests/static_arrays_using_const_for_size_test.v
                                                                                
OK    [2647/2890]    12.183 ms vlib/v/tests/sql_statement_inside_fn_call_test.v
                                                                                
OK    [2648/2890]    11.309 ms vlib/v/tests/static_vars_test.v
                                                                                
OK    [2649/2890]    11.129 ms vlib/v/tests/str_array_of_reference_test.v
                                                                                
OK    [2650/2890]    12.884 ms vlib/v/tests/str_circular_test.v
                                                                                
OK    [2651/2890]    10.074 ms vlib/v/tests/str_reference_struct_test.v
                                                                                
OK    [2652/2890]    10.576 ms vlib/v/tests/string_alias_of_struct_test.v
                                                                                
OK    [2653/2890]    15.412 ms vlib/v/tests/str_gen_test.v
                                                                                
OK    [2654/2890]    12.731 ms vlib/v/tests/string_alias_test.v
                                                                                
OK    [2655/2890]    12.327 ms vlib/v/tests/string_array_of_ref_type_test.v
                                                                                
OK    [2656/2890]    10.446 ms vlib/v/tests/string_escape_backslash_test.v
                                                                                
OK    [2657/2890]     9.784 ms vlib/v/tests/string_index_in_for_mut_in_test.v
                                                                                
OK    [2658/2890]    10.158 ms vlib/v/tests/string_interpolation_alias_test.v
                                                                                
OK    [2659/2890]    12.247 ms vlib/v/tests/string_index_or_test.v
                                                                                
OK    [2660/2890]    10.962 ms vlib/v/tests/string_interpolation_array_test.v
                                                                                
OK    [2661/2890]    11.931 ms vlib/v/tests/string_interpolation_custom_str_test.v
                                                                                
OK    [2662/2890]    12.116 ms vlib/v/tests/string_interpolation_float_fmt_test.v
                                                                                
OK    [2663/2890]    11.304 ms vlib/v/tests/string_interpolation_floats_test.v
                                                                                
OK    [2664/2890]    12.346 ms vlib/v/tests/string_interpolation_function_test.v
                                                                                
OK    [2665/2890]    10.910 ms vlib/v/tests/string_interpolation_inner_cbr_test.v
                                                                                
OK    [2666/2890]    10.668 ms vlib/v/tests/string_interpolation_multistmt_test.v
                                                                                
OK    [2667/2890]    10.140 ms vlib/v/tests/string_interpolation_of_array_of_structs_test.v
                                                                                
OK    [2668/2890]     8.890 ms vlib/v/tests/string_interpolation_shared_test.v
                                                                                
OK    [2669/2890]    17.697 ms vlib/v/tests/string_interpolation_multi_return_test.v
                                                                                
OK    [2670/2890]    11.261 ms vlib/v/tests/string_interpolation_string_args_test.v
                                                                                
OK    [2671/2890]    11.128 ms vlib/v/tests/string_interpolation_string_lit_with_fmt_test.v
                                                                                
OK    [2672/2890]    12.456 ms vlib/v/tests/string_interpolation_struct_test.v
                                                                                
OK    [2673/2890]    14.505 ms vlib/v/tests/string_interpolation_struct_with_usize_field_test.v
                                                                                
OK    [2674/2890]    13.688 ms vlib/v/tests/string_interpolation_sumtype_test.v
                                                                                
OK    [2675/2890]     9.897 ms vlib/v/tests/string_interpolation_variadic_test.v
                                                                                
OK    [2676/2890]    16.617 ms vlib/v/tests/string_interpolation_test.v
                                                                                
OK    [2677/2890]     9.981 ms vlib/v/tests/string_map_with_generic_struct_value_test.v
                                                                                
OK    [2678/2890]    10.540 ms vlib/v/tests/string_option_none_test.v
                                                                                
OK    [2679/2890]    10.661 ms vlib/v/tests/string_ref_struct_test.v
                                                                                
OK    [2680/2890]     9.411 ms vlib/v/tests/strings_builder_shift_array_reverse_test.v
                                                                                
OK    [2681/2890]    15.511 ms vlib/v/tests/string_struct_interpolation_test.v
                                                                                
OK    [2682/2890]    12.339 ms vlib/v/tests/strings_unicode_test.v
                                                                                
OK    [2683/2890]    12.571 ms vlib/v/tests/struct_allow_both_field_defaults_and_skip_flag_test.v
                                                                                
OK    [2684/2890]    12.133 ms vlib/v/tests/struct_auto_eq_gen_interface_test.v
                                                                                
OK    [2685/2890]     9.281 ms vlib/v/tests/struct_embed_is_interface_test.v
                                                                                
OK    [2686/2890]    13.008 ms vlib/v/tests/struct_embed_fn_type_test.v
                                                                                
OK    [2687/2890]    19.615 ms vlib/v/tests/struct_chained_fields_correct_test.v
                                                                                
OK    [2688/2890]    20.066 ms vlib/v/tests/struct_child_field_default_test.v
                                                                                
OK    [2689/2890]    17.467 ms vlib/v/tests/struct_embed_test.v
                                                                                
OK    [2690/2890]     9.507 ms vlib/v/tests/struct_eq_op_only_test.v
                                                                                
OK    [2691/2890]    11.019 ms vlib/v/tests/struct_embedding_with_interface_test.v
                                                                                
OK    [2692/2890]    12.798 ms vlib/v/tests/struct_equality_test.v
                                                                                
OK    [2693/2890]     8.913 ms vlib/v/tests/struct_field_default_value_sumtype_cast_test.v
                                                                                
OK    [2694/2890]    12.954 ms vlib/v/tests/struct_field_array_index_test.v
                                                                                
OK    [2695/2890]    10.915 ms vlib/v/tests/struct_field_default_value_interface_cast_test.v
                                                                                
OK    [2696/2890]    12.726 ms vlib/v/tests/struct_fields_required_test.v
                                                                                
OK    [2697/2890]     9.882 ms vlib/v/tests/struct_ierror_test.v
                                                                                
OK    [2698/2890]    16.130 ms vlib/v/tests/struct_fields_storing_functions_test.v
                                                                                
OK    [2699/2890]    12.114 ms vlib/v/tests/struct_init_and_assign_test.v
                                                                                
OK    [2700/2890]    12.054 ms vlib/v/tests/struct_init_update_with_mutable_receiver_test.v
                                                                                
OK    [2701/2890]    13.647 ms vlib/v/tests/struct_init_with_chan_field_test.v
                                                                                
OK    [2702/2890]    11.611 ms vlib/v/tests/struct_init_with_complex_fields_test.v
                                                                                
OK    [2703/2890]     9.520 ms vlib/v/tests/struct_init_with_interface_field_test.v
                                                                                
OK    [2704/2890]    12.374 ms vlib/v/tests/struct_init_with_fixed_array_field_test.v
                                                                                
OK    [2705/2890]    14.156 ms vlib/v/tests/struct_init_with_embed_update_test.v
                                                                                
OK    [2706/2890]    10.680 ms vlib/v/tests/struct_init_with_interface_pointer_and_embed_test.v
                                                                                
OK    [2707/2890]    10.443 ms vlib/v/tests/struct_init_with_update_test.v
                                                                                
OK    [2708/2890]    13.065 ms vlib/v/tests/struct_init_with_multi_nested_embed_update_test.v
                                                                                
OK    [2709/2890]    11.568 ms vlib/v/tests/struct_map_method_test.v
                                                                                
OK    [2710/2890]    11.567 ms vlib/v/tests/struct_multi_embed_method_call_test.v
                                                                                
OK    [2711/2890]    11.589 ms vlib/v/tests/struct_of_time_init_with_update_test.v
                                                                                
OK    [2712/2890]    11.882 ms vlib/v/tests/struct_option_field_zero_test.v
                                                                                
OK    [2713/2890]    11.429 ms vlib/v/tests/struct_selector_or_block_test.v
                                                                                
OK    [2714/2890]    12.328 ms vlib/v/tests/struct_shared_field_init_test.v
                                                                                
OK    [2715/2890]    13.185 ms vlib/v/tests/struct_shared_field_with_default_init_test.v
                                                                                
OK    [2716/2890]    11.385 ms vlib/v/tests/struct_test.v
                                                                                
OK    [2717/2890]    10.931 ms vlib/v/tests/struct_with_reference_alias_field_test.v
                                                                                
OK    [2718/2890]    15.856 ms vlib/v/tests/struct_transmute_test.v
                                                                                
OK    [2719/2890]    10.651 ms vlib/v/tests/sum_type_common_fields_test.v
                                                                                
OK    [2720/2890]    13.227 ms vlib/v/tests/structs_with_voidptr_fields_can_be_printed_test.v
                                                                                
OK    [2721/2890]    11.289 ms vlib/v/tests/sumtype_array_methods_test.v
                                                                                
OK    [2722/2890]    16.350 ms vlib/v/tests/sum_type_test.v
                                                                                
OK    [2723/2890]    10.126 ms vlib/v/tests/sumtype_as_cast_test.v
                                                                                
OK    [2724/2890]    10.162 ms vlib/v/tests/sumtype_calls_test.v
                                                                                
OK    [2725/2890]    11.708 ms vlib/v/tests/sumtype_assign_test.v
                                                                                
OK    [2726/2890]    12.150 ms vlib/v/tests/sumtype_equality_test.v
                                                                                
OK    [2727/2890]    11.659 ms vlib/v/tests/sumtype_literal_test.v
                                                                                
OK    [2728/2890]    12.222 ms vlib/v/tests/sumtype_on_match_test.v
                                                                                
OK    [2729/2890]    12.205 ms vlib/v/tests/sumtype_str_test.v
                                                                                
OK    [2730/2890]    11.231 ms vlib/v/tests/sumtype_with_alias_fntype_test.v
                                                                                
OK    [2731/2890]     9.594 ms vlib/v/tests/sumtype_with_fntype_test.v
                                                                                
OK    [2732/2890]    13.052 ms vlib/v/tests/sumtype_with_alias_fntype_fn_call_test.v
                                                                                
OK    [2733/2890]    22.069 ms vlib/v/tests/sumtype_str_for_subtypes_with_str_test.v
                                                                                
OK    [2734/2890]    12.199 ms vlib/v/tests/sumtype_with_none_test.v
                                                                                
OK    [2735/2890]    12.613 ms vlib/v/tests/sumtype_with_struct_fn_field_call_test.v
                                                                                
OK    [2736/2890]    11.396 ms vlib/v/tests/tag_autostr_allowrecurse_test.v
                                                                                
OK    [2737/2890]    12.675 ms vlib/v/tests/supports__likely__test.v
                                                                                
OK    [2738/2890]    14.117 ms vlib/v/tests/swap_array_test.v
                                                                                
OK    [2739/2890]    12.713 ms vlib/v/tests/testdata/enum_in_builtin/builtin.v
                                                                                
OK    [2740/2890]    11.047 ms vlib/v/tests/testdata/enum_in_builtin/c.v
                                                                                
OK    [2741/2890]    10.805 ms vlib/v/tests/testdata/test_array_bound.v
                                                                                
OK    [2742/2890]    12.786 ms vlib/v/tests/testdata/enum_in_builtin/main.v
                                                                                
OK    [2743/2890]    13.622 ms vlib/v/tests/testdata/sizeof_used_in_assert_test.v
                                                                                
OK    [2744/2890]    11.249 ms vlib/v/tests/testdata/tests_returning_options_failing_test.v
                                                                                
OK    [2745/2890]     9.968 ms vlib/v/tests/testdata/usecache_and_mods/aaa/aa1.v
                                                                                
OK    [2746/2890]    12.408 ms vlib/v/tests/testdata/usecache_and_mods/bbb/bb1.v
                                                                                
OK    [2747/2890]    10.629 ms vlib/v/tests/testdata/usecache_and_mods/ccc/cc1.v
                                                                                
OK    [2748/2890]    14.071 ms vlib/v/tests/testdata/usecache_and_mods/aaa/aaa.v
                                                                                
OK    [2749/2890]    14.001 ms vlib/v/tests/testdata/usecache_and_mods/bbb/bbb.v
                                                                                
OK    [2750/2890]    12.310 ms vlib/v/tests/testdata/usecache_and_mods/ccc/cc2.v
                                                                                
OK    [2751/2890]     9.830 ms vlib/v/tests/testdata/usecache_and_mods/ddd/dd1.v
                                                                                
OK    [2752/2890]    10.547 ms vlib/v/tests/testdata/usecache_and_mods/ddd/ddd.v
                                                                                
OK    [2753/2890]    12.815 ms vlib/v/tests/testdata/usecache_and_mods/ccc/ccc.v
                                                                                
OK    [2754/2890]    12.692 ms vlib/v/tests/testdata/usecache_and_mods/main.v
                                                                                
OK    [2755/2890]    12.149 ms vlib/v/tests/testdata/usecache_and_mods/xx/x1.v
                                                                                
OK    [2756/2890]    10.151 ms vlib/v/tests/testdata/usecache_and_mods/yy/y1.v
                                                                                
OK    [2757/2890]    11.710 ms vlib/v/tests/testdata/usecache_and_mods/yy/yy.v
                                                                                
OK    [2758/2890]    11.668 ms vlib/v/tests/testdata/usecache_and_mods/zz/z1.v
                                                                                
OK    [2759/2890]    16.846 ms vlib/v/tests/testdata/usecache_and_mods/xx/xx.v
                                                                                
OK    [2760/2890]    12.892 ms vlib/v/tests/testdata/usecache_and_mods/zz/zz.v
                                                                                
OK    [2761/2890]    10.157 ms vlib/v/tests/thread_to_string_test.v
                                                                                
OK    [2762/2890]    11.698 ms vlib/v/tests/tmpl_in_return_match_expr_test.v
                                                                                
OK    [2763/2890]    10.071 ms vlib/v/tests/tmpl_script_tag_interpolation_test.v
                                                                                
OK    [2764/2890]     8.874 ms vlib/v/tests/tmpl_using_variable_or_const_path_test.v
                                                                                
OK    [2765/2890]    13.695 ms vlib/v/tests/tmpl_with_single_quotes_test.v
                                                                                
OK    [2766/2890]    10.460 ms vlib/v/tests/trace_calls_test.v
                                                                                
OK    [2767/2890]     8.737 ms vlib/v/tests/type_alias_of_fn_with_mut_args_test.v
                                                                                
OK    [2768/2890]     9.136 ms vlib/v/tests/type_alias_of_pointer_types_test.v
                                                                                
OK    [2769/2890]     9.381 ms vlib/v/tests/type_alias_str_method_override_test.v
                                                                                
OK    [2770/2890]    20.016 ms vlib/v/tests/translated_test.v
                                                                                
OK    [2771/2890]    29.434 ms vlib/v/tests/tmpl_test.v
                                                                                
OK    [2772/2890]     8.916 ms vlib/v/tests/type_alias_test.v
                                                                                
OK    [2773/2890]    10.580 ms vlib/v/tests/type_name_test.v
                                                                                
OK    [2774/2890]    11.964 ms vlib/v/tests/type_name_in_if_test.v
                                                                                
OK    [2775/2890]    11.929 ms vlib/v/tests/type_promotion_test.v
                                                                                
OK    [2776/2890]    11.555 ms vlib/v/tests/type_voidptr_test.v
                                                                                
OK    [2777/2890]    15.178 ms vlib/v/tests/type_idx_test.v
                                                                                
OK    [2778/2890]    12.036 ms vlib/v/tests/typeof_aggregate_test.v
                                                                                
OK    [2779/2890]    11.132 ms vlib/v/tests/typeof_test.v
                                                                                
OK    [2780/2890]    10.941 ms vlib/v/tests/unaliased_typ_checking_test.v
                                                                                
OK    [2781/2890]    14.835 ms vlib/v/tests/typeof_simple_types_test.v
                                                                                
OK    [2782/2890]    12.908 ms vlib/v/tests/typeof_type_test.v
                                                                                
OK    [2783/2890]    10.557 ms vlib/v/tests/unsafe_fixed_array_test.v
                                                                                
OK    [2784/2890]    12.028 ms vlib/v/tests/unreachable_code_paths_test.v
                                                                                
OK    [2785/2890]    11.506 ms vlib/v/tests/unsafe_test.v
                                                                                
OK    [2786/2890]    10.588 ms vlib/v/tests/use_alias_from_another_module_in_struct_field_test.v
                                                                                
OK    [2787/2890]    11.204 ms vlib/v/tests/unsigned_right_shift_test.v
                                                                                
OK    [2788/2890]    11.284 ms vlib/v/tests/var_option_arr_test.v
                                                                                
OK    [2789/2890]    10.829 ms vlib/v/tests/var_option_as_arg_test.v
                                                                                
OK    [2790/2890]     9.986 ms vlib/v/tests/var_option_opt_multi_return_test.v
                                                                                
OK    [2791/2890]    11.683 ms vlib/v/tests/var_option_opt_arg_test.v
                                                                                
OK    [2792/2890]    14.365 ms vlib/v/tests/var_option_comptime_test.v
                                                                                
OK    [2793/2890]    11.028 ms vlib/v/tests/var_option_sumtype_test.v
                                                                                
OK    [2794/2890]    11.851 ms vlib/v/tests/var_option_struct_test.v
                                                                                
OK    [2795/2890]    11.640 ms vlib/v/tests/var_type_is_checking2_test.v
                                                                                
OK    [2796/2890]    11.830 ms vlib/v/tests/var_type_is_checking_test.v
                                                                                
OK    [2797/2890]    13.755 ms vlib/v/tests/vargs_auto_str_method_and_println_test.v
                                                                                
OK    [2798/2890]    10.816 ms vlib/v/tests/vargs_empty_param_test.v
                                                                                
OK    [2799/2890]    10.927 ms vlib/v/tests/vargs_reference_param_test.v
                                                                                
OK    [2800/2890]    11.061 ms vlib/v/tests/vargs_with_enum_value_test.v
                                                                                
OK    [2801/2890]    11.573 ms vlib/v/tests/vmod_parser_test.v
                                                                                
OK    [2802/2890]    11.499 ms vlib/v/tests/voidptr_to_u64_cast_a_test.v
                                                                                
OK    [2803/2890]    13.169 ms vlib/v/tests/voidptr_to_u64_cast_b_test.v
                                                                                
OK    [2804/2890]    13.023 ms vlib/v/tests/volatile_vars_test.v
                                                                                
OK    [2805/2890]    11.523 ms vlib/v/tests/vsh_envbang_test.v
                                                                                
OK    [2806/2890]    12.558 ms vlib/v/tests/websocket_logger_interface_should_compile_test.v
                                                                                
OK    [2807/2890]    10.318 ms vlib/v/tests/working_with_an_empty_struct_test.v
                                                                                
OK    [2808/2890]    11.165 ms vlib/v/token/keywords_matcher_trie.v
                                                                                
OK    [2809/2890]    10.943 ms vlib/v/token/keywords_matcher_trie_test.v
                                                                                
OK    [2810/2890]    11.439 ms vlib/v/token/pos.v
                                                                                
OK    [2811/2890]    11.108 ms vlib/v/trace_calls/tracing_calls.v
                                                                                
OK    [2812/2890]     9.881 ms vlib/v/trace_calls/tracing_calls_d_musl.v
                                                                                
OK    [2813/2890]    18.131 ms vlib/v/token/token.v
                                                                                
OK    [2814/2890]    11.234 ms vlib/v/transformer/index_state.v
                                                                                
OK    [2815/2890]    10.337 ms vlib/v/util/diff.v
                                                                                
OK    [2816/2890]    17.668 ms vlib/v/transformer/transformer.v
                                                                                
OK    [2817/2890]    15.981 ms vlib/v/util/diff/diff.v
                                                                                
OK    [2818/2890]    17.287 ms vlib/v/util/module.v
                                                                                
OK    [2819/2890]    16.426 ms vlib/v/util/quote.v
                                                                                
OK    [2820/2890]    15.085 ms vlib/v/util/recompilation/recompilation.v
                                                                                
OK    [2821/2890]    12.527 ms vlib/v/util/scanning.v
                                                                                
OK    [2822/2890]    10.351 ms vlib/v/util/suggestions.v
                                                                                
OK    [2823/2890]    11.054 ms vlib/v/util/surrounder.v
                                                                                
OK    [2824/2890]     9.926 ms vlib/v/util/surrounder_test.v
                                                                                
OK    [2825/2890]    34.589 ms vlib/v/util/errors.v
                                                                                
OK    [2826/2890]    12.939 ms vlib/v/util/timers.v
                                                                                
OK    [2827/2890]    10.531 ms vlib/v/util/util.js.v
                                                                                
OK    [2828/2890]    16.478 ms vlib/v/util/util.c.v
                                                                                
OK    [2829/2890]    11.596 ms vlib/v/util/version/version.v
                                                                                
OK    [2830/2890]     9.284 ms vlib/v/util/vtest/vtest.v
                                                                                
OK    [2831/2890]    18.456 ms vlib/v/util/util.v
                                                                                
OK    [2832/2890]    13.437 ms vlib/v/vcache/vcache.v
                                                                                
OK    [2833/2890]    11.615 ms vlib/v/vet/vet.v
                                                                                
OK    [2834/2890]    12.930 ms vlib/v/vcache/vcache_test.v
                                                                                
OK    [2835/2890]    11.075 ms vlib/v/vmod/parser_test.v
                                                                                
OK    [2836/2890]    16.777 ms vlib/v/vmod/parser.v
                                                                                
OK    [2837/2890]    11.479 ms vlib/v/vmod/vmod.v
                                                                                
OK    [2838/2890]    11.134 ms vlib/vweb/assets/assets_test.v
                                                                                
OK    [2839/2890]    17.469 ms vlib/vweb/assets/assets.v
                                                                                
OK    [2840/2890]    13.253 ms vlib/vweb/csrf/csrf.v
                                                                                
OK    [2841/2890]    12.093 ms vlib/vweb/csrf/csrf_test.v
                                                                                
OK    [2842/2890]    10.167 ms vlib/vweb/route_test.v
                                                                                
OK    [2843/2890]    12.126 ms vlib/vweb/parse.v
                                                                                
OK    [2844/2890]    10.805 ms vlib/vweb/tests/controller_duplicate_server.v
                                                                                
OK    [2845/2890]    13.732 ms vlib/vweb/sse/sse.v
                                                                                
OK    [2846/2890]    11.719 ms vlib/vweb/tests/controller_test_server.v
                                                                                
OK    [2847/2890]    13.174 ms vlib/vweb/tests/controller_test.v
                                                                                
OK    [2848/2890]    13.573 ms vlib/vweb/tests/middleware_test.v
                                                                                
OK    [2849/2890]    12.899 ms vlib/vweb/tests/middleware_test_server.v
                                                                                
OK    [2850/2890]    11.180 ms vlib/vweb/tests/vweb_test.v
                                                                                
OK    [2851/2890]    11.591 ms vlib/vweb/tests/vweb_test_server.v
                                                                                
OK    [2852/2890]    10.024 ms vlib/vweb/vweb_app_test.v
                                                                                
OK    [2853/2890]     9.658 ms vlib/vweb/vweb_livereload.v
                                                                                
OK    [2854/2890]    17.594 ms vlib/vweb/vweb.v
                                                                                
OK    [2855/2890]    10.609 ms vlib/wasm/constant.v
                                                                                
OK    [2856/2890]    12.048 ms vlib/wasm/functions.v
                                                                                
OK    [2857/2890]    14.056 ms vlib/wasm/encoding.v
                                                                                
OK    [2858/2890]     9.706 ms vlib/wasm/tests/arith_test.v
                                                                                
OK    [2859/2890]    12.734 ms vlib/wasm/module.v
                                                                                
OK    [2860/2890]    10.295 ms vlib/wasm/tests/block_test.v
                                                                                
OK    [2861/2890]    10.913 ms vlib/wasm/tests/call_test.v
                                                                                
OK    [2862/2890]    18.789 ms vlib/wasm/instructions.v
                                                                                
OK    [2863/2890]     9.774 ms vlib/wasm/tests/common.v
                                                                                
OK    [2864/2890]    12.776 ms vlib/wasm/tests/debug_test.v
                                                                                
OK    [2865/2890]    12.037 ms vlib/wasm/tests/patch_test.v
                                                                                
OK    [2866/2890]    11.565 ms vlib/wasm/tests/var_test.v
                                                                                
OK    [2867/2890]    10.730 ms vlib/x/json2/decode_struct_test.v
                                                                                
OK    [2868/2890]     9.624 ms vlib/x/json2/decoder.v
                                                                                
OK    [2869/2890]    18.019 ms vlib/x/json2/any_test.v
                                                                                
OK    [2870/2890]     8.917 ms vlib/x/json2/encode_option_test.v
                                                                                
OK    [2871/2890]    10.791 ms vlib/x/json2/decoder_test.v
                                                                                
OK    [2872/2890]    15.340 ms vlib/x/json2/encode_struct_test.v
                                                                                
OK    [2873/2890]    10.826 ms vlib/x/json2/encoder_test.v
                                                                                
OK    [2874/2890]    10.392 ms vlib/x/json2/integer_primitives_test.v
                                                                                
OK    [2875/2890]    14.105 ms vlib/x/json2/encoder.v
                                                                                
OK    [2876/2890]    12.378 ms vlib/x/json2/json2.v
                                                                                
OK    [2877/2890]    11.138 ms vlib/x/json2/json2_test.v
                                                                                
OK    [2878/2890]     9.966 ms vlib/x/json2/json_module_compatibility_test/json_decode_with_option_arg_test.v
                                                                                
OK    [2879/2890]    10.509 ms vlib/x/json2/json_module_compatibility_test/json_test.v
                                                                                
OK    [2880/2890]    13.229 ms vlib/x/json2/json_module_compatibility_test/json_decode_with_encode_arg_test.v
                                                                                
OK    [2881/2890]    13.745 ms vlib/x/json2/scanner.v
                                                                                
OK    [2882/2890]    10.945 ms vlib/x/json2/types.v
                                                                                
OK    [2883/2890]    12.845 ms vlib/x/json2/scanner_test.v
                                                                                
OK    [2884/2890]    11.975 ms vlib/x/ttf/common.v
                                                                                
OK    [2885/2890]    15.063 ms vlib/x/ttf/render_bmp.v
                                                                                
OK    [2886/2890]    12.026 ms vlib/x/ttf/render_sokol_cpu.v
                                                                                
OK    [2887/2890]    11.927 ms vlib/x/ttf/text_block.v
                                                                                
OK    [2888/2890]    11.643 ms vlib/x/ttf/ttf_test.v
                                                                                
OK    [2889/2890]     8.612 ms vlib/x/x.v
                                                                                
OK    [2890/2890]    15.822 ms vlib/x/ttf/ttf.v
--------------------------------------------------------------------------------
Summary for running '/magus/work/usr/mports/lang/v/work/v-0.4/v' fmt -verify over most .v files: 2890 passed, 2890 total. Runtime: 7308 ms, on 5 parallel jobs.

---- Run "v fmt" over all .v files ---------------------------------------------

                                                                                
OK    [   1/2882]     6.090 ms cmd/tools/builders/golang_builder.v
                                                                                
OK    [   2/2882]     6.334 ms cmd/tools/builders/interpret_builder.v
                                                                                
OK    [   3/2882]     7.127 ms cmd/tools/bench/wyhash.v
                                                                                
OK    [   4/2882]     7.112 ms cmd/tools/builders/js_builder.v
                                                                                
OK    [   5/2882]     5.952 ms cmd/tools/builders/wasm_builder.v
                                                                                
OK    [   6/2882]     6.771 ms cmd/tools/builders/native_builder.v
                                                                                
OK    [   7/2882]     5.996 ms cmd/tools/detect_tcc.v
                                                                                
OK    [   8/2882]     7.873 ms cmd/tools/check_os_api_parity.v
                                                                                
OK    [   9/2882]     6.111 ms cmd/tools/fast/fast_job.v
                                                                                
OK    [  10/2882]     5.355 ms cmd/tools/gen1m.v
                                                                                
OK    [  11/2882]     7.288 ms cmd/tools/fuzz/map_fuzz.v
                                                                                
OK    [  12/2882]    21.459 ms cmd/tools/builders/c_builder.v
                                                                                
OK    [  13/2882]     6.089 ms cmd/tools/measure/parser_speed.v
                                                                                
OK    [  14/2882]     6.069 ms cmd/tools/measure/scanner_speed.v
                                                                                
OK    [  15/2882]     8.323 ms cmd/tools/gen_vc.v
                                                                                
OK    [  16/2882]     5.183 ms cmd/tools/modules/testing/output.v
                                                                                
OK    [  17/2882]     5.241 ms cmd/tools/modules/testing/output_dump.v
                                                                                
OK    [  18/2882]    11.700 ms cmd/tools/modules/scripting/scripting.v
                                                                                
OK    [  19/2882]    23.460 ms cmd/tools/fast/fast.v
                                                                                
OK    [  20/2882]    10.578 ms cmd/tools/modules/testing/common.v
                                                                                
OK    [  21/2882]     5.784 ms cmd/tools/modules/testing/output_normal.v
                                                                                
OK    [  22/2882]     6.038 ms cmd/tools/modules/testing/output_teamcity.v
                                                                                
OK    [  23/2882]     7.916 ms cmd/tools/oldv.v
                                                                                
OK    [  24/2882]     6.758 ms cmd/tools/regress.v
                                                                                
OK    [  25/2882]     7.918 ms cmd/tools/performance_compare.v
                                                                                
OK    [  26/2882]     8.374 ms cmd/tools/repeat.v
                                                                                
OK    [  27/2882]     6.593 ms cmd/tools/report_v_module_folders_without_tests.v
                                                                                
OK    [  28/2882]    18.049 ms cmd/tools/modules/vgit/vgit.v
                                                                                
OK    [  29/2882]     7.805 ms cmd/tools/test_os_process.v
                                                                                
OK    [  30/2882]     7.960 ms cmd/tools/test_if_v_test_system_works.v
                                                                                
OK    [  31/2882]     7.586 ms cmd/tools/translate.v
                                                                                
OK    [  32/2882]     8.491 ms cmd/tools/vast/cjson.v
                                                                                
OK    [  33/2882]     9.039 ms cmd/tools/vast/test/demo.v
                                                                                
OK    [  34/2882]     8.333 ms cmd/tools/vbin2v.v
                                                                                
OK    [  35/2882]     6.208 ms cmd/tools/vbuild-examples.v
                                                                                
OK    [  36/2882]     5.724 ms cmd/tools/vbuild-tools.v
                                                                                
OK    [  37/2882]     5.014 ms cmd/tools/vbuild-vbinaries.v
                                                                                
OK    [  38/2882]    12.026 ms cmd/tools/vbug.v
                                                                                
OK    [  39/2882]     6.339 ms cmd/tools/vbump_test.v
                                                                                
OK    [  40/2882]     7.283 ms cmd/tools/vbump.v
                                                                                
OK    [  41/2882]     7.997 ms cmd/tools/vcomplete.v
                                                                                
OK    [  42/2882]    24.890 ms cmd/tools/vast/vast.v
                                                                                
OK    [  43/2882]    12.159 ms cmd/tools/vcheck-md.v
                                                                                
OK    [  44/2882]     6.688 ms cmd/tools/vcompress.v
                                                                                
OK    [  45/2882]     7.390 ms cmd/tools/vcomplete_test.v
                                                                                
OK    [  46/2882]    10.097 ms cmd/tools/vcreate/vcreate.v
                                                                                
OK    [  47/2882]     6.182 ms cmd/tools/vdoc/html_tag_escape_test.v
                                                                                
OK    [  48/2882]     8.616 ms cmd/tools/vcreate/vcreate_test.v
                                                                                
OK    [  49/2882]     6.588 ms cmd/tools/vdoc/markdown.v
                                                                                
OK    [  50/2882]    12.491 ms cmd/tools/vdoc/html.v
                                                                                
OK    [  51/2882]     6.223 ms cmd/tools/vdoc/tests/testdata/basic/main.v
                                                                                
OK    [  52/2882]     6.230 ms cmd/tools/vdoc/tests/testdata/newlines/main.v
                                                                                
OK    [  53/2882]     7.907 ms cmd/tools/vdoc/tests/testdata/multiline/main.v
                                                                                
OK    [  54/2882]     8.232 ms cmd/tools/vdoc/tests/testdata/unsorted/main.v
                                                                                
OK    [  55/2882]     7.962 ms cmd/tools/vdoc/tests/vdoc_file_test.v
                                                                                
OK    [  56/2882]     8.321 ms cmd/tools/vdoctor.v
                                                                                
OK    [  57/2882]    11.332 ms cmd/tools/vdoc/utils.v
                                                                                
OK    [  58/2882]    10.649 ms cmd/tools/vdoc/vdoc.v
                                                                                
OK    [  59/2882]     9.491 ms cmd/tools/vfmt.v
                                                                                
OK    [  60/2882]     9.460 ms cmd/tools/vgret.v
                                                                                
OK    [  61/2882]     8.767 ms cmd/tools/vmissdoc.v
                                                                                
OK    [  62/2882]    10.501 ms cmd/tools/vls.v
                                                                                
OK    [  63/2882]     9.040 ms cmd/tools/vrepl.v
                                                                                
OK    [  64/2882]     5.289 ms cmd/tools/vscan.v
                                                                                
OK    [  65/2882]    11.910 ms cmd/tools/vpm.v
                                                                                
OK    [  66/2882]     6.463 ms cmd/tools/vsetup-freetype.v
                                                                                
OK    [  67/2882]     6.439 ms cmd/tools/vshare.v
                                                                                
OK    [  68/2882]     6.272 ms cmd/tools/vshould-compile-all.v
                                                                                
OK    [  69/2882]    10.772 ms cmd/tools/vself.v
                                                                                
OK    [  70/2882]    11.466 ms cmd/tools/vshader.v
                                                                                
OK    [  71/2882]     8.873 ms cmd/tools/vsymlink.v
                                                                                
OK    [  72/2882]     6.657 ms cmd/tools/vtest-cleancode.v
                                                                                
OK    [  73/2882]     9.331 ms cmd/tools/vtest-all.v
                                                                                
OK    [  74/2882]     8.791 ms cmd/tools/vtest-parser.v
                                                                                
OK    [  75/2882]    12.140 ms cmd/tools/vtest-fmt.v
                                                                                
OK    [  76/2882]     5.325 ms cmd/tools/vtracev.v
                                                                                
OK    [  77/2882]     7.692 ms cmd/tools/vtest.v
                                                                                
OK    [  78/2882]     8.788 ms cmd/tools/vtest-self.v
                                                                                
OK    [  79/2882]     8.068 ms cmd/tools/vvet/vet_test.v
                                                                                
OK    [  80/2882]     9.133 ms cmd/tools/vup.v
                                                                                
OK    [  81/2882]     8.181 ms cmd/tools/vvet/vvet.v
                                                                                
OK    [  82/2882]     9.853 ms cmd/tools/vwatch.v
                                                                                
OK    [  83/2882]    10.875 ms cmd/tools/vwhere/finder.v
                                                                                
OK    [  84/2882]     6.491 ms cmd/tools/vwhere/test/file_one.v
                                                                                
OK    [  85/2882]     7.350 ms cmd/tools/vwhere/test/file_two.v
                                                                                
OK    [  86/2882]     9.692 ms cmd/tools/vwhere/finder_utils.v
                                                                                
OK    [  87/2882]     6.664 ms cmd/tools/vwhere/test/nested_mod/nested_file.v
                                                                                
OK    [  88/2882]    10.041 ms cmd/tools/vwhere/vwhere.v
                                                                                
OK    [  89/2882]     8.077 ms cmd/tools/vwipe-cache.v
                                                                                
OK    [  90/2882]     9.895 ms cmd/tools/vwhere/vwhere_test.v
                                                                                
OK    [  91/2882]     7.623 ms cmd/v/v.v
                                                                                
OK    [  92/2882]     7.022 ms examples/asm.v
                                                                                
OK    [  93/2882]    12.556 ms examples/2048/2048.v
                                                                                
OK    [  94/2882]     5.934 ms examples/bst_map.v
                                                                                
OK    [  95/2882]     6.819 ms examples/brainvuck.v
                                                                                
OK    [  96/2882]     8.876 ms examples/binary_search_tree.v
                                                                                
OK    [  97/2882]     6.723 ms examples/buf_reader.v
                                                                                
OK    [  98/2882]     6.883 ms examples/call_v_from_c/v_test_print.v
                                                                                
OK    [  99/2882]     7.881 ms examples/call_v_from_c/v_test_math.v
                                                                                
OK    [ 100/2882]     8.830 ms examples/c_interop_wkhtmltopdf.v
                                                                                
OK    [ 101/2882]     6.754 ms examples/cli.v
                                                                                
OK    [ 102/2882]     6.124 ms examples/compiletime/methods.v
                                                                                
OK    [ 103/2882]     5.904 ms examples/compiletime/reflection.v
                                                                                
OK    [ 104/2882]     7.591 ms examples/clock/clock.v
                                                                                
OK    [ 105/2882]     6.258 ms examples/concurrency/concurrency.v
                                                                                
OK    [ 106/2882]     6.026 ms examples/concurrency/concurrency_returns.v
                                                                                
OK    [ 107/2882]     5.625 ms examples/control_thread_stack_size.v
                                                                                
OK    [ 108/2882]     6.907 ms examples/concurrency/concurrency_http.v
                                                                                
OK    [ 109/2882]     6.727 ms examples/coroutines/simple_coroutines.v
                                                                                
OK    [ 110/2882]     6.565 ms examples/database/mysql.v
                                                                                
OK    [ 111/2882]     7.103 ms examples/custom_error.v
                                                                                
OK    [ 112/2882]     7.670 ms examples/database/orm.v
                                                                                
OK    [ 113/2882]     5.301 ms examples/database/sqlite.v
                                                                                
OK    [ 114/2882]     5.828 ms examples/dynamic_library_loader/modules/library/library.v
                                                                                
OK    [ 115/2882]     6.777 ms examples/dump_factorial.v
                                                                                
OK    [ 116/2882]     7.045 ms examples/dynamic_library_loader/use.v
                                                                                
OK    [ 117/2882]    34.996 ms examples/call_v_from_python/test.v
                                                                                
OK    [ 118/2882]     6.954 ms examples/dynamic_library_loader/use_test.v
                                                                                
OK    [ 119/2882]     6.283 ms examples/dynamic_library_loading/use.v
                                                                                
OK    [ 120/2882]     6.251 ms examples/eventbus/eventbus.v
                                                                                
OK    [ 121/2882]     8.664 ms examples/dynamic_library_loading/use_test.v
                                                                                
OK    [ 122/2882]    11.404 ms examples/dynamic_library_loading/modules/library/library.v
                                                                                
OK    [ 123/2882]     5.953 ms examples/eventbus/modules/some_module/some_module.v
                                                                                
OK    [ 124/2882]     9.692 ms examples/errors.v
                                                                                
OK    [ 125/2882]     9.315 ms examples/fetch.v
                                                                                
OK    [ 126/2882]    17.597 ms examples/file_list.v
                                                                                
OK    [ 127/2882]    16.029 ms examples/fireworks/fireworks.v
                                                                                
OK    [ 128/2882]    15.935 ms examples/fireworks/modules/objects/color.v
                                                                                
OK    [ 129/2882]    18.171 ms examples/fibonacci.v
                                                                                
OK    [ 130/2882]     5.420 ms examples/fireworks/modules/objects/constants.v
                                                                                
OK    [ 131/2882]     7.085 ms examples/fireworks/modules/objects/particle.v
                                                                                
OK    [ 132/2882]     7.550 ms examples/fireworks/modules/objects/vector.v
                                                                                
OK    [ 133/2882]     8.270 ms examples/fizz_buzz.v
                                                                                
OK    [ 134/2882]     8.733 ms examples/fireworks/modules/objects/rocket.v
                                                                                
OK    [ 135/2882]    10.858 ms examples/flappylearning/game.v
                                                                                
OK    [ 136/2882]     7.746 ms examples/function_types.v
                                                                                
OK    [ 137/2882]     6.651 ms examples/game_of_life/life_gg.v
                                                                                
OK    [ 138/2882]     7.613 ms examples/game_of_life/life.v
                                                                                
OK    [ 139/2882]    10.760 ms examples/flappylearning/modules/neuroevolution/neuronevolution.v
                                                                                
OK    [ 140/2882]     7.043 ms examples/gg/arcs_and_slices.v
                                                                                
OK    [ 141/2882]     8.248 ms examples/gg/additive.v
                                                                                
OK    [ 142/2882]     9.050 ms examples/game_of_life/modules/automaton/automaton.v
                                                                                
OK    [ 143/2882]     8.845 ms examples/get_weather/get_weather.v
                                                                                
OK    [ 144/2882]     7.196 ms examples/gg/bezier.v
                                                                                
OK    [ 145/2882]     7.876 ms examples/gg/bezier_anim.v
                                                                                
OK    [ 146/2882]     7.723 ms examples/gg/drag_n_drop.v
                                                                                
OK    [ 147/2882]     8.321 ms examples/gg/draw_pixels.v
                                                                                
OK    [ 148/2882]     9.464 ms examples/gg/cursor.v
                                                                                
OK    [ 149/2882]    12.168 ms examples/gg/mandelbrot.v
                                                                                
OK    [ 150/2882]     6.611 ms examples/gg/polygons.v
                                                                                
OK    [ 151/2882]     8.385 ms examples/gg/random.v
                                                                                
OK    [ 152/2882]     7.549 ms examples/gg/raven_text_rendering.v
                                                                                
OK    [ 153/2882]     7.312 ms examples/gg/rectangles.v
                                                                                
OK    [ 154/2882]     9.125 ms examples/gg/rotating_textured_quad.v
                                                                                
OK    [ 155/2882]     8.801 ms examples/gg/stars.v
                                                                                
OK    [ 156/2882]     8.368 ms examples/graphs/bellman-ford.v
                                                                                
OK    [ 157/2882]     8.720 ms examples/gg/worker_thread.v
                                                                                
OK    [ 158/2882]     8.633 ms examples/graphs/bfs.v
                                                                                
OK    [ 159/2882]     8.130 ms examples/graphs/dfs.v
                                                                                
OK    [ 160/2882]     8.304 ms examples/graphs/bfs2.v
                                                                                
OK    [ 161/2882]     8.126 ms examples/graphs/dfs2.v
                                                                                
OK    [ 162/2882]     7.876 ms examples/graphs/minimal_spann_tree_prim.v
                                                                                
OK    [ 163/2882]     9.611 ms examples/graphs/dijkstra.v
                                                                                
OK    [ 164/2882]     5.816 ms examples/graphs/topological_sorting_dfs.v
                                                                                
OK    [ 165/2882]     8.386 ms examples/graphs/topological_sorting_greedy.v
                                                                                
OK    [ 166/2882]     8.765 ms examples/hanoi.v
                                                                                
OK    [ 167/2882]     7.275 ms examples/hello_world.v
                                                                                
OK    [ 168/2882]     9.252 ms examples/hello_v_js.v
                                                                                
OK    [ 169/2882]     7.949 ms examples/hot_reload/graph.v
                                                                                
OK    [ 170/2882]     6.417 ms examples/hot_reload/message.v
                                                                                
OK    [ 171/2882]    11.954 ms examples/hot_reload/bounce.v
                                                                                
OK    [ 172/2882]     8.867 ms examples/http_server.v
                                                                                
OK    [ 173/2882]     8.899 ms examples/js_dom_cube/cube.js.v
                                                                                
OK    [ 174/2882]     8.993 ms examples/js_dom_draw/draw.js.v
                                                                                
OK    [ 175/2882]     8.637 ms examples/js_dom_draw_bechmark_chart/chart/draw.js.v
                                                                                
OK    [ 176/2882]     7.870 ms examples/js_dom_draw_bechmark_chart/v_vweb_orm/src/main.v
                                                                                
OK    [ 177/2882]     7.421 ms examples/json.v
                                                                                
OK    [ 178/2882]    10.980 ms examples/js_dom_draw_bechmark_chart/chart/main.v
                                                                                
OK    [ 179/2882]     8.575 ms examples/lander.v
                                                                                
OK    [ 180/2882]     6.026 ms examples/logfatal.v
                                                                                
OK    [ 181/2882]     7.847 ms examples/links_scraper.v
                                                                                
OK    [ 182/2882]     8.129 ms examples/log.v
                                                                                
OK    [ 183/2882]    12.026 ms examples/linear_regression/simple_linear_regression.v
                                                                                
OK    [ 184/2882]     7.199 ms examples/mini_calculator.v
                                                                                
OK    [ 185/2882]     8.207 ms examples/macos_tray/tray.v
                                                                                
OK    [ 186/2882]     8.699 ms examples/native/hello_world.v
                                                                                
OK    [ 187/2882]     8.662 ms examples/nbody.v
                                                                                
OK    [ 188/2882]     6.471 ms examples/net_raw_http.v
                                                                                
OK    [ 189/2882]     6.141 ms examples/net_resolve.v
                                                                                
OK    [ 190/2882]    12.671 ms examples/net_failconnect.v
                                                                                
OK    [ 191/2882]     6.830 ms examples/net_t.v
                                                                                
OK    [ 192/2882]    10.660 ms examples/net_peer_ip.v
                                                                                
OK    [ 193/2882]     7.791 ms examples/net_udp_server_and_client.v
                                                                                
OK    [ 194/2882]     6.915 ms examples/password/password.v
                                                                                
OK    [ 195/2882]     9.252 ms examples/news_fetcher.v
                                                                                
OK    [ 196/2882]    11.968 ms examples/path_tracing.v
                                                                                
OK    [ 197/2882]    10.901 ms examples/pendulum-simulation/animation.v
                                                                                
OK    [ 198/2882]     7.186 ms examples/pendulum-simulation/full.v
                                                                                
OK    [ 199/2882]     7.513 ms examples/pendulum-simulation/modules/sim/anim/app.v
                                                                                
OK    [ 200/2882]     7.452 ms examples/pendulum-simulation/modules/sim/anim/worker.v
                                                                                
OK    [ 201/2882]     7.086 ms examples/pendulum-simulation/modules/sim/img/worker.v
                                                                                
OK    [ 202/2882]     9.054 ms examples/pendulum-simulation/modules/sim/img/ppm.v
                                                                                
OK    [ 203/2882]     7.884 ms examples/pendulum-simulation/modules/sim/img/writer.v
                                                                                
OK    [ 204/2882]    10.570 ms examples/pendulum-simulation/modules/sim/args/parser.v
                                                                                
OK    [ 205/2882]     9.280 ms examples/pendulum-simulation/modules/sim/log.v
                                                                                
OK    [ 206/2882]     6.434 ms examples/pendulum-simulation/modules/sim/params.v
                                                                                
OK    [ 207/2882]     6.736 ms examples/pendulum-simulation/modules/sim/sim.v
                                                                                
OK    [ 208/2882]     9.925 ms examples/pendulum-simulation/modules/sim/runner.v
                                                                                
OK    [ 209/2882]    11.436 ms examples/pendulum-simulation/modules/sim/params_test.v
                                                                                
OK    [ 210/2882]     8.039 ms examples/pendulum-simulation/modules/sim/sim_test.v
                                                                                
OK    [ 211/2882]     9.082 ms examples/pendulum-simulation/modules/sim/vec.v
                                                                                
OK    [ 212/2882]     7.602 ms examples/pendulum-simulation/modules/sim/vec_test.v
                                                                                
OK    [ 213/2882]     6.650 ms examples/pendulum-simulation/modules/sim/worker.v
                                                                                
OK    [ 214/2882]     7.128 ms examples/pendulum-simulation/modules/sim/worker_test.v
                                                                                
OK    [ 215/2882]    10.559 ms examples/pendulum-simulation/parallel.v
                                                                                
OK    [ 216/2882]     8.771 ms examples/pendulum-simulation/parallel_with_iw.v
                                                                                
OK    [ 217/2882]     8.008 ms examples/pendulum-simulation/sequential.v
                                                                                
OK    [ 218/2882]     7.641 ms examples/pico/pico.v
                                                                                
OK    [ 219/2882]     9.631 ms examples/process/command.v
                                                                                
OK    [ 220/2882]     7.928 ms examples/process/execve.v
                                                                                
OK    [ 221/2882]     8.076 ms examples/process/process_script.v
                                                                                
OK    [ 222/2882]     7.814 ms examples/process/process_stdin_trick.v
                                                                                
OK    [ 223/2882]     9.371 ms examples/quadtree_demo/quadtree_demo.v
                                                                                
OK    [ 224/2882]     8.138 ms examples/quick_sort.v
                                                                                
OK    [ 225/2882]     6.769 ms examples/random_ips.v
                                                                                
OK    [ 226/2882]     7.682 ms examples/regex/regex_example.v
                                                                                
OK    [ 227/2882]    11.293 ms examples/readline/readline_ci.v
                                                                                
OK    [ 228/2882]     9.150 ms examples/regex/regex_with_memoization.v
                                                                                
OK    [ 229/2882]     6.868 ms examples/rune.v
                                                                                
OK    [ 230/2882]     8.020 ms examples/rule110.v
                                                                                
OK    [ 231/2882]     7.672 ms examples/smtp/mail.v
                                                                                
OK    [ 232/2882]     8.974 ms examples/snek/snek.js.v
                                                                                
OK    [ 233/2882]     9.179 ms examples/sokol/01_cubes/cube.v
                                                                                
OK    [ 234/2882]    10.589 ms examples/snek/snek.v
                                                                                
OK    [ 235/2882]    10.398 ms examples/sokol/02_cubes_glsl/cube_glsl.v
                                                                                
OK    [ 236/2882]    10.382 ms examples/sokol/03_march_tracing_glsl/rt_glsl.v
                                                                                
OK    [ 237/2882]     8.475 ms examples/sokol/05_instancing_glsl/rt_glsl.v
                                                                                
OK    [ 238/2882]     7.437 ms examples/sokol/06_obj_viewer/modules/obj/rend.v
                                                                                
OK    [ 239/2882]    11.713 ms examples/sokol/04_multi_shader_glsl/rt_glsl.v
                                                                                
OK    [ 240/2882]     9.889 ms examples/sokol/06_obj_viewer/modules/obj/obj.v
                                                                                
OK    [ 241/2882]     7.013 ms examples/sokol/06_obj_viewer/modules/obj/struct.v
                                                                                
OK    [ 242/2882]     7.769 ms examples/sokol/06_obj_viewer/modules/obj/util.v
                                                                                
OK    [ 243/2882]     7.021 ms examples/sokol/drawing.v
                                                                                
OK    [ 244/2882]     7.390 ms examples/sokol/freetype_raven.v
                                                                                
OK    [ 245/2882]     8.679 ms examples/sokol/fonts.v
                                                                                
OK    [ 246/2882]    10.485 ms examples/sokol/06_obj_viewer/show_obj.v
                                                                                
OK    [ 247/2882]     6.361 ms examples/sokol/particles/modules/particle/particle.v
                                                                                
OK    [ 248/2882]     8.938 ms examples/sokol/particles/modules/particle/color.v
                                                                                
OK    [ 249/2882]     8.984 ms examples/sokol/particles/modules/particle/system.v
                                                                                
OK    [ 250/2882]    13.789 ms examples/sokol/sounds/melody.v
                                                                                
OK    [ 251/2882]    17.767 ms examples/sokol/particles/particles.v
                                                                                
OK    [ 252/2882]    11.716 ms examples/sokol/sounds/simple_sin_tones.v
                                                                                
OK    [ 253/2882]    17.502 ms examples/sokol/simple_shader_glsl/simple_shader.v
                                                                                
OK    [ 254/2882]     7.058 ms examples/spectral.v
                                                                                
OK    [ 255/2882]     7.259 ms examples/submodule/mymodules/main_functions.v
                                                                                
OK    [ 256/2882]     7.465 ms examples/submodule/mymodules/submodule/sub_functions.v
                                                                                
OK    [ 257/2882]     8.842 ms examples/sokol/sounds/wav_player.v
                                                                                
OK    [ 258/2882]    10.290 ms examples/submodule/main.v
                                                                                
OK    [ 259/2882]     6.709 ms examples/tcp_echo_server.v
                                                                                
OK    [ 260/2882]     8.036 ms examples/tcp_notify_echo_server.v
                                                                                
OK    [ 261/2882]     7.644 ms examples/term.ui/cursor_chaser.v
                                                                                
OK    [ 262/2882]     9.685 ms examples/templates/templates.v
                                                                                
OK    [ 263/2882]     8.885 ms examples/term.ui/event_viewer.v
                                                                                
OK    [ 264/2882]     7.184 ms examples/term.ui/rectangles.v
                                                                                
OK    [ 265/2882]     9.305 ms examples/term.ui/pong.v
                                                                                
OK    [ 266/2882]     8.936 ms examples/term.ui/term_drawing.v
                                                                                
OK    [ 267/2882]    11.016 ms examples/term.ui/text_editor.v
                                                                                
OK    [ 268/2882]    11.050 ms examples/term.ui/vyper.v
                                                                                
OK    [ 269/2882]     8.180 ms examples/terminal_control.v
                                                                                
OK    [ 270/2882]     8.242 ms examples/tetris/tetris.js.v
                                                                                
OK    [ 271/2882]     8.980 ms examples/tetris/tetris.v
                                                                                
OK    [ 272/2882]     6.798 ms examples/toml.v
                                                                                
OK    [ 273/2882]     7.545 ms examples/tree_of_nodes.v
                                                                                
OK    [ 274/2882]     8.442 ms examples/vcasino/vcasino.v
                                                                                
OK    [ 275/2882]     9.400 ms examples/ttf_font/example_ttf.v
                                                                                
OK    [ 276/2882]     7.822 ms examples/viewer/file_scan.v
                                                                                
OK    [ 277/2882]     7.531 ms examples/viewer/zip_container.v
                                                                                
OK    [ 278/2882]     6.606 ms examples/vmod.v
                                                                                
OK    [ 279/2882]     7.166 ms examples/vpwgen.v
                                                                                
OK    [ 280/2882]    15.597 ms examples/viewer/view.v
                                                                                
OK    [ 281/2882]    10.305 ms examples/vweb/file_transform/vweb_example.v
                                                                                
OK    [ 282/2882]     7.520 ms examples/vweb/file_upload/vweb_example.v
                                                                                
OK    [ 283/2882]     7.423 ms examples/vweb/server_sent_events/server.v
                                                                                
OK    [ 284/2882]     9.680 ms examples/vweb/middleware/vweb_example.v
                                                                                
OK    [ 285/2882]     7.749 ms examples/vweb/vweb_assets/vweb_assets.v
                                                                                
OK    [ 286/2882]     6.125 ms examples/vweb_fullstack/src/auth_controllers.v
                                                                                
OK    [ 287/2882]     8.621 ms examples/vweb/vweb_example.v
                                                                                
OK    [ 288/2882]     6.999 ms examples/vweb_fullstack/src/auth_dto.v
                                                                                
OK    [ 289/2882]     9.040 ms examples/vweb_fullstack/src/auth_services.v
                                                                                
OK    [ 290/2882]     8.573 ms examples/vweb_fullstack/src/databases/config_databases_sqlite.v
                                                                                
OK    [ 291/2882]     6.868 ms examples/vweb_fullstack/src/product_entities.v
                                                                                
OK    [ 292/2882]     8.665 ms examples/vweb_fullstack/src/product_controller.v
                                                                                
OK    [ 293/2882]    10.807 ms examples/vweb_fullstack/src/main.v
                                                                                
OK    [ 294/2882]     6.997 ms examples/vweb_fullstack/src/product_service.v
                                                                                
OK    [ 295/2882]     8.866 ms examples/vweb_fullstack/src/product_view.v
                                                                                
OK    [ 296/2882]     6.486 ms examples/vweb_fullstack/src/user_entities.v
                                                                                
OK    [ 297/2882]     8.385 ms examples/vweb_fullstack/src/product_view_api.v
                                                                                
OK    [ 298/2882]    10.555 ms examples/vweb_fullstack/src/user_controllers.v
                                                                                
OK    [ 299/2882]     8.543 ms examples/vweb_fullstack/src/user_services.v
                                                                                
OK    [ 300/2882]     6.009 ms examples/vweb_orm_jwt/src/auth_dto.v
                                                                                
OK    [ 301/2882]     7.685 ms examples/vweb_orm_jwt/src/auth_controllers.v
                                                                                
OK    [ 302/2882]    10.833 ms examples/vweb_fullstack/src/user_view_api.v
                                                                                
OK    [ 303/2882]     8.772 ms examples/vweb_orm_jwt/src/databases/config_databases_sqlite.v
                                                                                
OK    [ 304/2882]     8.489 ms examples/vweb_orm_jwt/src/main.v
                                                                                
OK    [ 305/2882]     7.963 ms examples/vweb_orm_jwt/src/user_controllers.v
                                                                                
OK    [ 306/2882]     7.034 ms examples/vweb_orm_jwt/src/user_entities.v
                                                                                
OK    [ 307/2882]     6.713 ms examples/vweb_orm_jwt/src/user_services.v
                                                                                
OK    [ 308/2882]     7.530 ms examples/wasm/functions.v
                                                                                
OK    [ 309/2882]     5.665 ms examples/wasm/mandelbrot/mandelbrot.v
                                                                                
OK    [ 310/2882]     8.577 ms examples/wasm/hello_world.v
                                                                                
OK    [ 311/2882]     6.387 ms examples/wasm_codegen/add.v
                                                                                
OK    [ 312/2882]    25.059 ms examples/vweb_orm_jwt/src/auth_services.v
                                                                                
OK    [ 313/2882]     7.035 ms examples/wasm_codegen/control_flow.v
                                                                                
OK    [ 314/2882]     7.027 ms examples/wasm_codegen/factorial.v
                                                                                
OK    [ 315/2882]     6.946 ms examples/wasm_codegen/functions.v
                                                                                
OK    [ 316/2882]     8.225 ms examples/wasm_codegen/hello_wasi.v
                                                                                
OK    [ 317/2882]     8.069 ms examples/wasm_codegen/memory.v
                                                                                
OK    [ 318/2882]     7.371 ms examples/websocket/client-server/client.v
                                                                                
OK    [ 319/2882]     9.236 ms examples/web_crawler/web_crawler.v
                                                                                
OK    [ 320/2882]     9.278 ms examples/websocket/client-server/server.v
                                                                                
OK    [ 321/2882]     8.538 ms examples/websocket/ping.v
                                                                                
OK    [ 322/2882]     6.614 ms thirdparty/stdatomic/nix/cpp/gen.v
                                                                                
OK    [ 323/2882]     7.697 ms examples/word_counter/word_counter.v
                                                                                
OK    [ 324/2882]     7.155 ms tutorials/building_a_simple_web_blog_with_vweb/code/blog/article.v
                                                                                
OK    [ 325/2882]     6.545 ms vlib/arrays/index_of.v
                                                                                
OK    [ 326/2882]     6.409 ms vlib/arrays/map_of.v
                                                                                
OK    [ 327/2882]    12.589 ms tutorials/building_a_simple_web_blog_with_vweb/code/blog/blog.v
                                                                                
OK    [ 328/2882]    10.726 ms vlib/arrays/arrays.v
                                                                                
OK    [ 329/2882]    10.894 ms vlib/arrays/arrays_test.v
                                                                                
OK    [ 330/2882]     8.908 ms vlib/benchmark/benchmark.v
                                                                                
OK    [ 331/2882]     7.152 ms vlib/builtin/array.c.v
                                                                                
OK    [ 332/2882]     9.034 ms vlib/bitfield/bitfield_test.v
                                                                                
OK    [ 333/2882]    10.970 ms vlib/bitfield/bitfield.v
                                                                                
OK    [ 334/2882]     7.372 ms vlib/builtin/array_flags_test.v
                                                                                
OK    [ 335/2882]     6.846 ms vlib/builtin/array_notd_gcboehm_opt.v
                                                                                
OK    [ 336/2882]    13.863 ms vlib/builtin/array.v
                                                                                
OK    [ 337/2882]    10.621 ms vlib/builtin/array_d_gcboehm_opt.v
                                                                                
OK    [ 338/2882]     6.944 ms vlib/builtin/builtin.v
                                                                                
OK    [ 339/2882]     7.193 ms vlib/builtin/builtin_android_outside_termux.c.v
                                                                                
OK    [ 340/2882]     7.316 ms vlib/builtin/builtin_backtraces_d_musl.c.v
                                                                                
OK    [ 341/2882]    10.905 ms vlib/builtin/builtin.c.v
                                                                                
OK    [ 342/2882]     5.838 ms vlib/builtin/builtin_backtraces_nix.c.v
                                                                                
OK    [ 343/2882]    18.848 ms vlib/builtin/array_test.v
                                                                                
OK    [ 344/2882]     8.563 ms vlib/builtin/builtin_d_gcboehm.c.v
                                                                                
OK    [ 345/2882]     7.929 ms vlib/builtin/builtin_ios.c.v
                                                                                
OK    [ 346/2882]     9.444 ms vlib/builtin/builtin_d_use_libbacktrace.c.v
                                                                                
OK    [ 347/2882]     6.346 ms vlib/builtin/builtin_notd_gcboehm.c.v
                                                                                
OK    [ 348/2882]     9.505 ms vlib/builtin/builtin_nix.c.v
                                                                                
OK    [ 349/2882]     8.204 ms vlib/builtin/builtin_notd_use_libbacktrace.c.v
                                                                                
OK    [ 350/2882]     6.490 ms vlib/builtin/builtin_test.v
                                                                                
OK    [ 351/2882]     8.858 ms vlib/builtin/builtin_windows.c.v
                                                                                
OK    [ 352/2882]    10.714 ms vlib/builtin/byte_test.v
                                                                                
OK    [ 353/2882]     7.942 ms vlib/builtin/cfns_wrapper.c.v
                                                                                
OK    [ 354/2882]     7.817 ms vlib/builtin/chan.v
                                                                                
OK    [ 355/2882]    10.702 ms vlib/builtin/cfns.c.v
                                                                                
OK    [ 356/2882]     7.372 ms vlib/builtin/float.c.v
                                                                                
OK    [ 357/2882]     7.721 ms vlib/builtin/float_x64.v
                                                                                
OK    [ 358/2882]     8.396 ms vlib/builtin/gated_array_string_test.v
                                                                                
OK    [ 359/2882]    11.477 ms vlib/builtin/float_test.v
                                                                                
OK    [ 360/2882]     7.282 ms vlib/builtin/int_test.v
                                                                                
OK    [ 361/2882]    10.782 ms vlib/builtin/int.v
                                                                                
OK    [ 362/2882]     6.429 ms vlib/builtin/isnil_test.v
                                                                                
OK    [ 363/2882]     9.222 ms vlib/builtin/js/builtin.js.v
                                                                                
OK    [ 364/2882]    11.358 ms vlib/builtin/js/array.js.v
                                                                                
OK    [ 365/2882]     8.638 ms vlib/builtin/js/builtin.v
                                                                                
OK    [ 366/2882]     7.180 ms vlib/builtin/js/byte.js.v
                                                                                
OK    [ 367/2882]     6.454 ms vlib/builtin/js/float.js.v
                                                                                
OK    [ 368/2882]     7.105 ms vlib/builtin/js/int.js.v
                                                                                
OK    [ 369/2882]     8.176 ms vlib/builtin/js/int_test.js.v
                                                                                
OK    [ 370/2882]     8.403 ms vlib/builtin/js/jsfns.js.v
                                                                                
OK    [ 371/2882]     6.566 ms vlib/builtin/js/jsfns_browser.js.v
                                                                                
OK    [ 372/2882]     7.240 ms vlib/builtin/js/jsfns_node.js.v
                                                                                
OK    [ 373/2882]     7.252 ms vlib/builtin/js/map.js.v
                                                                                
OK    [ 374/2882]    26.979 ms vlib/builtin/js/array_test.js.v
                                                                                
OK    [ 375/2882]     8.175 ms vlib/builtin/js/promise.js.v
                                                                                
OK    [ 376/2882]    12.518 ms vlib/builtin/js/map_test.js.v
                                                                                
OK    [ 377/2882]     9.592 ms vlib/builtin/js/rune.js.v
                                                                                
OK    [ 378/2882]     6.011 ms vlib/builtin/js/utf8.js.v
                                                                                
OK    [ 379/2882]    11.697 ms vlib/builtin/js/string.js.v
                                                                                
OK    [ 380/2882]     7.187 ms vlib/builtin/linux_bare/libc_impl.v
                                                                                
OK    [ 381/2882]    13.757 ms vlib/builtin/js/string_test.js.v
                                                                                
OK    [ 382/2882]     5.996 ms vlib/builtin/linux_bare/old/array_bare.v
                                                                                
OK    [ 383/2882]     8.415 ms vlib/builtin/linux_bare/memory_managment.v
                                                                                
OK    [ 384/2882]    12.743 ms vlib/builtin/linux_bare/linux_syscalls.v
                                                                                
OK    [ 385/2882]     7.947 ms vlib/builtin/linux_bare/old/builtin_bare.v
                                                                                
OK    [ 386/2882]     8.698 ms vlib/builtin/linux_bare/old/mm_bare.v
                                                                                
OK    [ 387/2882]    12.553 ms vlib/builtin/linux_bare/old/linuxsys_bare.v
                                                                                
OK    [ 388/2882]     8.190 ms vlib/builtin/linux_bare/old/string_bare.v
                                                                                
OK    [ 389/2882]     7.539 ms vlib/builtin/map.c.v
                                                                                
OK    [ 390/2882]    10.276 ms vlib/builtin/linux_bare/old/syscallwrapper_test.v
                                                                                
OK    [ 391/2882]     6.585 ms vlib/builtin/map_of_floats_test.v
                                                                                
OK    [ 392/2882]     8.292 ms vlib/builtin/map_d_gcboehm_opt.v
                                                                                
OK    [ 393/2882]    10.835 ms vlib/builtin/map.v
                                                                                
OK    [ 394/2882]     6.652 ms vlib/builtin/option.c.v
                                                                                
OK    [ 395/2882]    11.878 ms vlib/builtin/map_test.v
                                                                                
OK    [ 396/2882]     6.912 ms vlib/builtin/prealloc.c.v
                                                                                
OK    [ 397/2882]     8.811 ms vlib/builtin/option.v
                                                                                
OK    [ 398/2882]     6.451 ms vlib/builtin/rune.v
                                                                                
OK    [ 399/2882]     8.366 ms vlib/builtin/rune_test.v
                                                                                
OK    [ 400/2882]     8.929 ms vlib/builtin/sorted_map.v
                                                                                
OK    [ 401/2882]     7.859 ms vlib/builtin/sorting_test.v
                                                                                
OK    [ 402/2882]     6.740 ms vlib/builtin/string_charptr_byteptr_helpers.v
                                                                                
OK    [ 403/2882]     6.366 ms vlib/builtin/string_match_glob_test.v
                                                                                
OK    [ 404/2882]    10.843 ms vlib/builtin/string_int_test.v
                                                                                
OK    [ 405/2882]     6.965 ms vlib/builtin/string_strip_margin_test.v
                                                                                
OK    [ 406/2882]    17.617 ms vlib/builtin/string.v
                                                                                
OK    [ 407/2882]     5.717 ms vlib/builtin/string_trim_indent_test.v
                                                                                
OK    [ 408/2882]    14.010 ms vlib/builtin/string_interpolation.v
                                                                                
OK    [ 409/2882]    10.155 ms vlib/builtin/utf8.c.v
                                                                                
OK    [ 410/2882]     7.613 ms vlib/builtin/utf8.v
                                                                                
OK    [ 411/2882]     5.260 ms vlib/builtin/wasm/alloc.v
                                                                                
OK    [ 412/2882]     6.622 ms vlib/builtin/utf8_test.v
                                                                                
OK    [ 413/2882]    14.718 ms vlib/builtin/string_test.v
                                                                                
OK    [ 414/2882]     7.684 ms vlib/builtin/wasm/builtin.v
                                                                                
OK    [ 415/2882]     8.444 ms vlib/builtin/wasm/browser/builtin.v
                                                                                
OK    [ 416/2882]     7.735 ms vlib/builtin/wasm/string.v
                                                                                
OK    [ 417/2882]     7.263 ms vlib/builtin/wasm/wasi/int.v
                                                                                
OK    [ 418/2882]     9.748 ms vlib/builtin/wasm/wasi/builtin.v
                                                                                
OK    [ 419/2882]     6.680 ms vlib/builtin/wasm/wasi/string.v
                                                                                
OK    [ 420/2882]     7.229 ms vlib/builtin/wasm/wasi/wasi.v
                                                                                
OK    [ 421/2882]     8.836 ms vlib/builtin/wasm_bare/libc_impl.v
                                                                                
OK    [ 422/2882]     8.379 ms vlib/builtin/wasm_bare/memory_management.v
                                                                                
OK    [ 423/2882]     8.977 ms vlib/cli/cli_test.v
                                                                                
OK    [ 424/2882]     7.900 ms vlib/cli/command_test.v
                                                                                
OK    [ 425/2882]    11.336 ms vlib/cli/command.v
                                                                                
OK    [ 426/2882]     8.746 ms vlib/cli/flag.v
                                                                                
OK    [ 427/2882]     7.975 ms vlib/cli/flag_test.v
                                                                                
OK    [ 428/2882]     7.373 ms vlib/cli/help.v
                                                                                
OK    [ 429/2882]     7.889 ms vlib/cli/help_test.v
                                                                                
OK    [ 430/2882]     6.915 ms vlib/cli/version.v
                                                                                
OK    [ 431/2882]     8.477 ms vlib/cli/man.v
                                                                                
OK    [ 432/2882]     7.190 ms vlib/clipboard/clipboard.v
                                                                                
OK    [ 433/2882]     6.641 ms vlib/clipboard/clipboard_android.c.v
                                                                                
OK    [ 434/2882]    14.093 ms vlib/cli/man_test.v
                                                                                
OK    [ 435/2882]     7.168 ms vlib/clipboard/clipboard_solaris.c.v
                                                                                
OK    [ 436/2882]     8.885 ms vlib/clipboard/clipboard_default.c.v
                                                                                
OK    [ 437/2882]     6.187 ms vlib/clipboard/clipboard_test.v
                                                                                
OK    [ 438/2882]     6.459 ms vlib/clipboard/dummy/dummy_clipboard.v
                                                                                
OK    [ 439/2882]     8.707 ms vlib/clipboard/clipboard_windows.c.v
                                                                                
OK    [ 440/2882]    16.901 ms vlib/clipboard/clipboard_darwin.c.v
                                                                                
OK    [ 441/2882]    10.310 ms vlib/clipboard/x11/clipboard.c.v
                                                                                
OK    [ 442/2882]    10.155 ms vlib/compress/compress.v
                                                                                
OK    [ 443/2882]     6.505 ms vlib/compress/deflate/deflate.v
                                                                                
OK    [ 444/2882]     6.617 ms vlib/compress/deflate/deflate_test.v
                                                                                
OK    [ 445/2882]     7.821 ms vlib/compress/gzip/gzip.v
                                                                                
OK    [ 446/2882]     7.767 ms vlib/compress/gzip/gzip_test.v
                                                                                
OK    [ 447/2882]     6.608 ms vlib/compress/zlib/zlib_test.v
                                                                                
OK    [ 448/2882]     9.301 ms vlib/compress/zlib/zlib.v
                                                                                
OK    [ 449/2882]     7.150 ms vlib/context/cancel_test.v
                                                                                
OK    [ 450/2882]    12.256 ms vlib/context/cancel.v
                                                                                
OK    [ 451/2882]     7.619 ms vlib/context/context.v
                                                                                
OK    [ 452/2882]     7.672 ms vlib/context/deadline.v
                                                                                
OK    [ 453/2882]     7.017 ms vlib/context/deadline_test.v
                                                                                
OK    [ 454/2882]     8.117 ms vlib/context/empty.v
                                                                                
OK    [ 455/2882]     7.256 ms vlib/context/empty_test.v
                                                                                
OK    [ 456/2882]     7.656 ms vlib/context/onecontext/onecontext_test.v
                                                                                
OK    [ 457/2882]    10.394 ms vlib/context/onecontext/onecontext.v
                                                                                
OK    [ 458/2882]     6.432 ms vlib/context/value_test.v
                                                                                
OK    [ 459/2882]    10.648 ms vlib/context/value.v
                                                                                
OK    [ 460/2882]     7.699 ms vlib/coroutines/coroutines.v
                                                                                
SKIP  [ 461/2882]     0.005 ms vlib/crypto/aes/const.v

                                                                                
OK    [ 462/2882]     6.303 ms vlib/crypto/aes/aes_cbc.v
                                                                                
OK    [ 463/2882]     6.611 ms vlib/crypto/aes/aes_test.v
                                                                                
OK    [ 464/2882]     6.037 ms vlib/crypto/aes/cypher_generic.v
                                                                                
OK    [ 465/2882]    10.906 ms vlib/crypto/aes/block_generic.v
                                                                                
OK    [ 466/2882]     5.248 ms vlib/crypto/bcrypt/bcrypt_test.v
                                                                                
OK    [ 467/2882]     8.199 ms vlib/crypto/bcrypt/bcrypt.v
                                                                                
OK    [ 468/2882]    19.418 ms vlib/crypto/aes/aes.v
                                                                                
OK    [ 469/2882]     8.026 ms vlib/crypto/blowfish/block.v
                                                                                
OK    [ 470/2882]     6.409 ms vlib/crypto/blowfish/blowfish_test.v
                                                                                
OK    [ 471/2882]     8.154 ms vlib/crypto/blowfish/blowfish.v
                                                                                
OK    [ 472/2882]     9.582 ms vlib/crypto/blowfish/const.v
                                                                                
OK    [ 473/2882]     7.322 ms vlib/crypto/cipher/aes_cfb_test.v
                                                                                
OK    [ 474/2882]     8.293 ms vlib/crypto/cipher/aes_cbc_test.v
                                                                                
OK    [ 475/2882]     6.671 ms vlib/crypto/cipher/aes_ctr_test.v
                                                                                
OK    [ 476/2882]     7.230 ms vlib/crypto/cipher/aes_ofb_test.v
                                                                                
OK    [ 477/2882]     7.861 ms vlib/crypto/cipher/cbc.v
                                                                                
OK    [ 478/2882]     9.064 ms vlib/crypto/cipher/cfb.v
                                                                                
OK    [ 479/2882]     8.371 ms vlib/crypto/cipher/ctr.v
                                                                                
OK    [ 480/2882]     7.133 ms vlib/crypto/cipher/des_cbc_test.v
                                                                                
OK    [ 481/2882]    12.228 ms vlib/crypto/cipher/cipher.v
                                                                                
OK    [ 482/2882]     6.223 ms vlib/crypto/cipher/des_cfb_test.v
                                                                                
OK    [ 483/2882]     6.806 ms vlib/crypto/cipher/des_ctr_test.v
                                                                                
OK    [ 484/2882]     7.868 ms vlib/crypto/cipher/des_ofb_test.v
                                                                                
OK    [ 485/2882]     7.621 ms vlib/crypto/cipher/ofb.v
                                                                                
OK    [ 486/2882]     6.504 ms vlib/crypto/crypto.v
                                                                                
OK    [ 487/2882]    10.910 ms vlib/crypto/cipher/xor_generic.v
                                                                                
OK    [ 488/2882]     7.881 ms vlib/crypto/des/block.v
                                                                                
OK    [ 489/2882]     7.831 ms vlib/crypto/des/const.v
                                                                                
OK    [ 490/2882]     8.696 ms vlib/crypto/des/des.v
                                                                                
OK    [ 491/2882]     9.449 ms vlib/crypto/des/des_test.v
                                                                                
OK    [ 492/2882]     7.453 ms vlib/crypto/ed25519/examples/example.v
                                                                                
OK    [ 493/2882]     9.773 ms vlib/crypto/ed25519/internal/edwards25519/element.v
                                                                                
OK    [ 494/2882]    14.057 ms vlib/crypto/ed25519/internal/edwards25519/edwards25519.v
                                                                                
OK    [ 495/2882]    15.393 ms vlib/crypto/ed25519/internal/ed25519_test.v
                                                                                
OK    [ 496/2882]    21.443 ms vlib/crypto/ed25519/ed25519.v
                                                                                
OK    [ 497/2882]     6.786 ms vlib/crypto/ed25519/internal/edwards25519/extra.v
                                                                                
OK    [ 498/2882]     7.194 ms vlib/crypto/ed25519/internal/edwards25519/extra_test.v
                                                                                
OK    [ 499/2882]     9.480 ms vlib/crypto/ed25519/internal/edwards25519/point.v
                                                                                
OK    [ 500/2882]    10.238 ms vlib/crypto/ed25519/internal/edwards25519/element_test.v
                                                                                
OK    [ 501/2882]     6.315 ms vlib/crypto/ed25519/internal/edwards25519/point_test.v
                                                                                
OK    [ 502/2882]     6.263 ms vlib/crypto/ed25519/internal/edwards25519/scalar_alias_test.v
                                                                                
OK    [ 503/2882]     7.807 ms vlib/crypto/ed25519/internal/edwards25519/scalar_test.v
                                                                                
OK    [ 504/2882]     7.897 ms vlib/crypto/ed25519/internal/edwards25519/scalarmult.v
                                                                                
OK    [ 505/2882]    13.428 ms vlib/crypto/ed25519/internal/edwards25519/scalar.v
                                                                                
OK    [ 506/2882]     6.347 ms vlib/crypto/ed25519/internal/edwards25519/table.v
                                                                                
OK    [ 507/2882]    10.115 ms vlib/crypto/ed25519/internal/edwards25519/scalarmult_test.v
                                                                                
OK    [ 508/2882]     7.495 ms vlib/crypto/hmac/hmac.v
                                                                                
OK    [ 509/2882]     8.602 ms vlib/crypto/ed25519/internal/edwards25519/table_test.v
                                                                                
OK    [ 510/2882]     6.810 ms vlib/crypto/internal/subtle/aliasing.v
                                                                                
OK    [ 511/2882]     7.156 ms vlib/crypto/internal/subtle/comparison.v
                                                                                
OK    [ 512/2882]    10.336 ms vlib/crypto/hmac/hmac_test.v
                                                                                
OK    [ 513/2882]     7.182 ms vlib/crypto/md5/md5_test.v
                                                                                
OK    [ 514/2882]     6.462 ms vlib/crypto/pem/decode.v
                                                                                
OK    [ 515/2882]    10.212 ms vlib/crypto/internal/subtle/comparison_test.v
                                                                                
OK    [ 516/2882]    10.070 ms vlib/crypto/md5/md5.v
                                                                                
OK    [ 517/2882]     8.566 ms vlib/crypto/md5/md5block_generic.v
                                                                                
OK    [ 518/2882]     7.889 ms vlib/crypto/pem/encode.v
                                                                                
OK    [ 519/2882]     7.180 ms vlib/crypto/pem/pem.v
                                                                                
OK    [ 520/2882]     6.234 ms vlib/crypto/rand/rand.v
                                                                                
OK    [ 521/2882]    10.968 ms vlib/crypto/pem/pem_test.v
                                                                                
OK    [ 522/2882]     6.348 ms vlib/crypto/rand/rand_darwin.c.v
                                                                                
OK    [ 523/2882]    12.350 ms vlib/crypto/rand/crypto_rand_bytes_test.v
                                                                                
OK    [ 524/2882]     6.034 ms vlib/crypto/rand/rand_freebsd.c.v
                                                                                
OK    [ 525/2882]     9.365 ms vlib/crypto/rand/rand_default.c.v
                                                                                
OK    [ 526/2882]     5.888 ms vlib/crypto/rand/rand_linux.c.v
                                                                                
OK    [ 527/2882]     6.688 ms vlib/crypto/rand/rand_solaris.c.v
                                                                                
OK    [ 528/2882]     7.678 ms vlib/crypto/rand/rand_openbsd.c.v
                                                                                
OK    [ 529/2882]     7.359 ms vlib/crypto/rand/rand_windows.c.v
                                                                                
OK    [ 530/2882]     7.019 ms vlib/crypto/rc4/rc4.v
                                                                                
OK    [ 531/2882]     8.251 ms vlib/crypto/rand/utils.v
                                                                                
OK    [ 532/2882]     6.727 ms vlib/crypto/rc4/rc4_test.v
                                                                                
OK    [ 533/2882]     7.791 ms vlib/crypto/sha1/sha1_test.v
                                                                                
OK    [ 534/2882]     7.178 ms vlib/crypto/sha1/sha1block_generic.v
                                                                                
OK    [ 535/2882]    11.468 ms vlib/crypto/sha1/sha1.v
                                                                                
OK    [ 536/2882]     6.557 ms vlib/crypto/sha256/sha256_test.v
                                                                                
OK    [ 537/2882]    10.227 ms vlib/crypto/sha256/sha256.v
                                                                                
OK    [ 538/2882]     6.816 ms vlib/crypto/sha256/sha256block_generic.v
                                                                                
OK    [ 539/2882]     8.297 ms vlib/crypto/sha512/sha512_test.v
                                                                                
OK    [ 540/2882]    10.567 ms vlib/crypto/sha512/sha512.v
                                                                                
OK    [ 541/2882]     8.860 ms vlib/crypto/sha512/sha512block_generic.v
                                                                                
OK    [ 542/2882]     9.304 ms vlib/datatypes/bloom_filter.v
                                                                                
OK    [ 543/2882]     9.181 ms vlib/datatypes/bloom_filter_test.v
                                                                                
OK    [ 544/2882]     7.352 ms vlib/datatypes/bstree.v
                                                                                
OK    [ 545/2882]     7.671 ms vlib/datatypes/bstree_test.v
                                                                                
OK    [ 546/2882]     8.103 ms vlib/datatypes/doubly_linked_list.v
                                                                                
OK    [ 547/2882]     7.699 ms vlib/datatypes/doubly_linked_list_test.v
                                                                                
OK    [ 548/2882]     9.131 ms vlib/datatypes/fsm/fsm.v
                                                                                
OK    [ 549/2882]     6.526 ms vlib/datatypes/fsm/tools/fsm_graph.v
                                                                                
OK    [ 550/2882]     7.505 ms vlib/datatypes/heap.v
                                                                                
OK    [ 551/2882]     7.769 ms vlib/datatypes/heap_test.v
                                                                                
OK    [ 552/2882]    12.511 ms vlib/datatypes/fsm/fsm_test.v
                                                                                
OK    [ 553/2882]     7.055 ms vlib/datatypes/linked_list_test.v
                                                                                
OK    [ 554/2882]     9.644 ms vlib/datatypes/linked_list.v
                                                                                
OK    [ 555/2882]     8.217 ms vlib/datatypes/quadtree.v
                                                                                
OK    [ 556/2882]     6.424 ms vlib/datatypes/queue.v
                                                                                
OK    [ 557/2882]     6.985 ms vlib/datatypes/quadtree_test.v
                                                                                
OK    [ 558/2882]     8.481 ms vlib/datatypes/ringbuffer.v
                                                                                
OK    [ 559/2882]     9.262 ms vlib/datatypes/queue_test.v
                                                                                
OK    [ 560/2882]     7.323 ms vlib/datatypes/ringbuffer_test.v
                                                                                
OK    [ 561/2882]     7.244 ms vlib/datatypes/set_test.v
                                                                                
OK    [ 562/2882]     8.310 ms vlib/datatypes/set.v
                                                                                
OK    [ 563/2882]     7.514 ms vlib/datatypes/stack.v
                                                                                
OK    [ 564/2882]     7.291 ms vlib/db/mssql/_cdef_nix.c.v
                                                                                
OK    [ 565/2882]     7.166 ms vlib/db/mssql/_cdef_windows.c.v
                                                                                
OK    [ 566/2882]     6.952 ms vlib/db/mssql/_cdefs.c.v
                                                                                
OK    [ 567/2882]    10.086 ms vlib/datatypes/stack_test.v
                                                                                
OK    [ 568/2882]     7.023 ms vlib/db/mssql/config.v
                                                                                
OK    [ 569/2882]     8.205 ms vlib/db/mssql/mssql.v
                                                                                
OK    [ 570/2882]     7.921 ms vlib/db/mssql/result.v
                                                                                
OK    [ 571/2882]     8.404 ms vlib/db/mssql/stmt_handle.v
                                                                                
OK    [ 572/2882]     8.343 ms vlib/db/mysql/_cdefs.c.v
                                                                                
OK    [ 573/2882]     7.510 ms vlib/db/mysql/_cdefs_nix.c.v
                                                                                
OK    [ 574/2882]     7.424 ms vlib/db/mysql/consts.v
                                                                                
OK    [ 575/2882]     8.365 ms vlib/db/mysql/_cdefs_windows.c.v
                                                                                
OK    [ 576/2882]    12.800 ms vlib/db/mysql/enums.v
                                                                                
OK    [ 577/2882]     6.867 ms vlib/db/mysql/orm.v
                                                                                
OK    [ 578/2882]     9.861 ms vlib/db/mysql/mysql_orm_test.v
                                                                                
OK    [ 579/2882]    14.536 ms vlib/db/mysql/mysql.v
                                                                                
OK    [ 580/2882]    11.410 ms vlib/db/mysql/result.v
                                                                                
OK    [ 581/2882]     6.625 ms vlib/db/mysql/utils.v
                                                                                
OK    [ 582/2882]     6.856 ms vlib/db/pg/oid.v
                                                                                
OK    [ 583/2882]     9.069 ms vlib/db/mysql/stmt.c.v
                                                                                
OK    [ 584/2882]     9.548 ms vlib/db/pg/orm.v
                                                                                
OK    [ 585/2882]     9.175 ms vlib/db/pg/pg.v
                                                                                
OK    [ 586/2882]     7.735 ms vlib/db/pg/pg_orm_test.v
                                                                                
OK    [ 587/2882]     6.127 ms vlib/db/sqlite/result_code.v
                                                                                
OK    [ 588/2882]     8.104 ms vlib/db/sqlite/orm.v
                                                                                
OK    [ 589/2882]     9.869 ms vlib/db/sqlite/sqlite.v
                                                                                
OK    [ 590/2882]     7.644 ms vlib/db/sqlite/sqlite_test.v
                                                                                
OK    [ 591/2882]     7.800 ms vlib/db/sqlite/stmt.v
                                                                                
OK    [ 592/2882]    10.063 ms vlib/db/sqlite/sqlite_vfs_lowlevel_test.v
                                                                                
OK    [ 593/2882]    11.465 ms vlib/db/sqlite/sqlite_orm_test.v
                                                                                
OK    [ 594/2882]     6.878 ms vlib/dl/dl.v
                                                                                
OK    [ 595/2882]     6.992 ms vlib/dl/dl_nix.c.v
                                                                                
OK    [ 596/2882]     6.260 ms vlib/dl/dl_windows.c.v
                                                                                
OK    [ 597/2882]     7.914 ms vlib/dl/dl_test.v
                                                                                
OK    [ 598/2882]    13.441 ms vlib/db/sqlite/vfs_lowlevel.v
                                                                                
OK    [ 599/2882]     7.176 ms vlib/dl/loader/loader_test.v
                                                                                
OK    [ 600/2882]     8.976 ms vlib/dl/loader/loader.v
                                                                                
OK    [ 601/2882]     6.799 ms vlib/dl/rtld_next_test.v
                                                                                
OK    [ 602/2882]     8.605 ms vlib/dlmalloc/dlmalloc_sys_nix.c.v
                                                                                
OK    [ 603/2882]     6.853 ms vlib/dlmalloc/dlmalloc_sys_windows.c.v
                                                                                
OK    [ 604/2882]     7.304 ms vlib/encoding/base32/base32.v
                                                                                
OK    [ 605/2882]     8.543 ms vlib/dlmalloc/global.v
                                                                                
OK    [ 606/2882]    15.681 ms vlib/dlmalloc/dlmalloc.v
                                                                                
OK    [ 607/2882]     6.991 ms vlib/encoding/base32/base32_test.v
                                                                                
OK    [ 608/2882]     8.870 ms vlib/encoding/base58/alphabet.v
                                                                                
OK    [ 609/2882]     5.837 ms vlib/encoding/base58/base58_usage_test.v
                                                                                
OK    [ 610/2882]     7.971 ms vlib/encoding/base58/base58_test.v
                                                                                
OK    [ 611/2882]     8.755 ms vlib/encoding/base58/base58.v
                                                                                
OK    [ 612/2882]     6.984 ms vlib/encoding/base64/base64.v
                                                                                
OK    [ 613/2882]     7.030 ms vlib/encoding/base64/base64_memory_test.v
                                                                                
OK    [ 614/2882]    10.813 ms vlib/encoding/base64/base64.c.v
                                                                                
OK    [ 615/2882]     9.342 ms vlib/encoding/base64/base64_test.v
                                                                                
OK    [ 616/2882]     9.495 ms vlib/encoding/binary/big_endian.v
                                                                                
OK    [ 617/2882]     7.659 ms vlib/encoding/binary/big_endian_test.v
                                                                                
OK    [ 618/2882]     7.783 ms vlib/encoding/binary/little_endian_test.v
                                                                                
OK    [ 619/2882]     8.443 ms vlib/encoding/binary/little_endian.v
                                                                                
OK    [ 620/2882]    10.361 ms vlib/encoding/csv/reader.v
                                                                                
OK    [ 621/2882]    10.356 ms vlib/encoding/csv/reader_test.v
                                                                                
OK    [ 622/2882]     7.042 ms vlib/encoding/csv/to_struct_arr.v
                                                                                
OK    [ 623/2882]     6.344 ms vlib/encoding/csv/writer.v
                                                                                
OK    [ 624/2882]     6.623 ms vlib/encoding/csv/writer_test.v
                                                                                
OK    [ 625/2882]     7.119 ms vlib/encoding/hex/hex.v
                                                                                
OK    [ 626/2882]     8.163 ms vlib/encoding/hex/hex_test.v
                                                                                
OK    [ 627/2882]     6.867 ms vlib/encoding/leb128/leb128.v
                                                                                
OK    [ 628/2882]     8.818 ms vlib/encoding/html/escape.v
                                                                                
OK    [ 629/2882]     8.564 ms vlib/encoding/html/escape_test.v
                                                                                
OK    [ 630/2882]     7.296 ms vlib/encoding/utf8/east_asian/east_asian_width_test.v
                                                                                
OK    [ 631/2882]     6.997 ms vlib/encoding/utf8/encoding_utf8_test.v
                                                                                
OK    [ 632/2882]     8.059 ms vlib/encoding/utf8/utf8.v
                                                                                
OK    [ 633/2882]     5.795 ms vlib/encoding/utf8/utf8_util_test.v
                                                                                
OK    [ 634/2882]     9.944 ms vlib/encoding/utf8/utf8_util.v
                                                                                
OK    [ 635/2882]    10.931 ms vlib/encoding/utf8/utf8_tables.v
                                                                                
OK    [ 636/2882]    19.816 ms vlib/encoding/utf8/east_asian/east_asian_width.v
                                                                                
OK    [ 637/2882]     5.891 ms vlib/eventbus/eventbus.v
                                                                                
OK    [ 638/2882]    25.144 ms vlib/encoding/leb128/leb128_test.v
                                                                                
OK    [ 639/2882]     8.707 ms vlib/flag/default_flag_options_test.v
                                                                                
OK    [ 640/2882]     5.304 ms vlib/flag/testdata/simplest_flag_program.v
                                                                                
OK    [ 641/2882]    13.713 ms vlib/eventbus/eventbus_test.v
                                                                                
OK    [ 642/2882]    10.276 ms vlib/flag/flag_test.v
                                                                                
OK    [ 643/2882]    11.969 ms vlib/flag/flag.v
                                                                                
OK    [ 644/2882]     7.861 ms vlib/flag/testdata/usage_example.v
                                                                                
OK    [ 645/2882]     6.771 ms vlib/flag/usage_example_test.v
                                                                                
OK    [ 646/2882]     6.650 ms vlib/fontstash/a_d_use_freetype.v
                                                                                
OK    [ 647/2882]     9.017 ms vlib/fontstash/fontstash.c.v
                                                                                
OK    [ 648/2882]    10.097 ms vlib/fontstash/fontstash_enums.v
                                                                                
OK    [ 649/2882]     7.097 ms vlib/fontstash/fontstash_funcs.c.v
                                                                                
OK    [ 650/2882]     8.341 ms vlib/fontstash/fontstash_structs.c.v
                                                                                
OK    [ 651/2882]     7.090 ms vlib/gg/enums.v
                                                                                
OK    [ 652/2882]     8.487 ms vlib/gg/draw_fns_api_test.v
                                                                                
OK    [ 653/2882]     9.514 ms vlib/gg/gg.js.v
                                                                                
OK    [ 654/2882]     5.370 ms vlib/gg/gg.v
                                                                                
OK    [ 655/2882]    16.768 ms vlib/gg/draw.c.v
                                                                                
OK    [ 656/2882]     5.990 ms vlib/gg/gg_android_outside_termux.c.v
                                                                                
OK    [ 657/2882]    14.575 ms vlib/gg/gg.c.v
                                                                                
OK    [ 658/2882]     8.085 ms vlib/gg/gg_ui.c.v
                                                                                
OK    [ 659/2882]     7.918 ms vlib/gg/image.js.v
                                                                                
OK    [ 660/2882]     9.035 ms vlib/gg/gg_darwin.c.v
                                                                                
OK    [ 661/2882]     9.073 ms vlib/gg/image.c.v
                                                                                
OK    [ 662/2882]     8.060 ms vlib/gg/image.v
                                                                                
OK    [ 663/2882]     7.136 ms vlib/gg/import_gx.v
                                                                                
OK    [ 664/2882]     7.097 ms vlib/gg/m4/graphic.v
                                                                                
OK    [ 665/2882]     9.063 ms vlib/gg/m4/m4_test.v
                                                                                
OK    [ 666/2882]     7.614 ms vlib/gg/m4/vector.v
                                                                                
OK    [ 667/2882]     5.451 ms vlib/gg/recorder.js.v
                                                                                
OK    [ 668/2882]     7.469 ms vlib/gg/recorder.c.v
                                                                                
OK    [ 669/2882]     6.923 ms vlib/gg/recorder.v
                                                                                
OK    [ 670/2882]     6.252 ms vlib/gg/text_rendering.js.v
                                                                                
OK    [ 671/2882]    18.096 ms vlib/gg/m4/matrix.v
                                                                                
OK    [ 672/2882]     6.819 ms vlib/gg/text_rendering.v
                                                                                
OK    [ 673/2882]    12.530 ms vlib/gg/text_rendering.c.v
                                                                                
OK    [ 674/2882]     9.104 ms vlib/gx/color.v
                                                                                
OK    [ 675/2882]     6.814 ms vlib/gx/color_test.v
                                                                                
OK    [ 676/2882]     7.130 ms vlib/gx/image.v
                                                                                
OK    [ 677/2882]     6.646 ms vlib/gx/text.c.v
                                                                                
OK    [ 678/2882]     7.158 ms vlib/gx/text.js.v
                                                                                
OK    [ 679/2882]     6.754 ms vlib/hash/crc32/crc32_test.v
                                                                                
OK    [ 680/2882]     7.843 ms vlib/hash/crc32/crc32.v
                                                                                
OK    [ 681/2882]     7.372 ms vlib/hash/fnv1a/fnv1a.v
                                                                                
OK    [ 682/2882]    10.744 ms vlib/gx/text.v
                                                                                
OK    [ 683/2882]     8.330 ms vlib/hash/fnv1a/fnv1a_test.v
                                                                                
OK    [ 684/2882]     6.390 ms vlib/hash/hash.v
                                                                                
OK    [ 685/2882]     7.258 ms vlib/hash/hash_compiles_test.v
                                                                                
OK    [ 686/2882]     8.214 ms vlib/hash/wyhash.c.v
                                                                                
OK    [ 687/2882]     7.924 ms vlib/hash/wyhash.js.v
                                                                                
OK    [ 688/2882]     7.039 ms vlib/hash/wyhash.v
                                                                                
OK    [ 689/2882]     8.005 ms vlib/io/buffered_reader.v
                                                                                
OK    [ 690/2882]    10.073 ms vlib/io/custom_string_reading_test.v
                                                                                
OK    [ 691/2882]     6.678 ms vlib/io/io_test.v
                                                                                
OK    [ 692/2882]     8.594 ms vlib/io/io.v
                                                                                
OK    [ 693/2882]     8.844 ms vlib/io/io_cp_test.v
                                                                                
OK    [ 694/2882]     7.395 ms vlib/io/multi_writer.v
                                                                                
OK    [ 695/2882]     7.411 ms vlib/io/multi_writer_test.v
                                                                                
OK    [ 696/2882]     7.233 ms vlib/io/reader.v
                                                                                
OK    [ 697/2882]     9.199 ms vlib/io/os_file_reader_test.v
                                                                                
OK    [ 698/2882]     7.698 ms vlib/io/readerwriter.v
                                                                                
OK    [ 699/2882]    10.121 ms vlib/io/reader_test.v
                                                                                
OK    [ 700/2882]     7.350 ms vlib/io/util/util.v
                                                                                
OK    [ 701/2882]     7.258 ms vlib/io/util/util_test.v
                                                                                
OK    [ 702/2882]     8.297 ms vlib/io/writer.v
                                                                                
OK    [ 703/2882]     6.142 ms vlib/js/dom/dom.v
                                                                                
OK    [ 704/2882]     7.682 ms vlib/js/js.v
                                                                                
OK    [ 705/2882]     8.750 ms vlib/js/js.js.v
                                                                                
OK    [ 706/2882]     6.217 ms vlib/json/cjson/cjson_test.v
                                                                                
OK    [ 707/2882]     6.675 ms vlib/json/cjson/cjson_wrapper.v
                                                                                
OK    [ 708/2882]     5.731 ms vlib/json/json_decode_with_generic_array_test.v
                                                                                
OK    [ 709/2882]    19.377 ms vlib/js/dom/dom.js.v
                                                                                
OK    [ 710/2882]     8.795 ms vlib/json/json_alias_test.v
                                                                                
OK    [ 711/2882]     7.818 ms vlib/json/json_decode_with_encode_arg_test.v
                                                                                
OK    [ 712/2882]     8.653 ms vlib/json/json_decode_test.v
                                                                                
OK    [ 713/2882]     8.534 ms vlib/json/json_decode_with_generic_test.v
                                                                                
OK    [ 714/2882]     8.141 ms vlib/json/json_decode_with_option_arg_test.v
                                                                                
OK    [ 715/2882]     7.523 ms vlib/json/json_decode_with_sumtype_test.v
                                                                                
OK    [ 716/2882]     8.035 ms vlib/json/json_encode_map_test.v
                                                                                
OK    [ 717/2882]     8.888 ms vlib/json/json_encode_enum_test.v
                                                                                
OK    [ 718/2882]     7.127 ms vlib/json/json_encode_primite_test.v
                                                                                
OK    [ 719/2882]     7.830 ms vlib/json/json_encode_sumtype_test.v
                                                                                
OK    [ 720/2882]     8.448 ms vlib/json/json_encode_struct_with_option_field_test.v
                                                                                
OK    [ 721/2882]     7.664 ms vlib/json/json_encode_with_ptr_test.v
                                                                                
OK    [ 722/2882]     8.538 ms vlib/json/json_encode_with_mut_test.v
                                                                                
OK    [ 723/2882]     8.051 ms vlib/json/json_generic_array_test.v
                                                                                
OK    [ 724/2882]     6.510 ms vlib/json/json_option_struct_test.v
                                                                                
OK    [ 725/2882]     7.877 ms vlib/json/json_omitempty_types_test.v
                                                                                
OK    [ 726/2882]     9.978 ms vlib/json/json_raw_test.v
                                                                                
OK    [ 727/2882]    17.753 ms vlib/json/json_omitempty_test.v
                                                                                
OK    [ 728/2882]    16.530 ms vlib/json/json_option_test.v
                                                                                
OK    [ 729/2882]    11.319 ms vlib/json/json_primitives.v
                                                                                
OK    [ 730/2882]     5.436 ms vlib/json/json_struct_option_test.v
                                                                                
OK    [ 731/2882]     6.274 ms vlib/maps/maps.v
                                                                                
OK    [ 732/2882]     7.518 ms vlib/log/log_test.v
                                                                                
OK    [ 733/2882]     8.365 ms vlib/log/log.v
                                                                                
OK    [ 734/2882]     9.778 ms vlib/json/json_test.v
                                                                                
OK    [ 735/2882]     6.312 ms vlib/math/abs.js.v
                                                                                
OK    [ 736/2882]     6.060 ms vlib/math/abs.v
                                                                                
OK    [ 737/2882]     7.955 ms vlib/math/big/array_ops.v
                                                                                
OK    [ 738/2882]     8.944 ms vlib/math/big/array_ops_test.v
                                                                                
OK    [ 739/2882]    16.419 ms vlib/maps/maps_test.v
                                                                                
OK    [ 740/2882]     7.021 ms vlib/math/big/big.v
                                                                                
OK    [ 741/2882]     7.950 ms vlib/math/big/big.js.v
                                                                                
OK    [ 742/2882]     7.127 ms vlib/math/big/division_array_ops.v
                                                                                
OK    [ 743/2882]     7.287 ms vlib/math/big/division_array_ops_test.v
                                                                                
OK    [ 744/2882]    12.251 ms vlib/math/big/big_test.v
                                                                                
OK    [ 745/2882]     8.312 ms vlib/math/big/exponentiation.v
                                                                                
OK    [ 746/2882]     6.008 ms vlib/math/big/large_number_power_and_string_conversion_test.v
                                                                                
OK    [ 747/2882]    12.279 ms vlib/math/big/integer.v
                                                                                
OK    [ 748/2882]     6.645 ms vlib/math/big/min_max.v
                                                                                
OK    [ 749/2882]     7.166 ms vlib/math/big/special_array_ops_test.v
                                                                                
OK    [ 750/2882]     7.594 ms vlib/math/bits.js.v
                                                                                
OK    [ 751/2882]     6.224 ms vlib/math/bits.v
                                                                                
OK    [ 752/2882]    11.921 ms vlib/math/big/special_array_ops.v
                                                                                
OK    [ 753/2882]     6.826 ms vlib/math/bits/bits_tables.v
                                                                                
OK    [ 754/2882]    10.333 ms vlib/math/bits/bits.v
                                                                                
OK    [ 755/2882]     6.230 ms vlib/math/bits/unsafe_bits.js.v
                                                                                
OK    [ 756/2882]     5.725 ms vlib/math/bits/unsafe_bits.v
                                                                                
OK    [ 757/2882]     7.031 ms vlib/math/cbrt.js.v
                                                                                
OK    [ 758/2882]     6.196 ms vlib/math/cbrt.v
                                                                                
OK    [ 759/2882]    13.328 ms vlib/math/bits/bits_test.v
                                                                                
OK    [ 760/2882]     9.313 ms vlib/math/complex/complex.v
                                                                                
OK    [ 761/2882]     6.548 ms vlib/math/const.v
                                                                                
OK    [ 762/2882]     6.539 ms vlib/math/div.v
                                                                                
OK    [ 763/2882]     6.096 ms vlib/math/erf_test.v
                                                                                
OK    [ 764/2882]     5.614 ms vlib/math/exp.js.v
                                                                                
OK    [ 765/2882]    10.061 ms vlib/math/erf.v
                                                                                
OK    [ 766/2882]     6.645 ms vlib/math/exp.v
                                                                                
OK    [ 767/2882]     6.299 ms vlib/math/factorial.v
                                                                                
OK    [ 768/2882]    22.400 ms vlib/math/complex/complex_test.v
                                                                                
OK    [ 769/2882]     7.223 ms vlib/math/factorial_tables.v
                                                                                
OK    [ 770/2882]     7.101 ms vlib/math/factorial_test.v
                                                                                
OK    [ 771/2882]     6.779 ms vlib/math/floor.js.v
                                                                                
OK    [ 772/2882]     7.192 ms vlib/math/floor.v
                                                                                
OK    [ 773/2882]     7.620 ms vlib/math/fractions/approximations.v
                                                                                
OK    [ 774/2882]     7.790 ms vlib/math/fractions/fraction.v
                                                                                
OK    [ 775/2882]     7.929 ms vlib/math/fractions/fraction_test.v
                                                                                
OK    [ 776/2882]    12.722 ms vlib/math/fractions/approximations_test.v
                                                                                
OK    [ 777/2882]     6.806 ms vlib/math/gamma_tables.v
                                                                                
OK    [ 778/2882]     6.438 ms vlib/math/hypot.v
                                                                                
OK    [ 779/2882]     9.869 ms vlib/math/gamma.v
                                                                                
OK    [ 780/2882]     6.713 ms vlib/math/internal/machine.v
                                                                                
OK    [ 781/2882]     8.387 ms vlib/math/invhyp.v
                                                                                
OK    [ 782/2882]     7.805 ms vlib/math/invtrig.js.v
                                                                                
OK    [ 783/2882]     7.133 ms vlib/math/invtrig.v
                                                                                
OK    [ 784/2882]     6.534 ms vlib/math/limit.v
                                                                                
OK    [ 785/2882]    12.290 ms vlib/math/log.v
                                                                                
OK    [ 786/2882]     7.995 ms vlib/math/math.c.v
                                                                                
OK    [ 787/2882]     7.561 ms vlib/math/math_bench_test.v
                                                                                
OK    [ 788/2882]     8.683 ms vlib/math/math.v
                                                                                
OK    [ 789/2882]     6.571 ms vlib/math/min_max_abs.v
                                                                                
OK    [ 790/2882]     6.135 ms vlib/math/min_max_abs_test.v
                                                                                
OK    [ 791/2882]     5.853 ms vlib/math/nextafter.v
                                                                                
OK    [ 792/2882]     7.171 ms vlib/math/modf.v
                                                                                
OK    [ 793/2882]    18.874 ms vlib/math/math_test.v
                                                                                
OK    [ 794/2882]     6.546 ms vlib/math/poly.v
                                                                                
OK    [ 795/2882]     5.952 ms vlib/math/pow.v
                                                                                
OK    [ 796/2882]     7.331 ms vlib/math/q_rsqrt.v
                                                                                
OK    [ 797/2882]     6.573 ms vlib/math/sin.c.v
                                                                                
OK    [ 798/2882]     7.220 ms vlib/math/scalbn.v
                                                                                
OK    [ 799/2882]    13.971 ms vlib/math/pow.c.v
                                                                                
OK    [ 800/2882]     7.614 ms vlib/math/sin.js.v
                                                                                
OK    [ 801/2882]     7.656 ms vlib/math/sin.v
                                                                                
OK    [ 802/2882]     8.057 ms vlib/math/sinh.v
                                                                                
OK    [ 803/2882]     7.061 ms vlib/math/sqrt.c.v
                                                                                
OK    [ 804/2882]     8.314 ms vlib/math/sqrt.v
                                                                                
OK    [ 805/2882]    10.705 ms vlib/math/sinh.js.v
                                                                                
OK    [ 806/2882]     5.201 ms vlib/math/tan.c.v
                                                                                
OK    [ 807/2882]     5.961 ms vlib/math/tan.js.v
                                                                                
OK    [ 808/2882]     8.374 ms vlib/math/stats/stats_test.v
                                                                                
OK    [ 809/2882]     6.624 ms vlib/math/tan.v
                                                                                
OK    [ 810/2882]     6.901 ms vlib/math/tanh.js.v
                                                                                
OK    [ 811/2882]     6.945 ms vlib/math/tanh.v
                                                                                
OK    [ 812/2882]     6.192 ms vlib/math/unsafe.v
                                                                                
OK    [ 813/2882]     7.551 ms vlib/math/unsafe.js.v
                                                                                
OK    [ 814/2882]     6.270 ms vlib/math/unsigned/uint128_test.v
                                                                                
OK    [ 815/2882]     8.994 ms vlib/math/unsigned/uint128.v
                                                                                
OK    [ 816/2882]     8.111 ms vlib/math/unsigned/uint256.v
                                                                                
OK    [ 817/2882]     8.147 ms vlib/math/vec/vec2.v
                                                                                
OK    [ 818/2882]     6.729 ms vlib/math/vec/vec2_test.v
                                                                                
OK    [ 819/2882]     6.103 ms vlib/math/vec/vec3_test.v
                                                                                
OK    [ 820/2882]     8.867 ms vlib/math/vec/vec3.v
                                                                                
OK    [ 821/2882]     9.110 ms vlib/math/vec/vec4.v
                                                                                
OK    [ 822/2882]     5.629 ms vlib/math/vec/vec4_test.v
                                                                                
OK    [ 823/2882]     5.387 ms vlib/mssql/_cdef_windows.c.v
                                                                                
OK    [ 824/2882]     7.360 ms vlib/mssql/_cdef_nix.c.v
                                                                                
OK    [ 825/2882]     6.165 ms vlib/mssql/_cdefs.c.v
                                                                                
OK    [ 826/2882]    45.587 ms vlib/math/stats/stats.v
                                                                                
OK    [ 827/2882]     6.701 ms vlib/mssql/result.v
                                                                                
OK    [ 828/2882]     8.383 ms vlib/mssql/mssql.v
                                                                                
OK    [ 829/2882]    11.691 ms vlib/mssql/config.v
                                                                                
OK    [ 830/2882]     7.793 ms vlib/mssql/stmt_handle.v
                                                                                
OK    [ 831/2882]     6.959 ms vlib/mssql/z_deprecated.v
                                                                                
OK    [ 832/2882]     7.209 ms vlib/mysql/_cdefs.c.v
                                                                                
OK    [ 833/2882]     7.277 ms vlib/mysql/_cdefs_nix.c.v
                                                                                
OK    [ 834/2882]     7.672 ms vlib/mysql/_cdefs_windows.c.v
                                                                                
OK    [ 835/2882]     8.393 ms vlib/mysql/enums.v
                                                                                
OK    [ 836/2882]    10.130 ms vlib/mysql/consts.v
                                                                                
OK    [ 837/2882]     8.377 ms vlib/mysql/mysql.v
                                                                                
OK    [ 838/2882]     6.930 ms vlib/mysql/result.v
                                                                                
OK    [ 839/2882]     9.055 ms vlib/mysql/orm.v
                                                                                
OK    [ 840/2882]     6.445 ms vlib/mysql/utils.v
                                                                                
OK    [ 841/2882]     8.679 ms vlib/mysql/stmt.c.v
                                                                                
OK    [ 842/2882]     6.565 ms vlib/mysql/z_deprecated.v
                                                                                
OK    [ 843/2882]     7.961 ms vlib/net/aasocket.c.v
                                                                                
OK    [ 844/2882]     9.310 ms vlib/net/address.v
                                                                                
OK    [ 845/2882]     6.984 ms vlib/net/address_android.c.v
                                                                                
OK    [ 846/2882]     6.480 ms vlib/net/address_darwin.c.v
                                                                                
OK    [ 847/2882]     7.064 ms vlib/net/address_default.c.v
                                                                                
OK    [ 848/2882]     6.938 ms vlib/net/address_freebsd.c.v
                                                                                
OK    [ 849/2882]     6.196 ms vlib/net/address_linux.c.v
                                                                                
OK    [ 850/2882]     6.936 ms vlib/net/address_netbsd.c.v
                                                                                
OK    [ 851/2882]    12.431 ms vlib/net/address_dragonfly.c.v
                                                                                
OK    [ 852/2882]     7.746 ms vlib/net/address_openbsd.c.v
                                                                                
OK    [ 853/2882]     7.089 ms vlib/net/address_windows.c.v
                                                                                
OK    [ 854/2882]     7.809 ms vlib/net/common.v
                                                                                
OK    [ 855/2882]     7.512 ms vlib/net/conv/conv.v
                                                                                
OK    [ 856/2882]     7.754 ms vlib/net/conv/conv_test.v
                                                                                
OK    [ 857/2882]    13.422 ms vlib/net/address_test.v
                                                                                
OK    [ 858/2882]     6.699 ms vlib/net/errors.v
                                                                                
OK    [ 859/2882]     7.789 ms vlib/net/ftp/ftp_test.v
                                                                                
OK    [ 860/2882]     9.609 ms vlib/net/ftp/ftp.v
                                                                                
OK    [ 861/2882]     8.404 ms vlib/net/html/data_structures.v
                                                                                
OK    [ 862/2882]     7.325 ms vlib/net/html/dom_test.v
                                                                                
OK    [ 863/2882]     8.742 ms vlib/net/html/dom.v
                                                                                
OK    [ 864/2882]     7.378 ms vlib/net/html/html_test.v
                                                                                
OK    [ 865/2882]     9.263 ms vlib/net/html/html.v
                                                                                
OK    [ 866/2882]     6.845 ms vlib/net/html/parser_test.v
                                                                                
OK    [ 867/2882]     9.175 ms vlib/net/html/parser.v
                                                                                
OK    [ 868/2882]     9.408 ms vlib/net/html/tag.v
                                                                                
OK    [ 869/2882]     6.830 ms vlib/net/html/tag_test.v
                                                                                
OK    [ 870/2882]     6.883 ms vlib/net/http/backend_windows.c.v
                                                                                
OK    [ 871/2882]     8.035 ms vlib/net/http/backend_nix.c.v
                                                                                
OK    [ 872/2882]     8.041 ms vlib/net/http/chunked/dechunk.v
                                                                                
OK    [ 873/2882]     9.001 ms vlib/net/http/cookie_test.v
                                                                                
OK    [ 874/2882]     5.715 ms vlib/net/http/download_windows.c.v
                                                                                
OK    [ 875/2882]     7.226 ms vlib/net/http/download_nix.c.v
                                                                                
OK    [ 876/2882]    12.224 ms vlib/net/http/cookie.v
                                                                                
OK    [ 877/2882]     8.982 ms vlib/net/http/download.v
                                                                                
OK    [ 878/2882]     6.894 ms vlib/net/http/http_httpbin_test.v
                                                                                
OK    [ 879/2882]     7.655 ms vlib/net/http/http_test.v
                                                                                
OK    [ 880/2882]     8.918 ms vlib/net/http/http.v
                                                                                
OK    [ 881/2882]     9.542 ms vlib/net/http/header_test.v
                                                                                
OK    [ 882/2882]    11.639 ms vlib/net/http/header.v
                                                                                
OK    [ 883/2882]     7.407 ms vlib/net/http/method.v
                                                                                
OK    [ 884/2882]     7.552 ms vlib/net/http/mime/mime.v
                                                                                
OK    [ 885/2882]     7.670 ms vlib/net/http/mime/mime_test.v
                                                                                
OK    [ 886/2882]     6.840 ms vlib/net/http/request_test.v
                                                                                
OK    [ 887/2882]     6.229 ms vlib/net/http/response_test.v
                                                                                
OK    [ 888/2882]    13.152 ms vlib/net/http/request.v
                                                                                
OK    [ 889/2882]     7.593 ms vlib/net/http/response.v
                                                                                
OK    [ 890/2882]     7.324 ms vlib/net/http/server.v
                                                                                
OK    [ 891/2882]     5.791 ms vlib/net/http/status_test.v
                                                                                
OK    [ 892/2882]     7.637 ms vlib/net/http/server_test.v
                                                                                
OK    [ 893/2882]     9.873 ms vlib/net/http/status.v
                                                                                
OK    [ 894/2882]     5.665 ms vlib/net/http/version.v
                                                                                
OK    [ 895/2882]     6.661 ms vlib/net/mbedtls/c.v
                                                                                
OK    [ 896/2882]     7.278 ms vlib/net/mbedtls/mbedtls_compiles_test.v
                                                                                
OK    [ 897/2882]     6.346 ms vlib/net/net_nix.c.v
                                                                                
OK    [ 898/2882]     9.545 ms vlib/net/mbedtls/ssl_connection.v
                                                                                
OK    [ 899/2882]     6.944 ms vlib/net/net_windows.c.v
                                                                                
OK    [ 900/2882]     5.997 ms vlib/net/openssl/c.v
                                                                                
OK    [ 901/2882]     8.061 ms vlib/net/openssl/openssl.v
                                                                                
OK    [ 902/2882]     6.833 ms vlib/net/openssl/openssl_compiles_test.v
                                                                                
OK    [ 903/2882]     8.174 ms vlib/net/openssl/ssl_connection.v
                                                                                
OK    [ 904/2882]     8.763 ms vlib/net/smtp/smtp_test.v
                                                                                
OK    [ 905/2882]    14.033 ms vlib/net/smtp/smtp.v
                                                                                
OK    [ 906/2882]     7.099 ms vlib/net/socket_options.c.v
                                                                                
OK    [ 907/2882]     8.774 ms vlib/net/socket.v
                                                                                
OK    [ 908/2882]     5.932 ms vlib/net/ssl/ssl_d_use_openssl.v
                                                                                
OK    [ 909/2882]     7.453 ms vlib/net/ssl/ssl_compiles_test.v
                                                                                
OK    [ 910/2882]     7.071 ms vlib/net/ssl/ssl_notd_use_openssl.v
                                                                                
OK    [ 911/2882]     9.903 ms vlib/net/tcp.v
                                                                                
OK    [ 912/2882]     5.193 ms vlib/net/tcp_read_line.v
                                                                                
OK    [ 913/2882]     7.164 ms vlib/net/tcp_simple_client_server_test.v
                                                                                
OK    [ 914/2882]     8.725 ms vlib/net/tcp_self_dial_from_many_clients_test.v
                                                                                
OK    [ 915/2882]     8.004 ms vlib/net/udp.v
                                                                                
OK    [ 916/2882]     9.973 ms vlib/net/tcp_test.v
                                                                                
OK    [ 917/2882]     5.271 ms vlib/net/unix/aasocket.c.v
                                                                                
OK    [ 918/2882]     8.260 ms vlib/net/udp_test.v
                                                                                
OK    [ 919/2882]     7.316 ms vlib/net/unix/common.v
                                                                                
OK    [ 920/2882]     5.843 ms vlib/net/unix/unix_test.v
                                                                                
OK    [ 921/2882]    78.758 ms vlib/net/http/mime/db.v
                                                                                
OK    [ 922/2882]     9.500 ms vlib/net/unix/stream_nix.v
                                                                                
OK    [ 923/2882]     7.662 ms vlib/net/unix/use_net_and_net_unix_together_test.v
                                                                                
OK    [ 924/2882]     8.310 ms vlib/net/urllib/urllib_test.v
                                                                                
OK    [ 925/2882]     7.383 ms vlib/net/urllib/values_test.v
                                                                                
OK    [ 926/2882]     9.161 ms vlib/net/urllib/values.v
                                                                                
OK    [ 927/2882]     8.314 ms vlib/net/util.v
                                                                                
OK    [ 928/2882]    16.121 ms vlib/net/urllib/urllib.v
                                                                                
OK    [ 929/2882]     7.331 ms vlib/net/websocket/events.v
                                                                                
OK    [ 930/2882]     8.330 ms vlib/net/websocket/handshake.v
                                                                                
OK    [ 931/2882]     8.517 ms vlib/net/websocket/io.v
                                                                                
OK    [ 932/2882]     8.174 ms vlib/net/websocket/message.v
                                                                                
OK    [ 933/2882]     7.105 ms vlib/net/websocket/tests/autobahn/autobahn_client_wss.v
                                                                                
OK    [ 934/2882]     8.092 ms vlib/net/websocket/tests/autobahn/autobahn_client.v
                                                                                
OK    [ 935/2882]     6.176 ms vlib/net/websocket/tests/autobahn/local_run/autobahn_client.v
                                                                                
OK    [ 936/2882]     6.387 ms vlib/net/websocket/tests/autobahn/local_run/autobahn_client_wss.v
                                                                                
OK    [ 937/2882]     6.214 ms vlib/net/websocket/utils.v
                                                                                
OK    [ 938/2882]     7.418 ms vlib/net/websocket/uri.v
                                                                                
OK    [ 939/2882]     5.768 ms vlib/net/websocket/websocket_nix.c.v
                                                                                
OK    [ 940/2882]     9.434 ms vlib/net/websocket/websocket_client.v
                                                                                
OK    [ 941/2882]     7.520 ms vlib/net/websocket/websocket_server.v
                                                                                
OK    [ 942/2882]     6.862 ms vlib/net/websocket/websocket_test.v
                                                                                
OK    [ 943/2882]     8.431 ms vlib/net/websocket/websocket_windows.c.v
                                                                                
OK    [ 944/2882]    24.353 ms vlib/net/websocket/tests/autobahn/autobahn_server.v
                                                                                
OK    [ 945/2882]     8.980 ms vlib/orm/orm.v
                                                                                
OK    [ 946/2882]     7.032 ms vlib/orm/orm_create_and_drop_test.v
                                                                                
OK    [ 947/2882]     7.259 ms vlib/orm/orm_custom_operators_test.v
                                                                                
OK    [ 948/2882]     7.664 ms vlib/orm/orm_fn_calls_test.v
                                                                                
OK    [ 949/2882]     7.419 ms vlib/orm/orm_insert_reserved_name_test.v
                                                                                
OK    [ 950/2882]     9.186 ms vlib/orm/orm_fn_test.v
                                                                                
OK    [ 951/2882]     7.957 ms vlib/orm/orm_insert_test.v
                                                                                
OK    [ 952/2882]     7.695 ms vlib/orm/orm_interface_test.v
                                                                                
OK    [ 953/2882]     6.641 ms vlib/orm/orm_last_id_test.v
                                                                                
OK    [ 954/2882]     8.623 ms vlib/orm/orm_mut_db_test.v
                                                                                
OK    [ 955/2882]     8.069 ms vlib/orm/orm_sql_or_blocks_test.v
                                                                                
OK    [ 956/2882]     8.987 ms vlib/orm/orm_result_test.v
                                                                                
OK    [ 957/2882]     8.967 ms vlib/orm/orm_string_interpolation_in_where_test.v
                                                                                
OK    [ 958/2882]     7.674 ms vlib/os/bare/bare_example_linux.v
                                                                                
OK    [ 959/2882]     7.300 ms vlib/os/cmdline/cmdline_test.v
                                                                                
OK    [ 960/2882]    14.125 ms vlib/orm/orm_test.v
                                                                                
OK    [ 961/2882]     9.503 ms vlib/os/args.v
                                                                                
OK    [ 962/2882]     8.876 ms vlib/os/cmdline/cmdline.v
                                                                                
OK    [ 963/2882]     7.471 ms vlib/os/const.v
                                                                                
OK    [ 964/2882]     7.446 ms vlib/os/const_nix.c.v
                                                                                
OK    [ 965/2882]     7.759 ms vlib/os/debugger_default.c.v
                                                                                
OK    [ 966/2882]     9.245 ms vlib/os/const_windows.c.v
                                                                                
OK    [ 967/2882]    11.623 ms vlib/os/debugger_darwin.c.v
                                                                                
OK    [ 968/2882]     6.084 ms vlib/os/debugger_freebsd.c.v
                                                                                
OK    [ 969/2882]     8.051 ms vlib/os/debugger_linux.c.v
                                                                                
OK    [ 970/2882]     6.236 ms vlib/os/dir_expansions_test.v
                                                                                
OK    [ 971/2882]     8.471 ms vlib/os/debugger_windows.c.v
                                                                                
OK    [ 972/2882]     7.311 ms vlib/os/environment.c.v
                                                                                
OK    [ 973/2882]     7.045 ms vlib/os/environment_test.v
                                                                                
OK    [ 974/2882]     9.502 ms vlib/os/fd.c.v
                                                                                
OK    [ 975/2882]    12.975 ms vlib/os/environment.js.v
                                                                                
OK    [ 976/2882]     7.740 ms vlib/os/file.js.v
                                                                                
OK    [ 977/2882]    11.646 ms vlib/os/file.c.v
                                                                                
OK    [ 978/2882]     6.892 ms vlib/os/filelock/lib.v
                                                                                
OK    [ 979/2882]    10.478 ms vlib/os/file_test.v
                                                                                
OK    [ 980/2882]     8.731 ms vlib/os/filelock/filelock_test.v
                                                                                
OK    [ 981/2882]     7.354 ms vlib/os/filelock/lib_nix.c.v
                                                                                
OK    [ 982/2882]     7.615 ms vlib/os/filelock/lib_windows.c.v
                                                                                
OK    [ 983/2882]     6.233 ms vlib/os/find_abs_path_of_executable_test.v
                                                                                
OK    [ 984/2882]     7.994 ms vlib/os/filepath_windows.v
                                                                                
OK    [ 985/2882]    10.215 ms vlib/os/filepath.v
                                                                                
OK    [ 986/2882]     7.515 ms vlib/os/font/font.v
                                                                                
OK    [ 987/2882]     6.074 ms vlib/os/glob_test.v
                                                                                
OK    [ 988/2882]    16.661 ms vlib/os/filepath_test.v
                                                                                
OK    [ 989/2882]     7.667 ms vlib/os/inode.c.v
                                                                                
OK    [ 990/2882]     8.782 ms vlib/os/inode_test.v
                                                                                
OK    [ 991/2882]     8.284 ms vlib/os/notify/backend_default.c.v
                                                                                
OK    [ 992/2882]    10.247 ms vlib/os/notify/backend_linux.c.v
                                                                                
OK    [ 993/2882]     8.064 ms vlib/os/notify/notify.v
                                                                                
OK    [ 994/2882]     8.061 ms vlib/os/notify/notify_test.v
                                                                                
OK    [ 995/2882]     6.898 ms vlib/os/open_uri_default.c.v
                                                                                
OK    [ 996/2882]     6.759 ms vlib/os/open_uri_windows.c.v
                                                                                
OK    [ 997/2882]     6.018 ms vlib/os/os_darwin.c.v
                                                                                
OK    [ 998/2882]     7.533 ms vlib/os/os_android_outside_termux.c.v
                                                                                
OK    [ 999/2882]     9.487 ms vlib/os/os.js.v
                                                                                
OK    [1000/2882]    13.042 ms vlib/os/os.v
                                                                                
OK    [1001/2882]    14.692 ms vlib/os/os.c.v
                                                                                
OK    [1002/2882]    13.272 ms vlib/os/os_js.js.v
                                                                                
OK    [1003/2882]    13.638 ms vlib/os/os_linux.c.v
                                                                                
OK    [1004/2882]    10.970 ms vlib/os/os_structs_dirent_default.c.v
                                                                                
OK    [1005/2882]     5.206 ms vlib/os/os_structs_stat_default.c.v
                                                                                
OK    [1006/2882]    12.688 ms vlib/os/os_structs_sigaction_default.c.v
                                                                                
OK    [1007/2882]     9.426 ms vlib/os/os_structs_stat_linux.c.v
                                                                                
OK    [1008/2882]     7.694 ms vlib/os/os_structs_utsname_default.c.v
                                                                                
OK    [1009/2882]    23.393 ms vlib/os/os_nix.c.v
                                                                                
OK    [1010/2882]     9.728 ms vlib/os/os_windows.c.v
                                                                                
OK    [1011/2882]     6.702 ms vlib/os/password_nix.c.v
                                                                                
OK    [1012/2882]     6.857 ms vlib/os/password_windows.c.v
                                                                                
OK    [1013/2882]     8.345 ms vlib/os/process.c.v
                                                                                
OK    [1014/2882]     6.546 ms vlib/os/process.js.v
                                                                                
OK    [1015/2882]    18.513 ms vlib/os/os_test.v
                                                                                
OK    [1016/2882]     7.429 ms vlib/os/process.v
                                                                                
OK    [1017/2882]     8.166 ms vlib/os/process_nix.c.v
                                                                                
OK    [1018/2882]     8.284 ms vlib/os/process_test.v
                                                                                
OK    [1019/2882]     8.156 ms vlib/os/process_windows.c.v
                                                                                
OK    [1020/2882]     6.091 ms vlib/os/signal.v
                                                                                
OK    [1021/2882]     8.556 ms vlib/os/signal.c.v
                                                                                
OK    [1022/2882]     8.861 ms vlib/os/signal.js.v
                                                                                
OK    [1023/2882]     7.143 ms vlib/pg/oid.v
                                                                                
OK    [1024/2882]     6.685 ms vlib/pg/z_deprecated.v
                                                                                
OK    [1025/2882]     8.604 ms vlib/pg/orm.v
                                                                                
OK    [1026/2882]    13.267 ms vlib/os/signal_test.v
                                                                                
OK    [1027/2882]    10.791 ms vlib/pg/pg.v
                                                                                
OK    [1028/2882]     7.918 ms vlib/picoev/picoev.v
                                                                                
OK    [1029/2882]     7.311 ms vlib/picohttpparser/misc.v
                                                                                
OK    [1030/2882]     7.529 ms vlib/picohttpparser/picohttpparser.v
                                                                                
OK    [1031/2882]     9.416 ms vlib/picohttpparser/request.v
                                                                                
OK    [1032/2882]     8.732 ms vlib/picohttpparser/response.v
                                                                                
OK    [1033/2882]     7.942 ms vlib/rand/buffer/buffer.v
                                                                                
OK    [1034/2882]     6.477 ms vlib/rand/constants/constants.v
                                                                                
OK    [1035/2882]     7.859 ms vlib/rand/config/config.v
                                                                                
OK    [1036/2882]     7.203 ms vlib/rand/fp_test.v
                                                                                
OK    [1037/2882]     8.621 ms vlib/rand/dist_test.v
                                                                                
OK    [1038/2882]     9.040 ms vlib/rand/mini_math.v
                                                                                
OK    [1039/2882]     8.966 ms vlib/rand/mt19937/mt19937.v
                                                                                
OK    [1040/2882]    10.013 ms vlib/rand/mt19937/mt19937_test.v
                                                                                
OK    [1041/2882]     6.574 ms vlib/rand/musl/musl_rng.v
                                                                                
OK    [1042/2882]     6.903 ms vlib/rand/pcg32/pcg32.v
                                                                                
OK    [1043/2882]     9.784 ms vlib/rand/musl/musl_rng_test.v
                                                                                
OK    [1044/2882]     6.870 ms vlib/rand/rand.js.v
                                                                                
OK    [1045/2882]    10.268 ms vlib/rand/pcg32/pcg32_test.v
                                                                                
OK    [1046/2882]    10.285 ms vlib/rand/rand.c.v
                                                                                
OK    [1047/2882]     7.082 ms vlib/rand/rand_test.js.v
                                                                                
OK    [1048/2882]    10.027 ms vlib/rand/rand.v
                                                                                
OK    [1049/2882]     9.142 ms vlib/rand/random_bytes_test.v
                                                                                
OK    [1050/2882]     9.125 ms vlib/rand/random_identifiers_test.v
                                                                                
OK    [1051/2882]     6.830 ms vlib/rand/seed/seed.v
                                                                                
OK    [1052/2882]    10.268 ms vlib/rand/random_numbers_test.v
                                                                                
OK    [1053/2882]     7.982 ms vlib/rand/splitmix64/splitmix64.v
                                                                                
OK    [1054/2882]     6.800 ms vlib/rand/sys/system_rng.js.v
                                                                                
OK    [1055/2882]     7.661 ms vlib/rand/sys/system_rng.c.v
                                                                                
OK    [1056/2882]     9.313 ms vlib/rand/splitmix64/splitmix64_test.v
                                                                                
OK    [1057/2882]     7.324 ms vlib/rand/wyrand/wyrand.js.v
                                                                                
OK    [1058/2882]     6.684 ms vlib/rand/wyrand/z_wyrand.c.v
                                                                                
OK    [1059/2882]     8.292 ms vlib/rand/wyrand/wyrand.v
                                                                                
OK    [1060/2882]    13.623 ms vlib/rand/sys/system_rng_test.v
                                                                                
OK    [1061/2882]     9.489 ms vlib/rand/wyrand/wyrand_test.v
                                                                                
OK    [1062/2882]     7.928 ms vlib/rand/xoroshiro128pp/xoros128pp.v
                                                                                
OK    [1063/2882]     5.466 ms vlib/readline/readline_js.js.v
                                                                                
OK    [1064/2882]    10.637 ms vlib/rand/xoroshiro128pp/xoros128pp_test.v
                                                                                
OK    [1065/2882]    10.145 ms vlib/readline/readline.v
                                                                                
OK    [1066/2882]     9.614 ms vlib/readline/readline_default.c.v
                                                                                
OK    [1067/2882]     6.334 ms vlib/readline/readline_test.v
                                                                                
OK    [1068/2882]    10.341 ms vlib/readline/readline_nix.c.v
                                                                                
OK    [1069/2882]     7.715 ms vlib/readline/readline_windows.c.v
                                                                                
OK    [1070/2882]     7.725 ms vlib/regex/regex_anchor_test.v
                                                                                
OK    [1071/2882]     6.669 ms vlib/regex/regex_opt.v
                                                                                
OK    [1072/2882]     7.821 ms vlib/regex/regex_complex_test.v
                                                                                
OK    [1073/2882]     8.673 ms vlib/regex/regex_util.v
                                                                                
OK    [1074/2882]     6.441 ms vlib/runtime/free_memory_impl_darwin.c.v
                                                                                
OK    [1075/2882]    18.068 ms vlib/regex/regex.v
                                                                                
OK    [1076/2882]     7.227 ms vlib/runtime/free_memory_impl_default.c.v
                                                                                
OK    [1077/2882]    15.120 ms vlib/regex/regex_test.v
                                                                                
OK    [1078/2882]     7.071 ms vlib/runtime/free_memory_impl_linux.c.v
                                                                                
OK    [1079/2882]     6.143 ms vlib/runtime/runtime_test.v
                                                                                
OK    [1080/2882]     8.300 ms vlib/runtime/runtime.v
                                                                                
OK    [1081/2882]     9.246 ms vlib/runtime/runtime_nix.c.v
                                                                                
OK    [1082/2882]     8.395 ms vlib/runtime/runtime_windows.c.v
                                                                                
OK    [1083/2882]     7.518 ms vlib/semver/compare.v
                                                                                
OK    [1084/2882]     7.154 ms vlib/semver/parse.v
                                                                                
OK    [1085/2882]     8.253 ms vlib/semver/semver.v
                                                                                
OK    [1086/2882]    12.207 ms vlib/semver/range.v
                                                                                
OK    [1087/2882]     6.935 ms vlib/sokol/audio/audio.v
                                                                                
OK    [1088/2882]     8.014 ms vlib/semver/util.v
                                                                                
OK    [1089/2882]     9.022 ms vlib/semver/semver_test.v
                                                                                
OK    [1090/2882]     6.944 ms vlib/sokol/c/declaration.c.v
                                                                                
OK    [1091/2882]     6.256 ms vlib/sokol/gfx/gfx_allocator_and_logger.c.v
                                                                                
OK    [1092/2882]     8.966 ms vlib/sokol/f/f.v
                                                                                
OK    [1093/2882]     9.156 ms vlib/sokol/gfx/enums.v
                                                                                
OK    [1094/2882]     7.044 ms vlib/sokol/gfx/gfx_funcs.c.v
                                                                                
OK    [1095/2882]     5.271 ms vlib/sokol/gfx/gfx_utils.c.v
                                                                                
OK    [1096/2882]    13.276 ms vlib/sokol/gfx/gfx.c.v
                                                                                
OK    [1097/2882]     7.395 ms vlib/sokol/memory/memory.v
                                                                                
OK    [1098/2882]     6.526 ms vlib/sokol/sapp/enums.c.v
                                                                                
OK    [1099/2882]    11.757 ms vlib/sokol/gfx/gfx_structs.c.v
                                                                                
OK    [1100/2882]     7.363 ms vlib/sokol/sapp/sapp_allocator_and_logger.c.v
                                                                                
OK    [1101/2882]     8.324 ms vlib/sokol/sapp/sapp.c.v
                                                                                
OK    [1102/2882]     8.306 ms vlib/sokol/sapp/sapp_funcs.c.v
                                                                                
OK    [1103/2882]     6.541 ms vlib/sokol/sapp/sapp_v.c.v
                                                                                
OK    [1104/2882]     9.082 ms vlib/sokol/sapp/sapp_structs.c.v
                                                                                
OK    [1105/2882]     6.430 ms vlib/sokol/sapp/screenshot.c.v
                                                                                
OK    [1106/2882]     7.524 ms vlib/sokol/sfons/sfons.c.v
                                                                                
OK    [1107/2882]     8.256 ms vlib/sokol/sfons/sfons_funcs.c.v
                                                                                
OK    [1108/2882]     7.122 ms vlib/sokol/sgl/sgl_allocator_and_logger.c.v
                                                                                
OK    [1109/2882]     9.382 ms vlib/sokol/sgl/enums.c.v
                                                                                
OK    [1110/2882]    10.834 ms vlib/sokol/sgl/sgl.c.v
                                                                                
OK    [1111/2882]     5.956 ms vlib/sokol/sgl/sgl_structs.c.v
                                                                                
OK    [1112/2882]    10.203 ms vlib/sokol/sgl/sgl_funcs.c.v
                                                                                
OK    [1113/2882]     6.382 ms vlib/sokol/sokol.v
                                                                                
OK    [1114/2882]     7.143 ms vlib/sqlite/result_code.v
                                                                                
OK    [1115/2882]     9.454 ms vlib/sqlite/orm.v
                                                                                
OK    [1116/2882]     7.315 ms vlib/sqlite/stmt.v
                                                                                
OK    [1117/2882]     7.973 ms vlib/sqlite/sqlite.v
                                                                                
OK    [1118/2882]     7.016 ms vlib/sqlite/vfs_lowlevel.v
                                                                                
OK    [1119/2882]     7.646 ms vlib/stbi/link_to_libm.c.v
                                                                                
OK    [1120/2882]     6.883 ms vlib/stbi/stbi_test.v
                                                                                
OK    [1121/2882]     9.822 ms vlib/sqlite/z_deprecated.v
                                                                                
OK    [1122/2882]     7.931 ms vlib/stbi/stbi.c.v
                                                                                
OK    [1123/2882]     7.116 ms vlib/strconv/atof.js.v
                                                                                
OK    [1124/2882]     6.510 ms vlib/strconv/atof_test.v
                                                                                
OK    [1125/2882]    13.848 ms vlib/strconv/atof.c.v
                                                                                
OK    [1126/2882]     7.677 ms vlib/strconv/atoi.v
                                                                                
OK    [1127/2882]    10.724 ms vlib/strconv/atofq.c.v
                                                                                
OK    [1128/2882]     6.061 ms vlib/strconv/bare/str_array_example.v
                                                                                
OK    [1129/2882]     8.595 ms vlib/strconv/atoi_test.v
                                                                                
OK    [1130/2882]     6.336 ms vlib/strconv/converter_test.v
                                                                                
OK    [1131/2882]     8.503 ms vlib/strconv/f32_f64_to_string_test.v
                                                                                
OK    [1132/2882]     6.975 ms vlib/strconv/f32_str.js.v
                                                                                
OK    [1133/2882]    10.957 ms vlib/strconv/f32_str.c.v
                                                                                
OK    [1134/2882]     5.309 ms vlib/strconv/f64_str.v
                                                                                
OK    [1135/2882]     8.711 ms vlib/strconv/f64_str.js.v
                                                                                
OK    [1136/2882]     5.428 ms vlib/strconv/format.v
                                                                                
OK    [1137/2882]    11.402 ms vlib/strconv/f64_str.c.v
                                                                                
OK    [1138/2882]     8.170 ms vlib/strconv/format_mem.js.v
                                                                                
OK    [1139/2882]    14.297 ms vlib/strconv/number_to_base.c.v
                                                                                
OK    [1140/2882]    14.966 ms vlib/strconv/ftoa.c.v
                                                                                
OK    [1141/2882]    18.116 ms vlib/strconv/format_mem.c.v
                                                                                
OK    [1142/2882]    16.977 ms vlib/strconv/format_test.v
                                                                                
OK    [1143/2882]     7.196 ms vlib/strconv/number_to_base_test.v
                                                                                
OK    [1144/2882]     7.617 ms vlib/strconv/structs.v
                                                                                
OK    [1145/2882]     8.138 ms vlib/strconv/utilities.c.v
                                                                                
OK    [1146/2882]     9.575 ms vlib/strconv/utilities.v
                                                                                
OK    [1147/2882]    14.539 ms vlib/strconv/tables.v
                                                                                
OK    [1148/2882]     6.887 ms vlib/strings/builder.js.v
                                                                                
OK    [1149/2882]     8.549 ms vlib/strings/builder.c.v
                                                                                
OK    [1150/2882]    10.396 ms vlib/strconv/vprintf.c.v
                                                                                
OK    [1151/2882]     6.381 ms vlib/strings/builder_test.v
                                                                                
OK    [1152/2882]    11.475 ms vlib/strings/builder_test.js.v
                                                                                
OK    [1153/2882]     7.936 ms vlib/strings/similarity.v
                                                                                
OK    [1154/2882]     7.499 ms vlib/strings/similarity_test.js.v
                                                                                
OK    [1155/2882]     5.815 ms vlib/strings/strings.js.v
                                                                                
OK    [1156/2882]     6.181 ms vlib/strings/strings.c.v
                                                                                
OK    [1157/2882]    12.596 ms vlib/strings/similarity_test.v
                                                                                
OK    [1158/2882]     7.560 ms vlib/strings/strings.v
                                                                                
OK    [1159/2882]     8.357 ms vlib/strings/strings_test.js.v
                                                                                
OK    [1160/2882]     7.799 ms vlib/strings/strings_test.v
                                                                                
OK    [1161/2882]     8.412 ms vlib/strings/textscanner/textscanner.v
                                                                                
OK    [1162/2882]     7.624 ms vlib/strings/textscanner/textscanner_test.js.v
                                                                                
OK    [1163/2882]     9.275 ms vlib/strings/textscanner/textscanner_test.v
                                                                                
OK    [1164/2882]     8.615 ms vlib/sync/array_rlock_test.v
                                                                                
OK    [1165/2882]     7.055 ms vlib/sync/bench/channel_bench_v.v
                                                                                
OK    [1166/2882]     6.782 ms vlib/sync/bench/many_writers_and_receivers_on_1_channel.v
                                                                                
OK    [1167/2882]     6.909 ms vlib/sync/channel_2_test.v
                                                                                
OK    [1168/2882]     6.723 ms vlib/sync/channel_3_test.v
                                                                                
OK    [1169/2882]     6.537 ms vlib/sync/channel_array_mut_test.v
                                                                                
OK    [1170/2882]     7.455 ms vlib/sync/channel_4_test.v
                                                                                
OK    [1171/2882]     6.020 ms vlib/sync/channel_close_test.v
                                                                                
OK    [1172/2882]     6.661 ms vlib/sync/channel_fill_test.v
                                                                                
OK    [1173/2882]     6.232 ms vlib/sync/channel_opt_propagate_test.v
                                                                                
OK    [1174/2882]     6.469 ms vlib/sync/channel_polling_test.v
                                                                                
OK    [1175/2882]     6.837 ms vlib/sync/channel_push_or_1_test.v
                                                                                
OK    [1176/2882]     6.799 ms vlib/sync/channel_select_2_test.v
                                                                                
OK    [1177/2882]    24.636 ms vlib/sync/channel_1_test.v
                                                                                
OK    [1178/2882]     8.198 ms vlib/sync/channel_push_or_2_test.v
                                                                                
OK    [1179/2882]     8.521 ms vlib/sync/channel_select_3_test.v
                                                                                
OK    [1180/2882]     7.685 ms vlib/sync/channel_select_4_test.v
                                                                                
OK    [1181/2882]     6.589 ms vlib/sync/channel_select_5_test.v
                                                                                
OK    [1182/2882]     7.403 ms vlib/sync/channel_select_test.v
                                                                                
OK    [1183/2882]     6.746 ms vlib/sync/channel_try_unbuf_test.v
                                                                                
OK    [1184/2882]    10.515 ms vlib/sync/channel_try_buf_test.v
                                                                                
OK    [1185/2882]    13.001 ms vlib/sync/channel_select_6_test.v
                                                                                
OK    [1186/2882]     9.705 ms vlib/sync/channels.js.v
                                                                                
OK    [1187/2882]     6.133 ms vlib/sync/empty_struct_chan_init_test.v
                                                                                
OK    [1188/2882]    12.024 ms vlib/sync/channels.c.v
                                                                                
OK    [1189/2882]     6.934 ms vlib/sync/many_times.v
                                                                                
OK    [1190/2882]     7.128 ms vlib/sync/many_times_test.v
                                                                                
OK    [1191/2882]     6.793 ms vlib/sync/once.v
                                                                                
OK    [1192/2882]     6.781 ms vlib/sync/once_test.v
                                                                                
OK    [1193/2882]     8.113 ms vlib/sync/once_with_param_test.v
                                                                                
OK    [1194/2882]     7.823 ms vlib/sync/pool/pool.v
                                                                                
OK    [1195/2882]     6.761 ms vlib/sync/select_close_test.v
                                                                                
OK    [1196/2882]    11.595 ms vlib/sync/pool/pool_test.v
                                                                                
OK    [1197/2882]     7.407 ms vlib/sync/stdatomic/atomic.c.v
                                                                                
OK    [1198/2882]     8.407 ms vlib/sync/stdatomic/atomic_test.v
                                                                                
OK    [1199/2882]     6.528 ms vlib/sync/struct_chan_init_test.v
                                                                                
OK    [1200/2882]    14.190 ms vlib/sync/stdatomic/1.declarations.c.v
                                                                                
OK    [1201/2882]     8.586 ms vlib/sync/sync_darwin.c.v
                                                                                
OK    [1202/2882]     8.114 ms vlib/sync/sync_default.c.v
                                                                                
OK    [1203/2882]     6.950 ms vlib/sync/sync_windows.c.v
                                                                                
OK    [1204/2882]     6.848 ms vlib/sync/thread_default.c.v
                                                                                
OK    [1205/2882]     7.064 ms vlib/sync/thread_test.v
                                                                                
OK    [1206/2882]     6.606 ms vlib/sync/threads/threads.c.v
                                                                                
OK    [1207/2882]    10.201 ms vlib/sync/thread_windows.c.v
                                                                                
OK    [1208/2882]     7.892 ms vlib/sync/waitgroup.c.v
                                                                                
OK    [1209/2882]    10.304 ms vlib/sync/threads/threads.v
                                                                                
OK    [1210/2882]     7.690 ms vlib/sync/waitgroup_test.v
                                                                                
OK    [1211/2882]     7.684 ms vlib/szip/szip.v
                                                                                
OK    [1212/2882]     8.405 ms vlib/term/colors.v
                                                                                
OK    [1213/2882]     7.555 ms vlib/term/control.v
                                                                                
OK    [1214/2882]     7.092 ms vlib/term/declarations_default.c.v
                                                                                
OK    [1215/2882]     5.929 ms vlib/term/declarations_linux.c.v
                                                                                
OK    [1216/2882]     6.017 ms vlib/term/term.js.v
                                                                                
OK    [1217/2882]     5.950 ms vlib/term/term_test.v
                                                                                
OK    [1218/2882]     7.992 ms vlib/term/term.v
                                                                                
OK    [1219/2882]     9.090 ms vlib/term/term_nix.c.v
                                                                                
OK    [1220/2882]     7.037 ms vlib/term/term_windows.c.v
                                                                                
OK    [1221/2882]     5.819 ms vlib/term/termios/termios_android.c.v
                                                                                
OK    [1222/2882]    25.138 ms vlib/szip/szip_test.v
                                                                                
OK    [1223/2882]     7.709 ms vlib/term/termios/termios_darwin.c.v
                                                                                
OK    [1224/2882]     7.027 ms vlib/term/termios/termios_default.c.v
                                                                                
OK    [1225/2882]     6.853 ms vlib/term/termios/termios_dragonfly.c.v
                                                                                
OK    [1226/2882]     6.987 ms vlib/term/termios/termios_freebsd.c.v
                                                                                
OK    [1227/2882]     6.762 ms vlib/term/termios/termios_linux.c.v
                                                                                
OK    [1228/2882]     8.005 ms vlib/term/termios/termios_openbsd.c.v
                                                                                
OK    [1229/2882]     9.907 ms vlib/term/termios/termios_qnx.c.v
                                                                                
OK    [1230/2882]     6.572 ms vlib/term/termios/termios_test.c.v
                                                                                
OK    [1231/2882]     7.879 ms vlib/term/termios/termios_windows.c.v
                                                                                
OK    [1232/2882]    10.098 ms vlib/term/termios/termios_solaris.c.v
                                                                                
OK    [1233/2882]     7.587 ms vlib/term/ui/1_term_and_ui_compilation_test.v
                                                                                
OK    [1234/2882]     8.802 ms vlib/term/ui/2_term_and_ui_compilation_test.v
                                                                                
OK    [1235/2882]     6.796 ms vlib/term/ui/consoleapi_windows.c.v
                                                                                
OK    [1236/2882]    10.116 ms vlib/term/ui/color.v
                                                                                
OK    [1237/2882]     8.217 ms vlib/term/ui/input.v
                                                                                
OK    [1238/2882]     6.933 ms vlib/term/ui/input_nix.c.v
                                                                                
OK    [1239/2882]     5.660 ms vlib/term/ui/ui_test.v
                                                                                
OK    [1240/2882]     7.030 ms vlib/term/ui/ui.v
                                                                                
OK    [1241/2882]     9.674 ms vlib/term/ui/termios_nix.c.v
                                                                                
OK    [1242/2882]     6.265 ms vlib/term/utf8.v
                                                                                
OK    [1243/2882]    12.654 ms vlib/term/utf8.c.v
                                                                                
OK    [1244/2882]     6.830 ms vlib/time/Y2K38_test.v
                                                                                
OK    [1245/2882]    15.828 ms vlib/term/ui/input_windows.c.v
                                                                                
OK    [1246/2882]     6.170 ms vlib/time/chrono.c.v
                                                                                
OK    [1247/2882]     6.567 ms vlib/time/chrono_test.v
                                                                                
OK    [1248/2882]     7.364 ms vlib/time/custom_format_test.v
                                                                                
OK    [1249/2882]     8.332 ms vlib/time/date_time_parser.v
                                                                                
OK    [1250/2882]     9.858 ms vlib/time/chrono.v
                                                                                
OK    [1251/2882]     8.100 ms vlib/time/duration_test.v
                                                                                
OK    [1252/2882]     6.972 ms vlib/time/misc/misc_test.v
                                                                                
OK    [1253/2882]     6.792 ms vlib/time/operator.v
                                                                                
OK    [1254/2882]     9.793 ms vlib/time/format.v
                                                                                
OK    [1255/2882]     9.026 ms vlib/time/operator_test.v
                                                                                
OK    [1256/2882]    13.635 ms vlib/time/misc/misc.v
                                                                                
OK    [1257/2882]     5.657 ms vlib/time/parse.v
                                                                                
OK    [1258/2882]     7.914 ms vlib/time/parse.c.v
                                                                                
OK    [1259/2882]     8.553 ms vlib/time/parse.js.v
                                                                                
OK    [1260/2882]     8.540 ms vlib/time/parse_test.v
                                                                                
OK    [1261/2882]     7.480 ms vlib/time/private_test.v
                                                                                
OK    [1262/2882]     7.692 ms vlib/time/relative_test.v
                                                                                
OK    [1263/2882]     6.902 ms vlib/time/stopwatch.v
                                                                                
OK    [1264/2882]     8.551 ms vlib/time/stopwatch_test.v
                                                                                
OK    [1265/2882]     8.097 ms vlib/time/time.c.v
                                                                                
OK    [1266/2882]     6.978 ms vlib/time/time.js.v
                                                                                
OK    [1267/2882]     6.314 ms vlib/time/time_addition_test.v
                                                                                
OK    [1268/2882]     8.811 ms vlib/time/time.v
                                                                                
OK    [1269/2882]     7.979 ms vlib/time/time_darwin.c.v
                                                                                
OK    [1270/2882]     6.409 ms vlib/time/time_js.js.v
                                                                                
OK    [1271/2882]     7.889 ms vlib/time/time_format_test.v
                                                                                
OK    [1272/2882]     7.880 ms vlib/time/time_linux.c.v
                                                                                
OK    [1273/2882]     8.280 ms vlib/time/time_nix.c.v
                                                                                
OK    [1274/2882]     6.514 ms vlib/time/time_solaris.c.v
                                                                                
OK    [1275/2882]     8.195 ms vlib/time/time_test.v
                                                                                
OK    [1276/2882]     6.803 ms vlib/time/unix.v
                                                                                
OK    [1277/2882]    10.062 ms vlib/time/time_windows.c.v
                                                                                
OK    [1278/2882]     6.954 ms vlib/time/utc_vs_local_time_test.v
                                                                                
OK    [1279/2882]     9.862 ms vlib/toml/any.v
                                                                                
OK    [1280/2882]     7.484 ms vlib/toml/ast/ast.v
                                                                                
OK    [1281/2882]     7.173 ms vlib/toml/ast/types.v
                                                                                
OK    [1282/2882]     8.041 ms vlib/toml/ast/walker/walker.v
                                                                                
OK    [1283/2882]     8.391 ms vlib/toml/input/input.v
                                                                                
OK    [1284/2882]    12.715 ms vlib/toml/checker/checker.v
                                                                                
OK    [1285/2882]     9.807 ms vlib/toml/decoder/decoder.v
                                                                                
OK    [1286/2882]     5.281 ms vlib/toml/tests/array_of_tables_1_level_test.v
                                                                                
OK    [1287/2882]     6.489 ms vlib/toml/scanner/scanner_test.v
                                                                                
OK    [1288/2882]     8.166 ms vlib/toml/tests/alexcrichton_toml_rs_test.v
                                                                                
OK    [1289/2882]    14.250 ms vlib/toml/scanner/scanner.v
                                                                                
OK    [1290/2882]    19.335 ms vlib/toml/parser/parser.v
                                                                                
OK    [1291/2882]     7.373 ms vlib/toml/tests/array_of_tables_array_test.v
                                                                                
OK    [1292/2882]     7.201 ms vlib/toml/tests/array_of_tables_edge_case_1_test.v
                                                                                
OK    [1293/2882]     7.233 ms vlib/toml/tests/array_of_tables_edge_case_2_test.v
                                                                                
OK    [1294/2882]    11.948 ms vlib/toml/tests/array_of_tables_2_level_test.v
                                                                                
OK    [1295/2882]     5.674 ms vlib/toml/tests/compact_test.v
                                                                                
OK    [1296/2882]    10.042 ms vlib/toml/tests/burntsushi_toml_test.v
                                                                                
OK    [1297/2882]     7.494 ms vlib/toml/tests/crlf_test.v
                                                                                
OK    [1298/2882]     5.876 ms vlib/toml/tests/default_to_test.v
                                                                                
OK    [1299/2882]     8.986 ms vlib/toml/tests/datetime_test.v
                                                                                
OK    [1300/2882]     7.069 ms vlib/toml/tests/encode_and_decode_test.v
                                                                                
OK    [1301/2882]     6.402 ms vlib/toml/tests/inline_test.v
                                                                                
OK    [1302/2882]     7.180 ms vlib/toml/tests/json_test.v
                                                                                
OK    [1303/2882]     8.525 ms vlib/toml/tests/json_encoding_test.v
                                                                                
OK    [1304/2882]    11.391 ms vlib/toml/tests/iarna_toml_spec_test.v
                                                                                
OK    [1305/2882]     7.380 ms vlib/toml/tests/key_test.v
                                                                                
OK    [1306/2882]     6.646 ms vlib/toml/tests/large_toml_file_test.v
                                                                                
OK    [1307/2882]     7.297 ms vlib/toml/tests/nested_test.v
                                                                                
OK    [1308/2882]     7.075 ms vlib/toml/tests/reflect_test.v
                                                                                
OK    [1309/2882]     7.899 ms vlib/toml/tests/quoted_keys_test.v
                                                                                
OK    [1310/2882]     6.820 ms vlib/toml/tests/spaced_keys_test.v
                                                                                
OK    [1311/2882]     7.314 ms vlib/toml/tests/strings_test.v
                                                                                
OK    [1312/2882]     6.741 ms vlib/toml/tests/toml_memory_corruption_test.v
                                                                                
OK    [1313/2882]     7.931 ms vlib/toml/tests/table_test.v
                                                                                
OK    [1314/2882]     7.972 ms vlib/toml/tests/toml_bom_test.v
                                                                                
OK    [1315/2882]     7.687 ms vlib/toml/tests/toml_test.v
                                                                                
OK    [1316/2882]     7.667 ms vlib/toml/tests/toml_types_test.v
                                                                                
OK    [1317/2882]     6.696 ms vlib/toml/token/pos.v
                                                                                
OK    [1318/2882]     7.911 ms vlib/toml/tests/value_query_test.v
                                                                                
OK    [1319/2882]     7.921 ms vlib/toml/to/to.v
                                                                                
OK    [1320/2882]     8.574 ms vlib/toml/token/token.v
                                                                                
OK    [1321/2882]    10.345 ms vlib/toml/toml.v
                                                                                
OK    [1322/2882]     6.619 ms vlib/v/ast/attr.v
                                                                                
OK    [1323/2882]    11.714 ms vlib/toml/util/util.v
                                                                                
OK    [1324/2882]     4.641 ms vlib/v/ast/cflags_test.v
                                                                                
OK    [1325/2882]     9.495 ms vlib/v/ast/cflags.v
                                                                                
OK    [1326/2882]    14.680 ms vlib/v/ast/ast.v
                                                                                
OK    [1327/2882]     6.457 ms vlib/v/ast/embed_file.v
                                                                                
OK    [1328/2882]     6.659 ms vlib/v/ast/init.v
                                                                                
OK    [1329/2882]     7.483 ms vlib/v/ast/comptime_const_values.v
                                                                                
OK    [1330/2882]     7.808 ms vlib/v/ast/comptime_valid_idents.v
                                                                                
OK    [1331/2882]    10.241 ms vlib/v/ast/native.v
                                                                                
OK    [1332/2882]     7.220 ms vlib/v/ast/type_size_test.v
                                                                                
OK    [1333/2882]     9.295 ms vlib/v/ast/scope.v
                                                                                
OK    [1334/2882]    13.428 ms vlib/v/ast/str.v
                                                                                
OK    [1335/2882]     6.069 ms vlib/v/ast/walker/walker.v
                                                                                
OK    [1336/2882]     7.241 ms vlib/v/ast/types_test.v
                                                                                
OK    [1337/2882]     5.528 ms vlib/v/ast/walker/walker_test.v
                                                                                
OK    [1338/2882]    14.524 ms vlib/v/ast/types.v
                                                                                
OK    [1339/2882]     6.168 ms vlib/v/builder/builder_test.v
                                                                                
OK    [1340/2882]    24.282 ms vlib/v/ast/table.v
                                                                                
OK    [1341/2882]     5.977 ms vlib/v/builder/cbuilder/cbuilder.v
                                                                                
OK    [1342/2882]    10.288 ms vlib/v/builder/builder.v
                                                                                
OK    [1343/2882]     8.943 ms vlib/v/builder/cbuilder/parallel_cc.v
                                                                                
OK    [1344/2882]     7.460 ms vlib/v/builder/cflags.v
                                                                                
OK    [1345/2882]     7.970 ms vlib/v/builder/cc_windows.v
                                                                                
OK    [1346/2882]     9.622 ms vlib/v/builder/compile.v
                                                                                
OK    [1347/2882]    14.125 ms vlib/v/builder/cc.v
                                                                                
OK    [1348/2882]     7.472 ms vlib/v/builder/dump_lists.v
                                                                                
OK    [1349/2882]     6.489 ms vlib/v/builder/interpreterbuilder/ibuilder.v
                                                                                
OK    [1350/2882]     7.654 ms vlib/v/builder/golangbuilder/golangbuilder.v
                                                                                
OK    [1351/2882]     9.214 ms vlib/v/builder/interpreterbuilder/v_interpret_test.v
                                                                                
OK    [1352/2882]     6.689 ms vlib/v/builder/msvc.v
                                                                                
OK    [1353/2882]     9.140 ms vlib/v/builder/jsbuilder/jsbuilder.v
                                                                                
OK    [1354/2882]     7.906 ms vlib/v/builder/nativebuilder/nativebuilder.v
                                                                                
OK    [1355/2882]    10.246 ms vlib/v/builder/msvc_windows.v
                                                                                
OK    [1356/2882]     7.256 ms vlib/v/builder/wasmbuilder/wasmbuilder.v
                                                                                
OK    [1357/2882]     9.706 ms vlib/v/callgraph/callgraph.v
                                                                                
OK    [1358/2882]    10.664 ms vlib/v/builder/rebuilding.v
                                                                                
OK    [1359/2882]     7.089 ms vlib/v/cflag/cflags.v
                                                                                
OK    [1360/2882]    11.598 ms vlib/v/checker/assign.v
                                                                                
OK    [1361/2882]     8.047 ms vlib/v/checker/containers.v
                                                                                
OK    [1362/2882]    16.101 ms vlib/v/checker/check_types.v
                                                                                
OK    [1363/2882]    13.508 ms vlib/v/checker/comptime.v
                                                                                
OK    [1364/2882]     7.489 ms vlib/v/checker/for.v
                                                                                
OK    [1365/2882]     8.045 ms vlib/v/checker/if.v
                                                                                
OK    [1366/2882]     7.533 ms vlib/v/checker/interface.v
                                                                                
OK    [1367/2882]    11.971 ms vlib/v/checker/infix.v
                                                                                
OK    [1368/2882]    22.188 ms vlib/v/checker/fn.v
                                                                                
OK    [1369/2882]     8.407 ms vlib/v/checker/match.v
                                                                                
OK    [1370/2882]     5.899 ms vlib/v/checker/postfix.v
                                                                                
OK    [1371/2882]    11.320 ms vlib/v/checker/orm.v
                                                                                
OK    [1372/2882]     6.820 ms vlib/v/checker/str.v
                                                                                
OK    [1373/2882]     9.180 ms vlib/v/checker/return.v
                                                                                
OK    [1374/2882]     5.726 ms vlib/v/checker/tests/amod/amod.v
                                                                                
OK    [1375/2882]    43.708 ms vlib/v/checker/checker.v
                                                                                
OK    [1376/2882]     7.581 ms vlib/v/checker/tests/anon_structs_visibility/amod/amod.v
                                                                                
OK    [1377/2882]     6.631 ms vlib/v/checker/tests/anon_structs_visibility/main.v
                                                                                
OK    [1378/2882]    15.542 ms vlib/v/checker/struct.v
                                                                                
OK    [1379/2882]     6.396 ms vlib/v/checker/tests/module_with_structs_with_deprecated_fields/fields.v
                                                                                
OK    [1380/2882]     9.127 ms vlib/v/checker/tests/modules/deprecated_module/bbb/ccc/ccc.v
                                                                                
OK    [1381/2882]     8.992 ms vlib/v/checker/tests/modules/deprecated_module/main.v
                                                                                
OK    [1382/2882]     9.097 ms vlib/v/checker/tests/modules/deprecated_module/www/ttt/ttt.v
                                                                                
OK    [1383/2882]     7.180 ms vlib/v/checker/tests/modules/deprecated_module/xxx/yyy/yyy.v
                                                                                
OK    [1384/2882]     9.501 ms vlib/v/checker/tests/modules/module_alias_started_with_underscore/main.v
                                                                                
OK    [1385/2882]     7.580 ms vlib/v/checker/tests/modules/module_alias_started_with_underscore/underscore.v
                                                                                
OK    [1386/2882]     7.558 ms vlib/v/checker/tests/modules/module_with_redeclaration/redeclare_time_structs.v
                                                                                
OK    [1387/2882]     8.904 ms vlib/v/checker/tests/modules/overload_return_type/main.v
                                                                                
OK    [1388/2882]     8.220 ms vlib/v/checker/tests/modules/overload_return_type/point.v
                                                                                
OK    [1389/2882]     8.974 ms vlib/v/compiler_errors_test.v
                                                                                
OK    [1390/2882]     8.174 ms vlib/v/doc/comment.v
                                                                                
OK    [1391/2882]     9.186 ms vlib/v/depgraph/depgraph.v
                                                                                
OK    [1392/2882]     7.137 ms vlib/v/doc/doc_private_fn_test.v
                                                                                
OK    [1393/2882]     7.414 ms vlib/v/doc/doc_test.v
                                                                                
OK    [1394/2882]    11.489 ms vlib/v/doc/doc.v
                                                                                
OK    [1395/2882]     6.767 ms vlib/v/doc/node.v
                                                                                
OK    [1396/2882]     5.490 ms vlib/v/dotgraph/dotgraph.c.v
                                                                                
OK    [1397/2882]     5.746 ms vlib/v/dotgraph/dotgraph.js.v
                                                                                
OK    [1398/2882]    13.972 ms vlib/v/doc/module.v
                                                                                
OK    [1399/2882]     7.803 ms vlib/v/dotgraph/dotgraph.v
                                                                                
OK    [1400/2882]     6.801 ms vlib/v/embed_file/decoder.v
                                                                                
OK    [1401/2882]    19.591 ms vlib/v/doc/utils.v
                                                                                
OK    [1402/2882]     9.907 ms vlib/v/embed_file/embed_file.v
                                                                                
OK    [1403/2882]     6.708 ms vlib/v/embed_file/tests/embed_file_to_string_test.v
                                                                                
OK    [1404/2882]     5.968 ms vlib/v/embed_file/tests/embed_file_with_import_test.v
                                                                                
OK    [1405/2882]     8.519 ms vlib/v/embed_file/tests/embed_file_test.v
                                                                                
OK    [1406/2882]     7.403 ms vlib/v/errors/errors.v
                                                                                
OK    [1407/2882]     8.278 ms vlib/v/embed_file/tests/embed_file_with_variable_arg_test.v
                                                                                
OK    [1408/2882]     8.433 ms vlib/v/eval/gen/infix_gen.v
                                                                                
OK    [1409/2882]    10.004 ms vlib/v/eval/eval.v
                                                                                
OK    [1410/2882]    10.173 ms vlib/v/eval/expr.v
                                                                                
OK    [1411/2882]     6.174 ms vlib/v/eval/interpret_test.v
                                                                                
OK    [1412/2882]     7.773 ms vlib/v/eval/object.v
                                                                                
OK    [1413/2882]     7.655 ms vlib/v/eval/stmt.v
                                                                                
OK    [1414/2882]     6.227 ms vlib/v/eval/var.v
                                                                                
OK    [1415/2882]     8.705 ms vlib/v/eval/tests/push_val_test.v
                                                                                
OK    [1416/2882]     6.881 ms vlib/v/fmt/align.v
                                                                                
OK    [1417/2882]     6.909 ms vlib/v/fmt/asm.v
                                                                                
OK    [1418/2882]     6.530 ms vlib/v/fmt/comments.v
                                                                                
OK    [1419/2882]     7.641 ms vlib/v/fmt/attrs.v
                                                                                
OK    [1420/2882]     7.223 ms vlib/v/fmt/fmt_keep_test.v
                                                                                
OK    [1421/2882]     5.856 ms vlib/v/fmt/fmt_vlib_test.v
                                                                                
OK    [1422/2882]     8.229 ms vlib/v/fmt/fmt_test.v
                                                                                
OK    [1423/2882]    30.061 ms vlib/v/eval/infix.v
                                                                                
OK    [1424/2882]     6.493 ms vlib/v/fmt/tests/manualfree_keep.v
                                                                                
OK    [1425/2882]     6.314 ms vlib/v/fmt/tests/obj/obj.v
                                                                                
OK    [1426/2882]     9.427 ms vlib/v/fmt/struct.v
                                                                                
OK    [1427/2882]     6.054 ms vlib/v/fmt/vfmt_on_off.v
                                                                                
OK    [1428/2882]     8.031 ms vlib/v/gen/c/assert.v
                                                                                
OK    [1429/2882]    28.461 ms vlib/v/fmt/fmt.v
                                                                                
OK    [1430/2882]    12.540 ms vlib/v/gen/c/assign.v
                                                                                
OK    [1431/2882]    12.066 ms vlib/v/gen/c/auto_eq_methods.v
                                                                                
OK    [1432/2882]     6.113 ms vlib/v/gen/c/auto_free_methods.v
                                                                                
OK    [1433/2882]    18.226 ms vlib/v/gen/c/array.v
                                                                                
OK    [1434/2882]     8.674 ms vlib/v/gen/c/cheaders.v
                                                                                
OK    [1435/2882]     8.643 ms vlib/v/gen/c/cmain.v
                                                                                
OK    [1436/2882]     4.500 ms vlib/v/gen/c/ctempvars.v
                                                                                
OK    [1437/2882]    17.513 ms vlib/v/gen/c/auto_str_methods.v
                                                                                
OK    [1438/2882]     9.970 ms vlib/v/gen/c/coutput_test.v
                                                                                
OK    [1439/2882]    16.277 ms vlib/v/gen/c/comptime.v
                                                                                
OK    [1440/2882]     6.332 ms vlib/v/gen/c/dumpexpr.v
                                                                                
OK    [1441/2882]     6.996 ms vlib/v/gen/c/embed.v
                                                                                
OK    [1442/2882]     7.985 ms vlib/v/gen/c/if.v
                                                                                
OK    [1443/2882]     9.673 ms vlib/v/gen/c/for.v
                                                                                
OK    [1444/2882]    10.205 ms vlib/v/gen/c/index.v
                                                                                
OK    [1445/2882]     4.758 ms vlib/v/gen/c/live.v
                                                                                
OK    [1446/2882]    10.231 ms vlib/v/gen/c/infix.v
                                                                                
OK    [1447/2882]    23.397 ms vlib/v/gen/c/fn.v
                                                                                
OK    [1448/2882]    13.645 ms vlib/v/gen/c/json.v
                                                                                
OK    [1449/2882]     5.832 ms vlib/v/gen/c/profile.v
                                                                                
OK    [1450/2882]    12.358 ms vlib/v/gen/c/match.v
                                                                                
OK    [1451/2882]    50.827 ms vlib/v/gen/c/cgen.v
                                                                                
OK    [1452/2882]     8.342 ms vlib/v/gen/c/reflection.v
                                                                                
OK    [1453/2882]    13.698 ms vlib/v/gen/c/orm.v
                                                                                
OK    [1454/2882]     6.595 ms vlib/v/gen/c/testdata/translated/translated_module_actual.v
                                                                                
OK    [1455/2882]     9.140 ms vlib/v/gen/c/str.v
                                                                                
OK    [1456/2882]     9.257 ms vlib/v/gen/c/str_intp.v
                                                                                
OK    [1457/2882]    10.177 ms vlib/v/gen/c/struct.v
                                                                                
OK    [1458/2882]    13.976 ms vlib/v/gen/c/spawn_and_go.v
                                                                                
OK    [1459/2882]     7.842 ms vlib/v/gen/golang/attrs.v
                                                                                
OK    [1460/2882]     8.493 ms vlib/v/gen/c/utils.v
                                                                                
OK    [1461/2882]     7.971 ms vlib/v/gen/golang/struct.v
                                                                                
OK    [1462/2882]    13.321 ms vlib/v/gen/c/text_manipulation.v
                                                                                
OK    [1463/2882]     7.131 ms vlib/v/gen/golang/tests/golang_test.v
                                                                                
OK    [1464/2882]     9.514 ms vlib/v/gen/js/array.v
                                                                                
OK    [1465/2882]     8.786 ms vlib/v/gen/js/auto_eq_methods.v
                                                                                
OK    [1466/2882]    22.203 ms vlib/v/gen/golang/golang.v
                                                                                
OK    [1467/2882]     7.984 ms vlib/v/gen/js/comptime.v
                                                                                
OK    [1468/2882]    10.879 ms vlib/v/gen/js/builtin_types.v
                                                                                
OK    [1469/2882]     7.878 ms vlib/v/gen/js/deep_copy.v
                                                                                
OK    [1470/2882]    15.866 ms vlib/v/gen/js/auto_str_methods.v
                                                                                
OK    [1471/2882]     8.347 ms vlib/v/gen/js/infix.v
                                                                                
OK    [1472/2882]    10.970 ms vlib/v/gen/js/fn.v
                                                                                
OK    [1473/2882]     8.507 ms vlib/v/gen/js/jsdoc.v
                                                                                
OK    [1474/2882]     7.794 ms vlib/v/gen/js/jsgen_test.v
                                                                                
OK    [1475/2882]     7.274 ms vlib/v/gen/js/program_test.v
                                                                                
OK    [1476/2882]     7.559 ms vlib/v/gen/js/sourcemap/basic_test.v
                                                                                
OK    [1477/2882]     7.432 ms vlib/v/gen/js/sourcemap/mappings.v
                                                                                
OK    [1478/2882]     8.278 ms vlib/v/gen/js/sourcemap/compare_test.v
                                                                                
OK    [1479/2882]     5.711 ms vlib/v/gen/js/sourcemap/sets.v
                                                                                
OK    [1480/2882]     6.916 ms vlib/v/gen/js/sourcemap/source_map.v
                                                                                
OK    [1481/2882]     6.334 ms vlib/v/gen/js/sourcemap/source_map_generator.v
                                                                                
OK    [1482/2882]     9.084 ms vlib/v/gen/js/sourcemap/vlq/vlq.v
                                                                                
OK    [1483/2882]     5.416 ms vlib/v/gen/js/sourcemap/vlq/vlq_encode_test.v
                                                                                
OK    [1484/2882]     5.884 ms vlib/v/gen/js/str.v
                                                                                
OK    [1485/2882]    31.028 ms vlib/v/gen/js/js.v
                                                                                
OK    [1486/2882]    12.961 ms vlib/v/gen/js/sourcemap/vlq/vlq_decode_test.v
                                                                                
OK    [1487/2882]     7.590 ms vlib/v/gen/js/temp_fast_deep_equal.v
                                                                                
OK    [1488/2882]     7.045 ms vlib/v/gen/js/tests/array.v
                                                                                
OK    [1489/2882]     6.405 ms vlib/v/gen/js/tests/enum.v
                                                                                
OK    [1490/2882]    10.383 ms vlib/v/gen/js/tests/hello/hello1/hello1.v
                                                                                
OK    [1491/2882]    11.690 ms vlib/v/gen/js/tests/hello/hello.v
                                                                                
OK    [1492/2882]    12.521 ms vlib/v/gen/js/tests/hello/hello.js.v
                                                                                
OK    [1493/2882]    16.536 ms vlib/v/gen/js/tests/auto_deref_args.v
                                                                                
OK    [1494/2882]     7.739 ms vlib/v/gen/js/tests/interface.v
                                                                                
OK    [1495/2882]     7.137 ms vlib/v/gen/js/tests/life.v
                                                                                
OK    [1496/2882]     7.891 ms vlib/v/gen/js/tests/interp.v
                                                                                
OK    [1497/2882]     7.945 ms vlib/v/gen/js/tests/js.v
                                                                                
OK    [1498/2882]     8.530 ms vlib/v/gen/js/tests/option.v
                                                                                
OK    [1499/2882]     6.155 ms vlib/v/gen/js/tests/simple.v
                                                                                
OK    [1500/2882]     6.105 ms vlib/v/gen/js/tests/testdata/byte_is_space.v
                                                                                
OK    [1501/2882]     7.903 ms vlib/v/gen/js/tests/simple_sourcemap.v
                                                                                
OK    [1502/2882]     7.309 ms vlib/v/gen/js/tests/testdata/compare_ints.v
                                                                                
OK    [1503/2882]     8.318 ms vlib/v/gen/js/tests/struct.v
                                                                                
OK    [1504/2882]     6.272 ms vlib/v/gen/js/tests/testdata/hw.v
                                                                                
OK    [1505/2882]     7.010 ms vlib/v/gen/js/tests/testdata/overloading.v
                                                                                
OK    [1506/2882]     8.967 ms vlib/v/gen/js/tests/testdata/match.v
                                                                                
OK    [1507/2882]     6.926 ms vlib/v/gen/js/tests/testdata/string_methods.v
                                                                                
OK    [1508/2882]     7.892 ms vlib/v/gen/js/tests/testdata/string.v
                                                                                
OK    [1509/2882]     8.620 ms vlib/v/gen/js/tests/testdata/u64.v
                                                                                
OK    [1510/2882]     7.607 ms vlib/v/gen/js/util.v
                                                                                
OK    [1511/2882]     6.810 ms vlib/v/gen/native/builtins.v
                                                                                
OK    [1512/2882]     9.607 ms vlib/v/gen/native/arm64.v
                                                                                
OK    [1513/2882]     8.056 ms vlib/v/gen/native/comptime.v
                                                                                
OK    [1514/2882]     8.120 ms vlib/v/gen/native/expr.v
                                                                                
OK    [1515/2882]     6.812 ms vlib/v/gen/native/macho.v
                                                                                
OK    [1516/2882]    12.624 ms vlib/v/gen/native/elf.v
                                                                                
OK    [1517/2882]     5.087 ms vlib/v/gen/native/macho_test.v
                                                                                
OK    [1518/2882]    12.342 ms vlib/v/gen/native/gen.v
                                                                                
OK    [1519/2882]     6.711 ms vlib/v/gen/native/pe.v
                                                                                
OK    [1520/2882]     7.271 ms vlib/v/gen/native/stmt.v
                                                                                
OK    [1521/2882]     6.634 ms vlib/v/gen/native/syscall.v
                                                                                
OK    [1522/2882]     6.759 ms vlib/v/gen/native/tests/native_test.v
                                                                                
OK    [1523/2882]     6.561 ms vlib/v/gen/wasm/cast.v
                                                                                
OK    [1524/2882]     8.605 ms vlib/v/gen/wasm/mem.v
                                                                                
OK    [1525/2882]     5.393 ms vlib/v/gen/wasm/ops.v
                                                                                
OK    [1526/2882]    12.663 ms vlib/v/gen/wasm/gen.v
                                                                                
OK    [1527/2882]    44.215 ms vlib/v/gen/native/amd64.v
                                                                                
OK    [1528/2882]     7.253 ms vlib/v/gen/wasm/serialisation.v
                                                                                
OK    [1529/2882]     6.563 ms vlib/v/help/help.v
                                                                                
OK    [1530/2882]     9.133 ms vlib/v/gen/wasm/tests/wasm_test.v
                                                                                
OK    [1531/2882]     6.224 ms vlib/v/help/help_test.v
                                                                                
OK    [1532/2882]     5.864 ms vlib/v/live/common.v
                                                                                
OK    [1533/2882]    26.569 ms vlib/v/gen/wasm/binaryen/binaryen.c.v
                                                                                
OK    [1534/2882]     7.651 ms vlib/v/live/executable/reloader.v
                                                                                
OK    [1535/2882]    10.050 ms vlib/v/live/live_test.v
                                                                                
OK    [1536/2882]     7.953 ms vlib/v/live/sharedlib/live_sharedlib.v
                                                                                
OK    [1537/2882]     8.922 ms vlib/v/markused/walker.v
                                                                                
OK    [1538/2882]     8.202 ms vlib/v/mathutil/mathutil.v
                                                                                
OK    [1539/2882]    12.651 ms vlib/v/markused/markused.v
                                                                                
OK    [1540/2882]     6.404 ms vlib/v/mathutil/mathutil_test.v
                                                                                
OK    [1541/2882]     7.661 ms vlib/v/parser/assign.v
                                                                                
OK    [1542/2882]     8.177 ms vlib/v/parser/containers.v
                                                                                
OK    [1543/2882]    11.253 ms vlib/v/parser/comptime.v
                                                                                
OK    [1544/2882]     7.561 ms vlib/v/parser/for.v
                                                                                
OK    [1545/2882]     7.122 ms vlib/v/parser/if_match.v
                                                                                
OK    [1546/2882]     6.462 ms vlib/v/parser/lock.v
                                                                                
OK    [1547/2882]     5.286 ms vlib/v/parser/module.v
                                                                                
OK    [1548/2882]    16.109 ms vlib/v/parser/fn.v
                                                                                
OK    [1549/2882]     7.636 ms vlib/v/parser/orm.v
                                                                                
OK    [1550/2882]    23.953 ms vlib/v/parser/expr.v
                                                                                
OK    [1551/2882]    11.929 ms vlib/v/parser/parse_type.v
                                                                                
OK    [1552/2882]    10.973 ms vlib/v/parser/struct.v
                                                                                
OK    [1553/2882]     7.413 ms vlib/v/parser/tmpl.v
                                                                                
OK    [1554/2882]     7.178 ms vlib/v/parser/v_parser_test.v
                                                                                
OK    [1555/2882]     6.155 ms vlib/v/pkgconfig/bin/pkgconfig_test.v
                                                                                
OK    [1556/2882]     7.189 ms vlib/v/pkgconfig/bin/pkgconfig.v
                                                                                
OK    [1557/2882]     7.133 ms vlib/v/pkgconfig/main.v
                                                                                
OK    [1558/2882]     9.104 ms vlib/v/pkgconfig/pkgconfig.v
                                                                                
OK    [1559/2882]     7.229 ms vlib/v/pkgconfig/pkgconfig_test.v
                                                                                
OK    [1560/2882]     6.179 ms vlib/v/pref/options_test.v
                                                                                
OK    [1561/2882]     8.706 ms vlib/v/pref/default.v
                                                                                
OK    [1562/2882]     7.746 ms vlib/v/pref/os.v
                                                                                
OK    [1563/2882]     6.036 ms vlib/v/pref/pref_test.v
                                                                                
OK    [1564/2882]     8.555 ms vlib/v/pref/should_compile.v
                                                                                
OK    [1565/2882]     5.904 ms vlib/v/preludes/embed_file/embed_file.v
                                                                                
OK    [1566/2882]     5.455 ms vlib/v/preludes/embed_file/zlib/embed_file_zlib.v
                                                                                
OK    [1567/2882]    41.357 ms vlib/v/parser/parser.v
                                                                                
OK    [1568/2882]    15.992 ms vlib/v/pref/pref.v
                                                                                
OK    [1569/2882]     5.822 ms vlib/v/preludes/live.v
                                                                                
OK    [1570/2882]     7.307 ms vlib/v/preludes/live_main.v
                                                                                
OK    [1571/2882]     8.601 ms vlib/v/preludes/live_shared.v
                                                                                
OK    [1572/2882]     7.320 ms vlib/v/preludes/profiled_program.v
                                                                                
OK    [1573/2882]     8.236 ms vlib/v/preludes/test_runner.v
                                                                                
OK    [1574/2882]     8.113 ms vlib/v/preludes/test_runner_dump.v
                                                                                
OK    [1575/2882]     6.967 ms vlib/v/preludes/test_runner_normal.v
                                                                                
OK    [1576/2882]     8.534 ms vlib/v/preludes/test_runner_simple.v
                                                                                
OK    [1577/2882]     6.447 ms vlib/v/preludes/tests_with_stats.v
                                                                                
OK    [1578/2882]    10.015 ms vlib/v/preludes/test_runner_tap.v
                                                                                
OK    [1579/2882]     6.496 ms vlib/v/preludes/trace_calls.v
                                                                                
OK    [1580/2882]    10.122 ms vlib/v/preludes/test_runner_teamcity.v
                                                                                
OK    [1581/2882]     6.889 ms vlib/v/preludes_js/test_runner.v
                                                                                
OK    [1582/2882]     5.910 ms vlib/v/preludes_js/test_runner_normal.v
                                                                                
OK    [1583/2882]     9.155 ms vlib/v/preludes_js/stats_import.js.v
                                                                                
OK    [1584/2882]     6.779 ms vlib/v/preludes_js/test_runner_simple.v
                                                                                
OK    [1585/2882]    10.143 ms vlib/v/preludes_js/test_runner_tap.v
                                                                                
OK    [1586/2882]     7.383 ms vlib/v/preludes_js/tests_with_stats.v
                                                                                
OK    [1587/2882]     7.403 ms vlib/v/profile/api.v
                                                                                
OK    [1588/2882]     8.133 ms vlib/v/reflection/reflection.v
                                                                                
OK    [1589/2882]     7.488 ms vlib/v/scanner/scanner_test.v
                                                                                
OK    [1590/2882]     6.119 ms vlib/v/slow_tests/assembly/naked_attr_test.amd64.v
                                                                                
OK    [1591/2882]     9.150 ms vlib/v/slow_tests/assembly/asm_test.i386.v
                                                                                
OK    [1592/2882]     4.841 ms vlib/v/slow_tests/assembly/naked_attr_test.i386.v
                                                                                
OK    [1593/2882]    12.995 ms vlib/v/slow_tests/assembly/asm_test.amd64.v
                                                                                
OK    [1594/2882]    20.279 ms vlib/v/scanner/scanner.v
                                                                                
OK    [1595/2882]     6.552 ms vlib/v/slow_tests/comptime_if_expr_threads_test.v
                                                                                
OK    [1596/2882]     9.502 ms vlib/v/slow_tests/assembly/util/dot_amd64_util.amd64.v
                                                                                
OK    [1597/2882]     8.160 ms vlib/v/slow_tests/crun_mode/crun_test.v
                                                                                
OK    [1598/2882]     8.875 ms vlib/v/slow_tests/inout/compiler_test.v
                                                                                
OK    [1599/2882]     7.930 ms vlib/v/slow_tests/keep_args_alive_test.v
                                                                                
OK    [1600/2882]     7.463 ms vlib/v/slow_tests/modules/acommentedmodule/commentedfile.v
                                                                                
OK    [1601/2882]     6.768 ms vlib/v/slow_tests/prod/asserts_should_be_skipped.prod.v
                                                                                
OK    [1602/2882]     5.719 ms vlib/v/slow_tests/prod/assoc.prod.v
                                                                                
OK    [1603/2882]     8.392 ms vlib/v/slow_tests/profile/profile_test_1.v
                                                                                
OK    [1604/2882]    12.274 ms vlib/v/slow_tests/prod/f64_literals_and_simple_expressions_should_not_round_as_f32.prod.v
                                                                                
OK    [1605/2882]     8.544 ms vlib/v/slow_tests/profile/profile_test_2.v
                                                                                
OK    [1606/2882]    11.691 ms vlib/v/slow_tests/profile/profile_test.v
                                                                                
OK    [1607/2882]    14.473 ms vlib/v/slow_tests/prod_test.v
                                                                                
OK    [1608/2882]     7.665 ms vlib/v/slow_tests/profile/profile_test_3.v
                                                                                
OK    [1609/2882]     5.788 ms vlib/v/slow_tests/run_project_folders/go_fns_in_different_files_over_the_same_struct/f1.v
                                                                                
OK    [1610/2882]     8.165 ms vlib/v/slow_tests/repl/repl_test.v
                                                                                
OK    [1611/2882]     6.320 ms vlib/v/slow_tests/run_project_folders/go_fns_in_different_files_over_the_same_struct/f2.v
                                                                                
OK    [1612/2882]    10.564 ms vlib/v/slow_tests/repl/runner/runner.v
                                                                                
OK    [1613/2882]     6.363 ms vlib/v/slow_tests/run_project_folders/issue_10023_multiple_anon_fns_with_same_position/a.v
                                                                                
OK    [1614/2882]     9.088 ms vlib/v/slow_tests/run_project_folders/go_fns_in_different_files_over_the_same_struct/main.v
                                                                                
OK    [1615/2882]     6.143 ms vlib/v/slow_tests/run_project_folders/issue_13443_test_prefixed_fns_in_normal_v_files/main.v
                                                                                
OK    [1616/2882]     7.385 ms vlib/v/slow_tests/run_project_folders/issue_13443_test_prefixed_fns_in_normal_v_files/any_test.v
                                                                                
OK    [1617/2882]    10.035 ms vlib/v/slow_tests/run_project_folders/issue_10023_multiple_anon_fns_with_same_position/b.v
                                                                                
OK    [1618/2882]     5.832 ms vlib/v/slow_tests/run_project_folders_test.v
                                                                                
OK    [1619/2882]     6.514 ms vlib/v/slow_tests/valgrind/base64.v
                                                                                
OK    [1620/2882]     7.836 ms vlib/v/slow_tests/valgrind/array_init_with_string_variable.v
                                                                                
OK    [1621/2882]     9.309 ms vlib/v/slow_tests/valgrind/1.strings_and_arrays.v
                                                                                
OK    [1622/2882]     9.230 ms vlib/v/slow_tests/valgrind/2.heap_objects.v
                                                                                
OK    [1623/2882]     6.619 ms vlib/v/slow_tests/valgrind/buffer_passed_in_fn_that_uses_tos_on_it.v
                                                                                
OK    [1624/2882]     7.009 ms vlib/v/slow_tests/valgrind/dump_nested_structs.v
                                                                                
OK    [1625/2882]     6.843 ms vlib/v/slow_tests/valgrind/fn_returning_string_param.v
                                                                                
OK    [1626/2882]     7.822 ms vlib/v/slow_tests/valgrind/cross_var_assign.v
                                                                                
OK    [1627/2882]     8.336 ms vlib/v/slow_tests/valgrind/free_heap_foos.v
                                                                                
OK    [1628/2882]     5.812 ms vlib/v/slow_tests/valgrind/if_expr.v
                                                                                
OK    [1629/2882]     6.607 ms vlib/v/slow_tests/valgrind/free_variables_in_reverse_order_of_creation.v
                                                                                
OK    [1630/2882]     7.013 ms vlib/v/slow_tests/valgrind/if_expr_skip.v
                                                                                
OK    [1631/2882]     6.149 ms vlib/v/slow_tests/valgrind/import_os_and_use_its_constants.v
                                                                                
OK    [1632/2882]     5.605 ms vlib/v/slow_tests/valgrind/logging.v
                                                                                
OK    [1633/2882]    19.098 ms vlib/v/slow_tests/valgrind/fn_with_return_should_free_local_vars.v
                                                                                
OK    [1634/2882]     7.368 ms vlib/v/slow_tests/valgrind/import_x_json2.v
                                                                                
OK    [1635/2882]     6.322 ms vlib/v/slow_tests/valgrind/option_reassigned.v
                                                                                
OK    [1636/2882]     6.193 ms vlib/v/slow_tests/valgrind/option_simple.v
                                                                                
OK    [1637/2882]     6.606 ms vlib/v/slow_tests/valgrind/simple_interpolation.v
                                                                                
OK    [1638/2882]     8.338 ms vlib/v/slow_tests/valgrind/rand_module.v
                                                                                
OK    [1639/2882]     7.162 ms vlib/v/slow_tests/valgrind/simple_interpolation_script_mode.v
                                                                                
OK    [1640/2882]     6.268 ms vlib/v/slow_tests/valgrind/simple_interpolation_script_mode_more_scopes.v
                                                                                
OK    [1641/2882]     8.615 ms vlib/v/slow_tests/valgrind/rune_methods.v
                                                                                
OK    [1642/2882]     6.663 ms vlib/v/slow_tests/valgrind/string_plus_string_plus.v
                                                                                
OK    [1643/2882]    14.454 ms vlib/v/slow_tests/valgrind/struct_of_array_of_same_struct.v
                                                                                
OK    [1644/2882]    15.398 ms vlib/v/slow_tests/valgrind/string_str_method.v
                                                                                
OK    [1645/2882]    15.094 ms vlib/v/slow_tests/valgrind/strings_builder.v
                                                                                
OK    [1646/2882]    14.991 ms vlib/v/slow_tests/valgrind/struct_field.v
                                                                                
OK    [1647/2882]     4.927 ms vlib/v/slow_tests/valgrind/sync.v
                                                                                
OK    [1648/2882]     6.732 ms vlib/v/tests/addr_test.v
                                                                                
OK    [1649/2882]     7.808 ms vlib/v/slow_tests/valgrind/valgrind_test.v
                                                                                
OK    [1650/2882]     8.208 ms vlib/v/tests/aggregate_is_nodetype_test.v
                                                                                
OK    [1651/2882]     9.261 ms vlib/v/tests/alias_array_has_method_test.v
                                                                                
OK    [1652/2882]     7.118 ms vlib/v/tests/alias_array_operator_overloading_test.v
                                                                                
OK    [1653/2882]     8.866 ms vlib/v/tests/alias_array_plus_operator_test.v
                                                                                
OK    [1654/2882]     7.842 ms vlib/v/tests/alias_basic_types_test.v
                                                                                
OK    [1655/2882]     6.500 ms vlib/v/tests/alias_fixed_array_init_test.v
                                                                                
OK    [1656/2882]     7.966 ms vlib/v/tests/alias_custom_type_map_test.v
                                                                                
OK    [1657/2882]     9.596 ms vlib/v/tests/alias_char_type_reference_test.v
                                                                                
OK    [1658/2882]     7.044 ms vlib/v/tests/alias_fixed_array_test.v
                                                                                
OK    [1659/2882]     7.711 ms vlib/v/tests/alias_fixed_array_of_struct_test.v
                                                                                
OK    [1660/2882]     7.502 ms vlib/v/tests/alias_in_a_struct_field_autostr_test.v
                                                                                
OK    [1661/2882]     7.283 ms vlib/v/tests/alias_map_keys_test.v
                                                                                
OK    [1662/2882]     8.634 ms vlib/v/tests/alias_map_clone_test.v
                                                                                
OK    [1663/2882]     6.336 ms vlib/v/tests/alias_operator_overloading_test.v
                                                                                
OK    [1664/2882]     6.311 ms vlib/v/tests/alias_to_ptr_arg_test.v
                                                                                
OK    [1665/2882]     6.335 ms vlib/v/tests/aliased_array_method_call_test.v
                                                                                
OK    [1666/2882]    10.737 ms vlib/v/tests/alias_map_operator_overloading_test.v
                                                                                
OK    [1667/2882]     9.738 ms vlib/v/tests/alias_sumtype_method_call_test.v
                                                                                
OK    [1668/2882]     5.995 ms vlib/v/tests/aliased_array_operations_test.v
                                                                                
OK    [1669/2882]     6.665 ms vlib/v/tests/aliased_option_fn_call_test.v
                                                                                
OK    [1670/2882]     8.084 ms vlib/v/tests/aliased_field_access_test.v
                                                                                
OK    [1671/2882]     7.202 ms vlib/v/tests/aliasing_c_structs/eq_operator_overload_of_c_struct_alias_test.v
                                                                                
OK    [1672/2882]     6.438 ms vlib/v/tests/anon_fn_decl_inside_ternary_test.v
                                                                                
OK    [1673/2882]    11.258 ms vlib/v/tests/anon_fn_call_test.v
                                                                                
OK    [1674/2882]     6.676 ms vlib/v/tests/anon_fn_decl_with_anon_fn_params_test.v
                                                                                
OK    [1675/2882]     6.653 ms vlib/v/tests/anon_fn_fixed_arr_test.v
                                                                                
OK    [1676/2882]     6.704 ms vlib/v/tests/anon_fn_option_call_in_if_expr_test.v
                                                                                
OK    [1677/2882]    10.762 ms vlib/v/tests/anon_fn_in_containers_test.v
                                                                                
OK    [1678/2882]     7.552 ms vlib/v/tests/anon_fn_redefinition_test.v
                                                                                
OK    [1679/2882]     7.173 ms vlib/v/tests/anon_fn_test.v
                                                                                
OK    [1680/2882]     8.689 ms vlib/v/tests/anon_fn_returning_question_test.v
                                                                                
OK    [1681/2882]     6.056 ms vlib/v/tests/anon_fn_with_alias_args_test.v
                                                                                
OK    [1682/2882]     6.276 ms vlib/v/tests/anon_fn_with_array_arguments_test.v
                                                                                
OK    [1683/2882]     6.326 ms vlib/v/tests/anon_struct_assign_test.v
                                                                                
OK    [1684/2882]     8.811 ms vlib/v/tests/anon_fn_with_nested_anon_fn_args_test.v
                                                                                
OK    [1685/2882]     7.830 ms vlib/v/tests/anon_struct_type_test.v
                                                                                
OK    [1686/2882]     7.238 ms vlib/v/tests/anon_sum_type_test.v
                                                                                
OK    [1687/2882]    12.037 ms vlib/v/tests/anon_fn_with_option_test.v
                                                                                
OK    [1688/2882]     6.994 ms vlib/v/tests/append_struct_to_interface_array_test.v
                                                                                
OK    [1689/2882]     7.025 ms vlib/v/tests/appending_to_mut_array_in_fn_param_test.v
                                                                                
OK    [1690/2882]     8.028 ms vlib/v/tests/array_access_optimisation_test.v
                                                                                
OK    [1691/2882]     6.668 ms vlib/v/tests/array_append_short_struct_test.v
                                                                                
OK    [1692/2882]     7.184 ms vlib/v/tests/array_as_interface_test.v
                                                                                
OK    [1693/2882]     6.599 ms vlib/v/tests/array_cast_test.v
                                                                                
OK    [1694/2882]     9.312 ms vlib/v/tests/array_elements_with_option_test.v
                                                                                
OK    [1695/2882]     6.242 ms vlib/v/tests/array_filter_using_direct_closure_test.v
                                                                                
OK    [1696/2882]     7.604 ms vlib/v/tests/array_filter_of_fn_mut_arg_test.v
                                                                                
OK    [1697/2882]     9.136 ms vlib/v/tests/array_equality_test.v
                                                                                
OK    [1698/2882]     6.350 ms vlib/v/tests/array_get_anon_fn_value_test.v
                                                                                
OK    [1699/2882]     7.218 ms vlib/v/tests/array_index_option_test.v
                                                                                
OK    [1700/2882]     6.869 ms vlib/v/tests/array_init_element_size_equal_array_size_test.v
                                                                                
OK    [1701/2882]     6.982 ms vlib/v/tests/array_init_with_fields_test.v
                                                                                
OK    [1702/2882]     7.930 ms vlib/v/tests/array_insert_as_mut_receiver_test.v
                                                                                
OK    [1703/2882]    10.187 ms vlib/v/tests/array_init_test.v
                                                                                
OK    [1704/2882]     7.520 ms vlib/v/tests/array_map_or_test.v
                                                                                
OK    [1705/2882]     6.068 ms vlib/v/tests/array_method_using_it_in_defer_test.v
                                                                                
OK    [1706/2882]     9.433 ms vlib/v/tests/array_map_ref_test.v
                                                                                
OK    [1707/2882]     6.440 ms vlib/v/tests/array_nested_call_test.v
                                                                                
OK    [1708/2882]     7.538 ms vlib/v/tests/array_methods_test.v
                                                                                
OK    [1709/2882]     6.865 ms vlib/v/tests/array_of_alias_pop_test.v
                                                                                
OK    [1710/2882]     7.900 ms vlib/v/tests/array_of_alias_slice_test.v
                                                                                
OK    [1711/2882]     7.401 ms vlib/v/tests/array_of_anon_fn_call_test.v
                                                                                
OK    [1712/2882]     7.207 ms vlib/v/tests/array_of_fixed_array_map_test.v
                                                                                
OK    [1713/2882]     7.973 ms vlib/v/tests/array_of_fixed_array_test.v
                                                                                
OK    [1714/2882]     7.333 ms vlib/v/tests/array_of_functions_direct_call_test.v
                                                                                
OK    [1715/2882]     7.971 ms vlib/v/tests/array_of_interface_init_test.v
                                                                                
OK    [1716/2882]     6.891 ms vlib/v/tests/array_of_interfaces_builtin_method_test.v
                                                                                
OK    [1717/2882]     7.353 ms vlib/v/tests/array_of_interfaces_equality_test.v
                                                                                
OK    [1718/2882]     6.846 ms vlib/v/tests/array_of_ptrs_test.v
                                                                                
OK    [1719/2882]    10.093 ms vlib/v/tests/array_of_map_with_default_test.v
                                                                                
OK    [1720/2882]     6.933 ms vlib/v/tests/array_of_reference_sumtype_test.v
                                                                                
OK    [1721/2882]    12.205 ms vlib/v/tests/array_of_sumtype_append_aggregate_type_test.v
                                                                                
OK    [1722/2882]    10.990 ms vlib/v/tests/array_of_sumtype_append_array_of_sumtype_test.v
                                                                                
OK    [1723/2882]    11.088 ms vlib/v/tests/array_of_sumtype_append_literal_type_test.v
                                                                                
OK    [1724/2882]    16.806 ms vlib/v/tests/array_of_sumtype_append_alias_test.v
                                                                                
OK    [1725/2882]    12.634 ms vlib/v/tests/array_of_sumtype_init_test.v
                                                                                
OK    [1726/2882]     7.188 ms vlib/v/tests/array_of_sumtype_with_default_test.v
                                                                                
OK    [1727/2882]     8.056 ms vlib/v/tests/array_of_sumtypes_test.v
                                                                                
OK    [1728/2882]     6.748 ms vlib/v/tests/array_slice_test.v
                                                                                
OK    [1729/2882]     5.979 ms vlib/v/tests/array_sort_lt_overload_test.v
                                                                                
OK    [1730/2882]     7.078 ms vlib/v/tests/array_string_test.v
                                                                                
OK    [1731/2882]     7.660 ms vlib/v/tests/array_test.v
                                                                                
OK    [1732/2882]    15.864 ms vlib/v/tests/array_of_threads_wait_test.v
                                                                                
OK    [1733/2882]     6.941 ms vlib/v/tests/array_type_alias_test.v
                                                                                
OK    [1734/2882]     7.987 ms vlib/v/tests/array_to_string_test.v
                                                                                
OK    [1735/2882]     6.439 ms vlib/v/tests/array_with_it_test.v
                                                                                
OK    [1736/2882]     7.183 ms vlib/v/tests/as_cast_already_smartcast_sumtype_test.v
                                                                                
OK    [1737/2882]     7.081 ms vlib/v/tests/as_cast_is_expr_sumtype_fn_result_test.v
                                                                                
OK    [1738/2882]     9.257 ms vlib/v/tests/arraydecompose_nonvariadic_test.v
                                                                                
OK    [1739/2882]     8.703 ms vlib/v/tests/arrays_and_maps_of_empty_structs_should_work_test.v
                                                                                
OK    [1740/2882]     6.631 ms vlib/v/tests/assert_fn_call_with_parentheses_test.v
                                                                                
OK    [1741/2882]     6.400 ms vlib/v/tests/assert_if_guard_expr_test.v
                                                                                
OK    [1742/2882]     6.542 ms vlib/v/tests/assert_sumtype_test.v
                                                                                
OK    [1743/2882]     6.705 ms vlib/v/tests/assert_should_evaluate_args_just_once_test.v
                                                                                
OK    [1744/2882]     5.981 ms vlib/v/tests/assert_with_newlines_test.v
                                                                                
OK    [1745/2882]     6.649 ms vlib/v/tests/assert_with_array_ref_test.v
                                                                                
OK    [1746/2882]     5.845 ms vlib/v/tests/assign_bitops_with_type_aliases_test.v
                                                                                
OK    [1747/2882]    23.766 ms vlib/v/tests/as_cast_literal_test.v
                                                                                
OK    [1748/2882]    11.543 ms vlib/v/tests/assign_array_of_aliases_test.v
                                                                                
OK    [1749/2882]     6.459 ms vlib/v/tests/assign_option_of_multi_return_with_heap_test.v
                                                                                
OK    [1750/2882]     8.183 ms vlib/v/tests/assign_literal_with_closure_test.v
                                                                                
OK    [1751/2882]     7.071 ms vlib/v/tests/assign_option_of_struct_fntype_field_test.v
                                                                                
OK    [1752/2882]    11.853 ms vlib/v/tests/assign_map_value_of_fixed_array_test.v
                                                                                
OK    [1753/2882]     6.050 ms vlib/v/tests/assign_shared_test.v
                                                                                
OK    [1754/2882]     7.765 ms vlib/v/tests/attribute_test.v
                                                                                
OK    [1755/2882]     9.124 ms vlib/v/tests/atomic_test.v
                                                                                
OK    [1756/2882]     7.282 ms vlib/v/tests/autocast_in_if_conds_2_test.v
                                                                                
OK    [1757/2882]     8.176 ms vlib/v/tests/autocast_in_if_conds_1_test.v
                                                                                
OK    [1758/2882]     8.998 ms vlib/v/tests/autocast_in_if_conds_3_test.v
                                                                                
OK    [1759/2882]     9.384 ms vlib/v/tests/autocast_in_if_conds_4_test.v
                                                                                
OK    [1760/2882]     9.295 ms vlib/v/tests/autogen_free_test.v
                                                                                
OK    [1761/2882]     7.050 ms vlib/v/tests/autolock_array2_test.v
                                                                                
OK    [1762/2882]     7.909 ms vlib/v/tests/autolock_array1_test.v
                                                                                
OK    [1763/2882]     8.294 ms vlib/v/tests/backtrace_test.v
                                                                                
OK    [1764/2882]     8.248 ms vlib/v/tests/bench/bench_compare_tokens.v
                                                                                
OK    [1765/2882]     6.998 ms vlib/v/tests/bench/bench_stbi_load.v
                                                                                
OK    [1766/2882]     7.695 ms vlib/v/tests/bench/bench_random_number_generation.v
                                                                                
OK    [1767/2882]     9.145 ms vlib/v/tests/bench/bench_json_vs_json2.v
                                                                                
OK    [1768/2882]     7.460 ms vlib/v/tests/bench/bench_string_int.v
                                                                                
OK    [1769/2882]     9.166 ms vlib/v/tests/bench/bench_string_key_in_map_vs_string_value_in_array.v
                                                                                
OK    [1770/2882]     5.892 ms vlib/v/tests/big_array_allocation_test.v
                                                                                
OK    [1771/2882]     8.975 ms vlib/v/tests/bench/gcboehm/GC_bench.v
                                                                                
OK    [1772/2882]     9.387 ms vlib/v/tests/bench/math_big_gcd/bench_euclid.v
                                                                                
OK    [1773/2882]     9.361 ms vlib/v/tests/bench/math_big_gcd/prime/maker.v
                                                                                
OK    [1774/2882]     7.693 ms vlib/v/tests/break_in_lock_test.v
                                                                                
OK    [1775/2882]    17.072 ms vlib/v/tests/c_array_test.v
                                                                                
OK    [1776/2882]    16.281 ms vlib/v/tests/c_function_mut_param/option_args_test.v
                                                                                
OK    [1777/2882]    16.497 ms vlib/v/tests/c_function_mut_param/code_test.v
                                                                                
OK    [1778/2882]     7.810 ms vlib/v/tests/c_struct_free/c_struct_free_property_test.v
                                                                                
OK    [1779/2882]     6.327 ms vlib/v/tests/c_struct_with_reserved_field_name_test.v
                                                                                
OK    [1780/2882]     6.557 ms vlib/v/tests/call_to_str_on_option_test.v
                                                                                
OK    [1781/2882]     6.880 ms vlib/v/tests/call_on_anon_test.v
                                                                                
OK    [1782/2882]    25.028 ms vlib/v/tests/blank_ident_test.v
                                                                                
OK    [1783/2882]     6.451 ms vlib/v/tests/cast_comptime_test.v
                                                                                
OK    [1784/2882]     7.641 ms vlib/v/tests/cast_bool_to_int_test.v
                                                                                
OK    [1785/2882]     8.294 ms vlib/v/tests/cast_in_comptime_if_test.v
                                                                                
OK    [1786/2882]     9.575 ms vlib/v/tests/calling_module_functions_with_maps_of_arrays_test.v
                                                                                
OK    [1787/2882]    10.558 ms vlib/v/tests/cast_in_index_of_ref_fixed_array_test.v
                                                                                
OK    [1788/2882]     7.100 ms vlib/v/tests/cast_int_to_interface_test.v
                                                                                
OK    [1789/2882]     6.390 ms vlib/v/tests/cast_test.js.v
                                                                                
OK    [1790/2882]     8.846 ms vlib/v/tests/cast_none_to_option_test.v
                                                                                
OK    [1791/2882]     9.147 ms vlib/v/tests/cast_option_to_interface_test.v
                                                                                
OK    [1792/2882]     6.029 ms vlib/v/tests/cast_to_anon_sumtype_test.v
                                                                                
OK    [1793/2882]     6.913 ms vlib/v/tests/cast_to_byte_test.v
                                                                                
OK    [1794/2882]     6.856 ms vlib/v/tests/cast_to_empty_interface_test.v
                                                                                
OK    [1795/2882]     6.141 ms vlib/v/tests/cast_to_interface_test.v
                                                                                
OK    [1796/2882]     7.164 ms vlib/v/tests/cast_to_u8_test.v
                                                                                
OK    [1797/2882]     6.650 ms vlib/v/tests/cflags/vmodroot_and_vroot_test.v
                                                                                
OK    [1798/2882]    19.143 ms vlib/v/tests/cast_to_alias_test.v
                                                                                
OK    [1799/2882]     7.573 ms vlib/v/tests/channels_test.v
                                                                                
OK    [1800/2882]     7.426 ms vlib/v/tests/check_in_is_consistency_test.v
                                                                                
OK    [1801/2882]     5.341 ms vlib/v/tests/clash_var_name_of_array_and_map_test.v
                                                                                
OK    [1802/2882]    12.529 ms vlib/v/tests/char_literal_bytes_test.v
                                                                                
OK    [1803/2882]     7.766 ms vlib/v/tests/check_init_value_for_arrays_of_option_test.v
                                                                                
OK    [1804/2882]     6.296 ms vlib/v/tests/closure_data_with_gc_test.v
                                                                                
OK    [1805/2882]    12.813 ms vlib/v/tests/checks_for_operator_overrides_should_happen_on_the_concrete_types_when_using_generics_test.v
                                                                                
OK    [1806/2882]     6.977 ms vlib/v/tests/closure_test.v
                                                                                
OK    [1807/2882]     7.668 ms vlib/v/tests/closure_with_fixed_array_var_test.v
                                                                                
OK    [1808/2882]     9.866 ms vlib/v/tests/closure_generator_test.v
                                                                                
OK    [1809/2882]     8.357 ms vlib/v/tests/complex_assign_test.v
                                                                                
OK    [1810/2882]     7.455 ms vlib/v/tests/complex_map_op_test.v
                                                                                
OK    [1811/2882]     7.852 ms vlib/v/tests/comptime_at_test.v
                                                                                
OK    [1812/2882]     6.689 ms vlib/v/tests/comptime_bittness_and_endianess_test.v
                                                                                
OK    [1813/2882]     8.924 ms vlib/v/tests/comptime_attribute_selector_test.v
                                                                                
OK    [1814/2882]     7.361 ms vlib/v/tests/comptime_call_in_fn_call_test.v
                                                                                
OK    [1815/2882]     6.085 ms vlib/v/tests/comptime_call_test.v
                                                                                
OK    [1816/2882]     7.765 ms vlib/v/tests/comptime_call_or_block_test.v
                                                                                
OK    [1817/2882]     6.812 ms vlib/v/tests/comptime_call_tmpl_variable_scope_test.v
                                                                                
OK    [1818/2882]     6.949 ms vlib/v/tests/comptime_call_type_test.v
                                                                                
OK    [1819/2882]     6.552 ms vlib/v/tests/comptime_concrete_type_register_test.v
                                                                                
OK    [1820/2882]     6.320 ms vlib/v/tests/comptime_enum_test.v
                                                                                
OK    [1821/2882]    12.018 ms vlib/v/tests/comptime_const_def_test.v
                                                                                
OK    [1822/2882]     6.791 ms vlib/v/tests/comptime_field_name_check_test.v
                                                                                
OK    [1823/2882]    23.866 ms vlib/v/tests/comptime_branching_working_without_compile_error_test.v
                                                                                
OK    [1824/2882]     7.449 ms vlib/v/tests/comptime_field_selector_test.v
                                                                                
OK    [1825/2882]     9.706 ms vlib/v/tests/comptime_field_indirections_test.v
                                                                                
OK    [1826/2882]     6.920 ms vlib/v/tests/comptime_for_break_test.v
                                                                                
OK    [1827/2882]     8.171 ms vlib/v/tests/comptime_for_in_field_selector_test.v
                                                                                
OK    [1828/2882]     7.135 ms vlib/v/tests/comptime_for_in_field_with_generic_fn_test.v
                                                                                
OK    [1829/2882]     8.473 ms vlib/v/tests/comptime_for_in_fields_FieldData_test.v
                                                                                
OK    [1830/2882]    10.754 ms vlib/v/tests/comptime_for_in_field_typeof_test.v
                                                                                
OK    [1831/2882]     6.518 ms vlib/v/tests/comptime_for_method_call_in_print_call_test.v
                                                                                
OK    [1832/2882]     7.523 ms vlib/v/tests/comptime_for_method_call_test.v
                                                                                
OK    [1833/2882]     7.537 ms vlib/v/tests/comptime_for_method_call_with_args_test.v
                                                                                
OK    [1834/2882]     7.139 ms vlib/v/tests/comptime_for_over_struct_with_C_reserved_word_fields_test.v
                                                                                
OK    [1835/2882]     7.451 ms vlib/v/tests/comptime_generic_test.v
                                                                                
OK    [1836/2882]     9.972 ms vlib/v/tests/comptime_for_test.v
                                                                                
OK    [1837/2882]     7.759 ms vlib/v/tests/comptime_if_expr_generic_typ_is_type_test.v
                                                                                
OK    [1838/2882]     5.976 ms vlib/v/tests/comptime_if_expr_in_struct_field_default_test.v
                                                                                
OK    [1839/2882]     8.223 ms vlib/v/tests/comptime_if_expr_in_const_decl_test.v
                                                                                
OK    [1840/2882]     8.484 ms vlib/v/tests/comptime_if_expr_test.v
                                                                                
OK    [1841/2882]     9.325 ms vlib/v/tests/comptime_if_expr_with_result_call_test.v
                                                                                
OK    [1842/2882]     8.044 ms vlib/v/tests/comptime_if_generic_shift_test.v
                                                                                
OK    [1843/2882]     9.216 ms vlib/v/tests/comptime_if_is_interface_test.v
                                                                                
OK    [1844/2882]     9.249 ms vlib/v/tests/comptime_if_is_test.v
                                                                                
OK    [1845/2882]     8.180 ms vlib/v/tests/comptime_if_pkgconfig_test.v
                                                                                
OK    [1846/2882]     7.146 ms vlib/v/tests/comptime_if_test.v
                                                                                
OK    [1847/2882]     7.202 ms vlib/v/tests/comptime_if_threads_no_test.v
                                                                                
OK    [1848/2882]     6.758 ms vlib/v/tests/comptime_if_threads_yes_test.v
                                                                                
OK    [1849/2882]     8.346 ms vlib/v/tests/comptime_in_type_checking_test.v
                                                                                
OK    [1850/2882]     7.564 ms vlib/v/tests/comptime_kinds_test.v
                                                                                
OK    [1851/2882]     9.513 ms vlib/v/tests/comptime_indirection_check_test.v
                                                                                
OK    [1852/2882]     8.047 ms vlib/v/tests/comptime_map_it_test.v
                                                                                
OK    [1853/2882]     7.305 ms vlib/v/tests/comptime_map_test.v
                                                                                
OK    [1854/2882]     7.200 ms vlib/v/tests/comptime_method_args_test.v
                                                                                
OK    [1855/2882]     5.982 ms vlib/v/tests/comptime_on_generics_func_test.v
                                                                                
OK    [1856/2882]     6.650 ms vlib/v/tests/comptime_name_check_test.v
                                                                                
OK    [1857/2882]     8.576 ms vlib/v/tests/comptime_method_call_test.v
                                                                                
OK    [1858/2882]    10.665 ms vlib/v/tests/comptime_method_call_with_check_test.v
                                                                                
OK    [1859/2882]     7.956 ms vlib/v/tests/comptime_option_field_test.v
                                                                                
OK    [1860/2882]     6.375 ms vlib/v/tests/comptime_println_test.v
                                                                                
OK    [1861/2882]     7.991 ms vlib/v/tests/comptime_selector_ptr_test.v
                                                                                
OK    [1862/2882]     7.241 ms vlib/v/tests/comptime_sumtype_cast_2_test.v
                                                                                
OK    [1863/2882]     7.323 ms vlib/v/tests/comptime_sumtype_cast_3_test.v
                                                                                
OK    [1864/2882]    11.810 ms vlib/v/tests/comptime_propagate_test.v
                                                                                
OK    [1865/2882]     6.632 ms vlib/v/tests/comptime_sumtype_cast_test.v
                                                                                
OK    [1866/2882]     6.977 ms vlib/v/tests/comptime_var_assignment_test.v
                                                                                
OK    [1867/2882]     6.442 ms vlib/v/tests/comptime_var_on_multiple_args_test.v
                                                                                
OK    [1868/2882]     9.584 ms vlib/v/tests/comptime_type_test.v
                                                                                
OK    [1869/2882]     5.939 ms vlib/v/tests/comptimeselector_mut_test.v
                                                                                
OK    [1870/2882]    12.134 ms vlib/v/tests/comptime_var_param_test.v
                                                                                
OK    [1871/2882]     7.439 ms vlib/v/tests/concrete_type_as_generic_fn_type_2_test.v
                                                                                
OK    [1872/2882]     6.847 ms vlib/v/tests/const_array_init_order_test.v
                                                                                
OK    [1873/2882]     9.321 ms vlib/v/tests/const_and_global_with_same_name_test.v
                                                                                
OK    [1874/2882]     9.941 ms vlib/v/tests/concrete_type_as_generic_fn_type_1_test.v
                                                                                
OK    [1875/2882]     9.555 ms vlib/v/tests/const_can_use_options_results_test.v
                                                                                
OK    [1876/2882]    10.907 ms vlib/v/tests/const_call_expr_order_test.v
                                                                                
OK    [1877/2882]     9.703 ms vlib/v/tests/const_comptime_eval_before_vinit_test.v
                                                                                
OK    [1878/2882]     9.425 ms vlib/v/tests/const_eval_simple_int_expressions_at_comptime_test.v
                                                                                
OK    [1879/2882]    10.125 ms vlib/v/tests/const_embed_test.v
                                                                                
OK    [1880/2882]     6.488 ms vlib/v/tests/const_from_bytes_test.v
                                                                                
OK    [1881/2882]     7.938 ms vlib/v/tests/const_fixed_array_of_reference_value_test.v
                                                                                
OK    [1882/2882]     8.500 ms vlib/v/tests/const_fixed_array_containing_references_to_itself_test.v
                                                                                
OK    [1883/2882]     7.323 ms vlib/v/tests/const_function_call_init_order_test.v
                                                                                
OK    [1884/2882]     7.697 ms vlib/v/tests/const_init_order_test.v
                                                                                
OK    [1885/2882]     7.032 ms vlib/v/tests/const_name_equals_fn_name_test.v
                                                                                
OK    [1886/2882]     8.574 ms vlib/v/tests/const_many_pluses_with_raw_string_literal_test.v
                                                                                
OK    [1887/2882]     7.656 ms vlib/v/tests/const_reference_argument_test.v
                                                                                
OK    [1888/2882]     7.088 ms vlib/v/tests/const_resolution_test.v
                                                                                
OK    [1889/2882]     8.464 ms vlib/v/tests/const_representation_test.v
                                                                                
OK    [1890/2882]     7.481 ms vlib/v/tests/const_test.v
                                                                                
OK    [1891/2882]     7.400 ms vlib/v/tests/const_use_nested_options_test.v
                                                                                
OK    [1892/2882]     9.303 ms vlib/v/tests/const_selector_expr_order_test.v
                                                                                
OK    [1893/2882]     7.658 ms vlib/v/tests/constant_array_size_test.v
                                                                                
OK    [1894/2882]     7.346 ms vlib/v/tests/conversions_test.v
                                                                                
OK    [1895/2882]     8.061 ms vlib/v/tests/create_dll/create_win_dll.v
                                                                                
OK    [1896/2882]     8.055 ms vlib/v/tests/create_dll/create_win_dll_test.v
                                                                                
OK    [1897/2882]     8.017 ms vlib/v/tests/cross_assign_fixed_array_test.v
                                                                                
OK    [1898/2882]     7.421 ms vlib/v/tests/cross_assign_with_generic_fn_call_test.v
                                                                                
OK    [1899/2882]     9.406 ms vlib/v/tests/cross_assign_test.v
                                                                                
OK    [1900/2882]     6.958 ms vlib/v/tests/custom_str_on_struct_with_too_many_fields_test.v
                                                                                
OK    [1901/2882]     8.625 ms vlib/v/tests/cross_assign_with_parentheses_test.v
                                                                                
OK    [1902/2882]     8.425 ms vlib/v/tests/cstrings_test.v
                                                                                
OK    [1903/2882]     8.765 ms vlib/v/tests/default_thread_stack_size_test.v
                                                                                
OK    [1904/2882]     7.752 ms vlib/v/tests/defer/defer_return_test.v
                                                                                
OK    [1905/2882]     6.601 ms vlib/v/tests/defer_use_returned_value_test.v
                                                                                
OK    [1906/2882]     6.415 ms vlib/v/tests/dereference_mut_interface_in_loop_test.v
                                                                                
OK    [1907/2882]     8.514 ms vlib/v/tests/defer/defer_test.v
                                                                                
OK    [1908/2882]     6.563 ms vlib/v/tests/differently_named_structs_test.v
                                                                                
OK    [1909/2882]    10.029 ms vlib/v/tests/defer/defer_with_fn_var_test.v
                                                                                
OK    [1910/2882]     6.857 ms vlib/v/tests/double_ref_deref_test.v
                                                                                
OK    [1911/2882]     7.640 ms vlib/v/tests/dump_c_structs/dump_c_struct_test.v
                                                                                
OK    [1912/2882]     8.228 ms vlib/v/tests/dump_fns_test.v
                                                                                
OK    [1913/2882]     8.399 ms vlib/v/tests/dump_on_generic_func_test.v
                                                                                
OK    [1914/2882]     7.582 ms vlib/v/tests/embed_error_in_returning_result_test.v
                                                                                
OK    [1915/2882]     7.210 ms vlib/v/tests/embed_method_call_test.v
                                                                                
OK    [1916/2882]     7.897 ms vlib/v/tests/embed_struct_field_default_value_test.v
                                                                                
OK    [1917/2882]     8.607 ms vlib/v/tests/embed_struct_name_test.v
                                                                                
OK    [1918/2882]     8.749 ms vlib/v/tests/embed_struct_with_sumtype_field_test.v
                                                                                
OK    [1919/2882]     8.817 ms vlib/v/tests/empty_interface_is_another_empty_interface_check_test.v
                                                                                
OK    [1920/2882]     7.507 ms vlib/v/tests/empty_interface_test.v
                                                                                
OK    [1921/2882]     8.698 ms vlib/v/tests/empty_struct_compare_test.v
                                                                                
OK    [1922/2882]     7.892 ms vlib/v/tests/empty_struct_test.v
                                                                                
OK    [1923/2882]     6.851 ms vlib/v/tests/enum_array_field_test.v
                                                                                
OK    [1924/2882]     7.424 ms vlib/v/tests/enum_aliases_test.v
                                                                                
OK    [1925/2882]    10.062 ms vlib/v/tests/enum_attr_2_test.v
                                                                                
OK    [1926/2882]     6.963 ms vlib/v/tests/enum_attr_test.v
                                                                                
OK    [1927/2882]     7.385 ms vlib/v/tests/enum_bitfield_test.v
                                                                                
OK    [1928/2882]     8.140 ms vlib/v/tests/enum_bitfield_64bit_test.v
                                                                                
OK    [1929/2882]     7.841 ms vlib/v/tests/enum_bitfield_works_with_comptime_conditional_in_the_same_scope_test.v
                                                                                
OK    [1930/2882]     6.274 ms vlib/v/tests/enum_default_test.v
                                                                                
OK    [1931/2882]     7.777 ms vlib/v/tests/enum_default_value_in_struct_test.v
                                                                                
OK    [1932/2882]     7.295 ms vlib/v/tests/enum_explicit_size_big_and_small_test.v
                                                                                
OK    [1933/2882]     7.117 ms vlib/v/tests/enum_max_test.v
                                                                                
OK    [1934/2882]     8.620 ms vlib/v/tests/enum_hex_test.v
                                                                                
OK    [1935/2882]     7.017 ms vlib/v/tests/enum_test.v
                                                                                
OK    [1936/2882]     9.215 ms vlib/v/tests/field_publicity/embed.v
                                                                                
OK    [1937/2882]     8.678 ms vlib/v/tests/filter_in_map_test.v
                                                                                
OK    [1938/2882]    10.244 ms vlib/v/tests/failing_tests_test.v
                                                                                
OK    [1939/2882]     7.594 ms vlib/v/tests/filter_test.v
                                                                                
OK    [1940/2882]    11.280 ms vlib/v/tests/fixed_array_2_test.v
                                                                                
OK    [1941/2882]     6.088 ms vlib/v/tests/fixed_array_in_op_test.v
                                                                                
OK    [1942/2882]     7.122 ms vlib/v/tests/fixed_array_const_size_test.v
                                                                                
OK    [1943/2882]     7.075 ms vlib/v/tests/fixed_array_explicit_decompose_test.v
                                                                                
OK    [1944/2882]     9.786 ms vlib/v/tests/fixed_array_chan_test.v
                                                                                
OK    [1945/2882]     8.245 ms vlib/v/tests/fixed_array_init_test.v
                                                                                
OK    [1946/2882]     7.646 ms vlib/v/tests/fixed_array_literal_range_index_test.v
                                                                                
OK    [1947/2882]     8.955 ms vlib/v/tests/fixed_array_literal_index_test.v
                                                                                
OK    [1948/2882]     8.890 ms vlib/v/tests/fixed_array_map_test.v
                                                                                
OK    [1949/2882]     8.135 ms vlib/v/tests/fixed_array_of_alias_struct_test.v
                                                                                
OK    [1950/2882]     8.417 ms vlib/v/tests/fixed_array_of_fn_test.v
                                                                                
OK    [1951/2882]     7.762 ms vlib/v/tests/fixed_array_of_threads_test.v
                                                                                
OK    [1952/2882]     7.814 ms vlib/v/tests/fixed_array_test.v
                                                                                
OK    [1953/2882]     9.554 ms vlib/v/tests/fixed_array_of_interfaces_equality_test.v
                                                                                
OK    [1954/2882]     6.955 ms vlib/v/tests/fixed_array_to_string_test.v
                                                                                
OK    [1955/2882]     7.003 ms vlib/v/tests/fn_assignment_test.v
                                                                                
OK    [1956/2882]     7.469 ms vlib/v/tests/fn_call_comptime_array_arg_test.v
                                                                                
OK    [1957/2882]     7.322 ms vlib/v/tests/fn_call_generic_array_arg_test.v
                                                                                
OK    [1958/2882]     7.081 ms vlib/v/tests/fn_call_mut_array_of_aliases_args_test.v
                                                                                
OK    [1959/2882]     8.578 ms vlib/v/tests/fn_call_fixed_array_literal_args_test.v
                                                                                
OK    [1960/2882]     6.533 ms vlib/v/tests/fn_call_using_anon_fn_call_args_test.v
                                                                                
OK    [1961/2882]     7.799 ms vlib/v/tests/fn_call_mut_sumtype_args_test.v
                                                                                
OK    [1962/2882]     8.162 ms vlib/v/tests/fn_cross_assign_test.v
                                                                                
OK    [1963/2882]     8.345 ms vlib/v/tests/fn_expecting_ref_but_returning_struct_test.v
                                                                                
OK    [1964/2882]     8.945 ms vlib/v/tests/fn_expecting_ref_but_returning_struct_time_module_test.v
                                                                                
OK    [1965/2882]     6.769 ms vlib/v/tests/fn_high_test.v
                                                                                
OK    [1966/2882]     7.856 ms vlib/v/tests/fn_fixed_array_ret_test.v
                                                                                
OK    [1967/2882]     7.440 ms vlib/v/tests/fn_index_direct_call_test.v
                                                                                
OK    [1968/2882]     6.831 ms vlib/v/tests/fn_multi_return_test.v
                                                                                
OK    [1969/2882]     8.486 ms vlib/v/tests/fn_literal_type_test.v
                                                                                
OK    [1970/2882]     8.530 ms vlib/v/tests/fn_multiple_returns_test.v
                                                                                
OK    [1971/2882]     8.572 ms vlib/v/tests/fn_mut_arg_of_array_test.v
                                                                                
OK    [1972/2882]     7.142 ms vlib/v/tests/fn_mut_args_test.v
                                                                                
OK    [1973/2882]     8.455 ms vlib/v/tests/fn_mut_arg_of_interface_test.v
                                                                                
OK    [1974/2882]     7.734 ms vlib/v/tests/fn_ptr_call_test.v
                                                                                
OK    [1975/2882]     7.330 ms vlib/v/tests/fn_return_fn_test.v
                                                                                
OK    [1976/2882]     8.387 ms vlib/v/tests/fn_return_alias_of_ptr_test.v
                                                                                
OK    [1977/2882]     6.049 ms vlib/v/tests/fn_return_opt_or_res_of_array_test.v
                                                                                
OK    [1978/2882]     8.083 ms vlib/v/tests/fn_return_mut_sumtype_test.v
                                                                                
OK    [1979/2882]     7.918 ms vlib/v/tests/fn_return_typeof_test.v
                                                                                
OK    [1980/2882]     7.741 ms vlib/v/tests/fn_shared_return_test.v
                                                                                
OK    [1981/2882]     8.118 ms vlib/v/tests/fn_test.v
                                                                                
OK    [1982/2882]     7.801 ms vlib/v/tests/fn_type_aliases_test.v
                                                                                
OK    [1983/2882]     6.853 ms vlib/v/tests/fn_type_call_of_match_expr_test.v
                                                                                
OK    [1984/2882]    10.633 ms vlib/v/tests/fn_type_only_argument_test.v
                                                                                
OK    [1985/2882]     7.065 ms vlib/v/tests/fn_var_name_using_reserved_test.v
                                                                                
OK    [1986/2882]     6.160 ms vlib/v/tests/fn_with_array_of_aliases_argument_test.v
                                                                                
OK    [1987/2882]     7.195 ms vlib/v/tests/fn_voidptr_param_call_with_nonpointer_rvalue_test.v
                                                                                
OK    [1988/2882]    10.800 ms vlib/v/tests/fn_variadic_test.v
                                                                                
OK    [1989/2882]     6.287 ms vlib/v/tests/fn_with_fixed_array_args_test.v
                                                                                
OK    [1990/2882]     5.616 ms vlib/v/tests/fn_with_opt_or_res_of_multi_return_test.v
                                                                                
OK    [1991/2882]     5.997 ms vlib/v/tests/for_c_multi_vars_test.v
                                                                                
OK    [1992/2882]    13.745 ms vlib/v/tests/fn_with_fixed_array_function_args_test.v
                                                                                
OK    [1993/2882]     8.080 ms vlib/v/tests/for_cond_test.v
                                                                                
OK    [1994/2882]    10.629 ms vlib/v/tests/for_c_multiple_expressions_in_increment_test.v
                                                                                
OK    [1995/2882]     9.474 ms vlib/v/tests/for_comptime_selector_test.v
                                                                                
OK    [1996/2882]     8.966 ms vlib/v/tests/for_in_alias_test.v
                                                                                
OK    [1997/2882]     6.307 ms vlib/v/tests/for_in_iterator_of_generic_struct_3_test.v
                                                                                
OK    [1998/2882]     7.216 ms vlib/v/tests/for_in_iterator_of_generic_struct_1_test.v
                                                                                
OK    [1999/2882]     6.428 ms vlib/v/tests/for_in_iterator_test.v
                                                                                
OK    [2000/2882]     8.256 ms vlib/v/tests/for_in_iterator_of_generic_struct_2_test.v
                                                                                
OK    [2001/2882]    13.322 ms vlib/v/tests/for_in_containers_of_fixed_array_test.v
                                                                                
OK    [2002/2882]     6.311 ms vlib/v/tests/for_in_mut_array_index_test.v
                                                                                
OK    [2003/2882]     8.592 ms vlib/v/tests/for_in_map_of_pointers_test.v
                                                                                
OK    [2004/2882]     7.982 ms vlib/v/tests/for_in_mut_array_with_infix_expr_test.v
                                                                                
OK    [2005/2882]     8.146 ms vlib/v/tests/for_in_mut_array_with_mul_test.v
                                                                                
OK    [2006/2882]     7.619 ms vlib/v/tests/for_in_mut_iterator_val_test.v
                                                                                
OK    [2007/2882]     7.341 ms vlib/v/tests/for_in_mut_mutable_app_field_test.v
                                                                                
OK    [2008/2882]     7.926 ms vlib/v/tests/for_in_mut_reference_selector_val_test.v
                                                                                
OK    [2009/2882]     8.949 ms vlib/v/tests/for_in_mut_struct_val_test.v
                                                                                
OK    [2010/2882]     8.713 ms vlib/v/tests/for_in_mut_val_test.v
                                                                                
OK    [2011/2882]     5.994 ms vlib/v/tests/for_in_option_test.v
                                                                                
OK    [2012/2882]     9.122 ms vlib/v/tests/for_in_mut_val_with_if_val_in_test.v
                                                                                
OK    [2013/2882]     7.467 ms vlib/v/tests/for_in_ref_arr_test.v
                                                                                
OK    [2014/2882]     8.328 ms vlib/v/tests/for_in_ref_map_test.v
                                                                                
OK    [2015/2882]     8.617 ms vlib/v/tests/for_label_continue_break_test.v
                                                                                
OK    [2016/2882]     8.396 ms vlib/v/tests/for_loop_with_option2_test.v
                                                                                
OK    [2017/2882]     7.470 ms vlib/v/tests/for_loop_with_option_test.v
                                                                                
OK    [2018/2882]     8.444 ms vlib/v/tests/for_loops_2_test.v
                                                                                
OK    [2019/2882]     8.356 ms vlib/v/tests/for_loops_test.v
                                                                                
OK    [2020/2882]     8.595 ms vlib/v/tests/for_select_test.v
                                                                                
OK    [2021/2882]     7.667 ms vlib/v/tests/for_t_fields_with_comptime_if_test.v
                                                                                
OK    [2022/2882]     5.778 ms vlib/v/tests/forcomp_alias_type_test.v
                                                                                
OK    [2023/2882]    10.402 ms vlib/v/tests/for_smartcast_test.v
                                                                                
OK    [2024/2882]     6.642 ms vlib/v/tests/generic_array_clone_test.v
                                                                                
OK    [2025/2882]     7.597 ms vlib/v/tests/generic_array_of_alias_test.v
                                                                                
OK    [2026/2882]     7.223 ms vlib/v/tests/generic_arrays_sum_test.v
                                                                                
OK    [2027/2882]     8.619 ms vlib/v/tests/generic_array_of_sumtype_push_test.v
                                                                                
OK    [2028/2882]     8.401 ms vlib/v/tests/generic_call_mixing_args_test.v
                                                                                
OK    [2029/2882]     6.943 ms vlib/v/tests/generic_chan_test.v
                                                                                
OK    [2030/2882]     7.539 ms vlib/v/tests/generic_complex_sumtype_test.v
                                                                                
OK    [2031/2882]     6.157 ms vlib/v/tests/generic_comptime_test.v
                                                                                
OK    [2032/2882]     8.263 ms vlib/v/tests/generic_empty_interface_to_multi_struct_test.v
                                                                                
OK    [2033/2882]     6.381 ms vlib/v/tests/generic_fn_assign_generics_struct_test.v
                                                                                
OK    [2034/2882]     9.220 ms vlib/v/tests/generic_empty_interface_to_struct_test.v
                                                                                
OK    [2035/2882]     6.089 ms vlib/v/tests/generic_fn_cast_to_alias_test.v
                                                                                
OK    [2036/2882]     9.919 ms vlib/v/tests/generic_fn_call_with_reference_argument_test.v
                                                                                
OK    [2037/2882]     7.448 ms vlib/v/tests/generic_fn_infer_fixed_array_test.v
                                                                                
OK    [2038/2882]     7.378 ms vlib/v/tests/generic_fn_infer_fn_type_argument_test.v
                                                                                
OK    [2039/2882]     7.132 ms vlib/v/tests/generic_fn_infer_fn_type_using_ref_arg_test.v
                                                                                
OK    [2040/2882]     7.297 ms vlib/v/tests/generic_fn_infer_map_argument_test.v
                                                                                
OK    [2041/2882]     7.836 ms vlib/v/tests/generic_fn_infer_map_test.v
                                                                                
OK    [2042/2882]     7.525 ms vlib/v/tests/generic_fn_infer_modifier_test.v
                                                                                
OK    [2043/2882]     7.782 ms vlib/v/tests/generic_fn_infer_multi_paras_test.v
                                                                                
OK    [2044/2882]     6.705 ms vlib/v/tests/generic_fn_infer_nested_generic_fn_test.v
                                                                                
OK    [2045/2882]     8.154 ms vlib/v/tests/generic_fn_infer_nested_struct_test.v
                                                                                
OK    [2046/2882]     7.448 ms vlib/v/tests/generic_fn_infer_struct_test.v
                                                                                
OK    [2047/2882]     7.506 ms vlib/v/tests/generic_fn_infer_test.v
                                                                                
OK    [2048/2882]     7.193 ms vlib/v/tests/generic_fn_infer_variadic_test.v
                                                                                
OK    [2049/2882]     7.955 ms vlib/v/tests/generic_fn_multi_return_test.v
                                                                                
OK    [2050/2882]     7.097 ms vlib/v/tests/generic_fn_returning_type_with_T_test.v
                                                                                
OK    [2051/2882]     7.146 ms vlib/v/tests/generic_fn_typeof_name_test.v
                                                                                
OK    [2052/2882]     7.535 ms vlib/v/tests/generic_fn_upper_name_type_test.v
                                                                                
OK    [2053/2882]    12.113 ms vlib/v/tests/generic_fn_returning_option_and_result_test.v
                                                                                
OK    [2054/2882]     7.670 ms vlib/v/tests/generic_fn_using_generic_type_in_if_test.v
                                                                                
OK    [2055/2882]     7.622 ms vlib/v/tests/generic_fn_with_anon_fn_test.v
                                                                                
OK    [2056/2882]     7.582 ms vlib/v/tests/generic_fn_with_comptime_for_test.v
                                                                                
OK    [2057/2882]     7.231 ms vlib/v/tests/generic_fn_with_short_generic_struct_init_syntax_1_test.v
                                                                                
OK    [2058/2882]     8.700 ms vlib/v/tests/generic_fn_with_nested_generic_fn_call_test.v
                                                                                
OK    [2059/2882]     6.239 ms vlib/v/tests/generic_interface_infer_test.v
                                                                                
OK    [2060/2882]     7.025 ms vlib/v/tests/generic_functions_with_normal_function_test.v
                                                                                
OK    [2061/2882]     6.018 ms vlib/v/tests/generic_method_with_variadic_generic_args_test.v
                                                                                
OK    [2062/2882]     7.854 ms vlib/v/tests/generic_interface_test.v
                                                                                
OK    [2063/2882]    18.185 ms vlib/v/tests/generic_fn_with_short_generic_struct_init_syntax_2_test.v
                                                                                
OK    [2064/2882]     6.742 ms vlib/v/tests/generic_operator_overload_test.v
                                                                                
OK    [2065/2882]     6.225 ms vlib/v/tests/generic_resolve_test.v
                                                                                
OK    [2066/2882]     7.775 ms vlib/v/tests/generic_recursive_fn_test.v
                                                                                
OK    [2067/2882]     6.754 ms vlib/v/tests/generic_selector_test.v
                                                                                
OK    [2068/2882]     6.757 ms vlib/v/tests/generic_struct_init_with_field_struct_init_test.v
                                                                                
OK    [2069/2882]     8.462 ms vlib/v/tests/generic_static_method_test.v
                                                                                
OK    [2070/2882]     6.887 ms vlib/v/tests/generic_struct_recursive_test.v
                                                                                
OK    [2071/2882]     9.115 ms vlib/v/tests/generic_struct_init_with_update_expr_test.v
                                                                                
OK    [2072/2882]     9.313 ms vlib/v/tests/generic_struct_init_with_generic_cast_test.v
                                                                                
OK    [2073/2882]     6.615 ms vlib/v/tests/generic_sumtype_cast_test.v
                                                                                
OK    [2074/2882]     7.978 ms vlib/v/tests/generic_struct_test.v
                                                                                
OK    [2075/2882]     7.835 ms vlib/v/tests/generic_sumtype_init_in_generic_fn_call_test.v
                                                                                
OK    [2076/2882]     7.933 ms vlib/v/tests/generic_sumtype_method_test.v
                                                                                
OK    [2077/2882]     8.425 ms vlib/v/tests/generic_sumtype_insts_test.v
                                                                                
OK    [2078/2882]     7.160 ms vlib/v/tests/generic_sumtype_of_alias_generic_struct_test.v
                                                                                
OK    [2079/2882]     7.923 ms vlib/v/tests/generic_sumtype_str_test.v
                                                                                
OK    [2080/2882]     8.538 ms vlib/v/tests/generic_sumtype_test.v
                                                                                
OK    [2081/2882]     7.947 ms vlib/v/tests/generics_T_typ_test.v
                                                                                
OK    [2082/2882]     8.080 ms vlib/v/tests/generics_anon_fn_decl_with_type_only_arg_test.v
                                                                                
OK    [2083/2882]     7.453 ms vlib/v/tests/generics_array_append_test.v
                                                                                
OK    [2084/2882]     8.032 ms vlib/v/tests/generics_array_builtin_method_call_test.v
                                                                                
OK    [2085/2882]     7.279 ms vlib/v/tests/generics_array_delete_test.v
                                                                                
OK    [2086/2882]     7.302 ms vlib/v/tests/generics_array_drop_test.v
                                                                                
OK    [2087/2882]     5.549 ms vlib/v/tests/generics_array_of_interface_method_call_test.v
                                                                                
OK    [2088/2882]     8.787 ms vlib/v/tests/generics_array_map_with_generic_callback_test.v
                                                                                
OK    [2089/2882]     6.404 ms vlib/v/tests/generics_array_typedef_test.v
                                                                                
OK    [2090/2882]     7.976 ms vlib/v/tests/generics_array_of_threads_test.v
                                                                                
OK    [2091/2882]     6.455 ms vlib/v/tests/generics_assign_reference_generic_struct_test.v
                                                                                
OK    [2092/2882]     5.866 ms vlib/v/tests/generics_call_with_reference_arg_test.v
                                                                                
OK    [2093/2882]     7.671 ms vlib/v/tests/generics_closure_fn_direct_call_test.v
                                                                                
OK    [2094/2882]     7.103 ms vlib/v/tests/generics_closure_fn_test.v
                                                                                
OK    [2095/2882]     5.885 ms vlib/v/tests/generics_closures_with_different_generic_types_test.v
                                                                                
OK    [2096/2882]    23.019 ms vlib/v/tests/generics_array_init_test.v
                                                                                
OK    [2097/2882]     8.475 ms vlib/v/tests/generics_fn_return_generic_interface_test.v
                                                                                
OK    [2098/2882]     6.583 ms vlib/v/tests/generics_fn_variable_1_test.v
                                                                                
OK    [2099/2882]     6.121 ms vlib/v/tests/generics_fn_variable_2_test.v
                                                                                
OK    [2100/2882]     8.831 ms vlib/v/tests/generics_fn_return_result_test.v
                                                                                
OK    [2101/2882]    11.805 ms vlib/v/tests/generics_fn_return_types_with_generic_struct_test.v
                                                                                
OK    [2102/2882]     7.632 ms vlib/v/tests/generics_fn_variable_3_test.v
                                                                                
OK    [2103/2882]     6.946 ms vlib/v/tests/generics_for_in_iterate_test.v
                                                                                
OK    [2104/2882]     7.863 ms vlib/v/tests/generics_from_modules/genericmodule/take.v
                                                                                
OK    [2105/2882]     7.567 ms vlib/v/tests/generics_from_modules/infer_generic_struct_test.v
                                                                                
OK    [2106/2882]     6.928 ms vlib/v/tests/generics_from_modules/newmodule/newmodule.v
                                                                                
OK    [2107/2882]     7.831 ms vlib/v/tests/generics_from_modules/inference_test.v
                                                                                
OK    [2108/2882]     7.499 ms vlib/v/tests/generics_in_big_struct_method_test.v
                                                                                
OK    [2109/2882]     7.112 ms vlib/v/tests/generics_in_generics_test.v
                                                                                
OK    [2110/2882]     8.500 ms vlib/v/tests/generics_indirect_test.v
                                                                                
OK    [2111/2882]     7.664 ms vlib/v/tests/generics_interface_decl_test.v
                                                                                
OK    [2112/2882]     7.996 ms vlib/v/tests/generics_interface_method_test.v
                                                                                
OK    [2113/2882]     6.993 ms vlib/v/tests/generics_interface_with_generic_sumtype_test.v
                                                                                
OK    [2114/2882]     7.361 ms vlib/v/tests/generics_interface_with_multi_generic_types_test.v
                                                                                
OK    [2115/2882]    10.086 ms vlib/v/tests/generics_interface_with_multi_generic_structs_test.v
                                                                                
OK    [2116/2882]     6.932 ms vlib/v/tests/generics_interface_with_non_generic_method_test.v
                                                                                
OK    [2117/2882]     6.077 ms vlib/v/tests/generics_method_on_alias_struct_receiver_test.v
                                                                                
OK    [2118/2882]     8.237 ms vlib/v/tests/generics_map_with_generic_type_key_test.v
                                                                                
OK    [2119/2882]     8.974 ms vlib/v/tests/generics_method_on_embed_struct_test.v
                                                                                
OK    [2120/2882]     6.278 ms vlib/v/tests/generics_method_on_nested_struct_test.v
                                                                                
OK    [2121/2882]     7.859 ms vlib/v/tests/generics_method_on_nested_struct2_test.v
                                                                                
OK    [2122/2882]     7.128 ms vlib/v/tests/generics_method_on_receiver_aliases_types_test.v
                                                                                
OK    [2123/2882]    11.096 ms vlib/v/tests/generics_method_on_generic_structs_test.v
                                                                                
OK    [2124/2882]     6.369 ms vlib/v/tests/generics_method_str_overload_test.v
                                                                                
OK    [2125/2882]     9.565 ms vlib/v/tests/generics_method_on_receiver_types_test.v
                                                                                
OK    [2126/2882]     7.429 ms vlib/v/tests/generics_method_test.v
                                                                                
OK    [2127/2882]     9.696 ms vlib/v/tests/generics_method_returning_option_test.v
                                                                                
OK    [2128/2882]     6.534 ms vlib/v/tests/generics_method_variable_test.v
                                                                                
OK    [2129/2882]    11.989 ms vlib/v/tests/generics_method_ordering_test.v
                                                                                
OK    [2130/2882]     7.512 ms vlib/v/tests/generics_method_with_generic_anon_fn_argument_test.v
                                                                                
OK    [2131/2882]     6.989 ms vlib/v/tests/generics_method_with_nested_generic_method_test.v
                                                                                
OK    [2132/2882]     9.827 ms vlib/v/tests/generics_method_with_multi_types_test.v
                                                                                
OK    [2133/2882]     6.606 ms vlib/v/tests/generics_multi_array_in_test.v
                                                                                
OK    [2134/2882]     7.029 ms vlib/v/tests/generics_method_with_sumtype_args_test.v
                                                                                
OK    [2135/2882]     9.278 ms vlib/v/tests/generics_multi_type_comptime_call_test.v
                                                                                
OK    [2136/2882]     8.606 ms vlib/v/tests/generics_multi_types_struct_init_test.v
                                                                                
OK    [2137/2882]     7.285 ms vlib/v/tests/generics_nested_struct_init_test.v
                                                                                
OK    [2138/2882]     7.181 ms vlib/v/tests/generics_return_inconsistent_types_generics_struct_test.v
                                                                                
OK    [2139/2882]     8.053 ms vlib/v/tests/generics_return_generics_struct_test.v
                                                                                
OK    [2140/2882]     7.076 ms vlib/v/tests/generics_return_multi_array_test.v
                                                                                
OK    [2141/2882]     7.272 ms vlib/v/tests/generics_return_recursive_generics_struct_test.v
                                                                                
OK    [2142/2882]     8.346 ms vlib/v/tests/generics_return_multiple_generics_struct_test.v
                                                                                
OK    [2143/2882]     7.625 ms vlib/v/tests/generics_return_reference_generics_struct_test.v
                                                                                
OK    [2144/2882]     7.360 ms vlib/v/tests/generics_stack_of_sumtype_push_test.v
                                                                                
OK    [2145/2882]     6.455 ms vlib/v/tests/generics_struct_field_with_default_struct_value_test.v
                                                                                
OK    [2146/2882]     7.314 ms vlib/v/tests/generics_struct_anon_fn_type_test.v
                                                                                
OK    [2147/2882]     7.358 ms vlib/v/tests/generics_struct_init_in_generic_fn_test.v
                                                                                
OK    [2148/2882]     8.237 ms vlib/v/tests/generics_struct_free_test.v
                                                                                
OK    [2149/2882]    12.531 ms vlib/v/tests/generics_struct_anon_fn_fields_test.v
                                                                                
OK    [2150/2882]     6.152 ms vlib/v/tests/generics_struct_init_test.v
                                                                                
OK    [2151/2882]     6.863 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_1_test.v
                                                                                
OK    [2152/2882]     9.826 ms vlib/v/tests/generics_struct_init_with_generic_struct_items_test.v
                                                                                
OK    [2153/2882]     7.747 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_2_test.v
                                                                                
OK    [2154/2882]     8.131 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_3_test.v
                                                                                
OK    [2155/2882]     8.491 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_4_test.v
                                                                                
OK    [2156/2882]     6.729 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_5_test.v
                                                                                
OK    [2157/2882]     8.598 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_6_test.v
                                                                                
OK    [2158/2882]     8.648 ms vlib/v/tests/generics_struct_init_with_inconsistent_generic_types_7_test.v
                                                                                
OK    [2159/2882]     7.909 ms vlib/v/tests/generics_struct_inst_method_call_test.v
                                                                                
OK    [2160/2882]     6.018 ms vlib/v/tests/generics_struct_no_key_init_test.v
                                                                                
OK    [2161/2882]     7.414 ms vlib/v/tests/generics_struct_parent_has_str_to_string_test.v
                                                                                
OK    [2162/2882]     6.595 ms vlib/v/tests/generics_struct_types_infer_test.v
                                                                                
OK    [2163/2882]     6.594 ms vlib/v/tests/generics_struct_with_inconsistent_generic_types_1_test.v
                                                                                
OK    [2164/2882]     8.875 ms vlib/v/tests/generics_struct_to_string_test.v
                                                                                
OK    [2165/2882]     9.751 ms vlib/v/tests/generics_struct_with_array_test.v
                                                                                
OK    [2166/2882]     7.190 ms vlib/v/tests/generics_struct_with_non_generic_interface_test.v
                                                                                
OK    [2167/2882]     6.334 ms vlib/v/tests/generics_union_dump_test.v
                                                                                
OK    [2168/2882]     7.385 ms vlib/v/tests/generics_with_anon_generics_fn_test.v
                                                                                
OK    [2169/2882]     6.872 ms vlib/v/tests/generics_with_assign_nested_generics_call_test.v
                                                                                
OK    [2170/2882]     6.925 ms vlib/v/tests/generics_with_cascaded_multiple_nested_generics_fn_test.v
                                                                                
OK    [2171/2882]     7.319 ms vlib/v/tests/generics_with_complex_nested_generics_type_test.v
                                                                                
OK    [2172/2882]    15.433 ms vlib/v/tests/generics_test.v
                                                                                
OK    [2173/2882]     7.344 ms vlib/v/tests/generics_with_embed_generics_test.v
                                                                                
OK    [2174/2882]     8.269 ms vlib/v/tests/generics_with_fixed_array_type_test.v
                                                                                
OK    [2175/2882]     8.232 ms vlib/v/tests/generics_with_generics_fn_return_generics_fn_type_test.v
                                                                                
OK    [2176/2882]     6.205 ms vlib/v/tests/generics_with_generics_struct_receiver_test.v
                                                                                
OK    [2177/2882]     8.016 ms vlib/v/tests/generics_with_generics_struct_init_test.v
                                                                                
OK    [2178/2882]     8.484 ms vlib/v/tests/generics_with_generics_fn_type_parameter_test.v
                                                                                
OK    [2179/2882]     7.007 ms vlib/v/tests/generics_with_multi_nested_generic_method_call_ref_arg_test.v
                                                                                
OK    [2180/2882]     9.655 ms vlib/v/tests/generics_with_multi_generics_struct_types_test.v
                                                                                
OK    [2181/2882]     5.745 ms vlib/v/tests/generics_with_multiple_generics_struct_receiver_test.v
                                                                                
OK    [2182/2882]     9.285 ms vlib/v/tests/generics_with_multi_nested_generic_method_call_test.v
                                                                                
OK    [2183/2882]     6.631 ms vlib/v/tests/generics_with_nested_generic_method_call_test.v
                                                                                
OK    [2184/2882]     6.534 ms vlib/v/tests/generics_with_nested_generic_type_parameter_test.v
                                                                                
OK    [2185/2882]     8.700 ms vlib/v/tests/generics_with_nested_external_generics_fn_test.v
                                                                                
OK    [2186/2882]     9.672 ms vlib/v/tests/generics_with_nested_generic_struct_init_test.v
                                                                                
OK    [2187/2882]     6.970 ms vlib/v/tests/generics_with_nested_generics_fn_infer_call_test.v
                                                                                
OK    [2188/2882]     7.038 ms vlib/v/tests/generics_with_nested_generics_fn_test.v
                                                                                
OK    [2189/2882]     8.973 ms vlib/v/tests/generics_with_nested_generics_fn_inst_call_test.v
                                                                                
OK    [2190/2882]     7.933 ms vlib/v/tests/generics_with_pointer_index_test.v
                                                                                
OK    [2191/2882]     7.134 ms vlib/v/tests/generics_with_recursive_generics_struct_test.v
                                                                                
OK    [2192/2882]     8.196 ms vlib/v/tests/generics_with_recursive_generics_fn_test.v
                                                                                
OK    [2193/2882]     6.102 ms vlib/v/tests/generics_with_reference_generic_args_test.v
                                                                                
OK    [2194/2882]     7.287 ms vlib/v/tests/go_anon_fn_call_with_ref_arg_test.v
                                                                                
OK    [2195/2882]     7.021 ms vlib/v/tests/go_anon_fn_variable_call_test.v
                                                                                
OK    [2196/2882]     6.806 ms vlib/v/tests/go_array_wait_test.v
                                                                                
OK    [2197/2882]    10.934 ms vlib/v/tests/generics_with_variadic_generic_args_test.v
                                                                                
OK    [2198/2882]     6.538 ms vlib/v/tests/go_array_wait_without_go_test.v
                                                                                
OK    [2199/2882]     6.306 ms vlib/v/tests/go_call_fn_return_test.v
                                                                                
OK    [2200/2882]     6.991 ms vlib/v/tests/go_call_fn_using_map_value_test.v
                                                                                
OK    [2201/2882]     9.590 ms vlib/v/tests/go_call_anon_fn_with_closure_test.v
                                                                                
OK    [2202/2882]     6.777 ms vlib/v/tests/go_call_fn_with_anon_fn_arg_test.v
                                                                                
OK    [2203/2882]     6.623 ms vlib/v/tests/go_call_generic_fn_test.v
                                                                                
OK    [2204/2882]     6.109 ms vlib/v/tests/go_wait_1_test.v
                                                                                
OK    [2205/2882]     8.237 ms vlib/v/tests/go_handle_for_functions_returning_array_test.v
                                                                                
OK    [2206/2882]     7.072 ms vlib/v/tests/go_wait_2_test.v
                                                                                
OK    [2207/2882]     6.950 ms vlib/v/tests/go_wait_3_test.v
                                                                                
OK    [2208/2882]    12.156 ms vlib/v/tests/go_call_interface_method_test.v
                                                                                
OK    [2209/2882]     6.003 ms vlib/v/tests/go_wait_with_fn_of_interface_parameter_test.v
                                                                                
OK    [2210/2882]     6.373 ms vlib/v/tests/goto_test.v
                                                                                
OK    [2211/2882]     6.572 ms vlib/v/tests/heap_interface_test.v
                                                                                
OK    [2212/2882]     8.147 ms vlib/v/tests/heap_reference_test.v
                                                                                
OK    [2213/2882]    12.628 ms vlib/v/tests/go_wait_option_test.v
                                                                                
OK    [2214/2882]     7.106 ms vlib/v/tests/heap_struct_test.v
                                                                                
OK    [2215/2882]     6.746 ms vlib/v/tests/high_ascii_const_rune_test.v
                                                                                
OK    [2216/2882]     7.957 ms vlib/v/tests/if_cond_with_alias_test.v
                                                                                
OK    [2217/2882]     7.162 ms vlib/v/tests/if_cond_with_option_test.v
                                                                                
OK    [2218/2882]     7.223 ms vlib/v/tests/if_expr_of_multi_stmts_test.v
                                                                                
OK    [2219/2882]     8.831 ms vlib/v/tests/if_expr_nested_with_option_result_test.v
                                                                                
OK    [2220/2882]     7.230 ms vlib/v/tests/if_expr_with_array_call_test.v
                                                                                
OK    [2221/2882]     9.833 ms vlib/v/tests/if_expr_of_option_test.v
                                                                                
OK    [2222/2882]     7.315 ms vlib/v/tests/if_expr_with_continue_in_branch_test.v
                                                                                
OK    [2223/2882]     7.367 ms vlib/v/tests/if_expr_with_enum_test.v
                                                                                
OK    [2224/2882]     7.641 ms vlib/v/tests/if_expr_with_fn_call_result_test.v
                                                                                
OK    [2225/2882]     9.678 ms vlib/v/tests/if_expr_with_index_expr_test.v
                                                                                
OK    [2226/2882]     8.129 ms vlib/v/tests/if_expr_with_method_call_option_test.v
                                                                                
OK    [2227/2882]     5.591 ms vlib/v/tests/if_expr_with_nested_array_call_test.v
                                                                                
OK    [2228/2882]     6.854 ms vlib/v/tests/if_expr_with_multi_array_call_test.v
                                                                                
OK    [2229/2882]    12.366 ms vlib/v/tests/if_expr_with_generic_sumtype_test.v
                                                                                
OK    [2230/2882]     5.970 ms vlib/v/tests/if_expr_with_struct_init_test.v
                                                                                
OK    [2231/2882]     7.484 ms vlib/v/tests/if_expr_with_result_test.v
                                                                                
OK    [2232/2882]     8.295 ms vlib/v/tests/if_expr_with_nested_match_expr_test.v
                                                                                
OK    [2233/2882]     7.516 ms vlib/v/tests/if_expr_with_sumtype_map_test.v
                                                                                
OK    [2234/2882]     7.057 ms vlib/v/tests/if_expression_test.v
                                                                                
OK    [2235/2882]     6.144 ms vlib/v/tests/if_guard_with_multi_return_test.v
                                                                                
OK    [2236/2882]     7.242 ms vlib/v/tests/if_guard_test.v
                                                                                
OK    [2237/2882]     6.468 ms vlib/v/tests/if_guard_with_struct_option_fntype_field_test.v
                                                                                
OK    [2238/2882]    18.324 ms vlib/v/tests/if_expr_with_sumtype_test.v
                                                                                
OK    [2239/2882]     6.695 ms vlib/v/tests/if_smartcast_multi_conds_test.v
                                                                                
OK    [2240/2882]     6.714 ms vlib/v/tests/if_smartcast_nested_selector_exprs_test.v
                                                                                
OK    [2241/2882]     7.900 ms vlib/v/tests/if_smartcast_likely_test.v
                                                                                
OK    [2242/2882]    12.068 ms vlib/v/tests/if_smartcast_test.v
                                                                                
OK    [2243/2882]     7.824 ms vlib/v/tests/ifcomp_expr_evaluate_test.v
                                                                                
OK    [2244/2882]     7.379 ms vlib/v/tests/imported_symbols_test.v
                                                                                
OK    [2245/2882]     7.980 ms vlib/v/tests/ifexpr_with_option_result_test.v
                                                                                
OK    [2246/2882]     7.978 ms vlib/v/tests/in_expression_test.v
                                                                                
OK    [2247/2882]     7.776 ms vlib/v/tests/infer_generic_array_type_in_nested_call_test.v
                                                                                
OK    [2248/2882]     7.896 ms vlib/v/tests/infix_expr_test.v
                                                                                
OK    [2249/2882]     7.220 ms vlib/v/tests/init_multiple_branches_test.v
                                                                                
OK    [2250/2882]     8.714 ms vlib/v/tests/init_global_test.v
                                                                                
OK    [2251/2882]    11.272 ms vlib/v/tests/inherited_vars_test.v
                                                                                
OK    [2252/2882]     6.108 ms vlib/v/tests/int_cmp_test.v
                                                                                
OK    [2253/2882]     6.979 ms vlib/v/tests/integer_size_test.v
                                                                                
OK    [2254/2882]     8.026 ms vlib/v/tests/interface_and_embedded_struct_build_test.v
                                                                                
OK    [2255/2882]     8.594 ms vlib/v/tests/interface_array_methods_test.v
                                                                                
OK    [2256/2882]     7.366 ms vlib/v/tests/interface_auto_str_gen_test.v
                                                                                
OK    [2257/2882]     7.275 ms vlib/v/tests/interface_edge_cases/array_of_interfaces_test.v
                                                                                
OK    [2258/2882]     8.584 ms vlib/v/tests/interface_edge_cases/array_of_interfaces_with_utility_fn_test.v
                                                                                
OK    [2259/2882]     7.002 ms vlib/v/tests/interface_edge_cases/assign_to_interface_field_test.v
                                                                                
OK    [2260/2882]     6.707 ms vlib/v/tests/interface_edge_cases/empty_interface_1_test.v
                                                                                
OK    [2261/2882]     7.671 ms vlib/v/tests/interface_edge_cases/fn_returning_voidptr_casted_as_interface_test.v
                                                                                
OK    [2262/2882]     8.694 ms vlib/v/tests/interface_edge_cases/empty_interface_println_test.v
                                                                                
OK    [2263/2882]     7.180 ms vlib/v/tests/interface_edge_cases/i2_test.v
                                                                                
OK    [2264/2882]     8.039 ms vlib/v/tests/interface_edge_cases/i1_test.v
                                                                                
OK    [2265/2882]     6.473 ms vlib/v/tests/interface_edge_cases/i5_test.v
                                                                                
OK    [2266/2882]     7.649 ms vlib/v/tests/interface_edge_cases/i4_test.v
                                                                                
OK    [2267/2882]    11.131 ms vlib/v/tests/interface_edge_cases/i3_test.v
                                                                                
OK    [2268/2882]     8.038 ms vlib/v/tests/interface_edge_cases/i6_test.v
                                                                                
OK    [2269/2882]     8.396 ms vlib/v/tests/interface_edge_cases/i7_test.v
                                                                                
OK    [2270/2882]     7.178 ms vlib/v/tests/interface_edge_cases/i8_test.v
                                                                                
OK    [2271/2882]     7.519 ms vlib/v/tests/interface_edge_cases/interface_many_named_test.v
                                                                                
OK    [2272/2882]     7.413 ms vlib/v/tests/interface_edge_cases/voidptr_casted_as_an_interface_test.v
                                                                                
OK    [2273/2882]     8.449 ms vlib/v/tests/interface_edge_cases/pass_voidptr_as_interface_reference_test.v
                                                                                
OK    [2274/2882]     6.629 ms vlib/v/tests/interface_embedding_call_test.v
                                                                                
OK    [2275/2882]    13.943 ms vlib/v/tests/interface_edge_cases/i9_test.v
                                                                                
OK    [2276/2882]    10.489 ms vlib/v/tests/interface_embedding_complex_test.v
                                                                                
OK    [2277/2882]     7.920 ms vlib/v/tests/interface_embedding_method_call_test.v
                                                                                
OK    [2278/2882]     7.721 ms vlib/v/tests/interface_embedding_recursive_test.v
                                                                                
OK    [2279/2882]     7.286 ms vlib/v/tests/interface_embedding_smartcast_test.v
                                                                                
OK    [2280/2882]     8.225 ms vlib/v/tests/interface_embedding_test.v
                                                                                
OK    [2281/2882]    15.213 ms vlib/v/tests/interface_embedding_deep_nesting_test.v
                                                                                
OK    [2282/2882]     7.800 ms vlib/v/tests/interface_embedding_with_interface_para_test.v
                                                                                
OK    [2283/2882]     8.625 ms vlib/v/tests/interface_equality_test.v
                                                                                
OK    [2284/2882]    10.710 ms vlib/v/tests/interface_fields_test.v
                                                                                
OK    [2285/2882]     6.716 ms vlib/v/tests/interface_fields_typearray_test.v
                                                                                
OK    [2286/2882]     7.336 ms vlib/v/tests/interface_fn_return_array_of_interface_test.v
                                                                                
OK    [2287/2882]     8.246 ms vlib/v/tests/interface_fn_return_with_struct_init_test.v
                                                                                
OK    [2288/2882]     8.214 ms vlib/v/tests/interface_method_using_struct_embed_test.v
                                                                                
OK    [2289/2882]     7.551 ms vlib/v/tests/interface_method_with_struct_embed_test.v
                                                                                
OK    [2290/2882]     6.350 ms vlib/v/tests/interface_only_decl_with_option_test.v
                                                                                
OK    [2291/2882]    10.552 ms vlib/v/tests/interface_nested_field_test.v
                                                                                
OK    [2292/2882]     8.700 ms vlib/v/tests/interface_str_method_test.v
                                                                                
OK    [2293/2882]    10.805 ms vlib/v/tests/interface_runtime_conversions_test.v
                                                                                
OK    [2294/2882]     9.355 ms vlib/v/tests/interface_struct_embedding_test.v
                                                                                
OK    [2295/2882]     9.730 ms vlib/v/tests/interface_struct_test.v
                                                                                
OK    [2296/2882]    10.217 ms vlib/v/tests/interface_test.v
                                                                                
OK    [2297/2882]     7.578 ms vlib/v/tests/interface_with_multi_nested_embed_1_test.v
                                                                                
OK    [2298/2882]     9.237 ms vlib/v/tests/interface_variadic_test.v
                                                                                
OK    [2299/2882]     6.997 ms vlib/v/tests/interfaces_map_test.v
                                                                                
OK    [2300/2882]    11.273 ms vlib/v/tests/interface_with_multi_nested_embed_2_test.v
                                                                                
OK    [2301/2882]     6.999 ms vlib/v/tests/interop_test.v
                                                                                
OK    [2302/2882]     8.164 ms vlib/v/tests/isreftype_test.v
                                                                                
OK    [2303/2882]     8.608 ms vlib/v/tests/json_serialisation_of_fixed_arrays_test.v
                                                                                
OK    [2304/2882]     7.372 ms vlib/v/tests/json_with_struct_having_fields_with_default_values_test.v
                                                                                
OK    [2305/2882]     6.189 ms vlib/v/tests/keyword_escaping_test.v
                                                                                
OK    [2306/2882]     7.124 ms vlib/v/tests/local/local.v
                                                                                
OK    [2307/2882]     6.558 ms vlib/v/tests/local_test.v
                                                                                
OK    [2308/2882]     6.469 ms vlib/v/tests/lock_selector_test.v
                                                                                
OK    [2309/2882]     7.557 ms vlib/v/tests/map_alias_key_test.v
                                                                                
OK    [2310/2882]    14.900 ms vlib/v/tests/known_errors/known_errors_test.v
                                                                                
OK    [2311/2882]     8.724 ms vlib/v/tests/map_and_array_with_fns_test.v
                                                                                
OK    [2312/2882]     8.287 ms vlib/v/tests/map_assign_array_of_interface_test.v
                                                                                
OK    [2313/2882]     6.350 ms vlib/v/tests/map_builtin_call_test.v
                                                                                
OK    [2314/2882]    10.285 ms vlib/v/tests/map_assign_interface_values_with_implicit_casts_test.v
                                                                                
OK    [2315/2882]     7.950 ms vlib/v/tests/map_complex_array_test.v
                                                                                
OK    [2316/2882]     7.573 ms vlib/v/tests/map_complex_fixed_array_test.v
                                                                                
OK    [2317/2882]     7.805 ms vlib/v/tests/map_enum_keys_test.v
                                                                                
OK    [2318/2882]     7.114 ms vlib/v/tests/map_fn_test.v
                                                                                
OK    [2319/2882]     8.910 ms vlib/v/tests/map_equality_test.v
                                                                                
OK    [2320/2882]     8.204 ms vlib/v/tests/map_get_anon_fn_value_test.v
                                                                                
OK    [2321/2882]     6.840 ms vlib/v/tests/map_get_anon_fn_value_with_mut_arg_test.v
                                                                                
OK    [2322/2882]     8.807 ms vlib/v/tests/map_get_assign_blank_test.v
                                                                                
OK    [2323/2882]     7.344 ms vlib/v/tests/map_high_order_assign_test.v
                                                                                
OK    [2324/2882]     8.324 ms vlib/v/tests/map_init_with_enum_keys_test.v
                                                                                
OK    [2325/2882]     7.004 ms vlib/v/tests/map_init_with_multi_enum_keys_test.v
                                                                                
OK    [2326/2882]     6.455 ms vlib/v/tests/map_key_alias_test.v
                                                                                
OK    [2327/2882]     6.809 ms vlib/v/tests/map_literals_method_call_test.v
                                                                                
OK    [2328/2882]     5.700 ms vlib/v/tests/map_mut_fn_test.v
                                                                                
OK    [2329/2882]     7.075 ms vlib/v/tests/map_selector_assign_test.v
                                                                                
OK    [2330/2882]    11.426 ms vlib/v/tests/map_key_expr_test.v
                                                                                
OK    [2331/2882]     6.221 ms vlib/v/tests/map_sumtype_values_test.v
                                                                                
OK    [2332/2882]     7.652 ms vlib/v/tests/map_sumtype_value_init_test.v
                                                                                
OK    [2333/2882]     6.196 ms vlib/v/tests/map_test.v
                                                                                
OK    [2334/2882]     8.662 ms vlib/v/tests/map_to_string_test.v
                                                                                
OK    [2335/2882]     7.989 ms vlib/v/tests/map_type_alias_test.v
                                                                                
OK    [2336/2882]    18.907 ms vlib/v/tests/map_reference_value_test.v
                                                                                
OK    [2337/2882]     8.377 ms vlib/v/tests/map_value_init_test.v
                                                                                
OK    [2338/2882]     7.145 ms vlib/v/tests/map_value_with_option_result_test.v
                                                                                
OK    [2339/2882]     5.941 ms vlib/v/tests/map_with_selector_test.v
                                                                                
OK    [2340/2882]     7.559 ms vlib/v/tests/match_aliases_test.v
                                                                                
OK    [2341/2882]     9.017 ms vlib/v/tests/maps_equal_test.v
                                                                                
OK    [2342/2882]     7.524 ms vlib/v/tests/match_array_of_reference_sumtype_test.v
                                                                                
OK    [2343/2882]     6.093 ms vlib/v/tests/match_branch_with_array_expression_test.v
                                                                                
OK    [2344/2882]    10.228 ms vlib/v/tests/mark_as_referenced_test.v
                                                                                
OK    [2345/2882]     8.313 ms vlib/v/tests/match_case_with_struct_init_test.v
                                                                                
OK    [2346/2882]     8.255 ms vlib/v/tests/match_compound_type_cond_test.v
                                                                                
OK    [2347/2882]     7.379 ms vlib/v/tests/match_expr_in_infix_expr_test.v
                                                                                
OK    [2348/2882]     8.716 ms vlib/v/tests/match_const_range_test.v
                                                                                
OK    [2349/2882]     8.664 ms vlib/v/tests/match_error_to_none_test.v
                                                                                
OK    [2350/2882]     8.556 ms vlib/v/tests/match_expr_nested_with_option_result1_test.v
                                                                                
OK    [2351/2882]     7.210 ms vlib/v/tests/match_expr_returning_sumtype_test.v
                                                                                
OK    [2352/2882]     7.940 ms vlib/v/tests/match_expr_returning_option_test.v
                                                                                
OK    [2353/2882]     8.882 ms vlib/v/tests/match_expr_nested_with_option_result2_test.v
                                                                                
OK    [2354/2882]    10.620 ms vlib/v/tests/match_expr_nested_test.v
                                                                                
OK    [2355/2882]     7.511 ms vlib/v/tests/match_expr_skip_in_infix_expr_test.v
                                                                                
OK    [2356/2882]     7.633 ms vlib/v/tests/match_expr_with_branch_returning_1_test.v
                                                                                
OK    [2357/2882]     7.759 ms vlib/v/tests/match_expr_with_enum_test.v
                                                                                
OK    [2358/2882]     9.762 ms vlib/v/tests/match_expr_with_assign_sumtype_test.v
                                                                                
OK    [2359/2882]     9.352 ms vlib/v/tests/match_expr_with_branch_returning_2_test.v
                                                                                
OK    [2360/2882]     7.135 ms vlib/v/tests/match_expr_with_if_or_match_expr_test.v
                                                                                
OK    [2361/2882]     8.206 ms vlib/v/tests/match_expr_with_last_branch_aggregate_test.v
                                                                                
OK    [2362/2882]     7.392 ms vlib/v/tests/match_expr_with_non_last_if_expr_test.v
                                                                                
OK    [2363/2882]     7.833 ms vlib/v/tests/match_expr_with_one_branch_test.v
                                                                                
OK    [2364/2882]     8.381 ms vlib/v/tests/match_expr_with_opt_result_test.v
                                                                                
OK    [2365/2882]     7.804 ms vlib/v/tests/match_expr_with_promote_number_test.v
                                                                                
OK    [2366/2882]     7.141 ms vlib/v/tests/match_expr_with_result_test.v
                                                                                
OK    [2367/2882]     8.127 ms vlib/v/tests/match_expr_with_string_fn_test.v
                                                                                
OK    [2368/2882]     7.497 ms vlib/v/tests/match_expression_for_types_test.v
                                                                                
OK    [2369/2882]    12.198 ms vlib/v/tests/match_expr_with_struct_init_test.v
                                                                                
OK    [2370/2882]     7.114 ms vlib/v/tests/match_expression_with_for_loop_test.v
                                                                                
OK    [2371/2882]     7.767 ms vlib/v/tests/match_in_fn_call_test.v
                                                                                
OK    [2372/2882]     8.904 ms vlib/v/tests/match_in_if_expression_test.v
                                                                                
OK    [2373/2882]     7.497 ms vlib/v/tests/match_in_map_or_expr_test.v
                                                                                
OK    [2374/2882]     8.745 ms vlib/v/tests/match_in_map_init_test.v
                                                                                
OK    [2375/2882]     7.399 ms vlib/v/tests/match_interface_test.v
                                                                                
OK    [2376/2882]    19.184 ms vlib/v/tests/match_expression_with_fn_names_in_branches_test.v
                                                                                
OK    [2377/2882]     7.014 ms vlib/v/tests/match_reference_sumtype_var_test.v
                                                                                
OK    [2378/2882]     8.443 ms vlib/v/tests/match_smartcast_test.v
                                                                                
OK    [2379/2882]     9.652 ms vlib/v/tests/match_return_fn_test.v
                                                                                
OK    [2380/2882]     8.314 ms vlib/v/tests/match_struct_type_test.v
                                                                                
OK    [2381/2882]     7.501 ms vlib/v/tests/match_sumtype_arr_test.v
                                                                                
OK    [2382/2882]     8.399 ms vlib/v/tests/match_sumtype_var_aggregate_test.v
                                                                                
OK    [2383/2882]     8.527 ms vlib/v/tests/match_sumtype_var_aggregate_var_str_test.v
                                                                                
OK    [2384/2882]     7.342 ms vlib/v/tests/match_sumtype_var_with_none_test.v
                                                                                
OK    [2385/2882]     8.201 ms vlib/v/tests/match_sumtype_var_shadow_and_as_test.v
                                                                                
OK    [2386/2882]     9.986 ms vlib/v/tests/match_sumtype_var_return_sumtype_test.v
                                                                                
OK    [2387/2882]     7.603 ms vlib/v/tests/match_with_complex_exprs_in_branches_test.v
                                                                                
OK    [2388/2882]     7.390 ms vlib/v/tests/match_with_complex_sumtype_exprs_add_print_test.v
                                                                                
OK    [2389/2882]    13.807 ms vlib/v/tests/match_test.v
                                                                                
OK    [2390/2882]     7.755 ms vlib/v/tests/match_with_multi_sumtype_exprs_test.v
                                                                                
OK    [2391/2882]     9.592 ms vlib/v/tests/match_with_complex_sumtype_exprs_test.v
                                                                                
OK    [2392/2882]     7.448 ms vlib/v/tests/method_first_last_call_test.v
                                                                                
OK    [2393/2882]     8.630 ms vlib/v/tests/method_call_var_comp_test.v
                                                                                
OK    [2394/2882]     9.630 ms vlib/v/tests/method_call_on_aggregate_test.v
                                                                                
OK    [2395/2882]     8.167 ms vlib/v/tests/methods_on_interfaces_test.v
                                                                                
OK    [2396/2882]     9.546 ms vlib/v/tests/methods_as_fields_test.v
                                                                                
OK    [2397/2882]     6.997 ms vlib/v/tests/module_test.v
                                                                                
OK    [2398/2882]     7.936 ms vlib/v/tests/missing_config_struct_arg_test.v
                                                                                
OK    [2399/2882]     8.617 ms vlib/v/tests/module_type_cast_test.v
                                                                                
OK    [2400/2882]     7.180 ms vlib/v/tests/modules/alias_to_another_module/alias.v
                                                                                
OK    [2401/2882]     7.964 ms vlib/v/tests/modules/amodule/another_internal_module_test.v
                                                                                
OK    [2402/2882]     7.729 ms vlib/v/tests/modules/amodule/module.v
                                                                                
OK    [2403/2882]     6.992 ms vlib/v/tests/modules/ecs/ecs.v
                                                                                
OK    [2404/2882]     9.621 ms vlib/v/tests/modules/amodule/internal_module_test.v
                                                                                
OK    [2405/2882]     8.160 ms vlib/v/tests/modules/another_module/module.v
                                                                                
OK    [2406/2882]     7.829 ms vlib/v/tests/modules/geometry/geometry.v
                                                                                
OK    [2407/2882]     8.550 ms vlib/v/tests/modules/interface_from_another_module/main_test.v
                                                                                
OK    [2408/2882]     7.724 ms vlib/v/tests/modules/interface_from_another_module/mod/mod.v
                                                                                
OK    [2409/2882]     7.978 ms vlib/v/tests/modules/module_a/module_a.v
                                                                                
OK    [2410/2882]     6.891 ms vlib/v/tests/modules/module_b/module_b.v
                                                                                
OK    [2411/2882]    12.554 ms vlib/v/tests/modules/methods_struct_another_module/methods_struct_test.v
                                                                                
OK    [2412/2882]     6.163 ms vlib/v/tests/modules/simplemodule/importing_test.v
                                                                                
OK    [2413/2882]     7.128 ms vlib/v/tests/modules/simplemodule/simplemodule.v
                                                                                
OK    [2414/2882]     7.656 ms vlib/v/tests/modules/submodules/submodules_test.v
                                                                                
OK    [2415/2882]     6.238 ms vlib/v/tests/modules/submodules/test/test2/test2.v
                                                                                
OK    [2416/2882]    11.448 ms vlib/v/tests/modules/submodules/submodules.v
                                                                                
OK    [2417/2882]     7.973 ms vlib/v/tests/modules/submodules/test/test.v
                                                                                
OK    [2418/2882]     7.222 ms vlib/v/tests/multi_line_with_options_test.v
                                                                                
OK    [2419/2882]     7.456 ms vlib/v/tests/multiple_arr_fixed_test.v
                                                                                
OK    [2420/2882]     7.258 ms vlib/v/tests/multiple_assign_test.v
                                                                                
OK    [2421/2882]     7.990 ms vlib/v/tests/multiple_assign_array_index_test.v
                                                                                
OK    [2422/2882]     7.647 ms vlib/v/tests/multiple_comptime_tmpl_in_one_fn_test.v
                                                                                
OK    [2423/2882]     8.311 ms vlib/v/tests/multiple_embed_external_interface_test.v
                                                                                
OK    [2424/2882]     7.493 ms vlib/v/tests/multiple_embed_struct_init_test.v
                                                                                
OK    [2425/2882]     6.498 ms vlib/v/tests/multiple_embed_struct_with_duplicate_field_init_test.v
                                                                                
OK    [2426/2882]     7.931 ms vlib/v/tests/multiple_matchs_in_one_expr_test.v
                                                                                
OK    [2427/2882]     6.261 ms vlib/v/tests/multiple_paths_in_vmodules/path2/yyy/m.v
                                                                                
OK    [2428/2882]    10.681 ms vlib/v/tests/multiple_generic_resolve_test.v
                                                                                
OK    [2429/2882]    12.342 ms vlib/v/tests/multiple_paths_in_vmodules/path1/xxx/m.v
                                                                                
OK    [2430/2882]     8.712 ms vlib/v/tests/multiple_paths_in_vmodules/path3/zzz/m.v
                                                                                
OK    [2431/2882]     5.476 ms vlib/v/tests/multiret_in_or_expr_test.v
                                                                                
OK    [2432/2882]     7.447 ms vlib/v/tests/multiple_paths_in_vmodules/vmodules_overrides_test.v
                                                                                
OK    [2433/2882]     7.019 ms vlib/v/tests/multiret_with_result_test.v
                                                                                
OK    [2434/2882]     7.766 ms vlib/v/tests/multiret_with_maps_test.v
                                                                                
OK    [2435/2882]     7.901 ms vlib/v/tests/multiret_with_ptrtype_test.v
                                                                                
OK    [2436/2882]     7.081 ms vlib/v/tests/mut_receiver_of_sumtype_test.v
                                                                                
OK    [2437/2882]     8.758 ms vlib/v/tests/multiret_with_sumtype_test.v
                                                                                
OK    [2438/2882]     7.379 ms vlib/v/tests/mut_receiver_returned_as_reference_test.v
                                                                                
OK    [2439/2882]     6.507 ms vlib/v/tests/nested_anonfunc_and_for_break_test.v
                                                                                
OK    [2440/2882]     8.394 ms vlib/v/tests/named_break_continue_test.v
                                                                                
OK    [2441/2882]     8.397 ms vlib/v/tests/nest_defer_fn_test.v
                                                                                
OK    [2442/2882]     9.665 ms vlib/v/tests/mut_test.v
                                                                                
OK    [2443/2882]     6.973 ms vlib/v/tests/nested_map_index_test.v
                                                                                
OK    [2444/2882]     6.883 ms vlib/v/tests/nested_map_test.v
                                                                                
OK    [2445/2882]     7.693 ms vlib/v/tests/nested_map_of_fn_call_test.v
                                                                                
OK    [2446/2882]     8.516 ms vlib/v/tests/nested_multiline_comments_test.v
                                                                                
OK    [2447/2882]    11.131 ms vlib/v/tests/nested_option_call_test.v
                                                                                
OK    [2448/2882]     6.767 ms vlib/v/tests/nested_struct_embed_method_call_test.v
                                                                                
OK    [2449/2882]     6.517 ms vlib/v/tests/nested_struct_embed_selector_test.v
                                                                                
OK    [2450/2882]     9.819 ms vlib/v/tests/nested_option_struct_init_test.v
                                                                                
OK    [2451/2882]     6.952 ms vlib/v/tests/none_checking_test.v
                                                                                
OK    [2452/2882]     6.455 ms vlib/v/tests/operator_overloading_cmp_test.v
                                                                                
OK    [2453/2882]     8.990 ms vlib/v/tests/num_lit_call_method_test.v
                                                                                
OK    [2454/2882]     7.061 ms vlib/v/tests/operator_overloading_on_struct_with_too_many_fields_test.v
                                                                                
OK    [2455/2882]     8.879 ms vlib/v/tests/offsetof_test.v
                                                                                
OK    [2456/2882]    11.504 ms vlib/v/tests/operator_overloading_with_reference_operands_test.v
                                                                                
OK    [2457/2882]     7.289 ms vlib/v/tests/operator_overloading_with_string_interpolation_test.v
                                                                                
OK    [2458/2882]     5.976 ms vlib/v/tests/option_array_dump_in_generic_fn_test.v
                                                                                
OK    [2459/2882]     6.566 ms vlib/v/tests/option_alias_eq_test.v
                                                                                
OK    [2460/2882]     8.558 ms vlib/v/tests/option_2_test.v
                                                                                
OK    [2461/2882]     8.202 ms vlib/v/tests/option_array_submodule_test.v
                                                                                
OK    [2462/2882]     8.312 ms vlib/v/tests/option_array_test.v
                                                                                
OK    [2463/2882]     7.254 ms vlib/v/tests/option_auto_heap_test.v
                                                                                
OK    [2464/2882]     8.325 ms vlib/v/tests/option_assign_none_test.v
                                                                                
OK    [2465/2882]    10.147 ms vlib/v/tests/option_array_init_test.v
                                                                                
OK    [2466/2882]     6.375 ms vlib/v/tests/option_concat_str_test.v
                                                                                
OK    [2467/2882]     6.983 ms vlib/v/tests/option_compvar_val_test.v
                                                                                
OK    [2468/2882]    10.976 ms vlib/v/tests/option_call_propagation_test.v
                                                                                
OK    [2469/2882]     9.330 ms vlib/v/tests/option_default_values_test.v
                                                                                
OK    [2470/2882]    10.092 ms vlib/v/tests/option_compvar_types_test.v
                                                                                
OK    [2471/2882]     9.504 ms vlib/v/tests/option_dump_test.v
                                                                                
OK    [2472/2882]     9.308 ms vlib/v/tests/option_empty_map_test.v
                                                                                
OK    [2473/2882]     7.180 ms vlib/v/tests/option_expr_with_array_value_test.v
                                                                                
OK    [2474/2882]     8.262 ms vlib/v/tests/option_fn_test.v
                                                                                
OK    [2475/2882]     9.050 ms vlib/v/tests/option_fixed_array_test.v
                                                                                
OK    [2476/2882]     6.293 ms vlib/v/tests/option_if_assign_and_fallthrough_test.v
                                                                                
OK    [2477/2882]     7.569 ms vlib/v/tests/option_generic_ptr_return_test.v
                                                                                
OK    [2478/2882]     6.830 ms vlib/v/tests/option_if_expr_test.v
                                                                                
OK    [2479/2882]     7.939 ms vlib/v/tests/option_import_struct_test.v
                                                                                
OK    [2480/2882]     9.010 ms vlib/v/tests/option_in_loop_test.v
                                                                                
OK    [2481/2882]     7.439 ms vlib/v/tests/option_init_test.v
                                                                                
OK    [2482/2882]     6.795 ms vlib/v/tests/option_match_expr_test.v
                                                                                
OK    [2483/2882]     7.902 ms vlib/v/tests/option_map_init_test.v
                                                                                
OK    [2484/2882]     7.161 ms vlib/v/tests/option_multi_ret_test.v
                                                                                
OK    [2485/2882]     9.672 ms vlib/v/tests/option_match_test.v
                                                                                
OK    [2486/2882]     6.602 ms vlib/v/tests/option_multi_return_assign_test.v
                                                                                
OK    [2487/2882]     8.162 ms vlib/v/tests/option_multi_return_test.v
                                                                                
OK    [2488/2882]     9.768 ms vlib/v/tests/option_nested_struct_test.v
                                                                                
OK    [2489/2882]     5.954 ms vlib/v/tests/option_print_errors_test.v
                                                                                
OK    [2490/2882]     7.022 ms vlib/v/tests/option_or_block_test.v
                                                                                
OK    [2491/2882]     8.555 ms vlib/v/tests/option_print_ptr_test.v
                                                                                
OK    [2492/2882]     9.312 ms vlib/v/tests/option_ptr_arg_heap_test.v
                                                                                
OK    [2493/2882]     7.356 ms vlib/v/tests/option_ptr_arg_test.v
                                                                                
OK    [2494/2882]     7.267 ms vlib/v/tests/option_ptr_cast_test.v
                                                                                
OK    [2495/2882]     9.072 ms vlib/v/tests/option_ptr_generic_test.v
                                                                                
OK    [2496/2882]     6.996 ms vlib/v/tests/option_ptr_iface_test.v
                                                                                
OK    [2497/2882]     7.654 ms vlib/v/tests/option_ptr_init_test.v
                                                                                
OK    [2498/2882]     7.966 ms vlib/v/tests/option_ptr_test.v
                                                                                
OK    [2499/2882]     9.342 ms vlib/v/tests/option_ptr_ptr_test.v
                                                                                
OK    [2500/2882]     7.553 ms vlib/v/tests/option_selector_cast_test.v
                                                                                
OK    [2501/2882]     8.915 ms vlib/v/tests/option_push_array_opt_test.v
                                                                                
OK    [2502/2882]     7.750 ms vlib/v/tests/option_selector_test.v
                                                                                
OK    [2503/2882]     7.682 ms vlib/v/tests/option_struct_compare_test.v
                                                                                
OK    [2504/2882]     7.079 ms vlib/v/tests/option_struct_init_interface_test.v
                                                                                
OK    [2505/2882]     7.600 ms vlib/v/tests/option_struct_init_with_opt_test.v
                                                                                
OK    [2506/2882]     9.079 ms vlib/v/tests/option_struct_init_test.v
                                                                                
OK    [2507/2882]     7.918 ms vlib/v/tests/option_struct_init_with_ref_opt_test.v
                                                                                
OK    [2508/2882]     9.121 ms vlib/v/tests/option_unwrap_assign_test.v
                                                                                
OK    [2509/2882]    11.190 ms vlib/v/tests/option_test.v
                                                                                
OK    [2510/2882]     8.352 ms vlib/v/tests/option_unwrap_print_test.v
                                                                                
OK    [2511/2882]     6.673 ms vlib/v/tests/option_var_2_test.v
                                                                                
OK    [2512/2882]    12.427 ms vlib/v/tests/option_unwrap_test.v
                                                                                
OK    [2513/2882]     8.133 ms vlib/v/tests/option_var_cast_test.v
                                                                                
OK    [2514/2882]     7.489 ms vlib/v/tests/option_var_map_test.v
                                                                                
OK    [2515/2882]     6.363 ms vlib/v/tests/option_void_2_test.v
                                                                                
OK    [2516/2882]    11.806 ms vlib/v/tests/option_var_test.v
                                                                                
OK    [2517/2882]     7.961 ms vlib/v/tests/option_void_fn_return_test.v
                                                                                
OK    [2518/2882]     6.933 ms vlib/v/tests/or_expr_with_comptime_test.v
                                                                                
OK    [2519/2882]     9.140 ms vlib/v/tests/option_void_test.v
                                                                                
OK    [2520/2882]     7.774 ms vlib/v/tests/or_expr_with_multi_stmts_test.v
                                                                                
OK    [2521/2882]     7.945 ms vlib/v/tests/or_expr_with_nested_match_expr_test.v
                                                                                
OK    [2522/2882]     7.968 ms vlib/v/tests/orm_handle_error_for_select_from_not_created_table_test.v
                                                                                
OK    [2523/2882]     7.980 ms vlib/v/tests/orm_joined_tables_select_test.v
                                                                                
OK    [2524/2882]     8.159 ms vlib/v/tests/orm_stmt_wrong_return_checking_test.v
                                                                                
OK    [2525/2882]     9.203 ms vlib/v/tests/orm_sub_array_struct_test.v
                                                                                
OK    [2526/2882]     7.025 ms vlib/v/tests/parse_invalid_map_type_test.v
                                                                                
OK    [2527/2882]     8.749 ms vlib/v/tests/orm_sub_struct_test.v
                                                                                
OK    [2528/2882]     7.121 ms vlib/v/tests/parser_line_test.v
                                                                                
OK    [2529/2882]     9.667 ms vlib/v/tests/passing_sumtype_parameter_in_sumtype_matching_results_test.v
                                                                                
OK    [2530/2882]     9.513 ms vlib/v/tests/pointer_arithmetic_test.v
                                                                                
OK    [2531/2882]     9.539 ms vlib/v/tests/pointers_str_test.v
                                                                                
OK    [2532/2882]     9.215 ms vlib/v/tests/pointers_test.v
                                                                                
OK    [2533/2882]    10.883 ms vlib/v/tests/pointers_multilevel_casts_test.v
                                                                                
OK    [2534/2882]     6.375 ms vlib/v/tests/prefix_expr_test.v
                                                                                
OK    [2535/2882]     7.365 ms vlib/v/tests/print_address_of_reference_struct_test.v
                                                                                
OK    [2536/2882]     6.842 ms vlib/v/tests/print_fn_test.v
                                                                                
OK    [2537/2882]     7.588 ms vlib/v/tests/print_anon_fn_test.v
                                                                                
OK    [2538/2882]     7.109 ms vlib/v/tests/print_reference_function_test.v
                                                                                
OK    [2539/2882]    12.318 ms vlib/v/tests/print_address_of_reference_int_test.v
                                                                                
OK    [2540/2882]     6.767 ms vlib/v/tests/project_with_c_code/main.v
                                                                                
OK    [2541/2882]     7.798 ms vlib/v/tests/print_test.v
                                                                                
OK    [2542/2882]     9.643 ms vlib/v/tests/print_smartcast_variable_test.v
                                                                                
OK    [2543/2882]     9.249 ms vlib/v/tests/printing_c_structs/string_interpolation_test.v
                                                                                
OK    [2544/2882]     9.003 ms vlib/v/tests/project_with_c_code/main_test.v
                                                                                
OK    [2545/2882]     6.451 ms vlib/v/tests/project_with_c_code/mod1/wrapper.v
                                                                                
OK    [2546/2882]     8.476 ms vlib/v/tests/project_with_c_code_2/main.v
                                                                                
OK    [2547/2882]     7.099 ms vlib/v/tests/project_with_c_code_2/modc/wrapper.v
                                                                                
OK    [2548/2882]     6.964 ms vlib/v/tests/project_with_c_code_3/main.v
                                                                                
OK    [2549/2882]    10.453 ms vlib/v/tests/project_with_c_code_2/main2_test.v
                                                                                
OK    [2550/2882]     9.220 ms vlib/v/tests/project_with_c_code_3/main_test.v
                                                                                
OK    [2551/2882]     6.079 ms vlib/v/tests/project_with_c_code_3/mod1/wrapper.v
                                                                                
OK    [2552/2882]     7.632 ms vlib/v/tests/project_with_c_code_3/mod1/wrapper.c.v
                                                                                
OK    [2553/2882]     7.775 ms vlib/v/tests/project_with_c_code_3/mod1/wrapper.js.v
                                                                                
OK    [2554/2882]     7.424 ms vlib/v/tests/project_with_c_code_ct_ifs/ctimeifblock.v
                                                                                
OK    [2555/2882]     6.493 ms vlib/v/tests/project_with_modules_having_submodules/mod1/mod11/m.v
                                                                                
OK    [2556/2882]     7.904 ms vlib/v/tests/project_with_modules_having_submodules/bin/a_program_under_bin_can_find_mod1_test.v
                                                                                
OK    [2557/2882]     7.537 ms vlib/v/tests/project_with_modules_having_submodules/mod1/mod12/m.v
                                                                                
OK    [2558/2882]     8.634 ms vlib/v/tests/project_with_modules_having_submodules/mod1/m.v
                                                                                
OK    [2559/2882]     8.126 ms vlib/v/tests/project_with_modules_having_submodules/mod1/mod13/m.v
                                                                                
OK    [2560/2882]     6.481 ms vlib/v/tests/project_with_modules_having_submodules/mod1/mod14/m.v
                                                                                
OK    [2561/2882]     6.891 ms vlib/v/tests/project_with_modules_having_submodules/tests/submodule_test.v
                                                                                
OK    [2562/2882]     8.455 ms vlib/v/tests/project_with_modules_having_submodules/mod1/submodule/m.v
                                                                                
OK    [2563/2882]     8.681 ms vlib/v/tests/project_with_tests_for_main/main.v
                                                                                
OK    [2564/2882]     7.674 ms vlib/v/tests/project_with_tests_for_main/my_other_test.v
                                                                                
OK    [2565/2882]     7.089 ms vlib/v/tests/project_with_tests_for_main/my_test.v
                                                                                
OK    [2566/2882]     7.323 ms vlib/v/tests/projects_that_should_compile_test.v
                                                                                
OK    [2567/2882]     8.223 ms vlib/v/tests/ptr_arithmetic_test.v
                                                                                
OK    [2568/2882]     8.568 ms vlib/v/tests/ptr_str_method_test.v
                                                                                
OK    [2569/2882]     7.282 ms vlib/v/tests/ref_array_init_test.v
                                                                                
OK    [2570/2882]     9.014 ms vlib/v/tests/raw_string_test.v
                                                                                
OK    [2571/2882]     6.070 ms vlib/v/tests/ref_return_test.v
                                                                                
OK    [2572/2882]     8.185 ms vlib/v/tests/ref_struct_test.v
                                                                                
OK    [2573/2882]     8.423 ms vlib/v/tests/reference_return_test.v
                                                                                
OK    [2574/2882]     7.086 ms vlib/v/tests/reference_var_followed_block_expr_test.v
                                                                                
OK    [2575/2882]     7.519 ms vlib/v/tests/reflection_test.v
                                                                                
OK    [2576/2882]    10.872 ms vlib/v/tests/reflection_sym_test.v
                                                                                
OK    [2577/2882]     6.591 ms vlib/v/tests/repeated_multiret_values_test.v
                                                                                
OK    [2578/2882]     8.545 ms vlib/v/tests/reliability/semaphore_wait.v
                                                                                
OK    [2579/2882]     6.579 ms vlib/v/tests/reserved_keywords_array_test.v
                                                                                
OK    [2580/2882]     8.656 ms vlib/v/tests/reserved_keywords_as_struct_field_test.v
                                                                                
OK    [2581/2882]     8.349 ms vlib/v/tests/reserved_keywords_can_be_escaped_with_at_test.v
                                                                                
OK    [2582/2882]     7.028 ms vlib/v/tests/resolve_generic_2_test.v
                                                                                
OK    [2583/2882]     6.871 ms vlib/v/tests/result_with_index_expr_test.v
                                                                                
OK    [2584/2882]     7.881 ms vlib/v/tests/reserved_keywords_if_guard_test.v
                                                                                
OK    [2585/2882]     5.932 ms vlib/v/tests/return_error_in_if_expr_test.v
                                                                                
OK    [2586/2882]     7.124 ms vlib/v/tests/retry_test.v
                                                                                
OK    [2587/2882]    10.709 ms vlib/v/tests/results_multi_return_test.v
                                                                                
OK    [2588/2882]     7.582 ms vlib/v/tests/return_comptime_call_test.v
                                                                                
OK    [2589/2882]     6.261 ms vlib/v/tests/return_if_expr_with_custom_error_test.v
                                                                                
OK    [2590/2882]     5.604 ms vlib/v/tests/return_match_expr_with_custom_error_test.v
                                                                                
OK    [2591/2882]     6.146 ms vlib/v/tests/return_match_expr_of_sumtype_result_test.v
                                                                                
OK    [2592/2882]    10.207 ms vlib/v/tests/return_in_lock_test.v
                                                                                
OK    [2593/2882]     5.477 ms vlib/v/tests/return_result_in_or_block_test.v
                                                                                
OK    [2594/2882]     5.310 ms vlib/v/tests/return_voidptr_test.v
                                                                                
OK    [2595/2882]     6.951 ms vlib/v/tests/return_option_test.v
                                                                                
OK    [2596/2882]     5.913 ms vlib/v/tests/run_v_code_from_stdin_test.v
                                                                                
OK    [2597/2882]     6.218 ms vlib/v/tests/scanner_and_and_not_test.v
                                                                                
OK    [2598/2882]     5.724 ms vlib/v/tests/selectorexpr_alias_to_ptr_test.v
                                                                                
OK    [2599/2882]     9.169 ms vlib/v/tests/reusable_mut_multiret_values_test.v
                                                                                
OK    [2600/2882]    30.103 ms vlib/v/tests/results_test.v
                                                                                
OK    [2601/2882]     7.122 ms vlib/v/tests/semaphore_test.v
                                                                                
OK    [2602/2882]     7.443 ms vlib/v/tests/semaphore_timed_test.v
                                                                                
OK    [2603/2882]     7.037 ms vlib/v/tests/shared_array_any_filter_map_all_test.v
                                                                                
OK    [2604/2882]     9.416 ms vlib/v/tests/shared_arg_test.v
                                                                                
OK    [2605/2882]     8.965 ms vlib/v/tests/shared_array_append_many_test.v
                                                                                
OK    [2606/2882]     6.680 ms vlib/v/tests/shared_array_last_test.v
                                                                                
OK    [2607/2882]     7.569 ms vlib/v/tests/shared_array_sort_test.v
                                                                                
OK    [2608/2882]     8.594 ms vlib/v/tests/shared_array_ptr_test.v
                                                                                
OK    [2609/2882]     9.102 ms vlib/v/tests/shared_array_test.v
                                                                                
OK    [2610/2882]     7.039 ms vlib/v/tests/shared_autolock_test.v
                                                                                
OK    [2611/2882]     5.987 ms vlib/v/tests/shared_fn_return_test.v
                                                                                
OK    [2612/2882]     8.949 ms vlib/v/tests/shared_elem_test.v
                                                                                
OK    [2613/2882]     8.250 ms vlib/v/tests/shared_if_expr_test.v
                                                                                
OK    [2614/2882]     6.219 ms vlib/v/tests/shared_in_test.v
                                                                                
OK    [2615/2882]     7.401 ms vlib/v/tests/shared_lock_3_test.v
                                                                                
OK    [2616/2882]     8.316 ms vlib/v/tests/shared_lock_2_test.v
                                                                                
OK    [2617/2882]    10.392 ms vlib/v/tests/shared_interface_test.v
                                                                                
OK    [2618/2882]     6.826 ms vlib/v/tests/shared_lock_4_test.v
                                                                                
OK    [2619/2882]     7.156 ms vlib/v/tests/shared_lock_5_test.v
                                                                                
OK    [2620/2882]     7.452 ms vlib/v/tests/shared_lock_expr_test.v
                                                                                
OK    [2621/2882]     7.264 ms vlib/v/tests/shared_map_delete_test.v
                                                                                
OK    [2622/2882]     8.110 ms vlib/v/tests/shared_lock_test.v
                                                                                
OK    [2623/2882]     9.057 ms vlib/v/tests/shared_lock_6_test.v
                                                                                
OK    [2624/2882]     7.103 ms vlib/v/tests/shared_map_test.v
                                                                                
OK    [2625/2882]     6.576 ms vlib/v/tests/shared_struct_method_call_test.v
                                                                                
OK    [2626/2882]     7.971 ms vlib/v/tests/shared_option_test.v
                                                                                
OK    [2627/2882]     7.366 ms vlib/v/tests/shared_struct_field_test.v
                                                                                
OK    [2628/2882]     8.535 ms vlib/v/tests/shared_str_test.v
                                                                                
OK    [2629/2882]     7.921 ms vlib/v/tests/shared_unordered_mixed_test.v
                                                                                
OK    [2630/2882]     6.865 ms vlib/v/tests/short_struct_param_syntax_test.v
                                                                                
OK    [2631/2882]     6.197 ms vlib/v/tests/slice_rval_test.v
                                                                                
OK    [2632/2882]     7.240 ms vlib/v/tests/sizeof_test.v
                                                                                
OK    [2633/2882]     9.217 ms vlib/v/tests/shift_test.v
                                                                                
OK    [2634/2882]     9.791 ms vlib/v/tests/sizeof_2_test.v
                                                                                
OK    [2635/2882]     6.745 ms vlib/v/tests/sorting_by_different_criteria_test.v
                                                                                
OK    [2636/2882]     6.190 ms vlib/v/tests/sorting_by_references_test.v
                                                                                
OK    [2637/2882]     5.947 ms vlib/v/tests/spawn_method_on_generic_struct_test.v
                                                                                
OK    [2638/2882]     8.213 ms vlib/v/tests/sql_statement_inside_fn_call_test.v
                                                                                
OK    [2639/2882]     9.133 ms vlib/v/tests/static_arrays_using_const_for_size_test.v
                                                                                
OK    [2640/2882]     6.674 ms vlib/v/tests/static_vars_test.v
                                                                                
OK    [2641/2882]     6.915 ms vlib/v/tests/str_circular_test.v
                                                                                
OK    [2642/2882]     8.999 ms vlib/v/tests/str_array_of_reference_test.v
                                                                                
OK    [2643/2882]     6.553 ms vlib/v/tests/str_reference_struct_test.v
                                                                                
OK    [2644/2882]     9.148 ms vlib/v/tests/str_gen_test.v
                                                                                
OK    [2645/2882]     8.241 ms vlib/v/tests/string_alias_of_struct_test.v
                                                                                
OK    [2646/2882]     9.001 ms vlib/v/tests/string_alias_test.v
                                                                                
OK    [2647/2882]     7.823 ms vlib/v/tests/string_array_of_ref_type_test.v
                                                                                
OK    [2648/2882]     7.245 ms vlib/v/tests/string_escape_backslash_test.v
                                                                                
OK    [2649/2882]     7.665 ms vlib/v/tests/string_index_in_for_mut_in_test.v
                                                                                
OK    [2650/2882]     6.978 ms vlib/v/tests/string_index_or_test.v
                                                                                
OK    [2651/2882]     6.417 ms vlib/v/tests/string_interpolation_alias_test.v
                                                                                
OK    [2652/2882]     8.962 ms vlib/v/tests/string_interpolation_array_test.v
                                                                                
OK    [2653/2882]     7.554 ms vlib/v/tests/string_interpolation_custom_str_test.v
                                                                                
OK    [2654/2882]     6.986 ms vlib/v/tests/string_interpolation_float_fmt_test.v
                                                                                
OK    [2655/2882]     6.802 ms vlib/v/tests/string_interpolation_function_test.v
                                                                                
OK    [2656/2882]     8.411 ms vlib/v/tests/string_interpolation_floats_test.v
                                                                                
OK    [2657/2882]     7.625 ms vlib/v/tests/string_interpolation_inner_cbr_test.v
                                                                                
OK    [2658/2882]     8.025 ms vlib/v/tests/string_interpolation_multistmt_test.v
                                                                                
OK    [2659/2882]     9.918 ms vlib/v/tests/string_interpolation_multi_return_test.v
                                                                                
OK    [2660/2882]     6.899 ms vlib/v/tests/string_interpolation_shared_test.v
                                                                                
OK    [2661/2882]     9.412 ms vlib/v/tests/string_interpolation_of_array_of_structs_test.v
                                                                                
OK    [2662/2882]     6.457 ms vlib/v/tests/string_interpolation_string_args_test.v
                                                                                
OK    [2663/2882]     5.813 ms vlib/v/tests/string_interpolation_string_lit_with_fmt_test.v
                                                                                
OK    [2664/2882]     5.903 ms vlib/v/tests/string_interpolation_struct_test.v
                                                                                
OK    [2665/2882]     6.901 ms vlib/v/tests/string_interpolation_sumtype_test.v
                                                                                
OK    [2666/2882]     6.116 ms vlib/v/tests/string_interpolation_variadic_test.v
                                                                                
OK    [2667/2882]     8.457 ms vlib/v/tests/string_interpolation_test.v
                                                                                
OK    [2668/2882]    12.294 ms vlib/v/tests/string_interpolation_struct_with_usize_field_test.v
                                                                                
OK    [2669/2882]     7.516 ms vlib/v/tests/string_map_with_generic_struct_value_test.v
                                                                                
OK    [2670/2882]     7.830 ms vlib/v/tests/string_option_none_test.v
                                                                                
OK    [2671/2882]     7.348 ms vlib/v/tests/string_ref_struct_test.v
                                                                                
OK    [2672/2882]     7.763 ms vlib/v/tests/string_struct_interpolation_test.v
                                                                                
OK    [2673/2882]     7.516 ms vlib/v/tests/strings_builder_shift_array_reverse_test.v
                                                                                
OK    [2674/2882]     8.688 ms vlib/v/tests/strings_unicode_test.v
                                                                                
OK    [2675/2882]     9.225 ms vlib/v/tests/struct_allow_both_field_defaults_and_skip_flag_test.v
                                                                                
OK    [2676/2882]     8.587 ms vlib/v/tests/struct_auto_eq_gen_interface_test.v
                                                                                
OK    [2677/2882]     8.005 ms vlib/v/tests/struct_child_field_default_test.v
                                                                                
OK    [2678/2882]     6.526 ms vlib/v/tests/struct_embed_fn_type_test.v
                                                                                
OK    [2679/2882]     9.233 ms vlib/v/tests/struct_chained_fields_correct_test.v
                                                                                
OK    [2680/2882]     7.191 ms vlib/v/tests/struct_embed_is_interface_test.v
                                                                                
OK    [2681/2882]     6.468 ms vlib/v/tests/struct_eq_op_only_test.v
                                                                                
OK    [2682/2882]     6.863 ms vlib/v/tests/struct_equality_test.v
                                                                                
OK    [2683/2882]     7.948 ms vlib/v/tests/struct_embedding_with_interface_test.v
                                                                                
OK    [2684/2882]     5.843 ms vlib/v/tests/struct_field_array_index_test.v
                                                                                
OK    [2685/2882]    14.658 ms vlib/v/tests/struct_embed_test.v
                                                                                
OK    [2686/2882]     6.477 ms vlib/v/tests/struct_field_default_value_interface_cast_test.v
                                                                                
OK    [2687/2882]     7.151 ms vlib/v/tests/struct_field_default_value_sumtype_cast_test.v
                                                                                
OK    [2688/2882]     7.096 ms vlib/v/tests/struct_fields_required_test.v
                                                                                
OK    [2689/2882]     7.597 ms vlib/v/tests/struct_fields_storing_functions_test.v
                                                                                
OK    [2690/2882]     7.672 ms vlib/v/tests/struct_ierror_test.v
                                                                                
OK    [2691/2882]     7.682 ms vlib/v/tests/struct_init_and_assign_test.v
                                                                                
OK    [2692/2882]     7.043 ms vlib/v/tests/struct_init_with_chan_field_test.v
                                                                                
OK    [2693/2882]     8.185 ms vlib/v/tests/struct_init_update_with_mutable_receiver_test.v
                                                                                
OK    [2694/2882]     6.344 ms vlib/v/tests/struct_init_with_embed_update_test.v
                                                                                
OK    [2695/2882]     8.948 ms vlib/v/tests/struct_init_with_complex_fields_test.v
                                                                                
OK    [2696/2882]     7.266 ms vlib/v/tests/struct_init_with_interface_field_test.v
                                                                                
OK    [2697/2882]     7.070 ms vlib/v/tests/struct_init_with_interface_pointer_and_embed_test.v
                                                                                
OK    [2698/2882]     7.307 ms vlib/v/tests/struct_init_with_multi_nested_embed_update_test.v
                                                                                
OK    [2699/2882]    13.784 ms vlib/v/tests/struct_init_with_fixed_array_field_test.v
                                                                                
OK    [2700/2882]     7.990 ms vlib/v/tests/struct_init_with_update_test.v
                                                                                
OK    [2701/2882]     7.017 ms vlib/v/tests/struct_multi_embed_method_call_test.v
                                                                                
OK    [2702/2882]     7.861 ms vlib/v/tests/struct_map_method_test.v
                                                                                
OK    [2703/2882]     7.224 ms vlib/v/tests/struct_of_time_init_with_update_test.v
                                                                                
OK    [2704/2882]     6.794 ms vlib/v/tests/struct_shared_field_init_test.v
                                                                                
OK    [2705/2882]     7.676 ms vlib/v/tests/struct_shared_field_with_default_init_test.v
                                                                                
OK    [2706/2882]     9.427 ms vlib/v/tests/struct_selector_or_block_test.v
                                                                                
OK    [2707/2882]    12.283 ms vlib/v/tests/struct_option_field_zero_test.v
                                                                                
OK    [2708/2882]     6.724 ms vlib/v/tests/struct_test.v
                                                                                
OK    [2709/2882]     6.526 ms vlib/v/tests/struct_transmute_test.v
                                                                                
OK    [2710/2882]     6.276 ms vlib/v/tests/struct_with_reference_alias_field_test.v
                                                                                
OK    [2711/2882]     6.301 ms vlib/v/tests/structs_with_voidptr_fields_can_be_printed_test.v
                                                                                
OK    [2712/2882]     7.530 ms vlib/v/tests/sum_type_common_fields_test.v
                                                                                
OK    [2713/2882]     6.988 ms vlib/v/tests/sumtype_array_methods_test.v
                                                                                
OK    [2714/2882]     7.030 ms vlib/v/tests/sumtype_assign_test.v
                                                                                
OK    [2715/2882]     8.104 ms vlib/v/tests/sumtype_as_cast_test.v
                                                                                
OK    [2716/2882]    13.150 ms vlib/v/tests/sum_type_test.v
                                                                                
OK    [2717/2882]     6.966 ms vlib/v/tests/sumtype_calls_test.v
                                                                                
OK    [2718/2882]     7.754 ms vlib/v/tests/sumtype_equality_test.v
                                                                                
OK    [2719/2882]     6.337 ms vlib/v/tests/sumtype_on_match_test.v
                                                                                
OK    [2720/2882]     6.233 ms vlib/v/tests/sumtype_str_for_subtypes_with_str_test.v
                                                                                
OK    [2721/2882]     9.301 ms vlib/v/tests/sumtype_literal_test.v
                                                                                
OK    [2722/2882]     4.847 ms vlib/v/tests/sumtype_with_alias_fntype_test.v
                                                                                
OK    [2723/2882]    12.152 ms vlib/v/tests/sumtype_str_test.v
                                                                                
OK    [2724/2882]     7.188 ms vlib/v/tests/sumtype_with_fntype_test.v
                                                                                
OK    [2725/2882]     7.765 ms vlib/v/tests/sumtype_with_none_test.v
                                                                                
OK    [2726/2882]     6.091 ms vlib/v/tests/sumtype_with_struct_fn_field_call_test.v
                                                                                
OK    [2727/2882]     5.970 ms vlib/v/tests/supports__likely__test.v
                                                                                
OK    [2728/2882]    15.596 ms vlib/v/tests/sumtype_with_alias_fntype_fn_call_test.v
                                                                                
OK    [2729/2882]     6.965 ms vlib/v/tests/swap_array_test.v
                                                                                
OK    [2730/2882]     7.181 ms vlib/v/tests/testdata/enum_in_builtin/builtin.v
                                                                                
OK    [2731/2882]     9.997 ms vlib/v/tests/tag_autostr_allowrecurse_test.v
                                                                                
OK    [2732/2882]     6.856 ms vlib/v/tests/testdata/enum_in_builtin/c.v
                                                                                
OK    [2733/2882]     7.143 ms vlib/v/tests/testdata/sizeof_used_in_assert_test.v
                                                                                
OK    [2734/2882]     9.114 ms vlib/v/tests/testdata/enum_in_builtin/main.v
                                                                                
OK    [2735/2882]     7.106 ms vlib/v/tests/testdata/test_array_bound.v
                                                                                
OK    [2736/2882]     6.661 ms vlib/v/tests/testdata/tests_returning_options_failing_test.v
                                                                                
OK    [2737/2882]     6.926 ms vlib/v/tests/testdata/usecache_and_mods/aaa/aa1.v
                                                                                
OK    [2738/2882]     9.698 ms vlib/v/tests/testdata/usecache_and_mods/aaa/aaa.v
                                                                                
OK    [2739/2882]     8.340 ms vlib/v/tests/testdata/usecache_and_mods/bbb/bbb.v
                                                                                
OK    [2740/2882]     6.013 ms vlib/v/tests/testdata/usecache_and_mods/ccc/cc2.v
                                                                                
OK    [2741/2882]     8.531 ms vlib/v/tests/testdata/usecache_and_mods/ccc/cc1.v
                                                                                
OK    [2742/2882]    11.617 ms vlib/v/tests/testdata/usecache_and_mods/bbb/bb1.v
                                                                                
OK    [2743/2882]     6.416 ms vlib/v/tests/testdata/usecache_and_mods/ddd/dd1.v
                                                                                
OK    [2744/2882]     8.571 ms vlib/v/tests/testdata/usecache_and_mods/ccc/ccc.v
                                                                                
OK    [2745/2882]     7.752 ms vlib/v/tests/testdata/usecache_and_mods/ddd/ddd.v
                                                                                
OK    [2746/2882]     7.230 ms vlib/v/tests/testdata/usecache_and_mods/main.v
                                                                                
OK    [2747/2882]     7.301 ms vlib/v/tests/testdata/usecache_and_mods/xx/x1.v
                                                                                
OK    [2748/2882]     7.127 ms vlib/v/tests/testdata/usecache_and_mods/xx/xx.v
                                                                                
OK    [2749/2882]     6.719 ms vlib/v/tests/testdata/usecache_and_mods/zz/z1.v
                                                                                
OK    [2750/2882]     7.712 ms vlib/v/tests/testdata/usecache_and_mods/yy/yy.v
                                                                                
OK    [2751/2882]     8.597 ms vlib/v/tests/testdata/usecache_and_mods/yy/y1.v
                                                                                
OK    [2752/2882]     7.731 ms vlib/v/tests/testdata/usecache_and_mods/zz/zz.v
                                                                                
OK    [2753/2882]     6.841 ms vlib/v/tests/thread_to_string_test.v
                                                                                
OK    [2754/2882]     7.400 ms vlib/v/tests/tmpl_in_return_match_expr_test.v
                                                                                
OK    [2755/2882]     8.260 ms vlib/v/tests/tmpl_script_tag_interpolation_test.v
                                                                                
OK    [2756/2882]     7.607 ms vlib/v/tests/tmpl_using_variable_or_const_path_test.v
                                                                                
OK    [2757/2882]     7.151 ms vlib/v/tests/tmpl_with_single_quotes_test.v
                                                                                
OK    [2758/2882]     5.880 ms vlib/v/tests/trace_calls_test.v
                                                                                
OK    [2759/2882]    13.567 ms vlib/v/tests/tmpl_test.v
                                                                                
OK    [2760/2882]     7.343 ms vlib/v/tests/translated_test.v
                                                                                
OK    [2761/2882]     9.041 ms vlib/v/tests/type_alias_of_fn_with_mut_args_test.v
                                                                                
OK    [2762/2882]     7.378 ms vlib/v/tests/type_alias_of_pointer_types_test.v
                                                                                
OK    [2763/2882]     7.834 ms vlib/v/tests/type_alias_str_method_override_test.v
                                                                                
OK    [2764/2882]     8.969 ms vlib/v/tests/type_idx_test.v
                                                                                
OK    [2765/2882]    10.608 ms vlib/v/tests/type_alias_test.v
                                                                                
OK    [2766/2882]     7.473 ms vlib/v/tests/type_name_in_if_test.v
                                                                                
OK    [2767/2882]     8.604 ms vlib/v/tests/type_name_test.v
                                                                                
OK    [2768/2882]     8.093 ms vlib/v/tests/type_promotion_test.v
                                                                                
OK    [2769/2882]     7.904 ms vlib/v/tests/type_voidptr_test.v
                                                                                
OK    [2770/2882]     8.381 ms vlib/v/tests/typeof_aggregate_test.v
                                                                                
OK    [2771/2882]     8.011 ms vlib/v/tests/typeof_simple_types_test.v
                                                                                
OK    [2772/2882]     7.631 ms vlib/v/tests/typeof_test.v
                                                                                
OK    [2773/2882]     8.047 ms vlib/v/tests/typeof_type_test.v
                                                                                
OK    [2774/2882]     6.787 ms vlib/v/tests/unsafe_fixed_array_test.v
                                                                                
OK    [2775/2882]     8.073 ms vlib/v/tests/unaliased_typ_checking_test.v
                                                                                
OK    [2776/2882]     7.933 ms vlib/v/tests/unreachable_code_paths_test.v
                                                                                
OK    [2777/2882]     6.894 ms vlib/v/tests/unsafe_test.v
                                                                                
OK    [2778/2882]     9.779 ms vlib/v/tests/unsigned_right_shift_test.v
                                                                                
OK    [2779/2882]     6.754 ms vlib/v/tests/use_alias_from_another_module_in_struct_field_test.v
                                                                                
OK    [2780/2882]     7.194 ms vlib/v/tests/var_option_arr_test.v
                                                                                
OK    [2781/2882]     8.300 ms vlib/v/tests/var_option_as_arg_test.v
                                                                                
OK    [2782/2882]     9.422 ms vlib/v/tests/var_option_comptime_test.v
                                                                                
OK    [2783/2882]     6.883 ms vlib/v/tests/var_option_opt_arg_test.v
                                                                                
OK    [2784/2882]     7.806 ms vlib/v/tests/var_option_opt_multi_return_test.v
                                                                                
OK    [2785/2882]     7.507 ms vlib/v/tests/var_option_struct_test.v
                                                                                
OK    [2786/2882]     7.234 ms vlib/v/tests/var_option_sumtype_test.v
                                                                                
OK    [2787/2882]     7.724 ms vlib/v/tests/var_type_is_checking2_test.v
                                                                                
OK    [2788/2882]     7.988 ms vlib/v/tests/var_type_is_checking_test.v
                                                                                
OK    [2789/2882]     7.502 ms vlib/v/tests/vargs_auto_str_method_and_println_test.v
                                                                                
OK    [2790/2882]     7.338 ms vlib/v/tests/vargs_empty_param_test.v
                                                                                
OK    [2791/2882]     9.215 ms vlib/v/tests/vargs_reference_param_test.v
                                                                                
OK    [2792/2882]     8.117 ms vlib/v/tests/vargs_with_enum_value_test.v
                                                                                
OK    [2793/2882]     6.782 ms vlib/v/tests/voidptr_to_u64_cast_a_test.v
                                                                                
OK    [2794/2882]     7.817 ms vlib/v/tests/vmod_parser_test.v
                                                                                
OK    [2795/2882]     9.553 ms vlib/v/tests/voidptr_to_u64_cast_b_test.v
                                                                                
OK    [2796/2882]     7.174 ms vlib/v/tests/volatile_vars_test.v
                                                                                
OK    [2797/2882]     6.797 ms vlib/v/tests/vsh_envbang_test.v
                                                                                
OK    [2798/2882]     6.702 ms vlib/v/tests/working_with_an_empty_struct_test.v
                                                                                
OK    [2799/2882]     9.749 ms vlib/v/tests/websocket_logger_interface_should_compile_test.v
                                                                                
OK    [2800/2882]     7.246 ms vlib/v/token/keywords_matcher_trie_test.v
                                                                                
OK    [2801/2882]     7.307 ms vlib/v/token/pos.v
                                                                                
OK    [2802/2882]    10.469 ms vlib/v/token/keywords_matcher_trie.v
                                                                                
OK    [2803/2882]    10.616 ms vlib/v/token/token.v
                                                                                
OK    [2804/2882]     9.060 ms vlib/v/trace_calls/tracing_calls.v
                                                                                
OK    [2805/2882]     8.873 ms vlib/v/transformer/index_state.v
                                                                                
OK    [2806/2882]    10.697 ms vlib/v/trace_calls/tracing_calls_d_musl.v
                                                                                
OK    [2807/2882]     6.740 ms vlib/v/util/diff.v
                                                                                
OK    [2808/2882]    14.001 ms vlib/v/transformer/transformer.v
                                                                                
OK    [2809/2882]     9.453 ms vlib/v/util/diff/diff.v
                                                                                
OK    [2810/2882]     8.214 ms vlib/v/util/errors.v
                                                                                
OK    [2811/2882]     8.854 ms vlib/v/util/module.v
                                                                                
OK    [2812/2882]     7.425 ms vlib/v/util/quote.v
                                                                                
OK    [2813/2882]     7.417 ms vlib/v/util/recompilation/recompilation.v
                                                                                
OK    [2814/2882]     8.565 ms vlib/v/util/scanning.v
                                                                                
OK    [2815/2882]     8.846 ms vlib/v/util/suggestions.v
                                                                                
OK    [2816/2882]     7.947 ms vlib/v/util/surrounder.v
                                                                                
OK    [2817/2882]     7.040 ms vlib/v/util/surrounder_test.v
                                                                                
OK    [2818/2882]     8.871 ms vlib/v/util/timers.v
                                                                                
OK    [2819/2882]     7.760 ms vlib/v/util/util.c.v
                                                                                
OK    [2820/2882]     6.246 ms vlib/v/util/version/version.v
                                                                                
OK    [2821/2882]     9.723 ms vlib/v/util/util.js.v
                                                                                
OK    [2822/2882]    11.737 ms vlib/v/util/util.v
                                                                                
OK    [2823/2882]     7.434 ms vlib/v/util/vtest/vtest.v
                                                                                
OK    [2824/2882]     7.872 ms vlib/v/vcache/vcache_test.v
                                                                                
OK    [2825/2882]     9.056 ms vlib/v/vcache/vcache.v
                                                                                
OK    [2826/2882]     7.004 ms vlib/v/vet/vet.v
                                                                                
OK    [2827/2882]     9.140 ms vlib/v/vmod/parser.v
                                                                                
OK    [2828/2882]     9.162 ms vlib/v/vmod/parser_test.v
                                                                                
OK    [2829/2882]     8.344 ms vlib/v/vmod/vmod.v
                                                                                
OK    [2830/2882]     8.983 ms vlib/vweb/assets/assets.v
                                                                                
OK    [2831/2882]     7.687 ms vlib/vweb/assets/assets_test.v
                                                                                
OK    [2832/2882]     6.821 ms vlib/vweb/parse.v
                                                                                
OK    [2833/2882]     8.474 ms vlib/vweb/csrf/csrf_test.v
                                                                                
OK    [2834/2882]     6.715 ms vlib/vweb/sse/sse.v
                                                                                
OK    [2835/2882]    10.351 ms vlib/vweb/csrf/csrf.v
                                                                                
OK    [2836/2882]     9.722 ms vlib/vweb/route_test.v
                                                                                
OK    [2837/2882]     7.738 ms vlib/vweb/tests/controller_duplicate_server.v
                                                                                
OK    [2838/2882]     7.012 ms vlib/vweb/tests/controller_test_server.v
                                                                                
OK    [2839/2882]     7.889 ms vlib/vweb/tests/controller_test.v
                                                                                
OK    [2840/2882]     8.363 ms vlib/vweb/tests/middleware_test.v
                                                                                
OK    [2841/2882]     9.946 ms vlib/vweb/tests/middleware_test_server.v
                                                                                
OK    [2842/2882]     8.248 ms vlib/vweb/tests/vweb_test_server.v
                                                                                
OK    [2843/2882]     6.951 ms vlib/vweb/vweb_app_test.v
                                                                                
OK    [2844/2882]    11.128 ms vlib/vweb/tests/vweb_test.v
                                                                                
OK    [2845/2882]     5.778 ms vlib/vweb/vweb_livereload.v
                                                                                
OK    [2846/2882]    15.332 ms vlib/vweb/vweb.v
                                                                                
OK    [2847/2882]     8.146 ms vlib/wasm/constant.v
                                                                                
OK    [2848/2882]     6.684 ms vlib/wasm/functions.v
                                                                                
OK    [2849/2882]     6.138 ms vlib/wasm/module.v
                                                                                
OK    [2850/2882]     5.739 ms vlib/wasm/tests/arith_test.v
                                                                                
OK    [2851/2882]    14.142 ms vlib/wasm/encoding.v
                                                                                
OK    [2852/2882]     7.588 ms vlib/wasm/tests/block_test.v
                                                                                
OK    [2853/2882]     5.844 ms vlib/wasm/tests/common.v
                                                                                
OK    [2854/2882]     6.670 ms vlib/wasm/tests/debug_test.v
                                                                                
OK    [2855/2882]     9.105 ms vlib/wasm/tests/call_test.v
                                                                                
OK    [2856/2882]     6.435 ms vlib/wasm/tests/patch_test.v
                                                                                
OK    [2857/2882]     6.182 ms vlib/wasm/tests/var_test.v
                                                                                
OK    [2858/2882]    25.591 ms vlib/wasm/instructions.v
                                                                                
OK    [2859/2882]     8.753 ms vlib/x/json2/any_test.v
                                                                                
OK    [2860/2882]     7.838 ms vlib/x/json2/decoder.v
                                                                                
OK    [2861/2882]     9.542 ms vlib/x/json2/decode_struct_test.v
                                                                                
OK    [2862/2882]     7.421 ms vlib/x/json2/decoder_test.v
                                                                                
OK    [2863/2882]     7.600 ms vlib/x/json2/encode_option_test.v
                                                                                
OK    [2864/2882]     6.024 ms vlib/x/json2/integer_primitives_test.v
                                                                                
OK    [2865/2882]     8.149 ms vlib/x/json2/encoder_test.v
                                                                                
OK    [2866/2882]    19.930 ms vlib/x/json2/encode_struct_test.v
                                                                                
OK    [2867/2882]    18.864 ms vlib/x/json2/encoder.v
                                                                                
OK    [2868/2882]    13.657 ms vlib/x/json2/json2.v
                                                                                
OK    [2869/2882]    10.824 ms vlib/x/json2/json2_test.v
                                                                                
OK    [2870/2882]     5.493 ms vlib/x/json2/json_module_compatibility_test/json_decode_with_encode_arg_test.v
                                                                                
OK    [2871/2882]     7.019 ms vlib/x/json2/json_module_compatibility_test/json_decode_with_option_arg_test.v
                                                                                
OK    [2872/2882]     8.586 ms vlib/x/json2/scanner_test.v
                                                                                
OK    [2873/2882]     9.551 ms vlib/x/json2/json_module_compatibility_test/json_test.v
                                                                                
OK    [2874/2882]    10.030 ms vlib/x/json2/scanner.v
                                                                                
OK    [2875/2882]     8.192 ms vlib/x/json2/types.v
                                                                                
OK    [2876/2882]     9.945 ms vlib/x/ttf/common.v
                                                                                
OK    [2877/2882]     7.175 ms vlib/x/ttf/text_block.v
                                                                                
OK    [2878/2882]     8.993 ms vlib/x/ttf/render_sokol_cpu.v
                                                                                
OK    [2879/2882]    11.142 ms vlib/x/ttf/render_bmp.v
                                                                                
OK    [2880/2882]     4.808 ms vlib/x/x.v
                                                                                
OK    [2881/2882]    13.083 ms vlib/x/ttf/ttf.v
                                                                                
OK    [2882/2882]     9.629 ms vlib/x/ttf/ttf_test.v
--------------------------------------------------------------------------------
Summary for running vfmt over V files: 2881 passed, 1 skipped, 2882 total. Runtime: 5016 ms, on 5 parallel jobs.

cannot compile `/magus/work/usr/mports/lang/v/work/v-0.4/cmd/tools/vtest-self.v`: 
cmd/tools/vtest-self.v:400:26: error: undefined ident: `skip_on_non_amd64`
  398 |     }
  399 |     $if !amd64 && !arm64 {
  400 |         tsession.skip_files << skip_on_non_amd64
      |                                ~~~~~~~~~~~~~~~~~
  401 |     }
  402 |     $if amd64 {

V panic: cloning failed, details: sh: git: not found
; code: 127
v hash: b06811c
0x465219  at /magus/work/usr/mports/lang/v/work/v-0.4/cmd/tools/vbuild-tools
0x4678e5  at /magus/work/usr/mports/lang/v/work/v-0.4/cmd/tools/vbuild-tools
0x41595d <_start1+0x11d> at /magus/work/usr/mports/lang/v/work/v-0.4/cmd/tools/vbuild-tools
---- Building examples ... -----------------------------------------------------
v compiler args: "-progress -W "

                                                                                
OK    [  1/174]  3013.644 ms examples/binary_search_tree.v
                                                                                
OK    [  2/174]  3070.195 ms examples/bst_map.v
                                                                                
SKIP  [  3/174]     0.004 ms examples/c_interop_wkhtmltopdf.v

                                                                                
SKIP  [  4/174]     0.003 ms examples/call_v_from_c/v_test_math.v

                                                                                
SKIP  [  5/174]     0.003 ms examples/call_v_from_c/v_test_print.v

                                                                                
SKIP  [  6/174]     0.003 ms examples/call_v_from_python/test.v

                                                                                
OK    [  7/174]  3119.139 ms examples/asm.v
                                                                                
 FAIL  [  8/174]  3471.356 ms examples/2048/2048.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/2048.4525025866400818846.tmp.c:1017:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [  9/174]   511.738 ms examples/clock/clock.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/clock.9256505036199751868.tmp.c:993:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
OK    [ 10/174]  4042.238 ms examples/brainvuck.v
                                                                                
OK    [ 11/174]  2750.067 ms examples/compiletime/methods.v
                                                                                
OK    [ 12/174]  2819.495 ms examples/compiletime/reflection.v
                                                                                
OK    [ 13/174]  3368.900 ms examples/concurrency/concurrency.v
                                                                                
OK    [ 14/174]  5848.025 ms examples/buf_reader.v
                                                                                
SKIP  [ 15/174]     0.004 ms examples/coroutines/simple_coroutines.v

                                                                                
OK    [ 16/174]  5822.214 ms examples/cli.v
                                                                                
 FAIL  [ 17/174]    80.009 ms examples/database/mysql.v
vlib/db/mysql/_cdefs_nix.c.v:10:1: error: Cannot find "mariadb" pkgconfig file
    8 |     #include  # Please install the libmysqlclient-dev development headers
    9 | } $else {
   10 |     #pkgconfig mariadb
      | ~~~~~~~~~~~~~~~~~~~
   11 |     #include  # Please install the libmariadb-dev development headers
   12 | }


                                                                                
 FAIL  [ 18/174]   112.137 ms examples/database/orm.v
vlib/db/mysql/_cdefs_nix.c.v:10:1: error: Cannot find "mariadb" pkgconfig file
    8 |     #include  # Please install the libmysqlclient-dev development headers
    9 | } $else {
   10 |     #pkgconfig mariadb
      | ~~~~~~~~~~~~~~~~~~~
   11 |     #include  # Please install the libmariadb-dev development headers
   12 | }


                                                                                
OK    [ 19/174]  2975.959 ms examples/concurrency/concurrency_returns.v
                                                                                
OK    [ 20/174]  2889.338 ms examples/control_thread_stack_size.v
                                                                                
OK    [ 21/174]  3135.765 ms examples/custom_error.v
                                                                                
OK    [ 22/174]  2840.661 ms examples/dump_factorial.v
                                                                                
OK    [ 23/174]  4533.384 ms examples/database/sqlite.v
                                                                                
OK    [ 24/174]  4134.113 ms examples/dynamic_library_loader/use.v
                                                                                
OK    [ 25/174]  4211.263 ms examples/dynamic_library_loading/use.v
                                                                                
OK    [ 26/174]  3018.282 ms examples/errors.v
                                                                                
OK    [ 27/174]  3000.879 ms examples/eventbus/eventbus.v
                                                                                
OK    [ 28/174]  4128.965 ms examples/fibonacci.v
                                                                                
OK    [ 29/174] 17544.658 ms examples/concurrency/concurrency_http.v
                                                                                
 FAIL  [ 30/174]   541.372 ms examples/fireworks/fireworks.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/fireworks.3692958715493074791.tmp.c:1009:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
OK    [ 31/174]  8601.724 ms examples/fetch.v
                                                                                
 FAIL  [ 32/174]   516.801 ms examples/flappylearning/game.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/game.10591843556134024434.tmp.c:1015:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
OK    [ 33/174]  2858.148 ms examples/fizz_buzz.v
                                                                                
OK    [ 34/174]  4156.424 ms examples/file_list.v
                                                                                
 FAIL  [ 35/174]   438.302 ms examples/game_of_life/life_gg.v
INFO: compile with `v -live /magus/work/usr/mports/lang/v/work/v-0.4/examples/game_of_life/life_gg.v `, if you want to use the [live] function main.print_automaton .
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/life_gg.10517794681410564585.tmp.c:907:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
OK    [ 36/174]  2830.215 ms examples/function_types.v
                                                                                
 FAIL  [ 37/174]   494.340 ms examples/gg/additive.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/additive.14246589260721492799.tmp.c:941:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 38/174]   458.346 ms examples/gg/arcs_and_slices.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/arcs_and_slices.6110072574370510943.tmp.c:906:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 39/174]   445.533 ms examples/gg/bezier.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/bezier.11719934761222002763.tmp.c:905:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 40/174]   437.112 ms examples/gg/bezier_anim.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/bezier_anim.16315017114456529350.tmp.c:906:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 41/174]   463.649 ms examples/gg/cursor.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/cursor.14809479290041058725.tmp.c:904:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 42/174]   450.408 ms examples/gg/drag_n_drop.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/drag_n_drop.1545337366750952145.tmp.c:941:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
OK    [ 43/174]  5426.500 ms examples/game_of_life/life.v
                                                                                
 FAIL  [ 44/174]   507.235 ms examples/gg/draw_pixels.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/draw_pixels.11608990542207091080.tmp.c:905:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 45/174]   490.677 ms examples/gg/polygons.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/polygons.863959956659296144.tmp.c:904:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 46/174]   596.801 ms examples/gg/mandelbrot.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/mandelbrot.223684185106908719.tmp.c:1418:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
2 warnings and 1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 47/174]   463.116 ms examples/gg/raven_text_rendering.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/raven_text_rendering.3164911870194694169.tmp.c:941:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 48/174]   541.549 ms examples/gg/random.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/random.717216283245009407.tmp.c:958:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
OK    [ 49/174] 20303.222 ms examples/dynamic_library_loading/use_test.v
                                                                                
 FAIL  [ 50/174]   521.569 ms examples/gg/rectangles.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/rectangles.2188730449955843815.tmp.c:941:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 51/174]   512.120 ms examples/gg/rotating_textured_quad.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/rotating_textured_quad.2921909880334560940.tmp.c:941:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 52/174]   547.994 ms examples/gg/stars.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/stars.5982983727313684013.tmp.c:1007:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 53/174]   570.648 ms examples/gg/worker_thread.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/worker_thread.13056085167540360939.tmp.c:1415:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
2 warnings and 1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
OK    [ 54/174]  8699.576 ms examples/get_weather/get_weather.v
                                                                                
OK    [ 55/174]  2938.227 ms examples/graphs/bellman-ford.v
                                                                                
OK    [ 56/174]  2987.976 ms examples/graphs/bfs.v
                                                                                
OK    [ 57/174]  2986.869 ms examples/graphs/bfs2.v
                                                                                
OK    [ 58/174]  2821.850 ms examples/graphs/dfs.v
                                                                                
OK    [ 59/174] 27954.593 ms examples/dynamic_library_loader/use_test.v
                                                                                
OK    [ 60/174]  2943.142 ms examples/graphs/dfs2.v
                                                                                
OK    [ 61/174]  3031.199 ms examples/graphs/dijkstra.v
                                                                                
OK    [ 62/174]  2977.403 ms examples/graphs/minimal_spann_tree_prim.v
                                                                                
OK    [ 63/174]  2795.225 ms examples/graphs/topological_sorting_dfs.v
                                                                                
OK    [ 64/174]  2861.531 ms examples/graphs/topological_sorting_greedy.v
                                                                                
OK    [ 65/174]  2815.136 ms examples/hanoi.v
                                                                                
 FAIL  [ 66/174]   556.174 ms examples/hot_reload/bounce.v
INFO: compile with `v -live /magus/work/usr/mports/lang/v/work/v-0.4/examples/hot_reload/bounce.v `, if you want to use the [live] function main.frame .
INFO: compile with `v -live /magus/work/usr/mports/lang/v/work/v-0.4/examples/hot_reload/bounce.v `, if you want to use the [live] function update_model .
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/bounce.10639655257774735865.tmp.c:958:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 67/174]   549.741 ms examples/hot_reload/graph.v
INFO: compile with `v -live /magus/work/usr/mports/lang/v/work/v-0.4/examples/hot_reload/graph.v `, if you want to use the [live] function draw .
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/graph.2144336997138086422.tmp.c:957:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
OK    [ 68/174]  2845.775 ms examples/hello_world.v
                                                                                
OK    [ 69/174]  3871.909 ms examples/hot_reload/message.v
                                                                                
OK    [ 70/174]  8370.890 ms examples/http_server.v
                                                                                
OK    [ 71/174] 10784.966 ms examples/js_dom_draw_bechmark_chart/chart/main.v
                                                                                
OK    [ 72/174] 10916.937 ms examples/js_dom_draw_bechmark_chart/v_vweb_orm/src/main.v
                                                                                
OK    [ 73/174]  2928.503 ms examples/json.v
                                                                                
OK    [ 74/174] 37501.806 ms examples/hello_v_js.v
                                                                                
OK    [ 75/174]  4064.480 ms examples/lander.v
                                                                                
OK    [ 76/174] 37421.598 ms examples/js_dom_draw/draw.js.v
                                                                                
OK    [ 77/174]  3215.846 ms examples/linear_regression/simple_linear_regression.v
                                                                                
OK    [ 78/174] 37842.958 ms examples/js_dom_cube/cube.js.v
                                                                                
SKIP  [ 79/174]     0.004 ms examples/macos_tray/tray.v

                                                                                
OK    [ 80/174] 37169.270 ms examples/js_dom_draw_bechmark_chart/chart/draw.js.v
                                                                                
OK    [ 81/174]  4009.557 ms examples/mini_calculator.v
                                                                                
OK    [ 82/174]  5465.894 ms examples/log.v
                                                                                
OK    [ 83/174]  5306.803 ms examples/logfatal.v
                                                                                
OK    [ 84/174]  2906.366 ms examples/native/hello_world.v
                                                                                
OK    [ 85/174]  3251.605 ms examples/nbody.v
                                                                                
OK    [ 86/174]  8596.016 ms examples/links_scraper.v
                                                                                
OK    [ 87/174]  5881.998 ms examples/net_failconnect.v
                                                                                
OK    [ 88/174]  5817.646 ms examples/net_peer_ip.v
                                                                                
OK    [ 89/174]  6064.903 ms examples/net_raw_http.v
                                                                                
OK    [ 90/174]  6220.241 ms examples/net_resolve.v
                                                                                
OK    [ 91/174]  3992.148 ms examples/password/password.v
                                                                                
OK    [ 92/174]  8680.189 ms examples/net_t.v
                                                                                
 FAIL  [ 93/174]   601.294 ms examples/pendulum-simulation/animation.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/animation.10951745668960376950.tmp.c:1482:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
2 warnings and 1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [ 94/174]   575.993 ms examples/pendulum-simulation/full.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/full.16771806437833560124.tmp.c:1482:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
2 warnings and 1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
OK    [ 95/174]  6420.568 ms examples/net_udp_server_and_client.v
                                                                                
OK    [ 96/174]  8315.306 ms examples/news_fetcher.v
                                                                                
OK    [ 97/174]  6205.719 ms examples/path_tracing.v
                                                                                
OK    [ 98/174]  4169.278 ms examples/process/command.v
                                                                                
OK    [ 99/174]  7990.441 ms examples/pendulum-simulation/parallel.v
                                                                                
OK    [100/174]  8124.178 ms examples/pendulum-simulation/parallel_with_iw.v
                                                                                
OK    [101/174]  7928.932 ms examples/pendulum-simulation/sequential.v
                                                                                
OK    [102/174]  6307.122 ms examples/pico/pico.v
                                                                                
 FAIL  [103/174]   547.482 ms examples/quadtree_demo/quadtree_demo.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/quadtree_demo.4842558834010658788.tmp.c:1024:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
OK    [104/174]  4133.851 ms examples/process/execve.v
                                                                                
OK    [105/174]  4314.492 ms examples/process/process_script.v
                                                                                
OK    [106/174]  4195.206 ms examples/process/process_stdin_trick.v
                                                                                
OK    [107/174]  3781.316 ms examples/random_ips.v
                                                                                
OK    [108/174]  4275.631 ms examples/quick_sort.v
                                                                                
OK    [109/174]  4017.162 ms examples/regex/regex_example.v
                                                                                
OK    [110/174]  4805.171 ms examples/readline/readline_ci.v
                                                                                
OK    [111/174]    59.962 ms examples/snek/snek.js.v
                                                                                
OK    [112/174]  3298.382 ms examples/rune.v
                                                                                
OK    [113/174]  4231.782 ms examples/regex/regex_with_memoization.v
                                                                                
SKIP  [114/174]     0.004 ms examples/sokol/02_cubes_glsl/cube_glsl.v

                                                                                
SKIP  [115/174]     0.005 ms examples/sokol/03_march_tracing_glsl/rt_glsl.v

                                                                                
SKIP  [116/174]     0.004 ms examples/sokol/04_multi_shader_glsl/rt_glsl.v

                                                                                
SKIP  [117/174]     0.004 ms examples/sokol/05_instancing_glsl/rt_glsl.v

                                                                                
SKIP  [118/174]     0.005 ms examples/sokol/06_obj_viewer/show_obj.v

                                                                                
 FAIL  [119/174]   689.025 ms examples/snek/snek.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/snek.10279291798825684068.tmp.c:1011:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [120/174]   442.938 ms examples/sokol/drawing.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/drawing.18295971152735620481.tmp.c:765:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [121/174]   532.175 ms examples/sokol/01_cubes/cube.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/cube.15459917445021596722.tmp.c:905:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [122/174]   485.701 ms examples/sokol/fonts.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/fonts.901436646686744922.tmp.c:791:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
SKIP  [123/174]     0.004 ms examples/sokol/simple_shader_glsl/simple_shader.v

                                                                                
SKIP  [124/174]     0.004 ms examples/sokol/sounds/melody.v

                                                                                
SKIP  [125/174]     0.004 ms examples/sokol/sounds/simple_sin_tones.v

                                                                                
SKIP  [126/174]     0.004 ms examples/sokol/sounds/wav_player.v

                                                                                
 FAIL  [127/174]   487.864 ms examples/sokol/freetype_raven.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/freetype_raven.5963336177678275361.tmp.c:791:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
SKIP  [128/174]     0.005 ms examples/submodule/main.v

                                                                                
 FAIL  [129/174]   500.880 ms examples/sokol/particles/particles.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/particles.16645601031766816985.tmp.c:843:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
OK    [130/174]  5359.676 ms examples/rule110.v
                                                                                
OK    [131/174]  4503.818 ms examples/spectral.v
                                                                                
OK    [132/174]  6683.463 ms examples/smtp/mail.v
                                                                                
OK    [133/174]  4685.321 ms examples/templates/templates.v
                                                                                
OK    [134/174]  5735.436 ms examples/tcp_echo_server.v
                                                                                
OK    [135/174]  6026.215 ms examples/tcp_notify_echo_server.v
                                                                                
OK    [136/174]  5264.446 ms examples/term.ui/cursor_chaser.v
                                                                                
OK    [137/174]  5463.687 ms examples/term.ui/event_viewer.v
                                                                                
OK    [138/174]  5686.374 ms examples/term.ui/pong.v
                                                                                
OK    [139/174]  5549.905 ms examples/term.ui/rectangles.v
                                                                                
OK    [140/174]    64.889 ms examples/tetris/tetris.js.v
                                                                                
OK    [141/174]  5680.685 ms examples/term.ui/term_drawing.v
                                                                                
 FAIL  [142/174]   517.025 ms examples/tetris/tetris.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/tetris.2601008959003994068.tmp.c:1006:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
 FAIL  [143/174]   131.850 ms examples/toml.v
vlib/toml/parser/parser.v:929:16: error: cannot copy map: call `move` or `clone` method (or use a reference)
  927 |             if p.last_aot.len == 0 {
  928 |                 p.last_aot = first
  929 |                 mut nm := &p.root_map
      |                            ^
  930 |                 if first.str() in table.keys() {
  931 |                     util.printdbg(@MOD + '.' + @STRUCT + '.' + @FN, 'adding to existing table entry at `${first}`.')


                                                                                
 FAIL  [144/174]   528.796 ms examples/ttf_font/example_ttf.v
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/example_ttf.6947410331381938089.tmp.c:923:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
OK    [145/174]  3001.203 ms examples/tree_of_nodes.v
                                                                                
OK    [146/174]  6033.259 ms examples/term.ui/text_editor.v
                                                                                
 FAIL  [147/174]   742.898 ms examples/viewer
==================
In file included from /tmp/v_0/tsession_20710000_1124942081116030/viewer.18323651790185957014.tmp.c:953:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang


                                                                                
OK    [148/174]  4685.874 ms examples/terminal_control.v
                                                                                
OK    [149/174]  5582.872 ms examples/term.ui/vyper.v
                                                                                
OK    [150/174]  5188.403 ms examples/vcasino/vcasino.v
                                                                                
 FAIL  [151/174]   141.015 ms examples/vweb/middleware/vweb_example.v
vlib/vweb/vweb.v:599:46: error: cannot copy map: call `move` or `clone` method (or use a reference)
  597 |         } else {
  598 |             if 'vweb_global' in field.attrs {
  599 |                 request_app.$(field.name) = global_app.$(field.name)
      |                                                          ~~~~~
  600 |             }
  601 |         }


                                                                                
OK    [152/174]  4215.467 ms examples/vpwgen.v
                                                                                
OK    [153/174]  4623.543 ms examples/vmod.v
                                                                                
OK    [154/174] 10202.266 ms examples/vweb/file_transform/vweb_example.v
                                                                                
OK    [155/174] 10525.641 ms examples/vweb/file_upload/vweb_example.v
                                                                                
OK    [156/174] 10173.666 ms examples/vweb/server_sent_events/server.v
                                                                                
OK    [157/174] 10427.841 ms examples/vweb/vweb_assets/vweb_assets.v
                                                                                
OK    [158/174]  3023.299 ms examples/wasm/functions.v
                                                                                
SKIP  [159/174]     0.004 ms examples/wasm/mandelbrot/mandelbrot.v

                                                                                
OK    [160/174] 11000.515 ms examples/vweb/vweb_example.v
                                                                                
OK    [161/174]  2745.251 ms examples/wasm/hello_world.v
                                                                                
OK    [162/174]  3603.337 ms examples/wasm_codegen/add.v
                                                                                
OK    [163/174]  3748.130 ms examples/wasm_codegen/control_flow.v
                                                                                
OK    [164/174]  3681.143 ms examples/wasm_codegen/factorial.v
                                                                                
OK    [165/174] 12112.365 ms examples/vweb_fullstack
                                                                                
OK    [166/174]  3742.505 ms examples/wasm_codegen/functions.v
                                                                                
OK    [167/174]  3613.275 ms examples/wasm_codegen/hello_wasi.v
                                                                                
OK    [168/174] 12119.207 ms examples/vweb_orm_jwt
                                                                                
OK    [169/174]  3739.576 ms examples/wasm_codegen/memory.v
                                                                                
OK    [170/174]  4488.067 ms examples/word_counter/word_counter.v
                                                                                
OK    [171/174]  9873.855 ms examples/web_crawler/web_crawler.v
                                                                                
OK    [172/174] 10267.265 ms examples/websocket/client-server/client.v
                                                                                
OK    [173/174] 10460.518 ms examples/websocket/client-server/server.v
                                                                                
OK    [174/174] 10656.790 ms examples/websocket/ping.v
--------------------------------------------------------------------------------
Failed command 1:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/2048' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/2048/2048.v'
Failed command 2:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/clock' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/clock/clock.v'
Failed command 3:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/mysql' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/database/mysql.v'
Failed command 4:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/orm' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/database/orm.v'
Failed command 5:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/fireworks' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/fireworks/fireworks.v'
Failed command 6:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/game' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/flappylearning/game.v'
Failed command 7:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/life_gg' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/game_of_life/life_gg.v'
Failed command 8:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/additive' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/additive.v'
Failed command 9:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/arcs_and_slices' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/arcs_and_slices.v'
Failed command 10:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/bezier' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/bezier.v'
Failed command 11:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/bezier_anim' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/bezier_anim.v'
Failed command 12:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/cursor' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/cursor.v'
Failed command 13:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/drag_n_drop' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/drag_n_drop.v'
Failed command 14:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/draw_pixels' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/draw_pixels.v'
Failed command 15:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/polygons' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/polygons.v'
Failed command 16:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/mandelbrot' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/mandelbrot.v'
Failed command 17:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/raven_text_rendering' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/raven_text_rendering.v'
Failed command 18:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/random' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/random.v'
Failed command 19:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/rectangles' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/rectangles.v'
Failed command 20:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/rotating_textured_quad' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/rotating_textured_quad.v'
Failed command 21:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/stars' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/stars.v'
Failed command 22:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/worker_thread' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/gg/worker_thread.v'
Failed command 23:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/bounce' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/hot_reload/bounce.v'
Failed command 24:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/graph' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/hot_reload/graph.v'
Failed command 25:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/animation' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/pendulum-simulation/animation.v'
Failed command 26:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/full' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/pendulum-simulation/full.v'
Failed command 27:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/quadtree_demo' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/quadtree_demo/quadtree_demo.v'
Failed command 28:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/snek' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/snek/snek.v'
Failed command 29:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/drawing' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/sokol/drawing.v'
Failed command 30:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/cube' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/sokol/01_cubes/cube.v'
Failed command 31:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/fonts' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/sokol/fonts.v'
Failed command 32:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/freetype_raven' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/sokol/freetype_raven.v'
Failed command 33:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/particles' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/sokol/particles/particles.v'
Failed command 34:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/tetris' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/tetris/tetris.v'
Failed command 35:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/toml' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/toml.v'
Failed command 36:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/example_ttf' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/ttf_font/example_ttf.v'
Failed command 37:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/viewer' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/viewer'
Failed command 38:    '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -W   -o '/tmp/v_0/tsession_20710000_1124942081116030/vweb_example' '/magus/work/usr/mports/lang/v/work/v-0.4/examples/vweb/middleware/vweb_example.v'
Summary for building examples: 38 failed, 119 passed, 17 skipped, 174 total. Runtime: 164869 ms, on 5 parallel jobs.



File: ./README.md                   , Lines:   387, example from 311 to 317, command: compile
./changelogs_0.x/0.4.md:10:124: error: must be less than 100 characters
- Smartcasting with complex conditions:`if sum_type is Foo && !sum_type.is_info && get_name(sum_type.info.name) == 'foo' `.
./changelogs_0.x/0.4.md:16:117: error: must be less than 100 characters
- A new `[spawn_stack: 131072]` function attribute for controlling the max size of the stack of the spawned threads.
./changelogs_0.x/0.4.md:19:108: error: must be less than 100 characters
- String interpolation simplified to just '${name}', enforced by vfmt, and updated in the entire code base.
./changelogs_0.x/0.4.md:22:118: error: must be less than 100 characters
- vfmt now supports `// vfmt off` and `// vfmt on` for turning off the formatting locally for short snippets of code.
./changelogs_0.x/0.4.md:26:133: error: must be less than 100 characters
- Syntax sugar for map inits without needing explicit casts for interfaces: `all.children := { "abc": rect, "def": ui.rectangle()}`.
./changelogs_0.x/0.4.md:28:112: error: must be less than 100 characters
- `none` fixes: no longer allowed to be used as a separate type, `dump()` support, not allowed inside `unsafe`.
./changelogs_0.x/0.4.md:52:123: error: must be less than 100 characters
- Support `assert condition, extra_message`, where the `extra_message` will be evaluated and shown if the assertion fails.
./changelogs_0.x/0.4.md:65:120: error: must be less than 100 characters
- Anonymous sumtypes have been removed (deprecated for now) due to complicating the language and the compiler too much.
./changelogs_0.x/0.4.md:185:115: error: must be less than 100 characters
- To avoid confusion, all references in the code and documentation to `Optional` have been replaced with `Option`.
./changelogs_0.x/0.4.md:190:102: error: must be less than 100 characters
- Improved `os.mv()`, which now works consistently even across different windows drives/mount points.
./changelogs_0.x/0.4.md:191:105: error: must be less than 100 characters
- `string.trim_indent()`, useful with multi line strings, that start/end with new lines and indentation.
./changelogs_0.x/0.4.md:200:132: error: must be less than 100 characters
- `net.ssl` has been migrated from a dynamically linked OpenSSL to a statically linked Mbed TLS. This means that V binaries will no
./changelogs_0.x/0.4.md:206:118: error: must be less than 100 characters
- Forward iterator for `datatypes.LinkedList`, forward and backward iterators for `datatypes.DoublyLinkedList`.
./changelogs_0.x/0.4.md:207:134: error: must be less than 100 characters
- A new `maps` module, similar to existing `arrays`. It has generic `filter`, `flatten`, `invert`, `to_map`, `to_array`, `from_array`
./changelogs_0.x/0.4.md:214:121: error: must be less than 100 characters
- `encoding.csv` is now generic, supports bools, accepts a custom delimiter, and is compatible with io.Reader/io.Writer.
./changelogs_0.x/0.4.md:277:112: error: must be less than 100 characters
- Various ORM fixes and improvements, including string interpolation support, type checks, fn calls in `where`.
./changelogs_0.x/0.4.md:278:117: error: must be less than 100 characters
- Support parenthesized expressions like `select from User where (name == 'Sam' && is_customer == true) || id == 1`.
./changelogs_0.x/0.4.md:291:109: error: must be less than 100 characters
- Lots of fixes and new features in the native backend, including making codegen logic platform independent.
./changelogs_0.x/0.4.md:293:129: error: must be less than 100 characters
- Lots of native backend improvements, including library calls, comptime conditionals, enums, method definitions/calls, structs.
./changelogs_0.x/0.4.md:294:128: error: must be less than 100 characters
- Major improvements to the fast native backend including linking support on Linux. The goal is to be able to self host V soon.
./changelogs_0.x/0.4.md:314:112: error: must be less than 100 characters
- A new pure WASM backend, based on binaryen, a WASM `builtin` module, and a pure V WASM serialization library.
./changelogs_0.x/0.4.md:332:107: error: must be less than 100 characters
- Improved compile time checks, like `$if x is Type {`; `$if T in [$Array, $Struct, $Alias, $Function] {`.
./changelogs_0.x/0.4.md:350:185: error: must be less than 100 characters
- Much improved experience for `v install pcre` on Windows (it now bundles its own .c files, so it compiles cleanly, even if the platform does not have another pcre package installed).
./changelogs_0.x/0.4.md:357:115: error: must be less than 100 characters
- Windows code has been removed from `v.c` distributed on non-Windows systems. (`v_windows.c` is used on Windows.)
./changelogs_0.x/0.4.md:360:122: error: must be less than 100 characters
- A new VPM site: vpm.vlang.io. A better design, discoverability of packages, descriptions, most downloaded packages etc.
./changelogs_0.x/0.4.md:365:104: error: must be less than 100 characters
- Make util.launch_tool/3 more robust, by recompiling V tools always in a known current working folder.
./changelogs_0.x/0.4.md:385:106: error: must be less than 100 characters
- Lots of documentation improvements, including a better documentation of the recent Option/Result split.

File: ./doc/docs.md                 , Lines:  6863, example from 220 to 224, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 252 to 254, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 284 to 288, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 302 to 308, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 312 to 325, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 341 to 350, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 354 to 360, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 372 to 379, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 398 to 403, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 416 to 420, command: failcompile

File: ./doc/docs.md                 , Lines:  6863, example from 425 to 429, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 434 to 440, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 449 to 457, command: failcompile

File: ./doc/docs.md                 , Lines:  6863, example from 449 to 457, command: nofmt

File: ./doc/docs.md                 , Lines:  6863, example from 514 to 523, command: nofmt

File: ./doc/docs.md                 , Lines:  6863, example from 514 to 523, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 527 to 550, command: nofmt

File: ./doc/docs.md                 , Lines:  6863, example from 527 to 550, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 554 to 563, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 567 to 570, command: failcompile

File: ./doc/docs.md                 , Lines:  6863, example from 578 to 582, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 589 to 592, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 596 to 605, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 615 to 618, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 666 to 678, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 682 to 689, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 694 to 697, command: failcompile

File: ./doc/docs.md                 , Lines:  6863, example from 703 to 706, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 710 to 713, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 724 to 726, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 730 to 733, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 737 to 740, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 744 to 754, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 762 to 766, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 770 to 774, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 778 to 780, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 787 to 791, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 798 to 804, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 808 to 812, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 816 to 820, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 827 to 831, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 839 to 847, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 854 to 862, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 864 to 869, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 873 to 876, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 888 to 894, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 916 to 918, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 926 to 932, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 937 to 944, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 952 to 958, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 989 to 1024, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1032 to 1036, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1040 to 1044, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1053 to 1056, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1061 to 1070, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1072 to 1081, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1089 to 1093, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1126 to 1130, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1132 to 1141, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1148 to 1177, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1188 to 1193, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1199 to 1204, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1213 to 1222, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1227 to 1238, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1242 to 1248, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1261 to 1272, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1279 to 1284, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1300 to 1313, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1320 to 1329, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1335 to 1341, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1345 to 1351, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1353 to 1360, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1364 to 1367, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1371 to 1378, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1382 to 1390, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1394 to 1404, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1420 to 1428, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1445 to 1453, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1461 to 1468, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1477 to 1486, command: failcompile

File: ./doc/docs.md                 , Lines:  6863, example from 1491 to 1510, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1516 to 1526, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1534 to 1539, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1544 to 1555, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1557 to 1566, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1568 to 1582, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1590 to 1609, command: cgen

File: ./doc/docs.md                 , Lines:  6863, example from 1613 to 1624, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 1628 to 1661, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1670 to 1685, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 1689 to 1697, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1703 to 1710, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1714 to 1722, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1726 to 1734, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1738 to 1751, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1757 to 1767, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1776 to 1792, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1804 to 1808, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1813 to 1821, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1825 to 1844, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1860 to 1871, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1879 to 1885, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1894 to 1918, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1932 to 1942, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1946 to 1963, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1967 to 1972, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1979 to 1987, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 1995 to 2004, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2010 to 2018, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2032 to 2043, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2060 to 2077, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2082 to 2120, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2185 to 2199, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2206 to 2215, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2220 to 2243, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2249 to 2256, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2266 to 2270, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2277 to 2279, command: failcompile

File: ./doc/docs.md                 , Lines:  6863, example from 2285 to 2304, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2313 to 2333, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2340 to 2366, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2370 to 2372, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 2370 to 2372, command: nofmt

File: ./doc/docs.md                 , Lines:  6863, example from 2389 to 2403, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2414 to 2432, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2439 to 2447, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 2463 to 2480, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 2485 to 2499, command: okfmt

File: ./doc/docs.md                 , Lines:  6863, example from 2503 to 2520, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2535 to 2550, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2555 to 2565, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 2589 to 2596, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 2600 to 2605, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 2617 to 2644, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2676 to 2691, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2696 to 2707, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2726 to 2743, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2747 to 2782, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2790 to 2796, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 2802 to 2810, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 2815 to 2828, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 2832 to 2842, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 2849 to 2857, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2866 to 2876, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2888 to 2896, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2904 to 2910, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2916 to 2924, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2931 to 2933, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2937 to 2966, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 2976 to 2984, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 3009 to 3011, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 3041 to 3051, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3062 to 3079, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3087 to 3098, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3139 to 3147, command: failcompile

File: ./doc/docs.md                 , Lines:  6863, example from 3151 to 3157, command: failcompile

File: ./doc/docs.md                 , Lines:  6863, example from 3171 to 3175, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3190 to 3206, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3216 to 3226, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3230 to 3241, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3249 to 3275, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3297 to 3299, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3304 to 3310, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3315 to 3321, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3325 to 3327, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 3332 to 3334, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 3338 to 3340, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 3345 to 3347, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 3351 to 3355, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 3362 to 3397, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3408 to 3447, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3453 to 3473, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 3475 to 3512, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3532 to 3566, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3572 to 3591, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3598 to 3610, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3617 to 3644, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3651 to 3674, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3681 to 3688, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 3711 to 3737, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3770 to 3813, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3828 to 3833, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 3840 to 3847, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3866 to 3868, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 3885 to 3897, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3902 to 3910, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3926 to 3946, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 3992 to 4015, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4024 to 4041, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4051 to 4065, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4071 to 4085, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4090 to 4116, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4121 to 4137, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4150 to 4153, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4159 to 4169, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4174 to 4185, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4213 to 4256, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4281 to 4298, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4316 to 4338, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4351 to 4385, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4393 to 4412, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4421 to 4429, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4447 to 4453, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4462 to 4471, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4493 to 4504, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4506 to 4513, command: failcompile

File: ./doc/docs.md                 , Lines:  6863, example from 4549 to 4556, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4577 to 4585, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 4612 to 4619, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4637 to 4653, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4661 to 4676, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4702 to 4733, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4741 to 4763, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4781 to 4812, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4830 to 4835, command: failcompile

File: ./doc/docs.md                 , Lines:  6863, example from 4845 to 4866, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4877 to 4918, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 4945 to 4993, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 5005 to 5009, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 5016 to 5022, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 5104 to 5112, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 5305 to 5329, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 5333 to 5343, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 5347 to 5371, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 5373 to 5466, command: nofmt

File: ./doc/docs.md                 , Lines:  6863, example from 5373 to 5466, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 5493 to 5495, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 5510 to 5526, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 5537 to 5575, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 5680 to 5687, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 5700 to 5719, command: failcompile

File: ./doc/docs.md                 , Lines:  6863, example from 5700 to 5719, command: nofmt

File: ./doc/docs.md                 , Lines:  6863, example from 5843 to 5867, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 5874 to 5883, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 5889 to 5918, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 6028 to 6090, command: globals

File: ./doc/docs.md                 , Lines:  6863, example from 6114 to 6129, command: globals

File: ./doc/docs.md                 , Lines:  6863, example from 6257 to 6321, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 6346 to 6352, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 6376 to 6379, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 6416 to 6420, command: oksyntax

File: ./doc/docs.md                 , Lines:  6863, example from 6496 to 6510, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 6555 to 6561, command: compile

File: ./doc/docs.md                 , Lines:  6863, example from 6648 to 6664, command: live

File: ./doc/docs.md                 , Lines:  6863, example from 6700 to 6745, command: oksyntax

File: ./tutorials/C2V_translating_simple_programs_and_DOOM/README.md, Lines:   338, example from 50 to 71, command: compile

File: ./tutorials/C2V_translating_simple_programs_and_DOOM/README.md, Lines:   338, example from 110 to 124, command: oksyntax

File: ./tutorials/building_a_simple_web_blog_with_vweb/README.md, Lines:   415, example from 56 to 75, command: oksyntax

File: ./tutorials/building_a_simple_web_blog_with_vweb/README.md, Lines:   415, example from 100 to 108, command: oksyntax

File: ./tutorials/building_a_simple_web_blog_with_vweb/README.md, Lines:   415, example from 184 to 194, command: oksyntax

File: ./tutorials/building_a_simple_web_blog_with_vweb/README.md, Lines:   415, example from 201 to 227, command: oksyntax

File: ./tutorials/building_a_simple_web_blog_with_vweb/README.md, Lines:   415, example from 231 to 246, command: oksyntax

File: ./tutorials/building_a_simple_web_blog_with_vweb/README.md, Lines:   415, example from 286 to 292, command: oksyntax

File: ./tutorials/building_a_simple_web_blog_with_vweb/README.md, Lines:   415, example from 296 to 303, command: oksyntax

File: ./tutorials/building_a_simple_web_blog_with_vweb/README.md, Lines:   415, example from 385 to 394, command: oksyntax

File: ./vlib/arrays/README.md       , Lines:    16, example from 6 to 15, command: compile

File: ./vlib/benchmark/README.md    , Lines:    52, example from 6 to 24, command: compile

File: ./vlib/benchmark/README.md    , Lines:    52, example from 33 to 44, command: compile

File: ./vlib/cli/README.md          , Lines:    38, example from 10 to 37, command: compile

File: ./vlib/clipboard/README.md    , Lines:    16, example from 8 to 15, command: compile
builder error: Header file , needed for module `clipboard.x11` was not found. Please install a package with the X11 development headers, for example: `apt-get install libx11-dev`.
./vlib/clipboard/README.md:9:1: error: example failed to compile
import clipboard

fn main() {
	mut c := clipboard.new()
	println(c.get_text())
}


File: ./vlib/compress/deflate/README.md, Lines:    18, example from 8 to 17, command: compile

File: ./vlib/compress/gzip/README.md, Lines:    18, example from 8 to 17, command: compile

File: ./vlib/compress/zlib/README.md, Lines:    17, example from 7 to 16, command: compile

File: ./vlib/context/README.md      , Lines:   190, example from 29 to 80, command: compile

File: ./vlib/context/README.md      , Lines:   190, example from 84 to 117, command: compile

File: ./vlib/context/README.md      , Lines:   190, example from 121 to 150, command: compile

File: ./vlib/context/README.md      , Lines:   190, example from 154 to 189, command: compile

File: ./vlib/crypto/README.md       , Lines:    94, example from 18 to 45, command: compile

File: ./vlib/crypto/README.md       , Lines:    94, example from 48 to 93, command: compile

File: ./vlib/datatypes/README.md    , Lines:    32, example from 13 to 19, command: compile

File: ./vlib/db/mysql/README.md     , Lines:    42, example from 18 to 41, command: oksyntax

File: ./vlib/db/sqlite/README.md    , Lines:    39, example from 32 to 38, command: compile

File: ./vlib/dl/loader/README.md    , Lines:    36, example from 11 to 35, command: compile

File: ./vlib/encoding/csv/README.md , Lines:    19, example from 2 to 12, command: compile

File: ./vlib/eventbus/README.md     , Lines:   123, example from 31 to 46, command: oksyntax

File: ./vlib/eventbus/README.md     , Lines:   123, example from 58 to 81, command: oksyntax

File: ./vlib/eventbus/README.md     , Lines:   123, example from 85 to 107, command: oksyntax

File: ./vlib/flag/README.md         , Lines:    43, example from 16 to 42, command: compile

File: ./vlib/gg/README.md           , Lines:    35, example from 9 to 34, command: cgen

File: ./vlib/json/README.md         , Lines:    36, example from 6 to 35, command: compile

File: ./vlib/net/html/README.md     , Lines:    16, example from 3 to 14, command: oksyntax

File: ./vlib/readline/README.md     , Lines:    26, example from 10 to 16, command: compile

File: ./vlib/readline/README.md     , Lines:    26, example from 20 to 25, command: compile

File: ./vlib/regex/README.md        , Lines:   821, example from 207 to 226, command: oksyntax

File: ./vlib/regex/README.md        , Lines:   821, example from 237 to 243, command: oksyntax

File: ./vlib/regex/README.md        , Lines:   821, example from 247 to 274, command: oksyntax

File: ./vlib/regex/README.md        , Lines:   821, example from 420 to 443, command: oksyntax

File: ./vlib/regex/README.md        , Lines:   821, example from 671 to 680, command: oksyntax

File: ./vlib/regex/README.md        , Lines:   821, example from 778 to 787, command: oksyntax

File: ./vlib/semver/README.md       , Lines:    37, example from 6 to 24, command: compile

File: ./vlib/sokol/README.md        , Lines:    57, example from 13 to 56, command: cgen

File: ./vlib/strconv/format.md      , Lines:   265, example from 14 to 22, command: compile

File: ./vlib/strconv/format.md      , Lines:   265, example from 96 to 109, command: compile

File: ./vlib/strconv/format.md      , Lines:   265, example from 117 to 127, command: compile

File: ./vlib/strconv/format.md      , Lines:   265, example from 135 to 145, command: compile

File: ./vlib/strconv/format.md      , Lines:   265, example from 153 to 163, command: compile

File: ./vlib/strconv/format.md      , Lines:   265, example from 171 to 178, command: compile

File: ./vlib/strconv/format.md      , Lines:   265, example from 186 to 196, command: compile

File: ./vlib/strconv/format.md      , Lines:   265, example from 204 to 216, command: compile

File: ./vlib/strconv/format.md      , Lines:   265, example from 238 to 255, command: oksyntax

File: ./vlib/strconv/format.md      , Lines:   265, example from 238 to 255, command: nofmt

File: ./vlib/sync/pool/README.md    , Lines:    36, example from 11 to 32, command: compile

File: ./vlib/term/README.md         , Lines:    85, example from 14 to 37, command: compile

File: ./vlib/term/README.md         , Lines:    85, example from 45 to 84, command: oksyntax

File: ./vlib/term/ui/README.md      , Lines:    99, example from 6 to 43, command: compile

File: ./vlib/time/README.md         , Lines:    77, example from 13 to 17, command: compile

File: ./vlib/time/README.md         , Lines:    77, example from 20 to 40, command: compile

File: ./vlib/time/README.md         , Lines:    77, example from 44 to 51, command: compile

File: ./vlib/time/README.md         , Lines:    77, example from 64 to 76, command: compile

File: ./vlib/toml/README.md         , Lines:   159, example from 19 to 63, command: compile
vlib/toml/parser/parser.v:929:16: error: cannot copy map: call `move` or `clone` method (or use a reference)
  927 |             if p.last_aot.len == 0 {
  928 |                 p.last_aot = first
  929 |                 mut nm := &p.root_map
      |                            ^
  930 |                 if first.str() in table.keys() {
  931 |                     util.printdbg(@MOD + '.' + @STRUCT + '.' + @FN, 'adding to existing table entry at `${first}`.')
./vlib/toml/README.md:20:1: error: example failed to compile
import toml

const toml_text = '# This is a TOML document.

title = "TOML Example"

[owner]
name = "Tom Preston-Werner"
dob = 1979-05-27T07:32:00-08:00 # First class dates

[database]
server = "192.168.1.1"
ports = [ 8000, 8001, 8002 ]
connection_max = 5000
enabled = true

[servers]

  # Indentation (tabs and/or spaces) is allowed but not required
  [servers.alpha]
  ip = "10.0.0.1"
  dc = "eqdc10"

  [servers.beta]
  ip = "10.0.0.2"
  dc = "eqdc10"

[clients]
data = [ ["gamma", "delta"], [1, 2] ]

# Line breaks are OK when inside arrays
hosts = [
  "alpha",
  "omega"
]'

fn main() {
	doc := toml.parse_text(toml_text) or { panic(err) }
	title := doc.value('title').string()
	println('title: "${title}"')
	ip := doc.value('servers.alpha.ip').string()
	println('Server IP: "${ip}"')
}


File: ./vlib/toml/README.md         , Lines:   159, example from 85 to 117, command: compile
vlib/toml/parser/parser.v:929:16: error: cannot copy map: call `move` or `clone` method (or use a reference)
  927 |             if p.last_aot.len == 0 {
  928 |                 p.last_aot = first
  929 |                 mut nm := &p.root_map
      |                            ^
  930 |                 if first.str() in table.keys() {
  931 |                     util.printdbg(@MOD + '.' + @STRUCT + '.' + @FN, 'adding to existing table entry at `${first}`.')
./vlib/toml/README.md:86:1: error: example failed to compile
import toml

const toml_text = '
val = true

[table]
array = [
	{ a = "A" },
	{ b = "B" }
]
'

doc := toml.parse_text(toml_text) or { panic(err) }

assert doc.value('val').bool() == true
assert doc.value('table.array[0].a').string() == 'A'

// Provides a default value
assert doc.value('non.existing').default_to(false).bool() == false

// Check if value exist
// doc.value_opt('should.exist') or { ... }
// or
if value := doc.value_opt('table.array[1].b') {
	assert value.string() == 'B'
}

// You can pass parts of the TOML document around
// and still use .value()/.value_opt() to get the values
arr := doc.value('table.array')
assert arr.value('[1].b').string() == 'B'


File: ./vlib/toml/README.md         , Lines:   159, example from 143 to 158, command: compile
vlib/toml/parser/parser.v:929:16: error: cannot copy map: call `move` or `clone` method (or use a reference)
  927 |             if p.last_aot.len == 0 {
  928 |                 p.last_aot = first
  929 |                 mut nm := &p.root_map
      |                            ^
  930 |                 if first.str() in table.keys() {
  931 |                     util.printdbg(@MOD + '.' + @STRUCT + '.' + @FN, 'adding to existing table entry at `${first}`.')
./vlib/toml/README.md:144:1: error: example failed to compile
import toml
import toml.to

const toml_text = '
val = true
[table]
array = [
	{ a = "A" },
	{ b = "B" }
]
'

doc := toml.parse_text(toml_text) or { panic(err) }
assert to.json(doc) == '{ "val": true, "table": { "array": [ { "a": "A" }, { "b": "B" } ] } }'


File: ./vlib/v/README.md            , Lines:   128, example from 35 to 39, command: compile

File: ./vlib/v/README.md            , Lines:   128, example from 42 to 46, command: compile

File: ./vlib/v/README.md            , Lines:   128, example from 49 to 55, command: compile

File: ./vlib/v/README.md            , Lines:   128, example from 60 to 66, command: oksyntax

File: ./vlib/v/README.md            , Lines:   128, example from 71 to 77, command: oksyntax

File: ./vlib/v/README.md            , Lines:   128, example from 82 to 88, command: oksyntax

File: ./vlib/v/README.md            , Lines:   128, example from 103 to 107, command: oksyntax

File: ./vlib/v/README.md            , Lines:   128, example from 112 to 114, command: oksyntax

File: ./vlib/v/README.md            , Lines:   128, example from 117 to 119, command: oksyntax

File: ./vlib/v/README.md            , Lines:   128, example from 123 to 127, command: oksyntax

File: ./vlib/v/pkgconfig/README.md  , Lines:    68, example from 57 to 63, command: compile

File: ./vlib/vweb/README.md         , Lines:  1202, example from 234 to 252, command: compile

File: ./vlib/vweb/README.md         , Lines:  1202, example from 304 to 342, command: compile

File: ./vlib/vweb/README.md         , Lines:  1202, example from 385 to 429, command: oksyntax

File: ./vlib/vweb/README.md         , Lines:  1202, example from 514 to 534, command: compile

File: ./vlib/vweb/README.md         , Lines:  1202, example from 566 to 593, command: compile
builder error: Header file , needed for module `db.pg` was not found. Please install the corresponding development headers.
./vlib/vweb/README.md:567:1: error: example failed to compile
module main

import vweb
import db.pg

struct App {
	vweb.Context
	db_handle vweb.DatabasePool[pg.DB]
mut:
	db pg.DB
}

fn get_database_connection() pg.DB {
	// insert your own credentials
	return pg.connect(user: 'user', password: 'password', dbname: 'database') or { panic(err) }
}

fn main() {
	// create the database pool and pass our `get_database_connection` function as handler
	pool := vweb.database_pool(handler: get_database_connection)

	// no need to set the `db` field
	vweb.run(&App{
		db_handle: pool
	}, 8080)
}


File: ./vlib/vweb/README.md         , Lines:  1202, example from 609 to 628, command: compile

File: ./vlib/vweb/README.md         , Lines:  1202, example from 656 to 692, command: compile

File: ./vlib/vweb/README.md         , Lines:  1202, example from 707 to 734, command: compile

File: ./vlib/vweb/README.md         , Lines:  1202, example from 771 to 801, command: compile

File: ./vlib/vweb/README.md         , Lines:  1202, example from 809 to 840, command: compile

File: ./vlib/vweb/README.md         , Lines:  1202, example from 845 to 884, command: compile
builder error: Header file , needed for module `db.pg` was not found. Please install the corresponding development headers.
./vlib/vweb/README.md:846:1: error: example failed to compile
module main

import vweb
import db.pg

struct App {
	vweb.Context
	vweb.Controller
	db_handle vweb.DatabasePool[pg.DB]
mut:
	db pg.DB
}

struct Admin {
	vweb.Context
	db_handle vweb.DatabasePool[pg.DB]
mut:
	db pg.DB
}

fn get_database_connection() pg.DB {
	// insert your own credentials
	return pg.connect(user: 'user', password: 'password', dbname: 'database') or { panic(err) }
}

fn main() {
	// create the database pool and pass our `get_database_connection` function as handler
	pool := vweb.database_pool(handler: get_database_connection)

	mut app := &App{
		db_handle: pool
		controllers: [
			vweb.controller('/admin', &Admin{
				db_handle: pool
			}),
		]
	}
}


File: ./vlib/wasm/README.md         , Lines:    39, example from 17 to 35, command: compile

File: ./vlib/x/json2/README.md      , Lines:   152, example from 8 to 28, command: compile

File: ./vlib/x/json2/README.md      , Lines:   152, example from 32 to 56, command: compile

File: ./vlib/x/json2/README.md      , Lines:   152, example from 69 to 79, command: compile

File: ./vlib/x/json2/README.md      , Lines:   152, example from 81 to 97, command: compile

File: ./vlib/x/json2/README.md      , Lines:   152, example from 99 to 128, command: compile

File: ./vlib/x/ttf/README.md        , Lines:   312, example from 27 to 29, command: oksyntax

File: ./vlib/x/ttf/README.md        , Lines:   312, example from 58 to 69, command: oksyntax

File: ./vlib/x/ttf/README.md        , Lines:   312, example from 75 to 117, command: oksyntax

File: ./vlib/x/ttf/README.md        , Lines:   312, example from 128 to 135, command: compile

File: ./vlib/x/ttf/README.md        , Lines:   312, example from 140 to 188, command: oksyntax

File: ./vlib/x/ttf/README.md        , Lines:   312, example from 191 to 199, command: compile

File: ./vlib/x/ttf/README.md        , Lines:   312, example from 217 to 311, command: oksyntax

Warnings: 34 | Errors: 33 | OKs: 335
VPM needs `git` to be installed.
==================
In file included from /tmp/v_0/c.12636128129040021694.tmp.c:736:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang

==================
In file included from /tmp/v_0/gfx.14449511172243531263.tmp.c:736:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang

==================
In file included from /tmp/v_0/f.6530457268734802629.tmp.c:762:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang

==================
In file included from /tmp/v_0/sokol.15591531939816042274.tmp.c:736:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang

==================
In file included from /tmp/v_0/sgl.14945924487061699233.tmp.c:736:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang

==================
In file included from /tmp/v_0/sapp.15893170772457583561.tmp.c:858:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang

==================
In file included from /tmp/v_0/sfons.10822205607881910165.tmp.c:762:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang

==================
In file included from /tmp/v_0/gg.17565253195162521567.tmp.c:908:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang

==================
In file included from /tmp/v_0/tetris.10675670067809299910.tmp.c:1007:
/magus/work/usr/mports/lang/v/work/v-0.4/thirdparty/sokol/sokol_app.h:1971:14: fatal error: 'X11/Xlib.h' file not found
    #include 
             ^~~~~~~~~~~~
1 error generated.
...
==================
(Use `v -cg` to print the entire error message)

builder error: 
==================
C error. This should never happen.

This is a compiler bug, please report it using `v bug file.v`.

https://github.com/vlang/v/issues/new/choose

You can also use #help on Discord: https://discord.gg/vlang

> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' -o vtmp_autofree -autofree cmd/v" took: 80532 ms ... OK
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' -o vtmp_prealloc -prealloc cmd/v" took: 66676 ms ... OK
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' -o vtmp_unused -skip-unused cmd/v" took: 61214 ms ... OK
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v'  -progress test-cleancode" took: 74637 ms ... OK
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v'  -progress test-fmt" took: 8130 ms ... OK
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v'  -progress test-self" took: 358 ms ... FAILED
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v'  -progress -W build-tools" took: 3547 ms ... FAILED
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v'  -progress -W build-examples" took: 168025 ms ... FAILED
**** Check ```v ``` code examples and formatting of .MD files... ***************
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' check-md -hide-warnings ." took: 873748 ms ... FAILED
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' install nedpals.args" took: 4926 ms ... FAILED
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' -usecache -cg examples/hello_world.v" took: 7645 ms ... OK
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' -usecache examples/tetris/tetris.v" took: 14193 ms ... FAILED
Expected file did not exist: examples/tetris/tetris
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' -raw-vsh-tmp-prefix tmp vlib/v/tests/script_with_no_extension" took: 4284 ms ... OK
> Running: "'/magus/work/usr/mports/lang/v/work/v-0.4/v' -raw-vsh-tmp-prefix tmp run vlib/v/tests/script_with_no_extension" took: 3955 ms ... OK

---- Summary of `v test-all`: --------------------------------------------------
Total runtime: 1449244 ms
>          OK: V can compile hello world. 
>          OK: V can output a .c file, without compiling further. 
>          OK: V can compile hello world with -skip-unused. 
>          OK: V can compile hello world with both -skip-unused and -profile . 
>          OK: V can run code given after `-e` 
>          OK: V can compile itself. 
>          OK: V can compile itself with -autofree. 
>          OK: V can compile itself with -prealloc. 
>          OK: V can compile itself with -skip-unused. 
>          OK: All .v files are invariant when processed with `v fmt` 
>          OK: All .v files can be processed with `v fmt`. Note: the result may not always be compilable, but `v fmt` should not crash. 
>          OK: `v -usecache -cg` works. 
>          OK: V can crun a script, that lacks a .vsh extension 
>          OK: V can run a script, that lacks a .vsh extension 
>      Failed: '/magus/work/usr/mports/lang/v/work/v-0.4/v' -o vtmp_werror -cstrict cmd/v
>      Failed: '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -progress test-self
>      Failed: '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -progress -W build-tools
>      Failed: '/magus/work/usr/mports/lang/v/work/v-0.4/v'  -progress -W build-examples
>      Failed: '/magus/work/usr/mports/lang/v/work/v-0.4/v' check-md -hide-warnings .
>      Failed: '/magus/work/usr/mports/lang/v/work/v-0.4/v' install nedpals.args
>      Failed: '/magus/work/usr/mports/lang/v/work/v-0.4/v' -usecache examples/tetris/tetris.v
gmake[1]: *** [Makefile:22: check] Error 1
gmake[1]: Leaving directory '/magus/work/usr/mports/lang/v/work/v-0.4'
*** Error code 1

Stop.
make: stopped in /usr/mports/lang/v

Links

Depends On

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis